nat.axiom_times_body_S
∀ n, equal (times_body (n+1)) (λm. m + (n × m))
Axiom axiom_times_body_S : forall (n:nat), connectives.equal (nat -> nat) (times_body (S n)) (fun (m:nat) => plus m (times n m))
axiom axiom_times_body_S : \forall (n:nat). (equal) (nat -> nat) ((times_body) ((S) n)) (\lambda m : nat. (plus) m ((times) n m))
axiom axiom_times_body_S : forall (n:nat.nat) , (((connectives.equal) ((nat.nat) -> nat.nat)) (((nat.times_body) ) (((nat.S) ) (n)))) (fun (m : nat.nat) , (((nat.plus) ) (m)) ((((nat.times) ) (n)) (m)))
axiom_times_body_S : AXIOM (FORALL(n:nat_sttfa.sttfa_nat):connectives_sttfa_th.equal[[nat_sttfa.sttfa_nat -> nat_sttfa.sttfa_nat]](nat_sttfa.times_body(nat_sttfa.sttfa_S(n)))((LAMBDA(m:nat_sttfa.sttfa_nat):nat_sttfa.plus(m)(nat_sttfa.times(n)(m)))))
Printing for OpenTheory is not working at the moment.