Documentation

Atlas.AlgebraicGeometryI.code.Separatedness

Forward direction of Prop 9 (separatedness via affine opens): in a separated scheme X, the intersection of two affine open subschemes is affine.

theorem Separatedness.tmul_one_sub_one_tmul_mul {R : Type u_1} {A : Type u_2} [CommRing R] [CommRing A] [Algebra R A] (a b : A) :
(a * b) ⊗ₜ[R] 1 - 1 ⊗ₜ[R] (a * b) = a ⊗ₜ[R] 1 * (b ⊗ₜ[R] 1 - 1 ⊗ₜ[R] b) + (a ⊗ₜ[R] 1 - 1 ⊗ₜ[R] a) * 1 ⊗ₜ[R] b

Tensor product derivation rule for multiplication: (ab) ⊗ 1 − 1 ⊗ (ab) = (a ⊗ 1)(b ⊗ 1 − 1 ⊗ b) + (a ⊗ 1 − 1 ⊗ a)(1 ⊗ b).

theorem Separatedness.tmul_one_sub_one_tmul_add {R : Type u_1} {A : Type u_2} [CommRing R] [CommRing A] [Algebra R A] (a b : A) :
(a + b) ⊗ₜ[R] 1 - 1 ⊗ₜ[R] (a + b) = a ⊗ₜ[R] 1 - 1 ⊗ₜ[R] a + (b ⊗ₜ[R] 1 - 1 ⊗ₜ[R] b)

Additivity of the a ↦ a ⊗ 1 − 1 ⊗ a map.

theorem Separatedness.tmul_one_sub_one_tmul_algebraMap {R : Type u_1} {A : Type u_2} [CommRing R] [CommRing A] [Algebra R A] (r : R) :
(algebraMap R A) r ⊗ₜ[R] 1 - 1 ⊗ₜ[R] (algebraMap R A) r = 0

Elements coming from the base ring vanish under a ↦ a ⊗ 1 − 1 ⊗ a.