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

Theorem

nat.le_n_O_to_eq

Statement

∀ n, n ≤ O ⇒ O = n

Main Dependencies
Theory

Coq-Jumb
Statement

Theorem le_n_O_to_eq : forall (n:nat), (le n O) -> logic.eq (nat) O n.



Matita-Jumb
Statement

theorem le_n_O_to_eq : \forall (n:nat). ((le) n (O) ) -> (eq) (nat) (O) n.



Lean-jumb
Statement

theorem le_n_O_to_eq : forall (n:nat.nat) , ((((nat.le_) ) (n)) ((nat.O) )) -> (((logic.eq_) (nat.nat)) ((nat.O) )) (n).



PVS-jumb

Statement

le_n_O_to_eq : LEMMA (FORALL(n:nat_sttfa.sttfa_nat):(nat_sttfa.le(n)(nat_sttfa.sttfa_O) => logic_sttfa_th.eq[nat_sttfa.sttfa_nat](nat_sttfa.sttfa_O)(n)))



OpenTheory

Printing for OpenTheory is not working at the moment.