Simplicial map

In the mathematical discipline of simplicial homology theory, a simplicial map is a map between simplicial complexes with the property that the images of the vertices of a simplex always span a simplex. Note that this implies that vertices have vertices for images.

Simplicial maps are thus determined by their effects on vertices. In particular, there are a finite number of simplicial maps between two given finite simplicial complexes.

Simplicial maps induce continuous maps between the underlying polyhedra of the simplicial complexes: one simply extends linearly using barycentric coordinates.

Simplicial maps which are bijective are called simplicial isomorphisms.

Simplicial approximation

Let be a continuous map between the underlying polyhedra of simplicial complexes and let us write for the star of a vertex. A simplicial map such that , is called a simplicial approximation to .

A simplicial approximation is homotopic to the map it approximates.

gollark: For some reason this is fine, but if I change `result` to `result.someattribute` it says this:
gollark: ```html<style lang="sass"></style><script> import { onMount } from "svelte" import Loading from "./Loading.svelte" import rpc from "./rpc.js" export let id let promise onMount(() => { promise = rpc("get_page", id) })</script>{#await promise} <Loading />{:then result} <pre>{JSON.stringify(result)}</pre>{:catch error} <em>Error {error}</em>{/await}```
gollark: I am having a very incomprehensible problem.
gollark: https://dragcave.net/lineage/bWLj8My lineage project continues.
gollark: https://dragcave.net/lineage/IolPf

References

  • Munkres, James R. (1995). Elements of Algebraic Topology. Westview Press. ISBN 978-0-201-62728-2.

See also

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.