Documentation

Mathlib.Tactic.NormNum.IsCoprime

norm_num extension for IsCoprime #

This module defines a norm_num extension for IsCoprime over .

(While IsCoprime is defined over , since it uses Bezout's identity with coefficients it does not correspond to the usual notion of coprime.)

theorem Tactic.NormNum.int_not_isCoprime_helper (x : ) (y : ) (d : ) (hd : Int.gcd x y = d) (h : Nat.beq d 1 = false) :

Evaluates the IsCoprime predicate over .

Equations
  • One or more equations did not get rendered due to their size.
Instances For