Sigma-algebra on simple graphs #
In this file, we pull back the sigma-algebra on V → V → Prop to a sigma-algebra on
SimpleGraph V and prove that common operations are measurable.
@[instance_reducible]
theorem
SimpleGraph.measurable_iff_adj
{V : Type u_1}
{Ω : Type u_2}
{m : MeasurableSpace Ω}
{G : Ω → SimpleGraph V}
:
A simple graph-valued map is measurable iff all induced adjacency maps are measurable.