aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/character/classfun.v
diff options
context:
space:
mode:
authorCyril Cohen2018-11-24 17:58:35 +0100
committerGitHub2018-11-24 17:58:35 +0100
commitadd6e85884691faef1bf8742e803374815672cc2 (patch)
tree2ffb41f5afa11a147989c8efcc1dcb295ae2ed2b /mathcomp/character/classfun.v
parent967088a6f87405a93ce21971392c58996df8c99f (diff)
parentf049e51c39077a025907ea87c08178dad1841801 (diff)
Merge pull request #249 from anton-trunov/prenex-implicits
Merge Arguments and Prenex Implicits
Diffstat (limited to 'mathcomp/character/classfun.v')
-rw-r--r--mathcomp/character/classfun.v20
1 files changed, 10 insertions, 10 deletions
diff --git a/mathcomp/character/classfun.v b/mathcomp/character/classfun.v
index 7a0e538..ac3e5bc 100644
--- a/mathcomp/character/classfun.v
+++ b/mathcomp/character/classfun.v
@@ -557,7 +557,7 @@ rewrite big1 ?addr0 // => _ /andP[/imsetP[y Gy ->]]; apply: contraNeq.
rewrite cfunE cfun_repr cfun_classE Gy mulf_eq0 => /norP[_].
by rewrite pnatr_eq0 -lt0n lt0b => /class_eqP->.
Qed.
-Arguments cfun_onP [A phi].
+Arguments cfun_onP {A phi}.
Lemma cfun_on0 A phi x : phi \in 'CF(G, A) -> x \notin A -> phi x = 0.
Proof. by move/cfun_onP; apply. Qed.
@@ -759,7 +759,7 @@ End ClassFun.
Arguments classfun_on _ _%g _%g.
Notation "''CF' ( G , A )" := (classfun_on G A) : ring_scope.
-Arguments cfun_onP [gT G A phi].
+Arguments cfun_onP {gT G A phi}.
Hint Resolve cfun_onT.
Section DotProduct.
@@ -1009,7 +1009,7 @@ Lemma orthoPl phi S :
Proof.
by rewrite [orthogonal _ S]andbT /=; apply: (iffP allP) => ophiS ? /ophiS/eqP.
Qed.
-Arguments orthoPl [phi S].
+Arguments orthoPl {phi S}.
Lemma orthogonal_sym : symmetric (@orthogonal _ G).
Proof.
@@ -1242,12 +1242,12 @@ Qed.
End DotProduct.
-Arguments orthoP [gT G phi psi].
-Arguments orthoPl [gT G phi S].
-Arguments orthoPr [gT G S psi].
-Arguments orthogonalP [gT G S R].
-Arguments pairwise_orthogonalP [gT G S].
-Arguments orthonormalP [gT G S].
+Arguments orthoP {gT G phi psi}.
+Arguments orthoPl {gT G phi S}.
+Arguments orthoPr {gT G S psi}.
+Arguments orthogonalP {gT G S R}.
+Arguments pairwise_orthogonalP {gT G S}.
+Arguments orthonormalP {gT G S}.
Section CfunOrder.
@@ -1273,7 +1273,7 @@ Proof. by apply/eqP; rewrite -dvdn_cforder. Qed.
End CfunOrder.
-Arguments dvdn_cforderP [gT G phi n].
+Arguments dvdn_cforderP {gT G phi n}.
Section MorphOrder.