kernel-Int.exists_gcd_one_prime
- Kind
- kernel-term
- Status
- checked
Supports: The proposition declared as `Int.exists_gcd_one'` in the pinned Mathlib v4.30 source.
cargo test -p axeyum-lean-kernel --lib int_prelude:: Evidence notes
`declare_exists_gcd_one_prime` (`crates/axeyum-lean-kernel/src/int_prelude/exists_gcd_one.rs`): reuses `declare_exists_gcd_one`'s construction verbatim at `g := gcd m n`, with the fact's own hypothesis `h : Lt zero g` doubling as the `0 < g` conjunct -- no new arithmetic, one more `Exists.intro`/`And.intro` layer wrapping `g` as an existential witness.