theorem
Hex.PrimalityTactic.isNat_prime
{n n' : ℕ}
:
Mathlib.Meta.NormNum.IsNat n n' → _root_.Nat.Prime n' → _root_.Nat.Prime n
A threshold-guarded alias of Mathlib's trial-division extension. It keeps
small numerals working under use_hex_primality_norm_num but declines at the
certificate tier, so exhaustion there cannot start a large trial search.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Opt the current module into Hex's thresholded Nat.Prime norm_num
policy. The choice must be repeated by importers.
Equations
- useHexPrimalityNormNum = Lean.ParserDescr.node `useHexPrimalityNormNum 1024 (Lean.ParserDescr.symbol "use_hex_primality_norm_num")