Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2021-07-14 17:41 e9b1fbd0

View on Github →

feat(combinatorics/simple_graph): add maps and subgraphs (#8223) Add graph homomorphisms, isomorphisms, and embeddings. Define subgraphs and supporting lemmas and definitions. Also renamed edge_symm to adj_comm.

Estimated changes

added def empty_graph
added theorem simple_graph.adj_comm
added theorem simple_graph.adj_symm
deleted theorem simple_graph.edge_symm'
deleted theorem simple_graph.edge_symm
added def simple_graph.hom
added def simple_graph.iso
added structure simple_graph.subgraph