54theorem finite_resolution_mono {c : C} {U V : Set C} 55 (hU : U ∈ L.N c) (hV : V ∈ L.N c) (hVU : V ⊆ U) (hfin : (r.R '' U).Finite) : 56 (r.R '' V).Finite :=
proof body
Term-mode proof.
57 Set.Finite.subset hfin (Set.image_mono hVU) 58 59/-! ## Consequences for Resolution Cells -/ 60 61/-- If R has finite local resolution at c, the resolution cell at c 62 has a finite number of "neighbors" in any finite-resolution neighborhood -/
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.