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

Axiom

nat.times_n_O

Statement

∀ n, O = (n × O)

Main Dependencies
Theory

Coq-Jumb
Statement

Theorem times_n_O : forall (n:nat), logic.eq (nat) O (times n O).



Matita-Jumb
Statement

theorem times_n_O : \forall (n:nat). (eq) (nat) (O) ((times) n (O) ).



Lean-jumb
Statement

theorem times_n_O : forall (n:nat.nat) , (((logic.eq_) (nat.nat)) ((nat.O) )) ((((nat.times) ) (n)) ((nat.O) )).



PVS-jumb

Statement

times_n_O : LEMMA (FORALL(n:nat_sttfa.sttfa_nat):logic_sttfa_th.eq[nat_sttfa.sttfa_nat](nat_sttfa.sttfa_O)(nat_sttfa.times(n)(nat_sttfa.sttfa_O)))



OpenTheory

Printing for OpenTheory is not working at the moment.