@prefix psr: <http://data.loterre.fr/ark:/67375/PSR> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

psr: a skos:ConceptScheme .
psr:-B5P3J7JD-5
  skos:inScheme psr: ;
  dc:modified "2023-07-26"^^xsd:date ;
  skos:broader psr:-SKTRS1V0-R ;
  skos:prefLabel "théorème des valeurs intermédiaires"@fr, "intermediate value theorem"@en ;
  skos:exactMatch <https://en.wikipedia.org/wiki/Intermediate_value_theorem>, <https://fr.wikipedia.org/wiki/Th%C3%A9or%C3%A8me_des_valeurs_interm%C3%A9diaires> ;
  skos:definition """En mathématiques, le théorème des valeurs intermédiaires (abrégé en TVI), parfois appelé théorème de Bolzano, est un résultat important en analyse et concerne des fonctions continues sur un intervalle. Il indique que si une fonction continue sur un intervalle prend deux valeurs <i>m</i> et <i>n</i>, alors elle prend toutes les valeurs intermédiaires entre <i>m</i> et <i>n</i>. 
<br/>(Wikipedia, L'Encylopédie Libre, <a href="https://fr.wikipedia.org/wiki/Th%C3%A9or%C3%A8me_des_valeurs_interm%C3%A9diaires">https://fr.wikipedia.org/wiki/Th%C3%A9or%C3%A8me_des_valeurs_interm%C3%A9diaires</a>)"""@fr, """In mathematical analysis, the intermediate value theorem states that if <i>f</i> is a continuous function whose domain contains the interval [<i>a</i>, <i>b</i>], then it takes on any given value between <i>f</i>(<i>a</i>) and <i>f</i>(<i>b</i>) at some point within the interval. 
<br/>(Wikipedia, The Free Encyclopedia, <a href="https://en.wikipedia.org/wiki/Intermediate_value_theorem">https://en.wikipedia.org/wiki/Intermediate_value_theorem</a>)"""@en ;
  a skos:Concept .

psr:-SKTRS1V0-R
  skos:prefLabel "real analysis"@en, "analyse réelle"@fr ;
  a skos:Concept ;
  skos:narrower psr:-B5P3J7JD-5 .

