// This prints the left floatting menu
Dedukti    Load Matita      Load Coq         Load Lean        Load PVS         Load OpenTheory Load
Dedukti-jumb

Theorem

nat.not_eq_to_eqb_false

Statement

∀ n m, ¬(n = m) ⇒ (n = m) = false

Main Dependencies
Theory

Coq-Jumb
Statement

Theorem not_eq_to_eqb_false : forall (n:nat), forall (m:nat), (connectives.Not (logic.eq (nat) n m)) -> logic.eq (bool.bool) (eqb n m) bool.false.



Matita-Jumb
Statement

theorem not_eq_to_eqb_false : \forall (n:nat). \forall (m:nat). ((Not) ((eq) (nat) n m)) -> (eq) (bool) ((eqb) n m) (false) .



Lean-jumb
Statement

theorem not_eq_to_eqb_false : forall (n:nat.nat) , forall (m:nat.nat) , (((connectives.Not) ) ((((logic.eq_) (nat.nat)) (n)) (m))) -> (((logic.eq_) (bool.bool)) ((((nat.eqb) ) (n)) (m))) ((bool.false) ).



PVS-jumb

Statement

not_eq_to_eqb_false : LEMMA (FORALL(n:nat_sttfa.sttfa_nat):(FORALL(m:nat_sttfa.sttfa_nat):(connectives_sttfa_th.sttfa_Not(logic_sttfa_th.eq[nat_sttfa.sttfa_nat](n)(m)) => logic_sttfa_th.eq[bool_sttfa_th.sttfa_bool](nat_sttfa.eqb(n)(m))(bool_sttfa_th.sttfa_false))))



OpenTheory

Printing for OpenTheory is not working at the moment.