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

Theorem

nat.plus_O_n

Statement

∀ n, n = (O + n)

Main Dependencies
Theory

Coq-Jumb
Statement

Theorem plus_O_n : forall (n:nat), logic.eq (nat) n (plus O n).



Matita-Jumb
Statement

theorem plus_O_n : \forall (n:nat). (eq) (nat) n ((plus) (O) n).



Lean-jumb
Statement

theorem plus_O_n : forall (n:nat.nat) , (((logic.eq_) (nat.nat)) (n)) ((((nat.plus) ) ((nat.O) )) (n)).



PVS-jumb

Statement

plus_O_n : LEMMA (FORALL(n:nat_sttfa.sttfa_nat):logic_sttfa_th.eq[nat_sttfa.sttfa_nat](n)(nat_sttfa.plus(nat_sttfa.sttfa_O)(n)))



OpenTheory

Printing for OpenTheory is not working at the moment.