primes.match_divides_prop
∀ n m return_type, ∀ q, m = (n × q) ⇒ return_type ⇒ n | m ⇒ return_type
Axiom match_divides_prop : forall (n:nat.nat), forall (m:nat.nat), forall (return_type:Prop), (forall (q:nat.nat), (logic.eq (nat.nat) m (nat.times n q)) -> return_type) -> (divides n m) -> return_type
axiom match_divides_prop : \forall (n:nat). \forall (m:nat). \forall (return_type:Prop). (\forall (q:nat). ((eq) (nat) m ((times) n q)) -> return_type) -> ((divides) n m) -> return_type
axiom match_divides_prop : forall (n:nat.nat) , forall (m:nat.nat) , forall (return_type:Prop) , (forall (q:nat.nat) , ((((logic.eq_) (nat.nat)) (m)) ((((nat.times) ) (n)) (q))) -> return_type) -> ((((primes.divides) ) (n)) (m)) -> return_type
match_divides_prop : AXIOM (FORALL(n:nat_sttfa_th.sttfa_nat):(FORALL(m:nat_sttfa_th.sttfa_nat):(FORALL(return_type:bool):((FORALL(q:nat_sttfa_th.sttfa_nat):(logic_sttfa_th.eq[nat_sttfa_th.sttfa_nat](m)(nat_sttfa_th.times(n)(q)) => return_type)) => (primes_sttfa.sttfa_divides(n)(m) => return_type)))))
Printing for OpenTheory is not working at the moment.