X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fdama%2Fordered_fields_ch0.ma;h=c06ea743e230b4625f844408d6f4e264f3d49836;hb=eadb48c0b138740da937a1431e2dc05649b5d178;hp=c7bf906f54afc3bd0f39670f024e6fcf5a0edbf4;hpb=b473a681dfab815f882bc646efc2b218f1957db8;p=helm.git diff --git a/matita/dama/ordered_fields_ch0.ma b/matita/dama/ordered_fields_ch0.ma index c7bf906f5..c06ea743e 100644 --- a/matita/dama/ordered_fields_ch0.ma +++ b/matita/dama/ordered_fields_ch0.ma @@ -21,7 +21,8 @@ record is_total_order_relation (C:Type) (le:C→C→Prop) : Type \def to_antisimmetry: ∀x,y:C. le x y → le y x → x=y }. -theorem to_transitive: ∀C,le. is_total_order_relation C le → transitive ? le. +theorem to_transitive: + ∀C.∀le:C→C→Prop. is_total_order_relation ? le → transitive ? le. intros; unfold transitive; intros; @@ -44,7 +45,7 @@ record is_ordered_field_ch0 (F:field) (le:F→F→Prop) : Type \def record ordered_field_ch0 : Type \def { of_field:> field; of_le: of_field → of_field → Prop; - of_ordered_field_properties:> is_ordered_field_ch0 of_field of_le + of_ordered_field_properties:> is_ordered_field_ch0 ? of_le }. interpretation "Ordered field le" 'leq a b = @@ -93,16 +94,14 @@ axiom not_eq_sum_field_zero: ∀F:ordered_field_ch0.∀n. O