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

Theorem

primes.not_divides_to_dividesb_false

Statement

∀ n m, O < n ⇒ ¬(n | m) ⇒ (dividesb n m) = false

Main Dependencies
Theory

Coq-Jumb
Statement

Theorem not_divides_to_dividesb_false : forall (n:nat.nat), forall (m:nat.nat), (nat.lt nat.O n) -> (connectives.Not (divides n m)) -> logic.eq (bool.bool) (dividesb n m) bool.false.



Matita-Jumb
Statement

theorem not_divides_to_dividesb_false : \forall (n:nat). \forall (m:nat). ((lt) (O) n) -> ((Not) ((divides) n m)) -> (eq) (bool) ((dividesb) n m) (false) .



Lean-jumb
Statement

theorem not_divides_to_dividesb_false : forall (n:nat.nat) , forall (m:nat.nat) , ((((nat.lt_) ) ((nat.O) )) (n)) -> (((connectives.Not) ) ((((primes.divides) ) (n)) (m))) -> (((logic.eq_) (bool.bool)) ((((primes.dividesb) ) (n)) (m))) ((bool.false) ).



PVS-jumb

Statement

not_divides_to_dividesb_false : LEMMA (FORALL(n:nat_sttfa_th.sttfa_nat):(FORALL(m:nat_sttfa_th.sttfa_nat):(nat_sttfa_th.lt(nat_sttfa_th.sttfa_O)(n) => (connectives_sttfa_th.sttfa_Not(primes_sttfa.sttfa_divides(n)(m)) => logic_sttfa_th.eq[bool_sttfa_th.sttfa_bool](primes_sttfa.dividesb(n)(m))(bool_sttfa_th.sttfa_false)))))



OpenTheory

Printing for OpenTheory is not working at the moment.