@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:-XJWLBZKZ-8
  skos:prefLabel "elementary arithmetic"@en, "arithmétique élémentaire"@fr ;
  a skos:Concept ;
  skos:narrower psr:-C97QK11Z-L .

psr:-C97QK11Z-L
  skos:exactMatch <https://fr.wikipedia.org/wiki/Plus_petit_commun_multiple>, <https://en.wikipedia.org/wiki/Least_common_multiple> ;
  skos:prefLabel "plus petit commun multiple"@fr, "least common multiple"@en ;
  skos:altLabel "smallest common multiple"@en, "PPMC"@fr, "PPCM"@fr, "lowest common multiple"@en, "LCM"@en, "plus petit multiple commun"@fr ;
  skos:definition """In arithmetic and number theory, the least common multiple, lowest common multiple, or smallest common multiple of two integers a and b, usually denoted by lcm(a, b), is the smallest positive integer that is divisible by both a and b. Since division of integers by zero is undefined, this definition has meaning only if a and b are both different from zero. However, some authors define lcm(a, 0) as 0 for all a, since 0 is the only common multiple of a and 0. 
<br/>(Wikipedia, The Free Encyclopedia, <a href="https://en.wikipedia.org/wiki/Least_common_multiple">https://en.wikipedia.org/wiki/Least_common_multiple</a>)"""@en, """En mathématiques, et plus précisément en arithmétique, le plus petit commun multiple – en abrégé PPCM – (peut s'appeler aussi PPMC, soit « plus petit multiple commun ») de deux entiers non nuls a et b est le plus petit entier strictement positif qui soit multiple de ces deux nombres. On le note a ∨ b ou PPCM(a, b), ou parfois simplement [a, b].
<br/>On peut également définir le PPCM de a et b comme un multiple commun de a et de b qui divise tous les autres. Cette seconde définition se généralise à un anneau commutatif quelconque, mais on perd en général l'existence et l'unicité ; on parle alors d'un PPCM de deux éléments. L'existence est assurée dans les anneaux intègres factoriels ou même seulement à PGCD. 
<br/>(Wikipedia, L'Encylopédie Libre, <a href="https://fr.wikipedia.org/wiki/Plus_petit_commun_multiple">https://fr.wikipedia.org/wiki/Plus_petit_commun_multiple</a>)"""@fr ;
  skos:inScheme psr: ;
  skos:broader psr:-XJWLBZKZ-8 ;
  dc:modified "2024-10-18"^^xsd:date ;
  a skos:Concept .

