Documentation

Mathlib.Analysis.Complex.IntegerCompl

Integer Complement #

We define the complement of the integers in the complex plane and give some basic lemmas about it. We also show that the upper half plane embeds into the integer complement.

The complement of the integers in

Instances For
    theorem Complex.mem_integerComplement_iff {x : } :
    x integerComplement ¬∃ (n : ), n = x
    @[deprecated Complex.mem_integerComplement_iff (since := "2026-01-29")]
    theorem Complex.integerComplement.mem_iff {x : } :
    x integerComplement ¬∃ (n : ), n = x

    Alias of Complex.mem_integerComplement_iff.

    @[deprecated Complex.add_intCast_mem_integerComplement (since := "2026-01-29")]

    Alias of Complex.add_intCast_mem_integerComplement.

    theorem Complex.integerComplement_add_ne_zero {x : } (hx : x integerComplement) (a : ) :
    x + a 0
    theorem Complex.integerComplement_pow_two_ne_pow_two {x : } (hx : x integerComplement) (n : ) :
    x ^ 2 n ^ 2