From f66ae73597b06a5bf8b0ef82d5253bf0e5aba7fc Mon Sep 17 00:00:00 2001 From: Andrea Asperti Date: Thu, 4 Dec 2014 09:36:22 +0000 Subject: [PATCH] fixing --- matita/matita/lib/tutorial/chapter6.ma | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/matita/matita/lib/tutorial/chapter6.ma b/matita/matita/lib/tutorial/chapter6.ma index 258152d43..fb38f2d31 100644 --- a/matita/matita/lib/tutorial/chapter6.ma +++ b/matita/matita/lib/tutorial/chapter6.ma @@ -204,6 +204,20 @@ notation "\P H" non associative with precedence 90 notation "\b H" non associative with precedence 90 for @{(proj2 … (eqb_true ???) $H)}. +lemma eqb_false: ∀S:DeqSet.∀a,b:S. + (eqb ? a b) = false ↔ a ≠ b. +#S #a #b % #H + [@(not_to_not … not_eq_true_false) #H1