94theorem composite_resolutionCell (r₁ : Recognizer C E₁) (r₂ : Recognizer C E₂) (c : C) : 95 ResolutionCell (r₁ ⊗ r₂) c = ResolutionCell r₁ c ∩ ResolutionCell r₂ c := by
proof body
Term-mode proof.
96 ext c' 97 simp only [ResolutionCell, Set.mem_setOf_eq, Set.mem_inter_iff, 98 composite_indistinguishable_iff] 99 100/-- Composite resolution cells are subsets of either component cell -/
used by (3)
From the project-wide theorem graph. These declarations reference this one in their body.