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

Theorem

nat.times_n_1

Statement

∀ n, n = (n × 1 )

Main Dependencies
Theory

Coq-Jumb
Statement

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



Matita-Jumb
Statement

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



Lean-jumb
Statement

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



PVS-jumb

Statement

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



OpenTheory

Printing for OpenTheory is not working at the moment.