]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/ground_2/lib/arith.ma
basic properties of cpr ...
[helm.git] / matita / matita / contribs / lambdadelta / ground_2 / lib / arith.ma
index 9fedf60c0c180fd43f5e2ce90139254ba59dbfca..83322f4d8de57107b0eeb097bb7cd96d3cd83d86 100644 (file)
@@ -158,6 +158,10 @@ qed.
 
 (* Inversion & forward lemmas ***********************************************)
 
+lemma max_inv_O3: ∀x,y. (x ∨ y) = 0 → 0 = x ∧ 0 = y.
+/4 width=2 by le_maxr, le_maxl, le_n_O_to_eq, conj/
+qed-.
+
 lemma plus_inv_O3: ∀x,y. x + y = 0 → x = 0 ∧ y = 0.
 /2 width=1 by plus_le_0/ qed-.