diff options
| author | Jasper Hugunin | 2018-02-21 23:48:01 -0800 |
|---|---|---|
| committer | Jasper Hugunin | 2018-02-21 23:48:01 -0800 |
| commit | 40d53fc61a7907c7f08bf37b9ab045ef4a5a1fe9 (patch) | |
| tree | 6f7346554b33f1ea2ed343185486a7ca469dccc4 /mathcomp/field/separable.v | |
| parent | cef1a8eadcdef812ce9ee2738cb294644fafbfab (diff) | |
Change Implicit Arguments to Arguments in field
Diffstat (limited to 'mathcomp/field/separable.v')
| -rw-r--r-- | mathcomp/field/separable.v | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/mathcomp/field/separable.v b/mathcomp/field/separable.v index c3f3ebb..c5a1118 100644 --- a/mathcomp/field/separable.v +++ b/mathcomp/field/separable.v @@ -170,7 +170,7 @@ Qed. End SeparablePoly. -Implicit Arguments separable_polyP [R p]. +Arguments separable_polyP [R p]. Lemma separable_map (F : fieldType) (R : idomainType) (f : {rmorphism F -> R}) (p : {poly F}) : @@ -544,7 +544,7 @@ Qed. End SeparableElement. -Implicit Arguments separable_elementP [K x]. +Arguments separable_elementP [K x]. Lemma separable_elementS K E x : (K <= E)%VS -> separable_element K x -> separable_element E x. @@ -992,10 +992,10 @@ Qed. End Separable. -Implicit Arguments separable_elementP [F L K x]. -Implicit Arguments separablePn [F L K x]. -Implicit Arguments Derivation_separableP [F L K x]. -Implicit Arguments adjoin_separableP [F L K x]. -Implicit Arguments purely_inseparable_elementP [F L K x]. -Implicit Arguments separableP [F L K E]. -Implicit Arguments purely_inseparableP [F L K E]. +Arguments separable_elementP [F L K x]. +Arguments separablePn [F L K x]. +Arguments Derivation_separableP [F L K x]. +Arguments adjoin_separableP [F L K x]. +Arguments purely_inseparable_elementP [F L K x]. +Arguments separableP [F L K E]. +Arguments purely_inseparableP [F L K E]. |
