[{"data":1,"prerenderedAt":20082},["ShallowReactive",2],{"lesson:\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fknowledge-representation":3,"course-wordcounts":14346,"ref-card-index":15258,"nav:artificial-intelligence":19938,"tikz:02895f9e02b978680a9b15cfad1ceaa4b6f9ee5f4c18adefdeba0a7a027bc13b":20074,"tikz:1618ac7cc085c3aeaeec7b965de47c35b419cdd4b3856da31aaacc277ab6d888":20075,"tikz:837346cedbc76a383b72ffc28d94605101b6346a60939e798415ad2aa2ca6c10":20076,"tikz:3c7fad87a5f548aa5cddbe18b87a9493e7f5b29dbffdb17c377a12be090d15e3":20077,"tikz:19096d9b4d9e4b1d8c522da144b4f231e56310642a98b45c59220806802f6467":20078,"tikz:9a0cbe97caefd36a669960df3c2872e4e0f36ae5d274a0dc7c9fe6bc3a5d61d7":20079,"tikz:9059462f141c3c66ba0fe5e2bbc85292e655f061aaf4ea8ceda3434895d105b0":20080,"tikz:c79be0018d3479def4d54b29b4e1981ea7964b036824b285f7a15effcfba85af":20081},{"id":4,"title":5,"blurb":6,"body":7,"brief":14316,"category":14317,"description":14318,"draft":14319,"extension":14320,"meta":14321,"module":14324,"navigation":14325,"path":14326,"practice":14327,"rawbody":14328,"readingTime":14329,"seo":14334,"sources":14335,"status":14340,"stem":14341,"summary":14342,"topics":14343,"__hash__":14345},"course\u002F08.artificial-intelligence\u002F03.logic-and-planning\u002F11.knowledge-representation.md","Knowledge Representation","",{"type":8,"value":9,"toc":14298},"minimark",[10,52,55,60,76,80,87,95,107,111,209,483,634,637,1120,1134,1513,1862,1867,2188,3026,3033,3464,3468,3995,4035,4542,4549,4553,4663,4807,4810,4872,4992,4995,5276,5280,5303,6044,6047,6614,6645,7100,7480,7846,8684,9083,9164,9851,9855,9931,10487,10497,10501,10770,10851,10854,11110,11933,11936,11939,11943,12112,12115,12330,12334,12356,12756,13113,13276,13279,14072,14076,14083,14091],[11,12,13,18,19,23,24,28,29,32,33,37,38,41,42],"p",{},[14,15,17],"a",{"href":16},"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Ffirst-order-logic","First-order logic","\nsettles the ",[20,21,22],"em",{},"syntax"," of a knowledge base: objects, relations, functions,\nquantifiers, and the ",[14,25,27],{"href":26},"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Finference-and-resolution","inference","\nthat draws new sentences from old. It says nothing about ",[20,30,31],{},"what"," to write down. In\na toy domain the choice barely matters — the wumpus world gets by with a handful\nof predicates and almost any encoding works. A domain like shopping on the\nInternet or driving a car needs general, reusable representations of concepts\nthat recur everywhere: objects, substances, time, events, and beliefs. Designing\nthose representations is ",[34,35,36],"strong",{},"ontological engineering",", and it is the difference\nbetween a logic that ",[20,39,40],{},"could"," describe the world and a knowledge base that\nactually does.",[43,44,45],"sup",{},[14,46,51],{"href":47,"ariaDescribedBy":48,"dataFootnoteRef":6,"id":50},"#user-content-fn-onto",[49],"footnote-label","user-content-fnref-onto","1",[11,53,54],{},"The plan of the chapter is to build the content first and the reasoning\nmachinery second. We start with a general ontology and work down through\ncategories, physical objects and stuff, events and time, and mental objects.\nThen we return to technology: reasoning systems built specifically for\ncategories (semantic networks and description logics), and the handling of\ndefault information, where a conclusion holds only until some more specific fact\noverrides it.",[56,57,59],"h2",{"id":58},"the-upper-ontology","The upper ontology",[11,61,62,63,67,68,71,72,75],{},"We will not write a complete description of everything — that would overflow even\na thousand-page book — but we can lay down the general framework and leave\nplaceholders where domain knowledge slots in later, the way an object-oriented\nframework defines ",[64,65,66],"code",{},"Window"," and expects you to subclass it into\n",[64,69,70],{},"SpreadsheetWindow",". The framework of the most general concepts is an ",[34,73,74],{},"upper\nontology",", so called because graphs are drawn with the general concepts at the\ntop and specializations below.",[77,78],"tikz-figure",{"hash":79},"02895f9e02b978680a9b15cfad1ceaa4b6f9ee5f4c18adefdeba0a7a027bc13b",[11,81,82,83,86],{},"Two properties separate a general-purpose ontology from a pile of special-purpose\nones. It should apply to essentially any domain, once you add domain-specific\naxioms — nothing can be finessed or omitted. And in a demanding\ndomain, different areas of knowledge must ",[34,84,85],{},"unify",", because one problem touches\nseveral at once: a circuit-repair robot reasons about electrical connectivity,\nphysical layout, timing, and labor cost simultaneously, so the sentences about\ntime must combine with the sentences about space and work equally well for\nnanoseconds and minutes as for angstroms and meters.",[11,88,89,90,94],{},"In practice, general ontological engineering has had only limited\nsuccess — none of the largest AI systems share one ontology, partly because\nagreeing on an ontology is a social act. ",[91,92,93],"q",{},"Every ontology is a treaty,"," in Tom\nGruber's phrase. The ontologies that do exist were built four ways: hand-crafted\nby trained logicians (CYC), imported from a structured database (DBpedia, from\nWikipedia), extracted by parsing text (TextRunner, from Web pages), or\ncrowdsourced from volunteers (OpenMind).",[11,96,97,98,101,102,106],{},"A second caveat is about the logic itself. We use first-order logic even though\nparts of the world resist it: most generalizations have exceptions or hold only\nto a degree. ",[91,99,100],{},"Tomatoes are red"," is a useful rule, but some tomatoes are green,\nyellow, or orange. Handling exceptions matters, but it is orthogonal to getting\nthe ontology right, so we defer it to the sections on default reasoning below and\nthe full treatment of uncertainty to\n",[14,103,105],{"href":104},"\u002Fartificial-intelligence\u002Funcertainty\u002Fprobability-and-bayes","probability",".",[56,108,110],{"id":109},"categories-and-objects","Categories and objects",[11,112,113,114,117,118,120,121,204,205,208],{},"Most reasoning happens at the level of ",[34,115,116],{},"categories",", not individuals. A shopper\nwants ",[20,119,14],{}," basketball, not the particular ball ",[122,123,126],"span",{"className":124},[125],"katex",[122,127,131],{"className":128,"ariaHidden":130},[129],"katex-html","true",[122,132,135,140,147],{"className":133},[134],"base",[122,136],{"className":137,"style":139},[138],"strut","height:0.8333em;vertical-align:-0.15em;",[122,141,146],{"className":142,"style":145},[143,144],"mord","mathnormal","margin-right:0.0502em;","B",[122,148,150,153],{"className":149},[143],[122,151,146],{"className":152,"style":145},[143,144],[122,154,157],{"className":155},[156],"msupsub",[122,158,162,195],{"className":159},[160,161],"vlist-t","vlist-t2",[122,163,166,190],{"className":164},[165],"vlist-r",[122,167,171],{"className":168,"style":170},[169],"vlist","height:0.3011em;",[122,172,174,179],{"style":173},"top:-2.55em;margin-left:-0.0502em;margin-right:0.05em;",[122,175],{"className":176,"style":178},[177],"pstrut","height:2.7em;",[122,180,186],{"className":181},[182,183,184,185],"sizing","reset-size6","size3","mtight",[122,187,189],{"className":188},[143,185],"9",[122,191,194],{"className":192},[193],"vlist-s","​",[122,196,198],{"className":197},[165],[122,199,202],{"className":200,"style":201},[169],"height:0.15em;",[122,203],{},". Categories also drive\nprediction: from green-and-yellow mottled skin, a foot of diameter, red flesh,\nand a location in the fruit aisle you infer ",[20,206,207],{},"watermelon",", and from that you infer\nit would be good in a fruit salad. Perception classifies; the class then predicts.",[11,210,211,212,274,275,278,279,322,323,388,389,404,405,478,479,482],{},"First-order logic offers two ways to represent a category. You can use a predicate,\n",[122,213,215],{"className":214},[125],[122,216,218],{"className":217,"ariaHidden":130},[129],[122,219,221,225,228,231,235,240,244,248,252,257,260,265,269],{"className":220},[134],[122,222],{"className":223,"style":224},[138],"height:1em;vertical-align:-0.25em;",[122,226,146],{"className":227,"style":145},[143,144],[122,229,14],{"className":230},[143,144],[122,232,234],{"className":233},[143,144],"s",[122,236,239],{"className":237,"style":238},[143,144],"margin-right:0.0315em;","k",[122,241,243],{"className":242},[143,144],"e",[122,245,247],{"className":246},[143,144],"t",[122,249,251],{"className":250},[143,144],"ba",[122,253,256],{"className":254,"style":255},[143,144],"margin-right:0.0197em;","l",[122,258,256],{"className":259,"style":255},[143,144],[122,261,264],{"className":262},[263],"mopen","(",[122,266,268],{"className":267},[143,144],"b",[122,270,273],{"className":271},[272],"mclose",")",", or you can ",[34,276,277],{},"reify"," the category as an object, ",[122,280,282],{"className":281},[125],[122,283,285],{"className":284,"ariaHidden":130},[129],[122,286,288,292,295,298,301,304,307,310,313,316,319],{"className":287},[134],[122,289],{"className":290,"style":291},[138],"height:0.6944em;",[122,293,146],{"className":294,"style":145},[143,144],[122,296,14],{"className":297},[143,144],[122,299,234],{"className":300},[143,144],[122,302,239],{"className":303,"style":238},[143,144],[122,305,243],{"className":306},[143,144],[122,308,247],{"className":309},[143,144],[122,311,251],{"className":312},[143,144],[122,314,256],{"className":315,"style":255},[143,144],[122,317,256],{"className":318,"style":255},[143,144],[122,320,234],{"className":321},[143,144],",\nand relate individuals to it with membership and subset relations. Reification —\nturning a proposition into an object you can quantify over and attach facts to — is\nwhat lets a category be a thing in its own right. Writing ",[122,324,326],{"className":325},[125],[122,327,329,352],{"className":328,"ariaHidden":130},[129],[122,330,332,336,339,344,349],{"className":331},[134],[122,333],{"className":334,"style":335},[138],"height:0.7335em;vertical-align:-0.0391em;",[122,337,268],{"className":338},[143,144],[122,340],{"className":341,"style":343},[342],"mspace","margin-right:0.2778em;",[122,345,348],{"className":346},[347],"mrel","∈",[122,350],{"className":351,"style":343},[342],[122,353,355,358,361,364,367,370,373,376,379,382,385],{"className":354},[134],[122,356],{"className":357,"style":291},[138],[122,359,146],{"className":360,"style":145},[143,144],[122,362,14],{"className":363},[143,144],[122,365,234],{"className":366},[143,144],[122,368,239],{"className":369,"style":238},[143,144],[122,371,243],{"className":372},[143,144],[122,374,247],{"className":375},[143,144],[122,377,251],{"className":378},[143,144],[122,380,256],{"className":381,"style":255},[143,144],[122,383,256],{"className":384,"style":255},[143,144],[122,386,234],{"className":387},[143,144]," says\n",[122,390,392],{"className":391},[125],[122,393,395],{"className":394,"ariaHidden":130},[129],[122,396,398,401],{"className":397},[134],[122,399],{"className":400,"style":291},[138],[122,402,268],{"className":403},[143,144]," is a member; ",[122,406,408],{"className":407},[125],[122,409,411,457],{"className":410,"ariaHidden":130},[129],[122,412,414,417,420,423,426,429,432,435,438,441,444,447,450,454],{"className":413},[134],[122,415],{"className":416,"style":335},[138],[122,418,146],{"className":419,"style":145},[143,144],[122,421,14],{"className":422},[143,144],[122,424,234],{"className":425},[143,144],[122,427,239],{"className":428,"style":238},[143,144],[122,430,243],{"className":431},[143,144],[122,433,247],{"className":434},[143,144],[122,436,251],{"className":437},[143,144],[122,439,256],{"className":440,"style":255},[143,144],[122,442,256],{"className":443,"style":255},[143,144],[122,445,234],{"className":446},[143,144],[122,448],{"className":449,"style":343},[342],[122,451,453],{"className":452},[347],"⊂",[122,455],{"className":456,"style":343},[342],[122,458,460,463,466,469,472,475],{"className":459},[134],[122,461],{"className":462,"style":291},[138],[122,464,146],{"className":465,"style":145},[143,144],[122,467,14],{"className":468},[143,144],[122,470,256],{"className":471,"style":255},[143,144],[122,473,256],{"className":474,"style":255},[143,144],[122,476,234],{"className":477},[143,144]," says the first category is a\n",[34,480,481],{},"subcategory"," (subclass, subset — we use the terms interchangeably) of the\nsecond.",[11,484,485,486,489,490,493,494,519,520,576,577,633],{},"Subclass relations organize categories into a ",[34,487,488],{},"taxonomy",". Taxonomies are old and\nlarge: biology organizes roughly ten million living and extinct species into one\nhierarchy, and library science built the Dewey Decimal system to classify all of\nknowledge. The point of the hierarchy is ",[34,491,492],{},"inheritance",": assert that every member\nof ",[122,495,497],{"className":496},[125],[122,498,500],{"className":499,"ariaHidden":130},[129],[122,501,503,506,511,515],{"className":502},[134],[122,504],{"className":505,"style":291},[138],[122,507,510],{"className":508,"style":509},[143,144],"margin-right:0.1389em;","F",[122,512,514],{"className":513},[143,144],"oo",[122,516,518],{"className":517},[143,144],"d"," is edible, that ",[122,521,523],{"className":522},[125],[122,524,526,561],{"className":525,"ariaHidden":130},[129],[122,527,529,533,536,541,545,549,552,555,558],{"className":528},[134],[122,530],{"className":531,"style":532},[138],"height:0.7224em;vertical-align:-0.0391em;",[122,534,510],{"className":535,"style":509},[143,144],[122,537,540],{"className":538,"style":539},[143,144],"margin-right:0.0278em;","r",[122,542,544],{"className":543},[143,144],"u",[122,546,548],{"className":547},[143,144],"i",[122,550,247],{"className":551},[143,144],[122,553],{"className":554,"style":343},[342],[122,556,453],{"className":557},[347],[122,559],{"className":560,"style":343},[342],[122,562,564,567,570,573],{"className":563},[134],[122,565],{"className":566,"style":291},[138],[122,568,510],{"className":569,"style":509},[143,144],[122,571,514],{"className":572},[143,144],[122,574,518],{"className":575},[143,144]," and ",[122,578,580],{"className":579},[125],[122,581,583,611],{"className":582,"ariaHidden":130},[129],[122,584,586,590,594,598,602,605,608],{"className":585},[134],[122,587],{"className":588,"style":589},[138],"height:0.8889em;vertical-align:-0.1944em;",[122,591,593],{"className":592},[143,144],"A",[122,595,597],{"className":596,"style":255},[143,144],"ppl",[122,599,601],{"className":600},[143,144],"es",[122,603],{"className":604,"style":343},[342],[122,606,453],{"className":607},[347],[122,609],{"className":610,"style":343},[342],[122,612,614,618,621,624,627,630],{"className":613},[134],[122,615],{"className":616,"style":617},[138],"height:0.6833em;",[122,619,510],{"className":620,"style":509},[143,144],[122,622,540],{"className":623,"style":539},[143,144],[122,625,544],{"className":626},[143,144],[122,628,548],{"className":629},[143,144],[122,631,247],{"className":632},[143,144],", and\nevery apple inherits edibility without a separate axiom.",[77,635],{"hash":636},"1618ac7cc085c3aeaeec7b965de47c35b419cdd4b3856da31aaacc277ab6d888",[11,638,639,640,740,741,813,814,935,936,1030,1031,1055,1056,1116,1117,106],{},"First-order logic states many kinds of category fact cleanly. An object is a\nmember: ",[122,641,643],{"className":642},[125],[122,644,646,704],{"className":645,"ariaHidden":130},[129],[122,647,649,652,655,695,698,701],{"className":648},[134],[122,650],{"className":651,"style":139},[138],[122,653,146],{"className":654,"style":145},[143,144],[122,656,658,661],{"className":657},[143],[122,659,146],{"className":660,"style":145},[143,144],[122,662,664],{"className":663},[156],[122,665,667,687],{"className":666},[160,161],[122,668,670,684],{"className":669},[165],[122,671,673],{"className":672,"style":170},[169],[122,674,675,678],{"style":173},[122,676],{"className":677,"style":178},[177],[122,679,681],{"className":680},[182,183,184,185],[122,682,189],{"className":683},[143,185],[122,685,194],{"className":686},[193],[122,688,690],{"className":689},[165],[122,691,693],{"className":692,"style":201},[169],[122,694],{},[122,696],{"className":697,"style":343},[342],[122,699,348],{"className":700},[347],[122,702],{"className":703,"style":343},[342],[122,705,707,710,713,716,719,722,725,728,731,734,737],{"className":706},[134],[122,708],{"className":709,"style":291},[138],[122,711,146],{"className":712,"style":145},[143,144],[122,714,14],{"className":715},[143,144],[122,717,234],{"className":718},[143,144],[122,720,239],{"className":721,"style":238},[143,144],[122,723,243],{"className":724},[143,144],[122,726,247],{"className":727},[143,144],[122,729,251],{"className":730},[143,144],[122,732,256],{"className":733,"style":255},[143,144],[122,735,256],{"className":736,"style":255},[143,144],[122,738,234],{"className":739},[143,144],". A category is a subclass: ",[122,742,744],{"className":743},[125],[122,745,747,792],{"className":746,"ariaHidden":130},[129],[122,748,750,753,756,759,762,765,768,771,774,777,780,783,786,789],{"className":749},[134],[122,751],{"className":752,"style":335},[138],[122,754,146],{"className":755,"style":145},[143,144],[122,757,14],{"className":758},[143,144],[122,760,234],{"className":761},[143,144],[122,763,239],{"className":764,"style":238},[143,144],[122,766,243],{"className":767},[143,144],[122,769,247],{"className":770},[143,144],[122,772,251],{"className":773},[143,144],[122,775,256],{"className":776,"style":255},[143,144],[122,778,256],{"className":779,"style":255},[143,144],[122,781,234],{"className":782},[143,144],[122,784],{"className":785,"style":343},[342],[122,787,453],{"className":788},[347],[122,790],{"className":791,"style":343},[342],[122,793,795,798,801,804,807,810],{"className":794},[134],[122,796],{"className":797,"style":291},[138],[122,799,146],{"className":800,"style":145},[143,144],[122,802,14],{"className":803},[143,144],[122,805,256],{"className":806,"style":255},[143,144],[122,808,256],{"className":809,"style":255},[143,144],[122,811,234],{"className":812},[143,144],". Every member has a property: ",[122,815,817],{"className":816},[125],[122,818,820,842,891],{"className":819,"ariaHidden":130},[129],[122,821,823,826,829,833,836,839],{"className":822},[134],[122,824],{"className":825,"style":224},[138],[122,827,264],{"className":828},[263],[122,830,832],{"className":831},[143,144],"x",[122,834],{"className":835,"style":343},[342],[122,837,348],{"className":838},[347],[122,840],{"className":841,"style":343},[342],[122,843,845,848,851,854,857,860,863,866,869,872,875,878,881,884,888],{"className":844},[134],[122,846],{"className":847,"style":224},[138],[122,849,146],{"className":850,"style":145},[143,144],[122,852,14],{"className":853},[143,144],[122,855,234],{"className":856},[143,144],[122,858,239],{"className":859,"style":238},[143,144],[122,861,243],{"className":862},[143,144],[122,864,247],{"className":865},[143,144],[122,867,251],{"className":868},[143,144],[122,870,256],{"className":871,"style":255},[143,144],[122,873,256],{"className":874,"style":255},[143,144],[122,876,234],{"className":877},[143,144],[122,879,273],{"className":880},[272],[122,882],{"className":883,"style":343},[342],[122,885,887],{"className":886},[347],"⇒",[122,889],{"className":890,"style":343},[342],[122,892,894,897,902,905,909,913,916,920,923,926,929,932],{"className":893},[134],[122,895],{"className":896,"style":224},[138],[122,898,901],{"className":899,"style":900},[143,144],"margin-right:0.0576em;","S",[122,903,11],{"className":904},[143,144],[122,906,908],{"className":907},[143,144],"h",[122,910,912],{"className":911,"style":539},[143,144],"er",[122,914,548],{"className":915},[143,144],[122,917,919],{"className":918},[143,144],"c",[122,921,14],{"className":922},[143,144],[122,924,256],{"className":925,"style":255},[143,144],[122,927,264],{"className":928},[263],[122,930,832],{"className":931},[143,144],[122,933,273],{"className":934},[272],". Members can be recognized by properties, giving a sufficient\ncondition for membership; and the category as a whole can have properties, as in\n",[122,937,939],{"className":938},[125],[122,940,942,974],{"className":941,"ariaHidden":130},[129],[122,943,945,949,953,957,962,965,968,971],{"className":944},[134],[122,946],{"className":947,"style":948},[138],"height:0.8778em;vertical-align:-0.1944em;",[122,950,952],{"className":951,"style":539},[143,144],"D",[122,954,956],{"className":955},[143,144],"o",[122,958,961],{"className":959,"style":960},[143,144],"margin-right:0.0359em;","g",[122,963,234],{"className":964},[143,144],[122,966],{"className":967,"style":343},[342],[122,969,348],{"className":970},[347],[122,972],{"className":973,"style":343},[342],[122,975,977,980,983,986,990,993,996,999,1002,1005,1008,1011,1014,1017,1020,1024,1027],{"className":976},[134],[122,978],{"className":979,"style":589},[138],[122,981,952],{"className":982,"style":539},[143,144],[122,984,956],{"className":985},[143,144],[122,987,989],{"className":988},[143,144],"m",[122,991,601],{"className":992},[143,144],[122,994,247],{"className":995},[143,144],[122,997,548],{"className":998},[143,144],[122,1000,919],{"className":1001},[143,144],[122,1003,14],{"className":1004},[143,144],[122,1006,247],{"className":1007},[143,144],[122,1009,243],{"className":1010},[143,144],[122,1012,518],{"className":1013},[143,144],[122,1015,901],{"className":1016,"style":900},[143,144],[122,1018,11],{"className":1019},[143,144],[122,1021,1023],{"className":1022},[143,144],"ec",[122,1025,548],{"className":1026},[143,144],[122,1028,601],{"className":1029},[143,144]," — note that because ",[122,1032,1034],{"className":1033},[125],[122,1035,1037],{"className":1036,"ariaHidden":130},[129],[122,1038,1040,1043,1046,1049,1052],{"className":1039},[134],[122,1041],{"className":1042,"style":948},[138],[122,1044,952],{"className":1045,"style":539},[143,144],[122,1047,956],{"className":1048},[143,144],[122,1050,961],{"className":1051,"style":960},[143,144],[122,1053,234],{"className":1054},[143,144]," is itself a member here,\n",[122,1057,1059],{"className":1058},[125],[122,1060,1062],{"className":1061,"ariaHidden":130},[129],[122,1063,1065,1068,1071,1074,1077,1080,1083,1086,1089,1092,1095,1098,1101,1104,1107,1110,1113],{"className":1064},[134],[122,1066],{"className":1067,"style":589},[138],[122,1069,952],{"className":1070,"style":539},[143,144],[122,1072,956],{"className":1073},[143,144],[122,1075,989],{"className":1076},[143,144],[122,1078,601],{"className":1079},[143,144],[122,1081,247],{"className":1082},[143,144],[122,1084,548],{"className":1085},[143,144],[122,1087,919],{"className":1088},[143,144],[122,1090,14],{"className":1091},[143,144],[122,1093,247],{"className":1094},[143,144],[122,1096,243],{"className":1097},[143,144],[122,1099,518],{"className":1100},[143,144],[122,1102,901],{"className":1103,"style":900},[143,144],[122,1105,11],{"className":1106},[143,144],[122,1108,1023],{"className":1109},[143,144],[122,1111,548],{"className":1112},[143,144],[122,1114,601],{"className":1115},[143,144]," must be a category ",[20,1118,1119],{},"of categories",[11,1121,1122,1123,1126,1127,1130,1131,106],{},"Membership and subclass are not the only relations we need between categories.\nTwo categories are ",[34,1124,1125],{},"disjoint"," if they share no members; a set of categories is an\n",[34,1128,1129],{},"exhaustive decomposition"," of a larger one if every member of the larger belongs\nto at least one; and a disjoint exhaustive decomposition is a ",[34,1132,1133],{},"partition",[1135,1136,1138],"callout",{"type":1137},"definition",[11,1139,1140,1143,1144,1160,1161,1176,1177,1192,1193,1406,1407,1512],{},[34,1141,1142],{},"Definition (Partition)."," A set of categories ",[122,1145,1147],{"className":1146},[125],[122,1148,1150],{"className":1149,"ariaHidden":130},[129],[122,1151,1153,1157],{"className":1152},[134],[122,1154],{"className":1155,"style":1156},[138],"height:0.4306em;",[122,1158,234],{"className":1159},[143,144]," partitions a category ",[122,1162,1164],{"className":1163},[125],[122,1165,1167],{"className":1166,"ariaHidden":130},[129],[122,1168,1170,1173],{"className":1169},[134],[122,1171],{"className":1172,"style":1156},[138],[122,1174,919],{"className":1175},[143,144],"\nwhen its members are pairwise disjoint and together cover ",[122,1178,1180],{"className":1179},[125],[122,1181,1183],{"className":1182,"ariaHidden":130},[129],[122,1184,1186,1189],{"className":1185},[134],[122,1187],{"className":1188,"style":1156},[138],[122,1190,919],{"className":1191},[143,144],":\n",[122,1194,1196],{"className":1195},[125],[122,1197,1199,1271,1322],{"className":1198,"ariaHidden":130},[129],[122,1200,1202,1205,1209,1212,1215,1218,1221,1224,1227,1230,1234,1237,1240,1245,1249,1252,1255,1258,1261,1265,1268],{"className":1201},[134],[122,1203],{"className":1204,"style":224},[138],[122,1206,1208],{"className":1207,"style":509},[143,144],"P",[122,1210,14],{"className":1211},[143,144],[122,1213,540],{"className":1214,"style":539},[143,144],[122,1216,247],{"className":1217},[143,144],[122,1219,548],{"className":1220},[143,144],[122,1222,247],{"className":1223},[143,144],[122,1225,548],{"className":1226},[143,144],[122,1228,956],{"className":1229},[143,144],[122,1231,1233],{"className":1232},[143,144],"n",[122,1235,264],{"className":1236},[263],[122,1238,234],{"className":1239},[143,144],[122,1241,1244],{"className":1242},[1243],"mpunct",",",[122,1246],{"className":1247,"style":1248},[342],"margin-right:0.1667em;",[122,1250,919],{"className":1251},[143,144],[122,1253,273],{"className":1254},[272],[122,1256],{"className":1257,"style":343},[342],[122,1259],{"className":1260,"style":343},[342],[122,1262,1264],{"className":1263},[347],"↔",[122,1266],{"className":1267,"style":343},[342],[122,1269],{"className":1270,"style":343},[342],[122,1272,1274,1277,1280,1283,1286,1291,1294,1298,1301,1304,1307,1310,1314,1319],{"className":1273},[134],[122,1275],{"className":1276,"style":224},[138],[122,1278,952],{"className":1279,"style":539},[143,144],[122,1281,548],{"className":1282},[143,144],[122,1284,234],{"className":1285},[143,144],[122,1287,1290],{"className":1288,"style":1289},[143,144],"margin-right:0.0572em;","j",[122,1292,956],{"className":1293},[143,144],[122,1295,1297],{"className":1296},[143,144],"in",[122,1299,247],{"className":1300},[143,144],[122,1302,264],{"className":1303},[263],[122,1305,234],{"className":1306},[143,144],[122,1308,273],{"className":1309},[272],[122,1311],{"className":1312,"style":1313},[342],"margin-right:0.2222em;",[122,1315,1318],{"className":1316},[1317],"mbin","∧",[122,1320],{"className":1321,"style":1313},[342],[122,1323,1325,1328,1332,1335,1339,1342,1345,1348,1351,1355,1359,1363,1366,1369,1373,1376,1379,1382,1385,1388,1391,1394,1397,1400,1403],{"className":1324},[134],[122,1326],{"className":1327,"style":224},[138],[122,1329,1331],{"className":1330,"style":900},[143,144],"E",[122,1333,832],{"className":1334},[143,144],[122,1336,1338],{"className":1337},[143,144],"ha",[122,1340,544],{"className":1341},[143,144],[122,1343,234],{"className":1344},[143,144],[122,1346,247],{"className":1347},[143,144],[122,1349,548],{"className":1350},[143,144],[122,1352,1354],{"className":1353,"style":960},[143,144],"v",[122,1356,1358],{"className":1357,"style":539},[143,144],"eD",[122,1360,1362],{"className":1361},[143,144],"eco",[122,1364,989],{"className":1365},[143,144],[122,1367,11],{"className":1368},[143,144],[122,1370,1372],{"className":1371},[143,144],"os",[122,1374,548],{"className":1375},[143,144],[122,1377,247],{"className":1378},[143,144],[122,1380,548],{"className":1381},[143,144],[122,1383,956],{"className":1384},[143,144],[122,1386,1233],{"className":1387},[143,144],[122,1389,264],{"className":1390},[263],[122,1392,234],{"className":1393},[143,144],[122,1395,1244],{"className":1396},[1243],[122,1398],{"className":1399,"style":1248},[342],[122,1401,919],{"className":1402},[143,144],[122,1404,273],{"className":1405},[272],". So\n",[122,1408,1410],{"className":1409},[125],[122,1411,1413],{"className":1412,"ariaHidden":130},[129],[122,1414,1416,1419,1422,1425,1428,1431,1434,1437,1440,1443,1446,1450,1455,1458,1461,1464,1467,1470,1473,1476,1480,1483,1486,1490,1493,1496,1499,1503,1506,1509],{"className":1415},[134],[122,1417],{"className":1418,"style":224},[138],[122,1420,1208],{"className":1421,"style":509},[143,144],[122,1423,14],{"className":1424},[143,144],[122,1426,540],{"className":1427,"style":539},[143,144],[122,1429,247],{"className":1430},[143,144],[122,1432,548],{"className":1433},[143,144],[122,1435,247],{"className":1436},[143,144],[122,1438,548],{"className":1439},[143,144],[122,1441,956],{"className":1442},[143,144],[122,1444,1233],{"className":1445},[143,144],[122,1447,1449],{"className":1448},[263],"({",[122,1451,1454],{"className":1452,"style":1453},[143,144],"margin-right:0.109em;","M",[122,1456,14],{"className":1457},[143,144],[122,1459,256],{"className":1460,"style":255},[143,144],[122,1462,601],{"className":1463},[143,144],[122,1465,1244],{"className":1466},[1243],[122,1468],{"className":1469,"style":1248},[342],[122,1471,510],{"className":1472,"style":509},[143,144],[122,1474,243],{"className":1475},[143,144],[122,1477,1479],{"className":1478},[143,144],"ma",[122,1481,256],{"className":1482,"style":255},[143,144],[122,1484,601],{"className":1485},[143,144],[122,1487,1489],{"className":1488},[272],"}",[122,1491,1244],{"className":1492},[1243],[122,1494],{"className":1495,"style":1248},[342],[122,1497,593],{"className":1498},[143,144],[122,1500,1502],{"className":1501},[143,144],"nima",[122,1504,256],{"className":1505,"style":255},[143,144],[122,1507,234],{"className":1508},[143,144],[122,1510,273],{"className":1511},[272]," says every animal is exactly one of\nmale or female.",[11,1514,1515,1516,1519,1520,1725,1726,1729,1730,1733,1734,1737,1738,1741,1742,1805,1806,1861],{},"Categories can also be ",[34,1517,1518],{},"defined"," by necessary and sufficient conditions rather\nthan merely described: ",[122,1521,1523],{"className":1522},[125],[122,1524,1526,1545,1591,1638,1656,1689,1707],{"className":1525,"ariaHidden":130},[129],[122,1527,1529,1533,1536,1539,1542],{"className":1528},[134],[122,1530],{"className":1531,"style":1532},[138],"height:0.5782em;vertical-align:-0.0391em;",[122,1534,832],{"className":1535},[143,144],[122,1537],{"className":1538,"style":343},[342],[122,1540,348],{"className":1541},[347],[122,1543],{"className":1544,"style":343},[342],[122,1546,1548,1551,1554,1557,1560,1563,1566,1569,1573,1576,1579,1582,1585,1588],{"className":1547},[134],[122,1549],{"className":1550,"style":291},[138],[122,1552,146],{"className":1553,"style":145},[143,144],[122,1555,14],{"className":1556},[143,144],[122,1558,919],{"className":1559},[143,144],[122,1561,908],{"className":1562},[143,144],[122,1564,243],{"className":1565},[143,144],[122,1567,256],{"className":1568,"style":255},[143,144],[122,1570,1572],{"className":1571,"style":539},[143,144],"or",[122,1574,234],{"className":1575},[143,144],[122,1577],{"className":1578,"style":343},[342],[122,1580],{"className":1581,"style":343},[342],[122,1583,1264],{"className":1584},[347],[122,1586],{"className":1587,"style":343},[342],[122,1589],{"className":1590,"style":343},[342],[122,1592,1594,1597,1601,1605,1608,1611,1614,1617,1620,1623,1626,1629,1632,1635],{"className":1593},[134],[122,1595],{"className":1596,"style":224},[138],[122,1598,1600],{"className":1599,"style":1453},[143,144],"U",[122,1602,1604],{"className":1603},[143,144],"nma",[122,1606,540],{"className":1607,"style":539},[143,144],[122,1609,540],{"className":1610,"style":539},[143,144],[122,1612,548],{"className":1613},[143,144],[122,1615,243],{"className":1616},[143,144],[122,1618,518],{"className":1619},[143,144],[122,1621,264],{"className":1622},[263],[122,1624,832],{"className":1625},[143,144],[122,1627,273],{"className":1628},[272],[122,1630],{"className":1631,"style":1313},[342],[122,1633,1318],{"className":1634},[1317],[122,1636],{"className":1637,"style":1313},[342],[122,1639,1641,1644,1647,1650,1653],{"className":1640},[134],[122,1642],{"className":1643,"style":1532},[138],[122,1645,832],{"className":1646},[143,144],[122,1648],{"className":1649,"style":343},[342],[122,1651,348],{"className":1652},[347],[122,1654],{"className":1655,"style":343},[342],[122,1657,1659,1662,1665,1668,1671,1674,1677,1680,1683,1686],{"className":1658},[134],[122,1660],{"className":1661,"style":291},[138],[122,1663,593],{"className":1664},[143,144],[122,1666,518],{"className":1667},[143,144],[122,1669,544],{"className":1670},[143,144],[122,1672,256],{"className":1673,"style":255},[143,144],[122,1675,247],{"className":1676},[143,144],[122,1678,234],{"className":1679},[143,144],[122,1681],{"className":1682,"style":1313},[342],[122,1684,1318],{"className":1685},[1317],[122,1687],{"className":1688,"style":1313},[342],[122,1690,1692,1695,1698,1701,1704],{"className":1691},[134],[122,1693],{"className":1694,"style":1532},[138],[122,1696,832],{"className":1697},[143,144],[122,1699],{"className":1700,"style":343},[342],[122,1702,348],{"className":1703},[347],[122,1705],{"className":1706,"style":343},[342],[122,1708,1710,1713,1716,1719,1722],{"className":1709},[134],[122,1711],{"className":1712,"style":291},[138],[122,1714,1454],{"className":1715,"style":1453},[143,144],[122,1717,14],{"className":1718},[143,144],[122,1720,256],{"className":1721,"style":255},[143,144],[122,1723,601],{"className":1724},[143,144],". Such strict definitions are the exception, though. Most\nreal-world categories are ",[34,1727,1728],{},"natural kinds"," with no clean definition — a tomato is\n",[20,1731,1732],{},"typically"," dull scarlet, roughly spherical, two to four inches across, but there\nis variation at every feature and no crisp boundary. The practical response is to\nseparate what is true of ",[20,1735,1736],{},"all"," members from what is true of ",[20,1739,1740],{},"typical"," ones, using\na function ",[122,1743,1745],{"className":1744},[125],[122,1746,1748,1796],{"className":1747,"ariaHidden":130},[129],[122,1749,1751,1754,1758,1762,1765,1768,1771,1774,1777,1780,1783,1786,1789,1793],{"className":1750},[134],[122,1752],{"className":1753,"style":224},[138],[122,1755,1757],{"className":1756,"style":509},[143,144],"T",[122,1759,1761],{"className":1760,"style":960},[143,144],"y",[122,1763,11],{"className":1764},[143,144],[122,1766,548],{"className":1767},[143,144],[122,1769,919],{"className":1770},[143,144],[122,1772,14],{"className":1773},[143,144],[122,1775,256],{"className":1776,"style":255},[143,144],[122,1778,264],{"className":1779},[263],[122,1781,919],{"className":1782},[143,144],[122,1784,273],{"className":1785},[272],[122,1787],{"className":1788,"style":343},[342],[122,1790,1792],{"className":1791},[347],"⊆",[122,1794],{"className":1795,"style":343},[342],[122,1797,1799,1802],{"className":1798},[134],[122,1800],{"className":1801,"style":1156},[138],[122,1803,919],{"className":1804},[143,144],", and to attach the soft facts to\n",[122,1807,1809],{"className":1808},[125],[122,1810,1812],{"className":1811,"ariaHidden":130},[129],[122,1813,1815,1818,1821,1824,1827,1830,1833,1836,1839,1842,1845,1848,1851,1854,1858],{"className":1814},[134],[122,1816],{"className":1817,"style":224},[138],[122,1819,1757],{"className":1820,"style":509},[143,144],[122,1822,1761],{"className":1823,"style":960},[143,144],[122,1825,11],{"className":1826},[143,144],[122,1828,548],{"className":1829},[143,144],[122,1831,919],{"className":1832},[143,144],[122,1834,14],{"className":1835},[143,144],[122,1837,256],{"className":1838,"style":255},[143,144],[122,1840,264],{"className":1841},[263],[122,1843,1757],{"className":1844,"style":509},[143,144],[122,1846,956],{"className":1847},[143,144],[122,1849,1479],{"className":1850},[143,144],[122,1852,247],{"className":1853},[143,144],[122,1855,1857],{"className":1856},[143,144],"oes",[122,1859,273],{"className":1860},[272],". This is the first appearance of default reasoning; we return\nto it below.",[1863,1864,1866],"h3",{"id":1865},"physical-composition","Physical composition",[11,1868,1869,1870,1873,1874,1949,1950,2034,2035,2107,2108,2183,2184,2187],{},"One object can be ",[34,1871,1872],{},"part of"," another. ",[122,1875,1877],{"className":1876},[125],[122,1878,1880],{"className":1879,"ariaHidden":130},[129],[122,1881,1883,1886,1889,1892,1895,1899,1904,1907,1910,1913,1916,1919,1922,1925,1928,1931,1934,1939,1942,1946],{"className":1882},[134],[122,1884],{"className":1885,"style":224},[138],[122,1887,1208],{"className":1888,"style":509},[143,144],[122,1890,14],{"className":1891},[143,144],[122,1893,540],{"className":1894,"style":539},[143,144],[122,1896,1898],{"className":1897,"style":539},[143,144],"tO",[122,1900,1903],{"className":1901,"style":1902},[143,144],"margin-right:0.1076em;","f",[122,1905,264],{"className":1906},[263],[122,1908,146],{"className":1909,"style":145},[143,144],[122,1911,544],{"className":1912},[143,144],[122,1914,919],{"className":1915},[143,144],[122,1917,1338],{"className":1918},[143,144],[122,1920,540],{"className":1921,"style":539},[143,144],[122,1923,601],{"className":1924},[143,144],[122,1926,247],{"className":1927},[143,144],[122,1929,1244],{"className":1930},[1243],[122,1932],{"className":1933,"style":1248},[342],[122,1935,1938],{"className":1936,"style":1937},[143,144],"margin-right:0.0077em;","R",[122,1940,956],{"className":1941},[143,144],[122,1943,1945],{"className":1944},[143,144],"mania",[122,1947,273],{"className":1948},[272],",\n",[122,1951,1953],{"className":1952},[125],[122,1954,1956],{"className":1955,"ariaHidden":130},[129],[122,1957,1959,1962,1965,1968,1971,1974,1977,1980,1983,1986,1989,1992,1995,1998,2001,2004,2007,2010,2013,2016,2019,2022,2025,2028,2031],{"className":1958},[134],[122,1960],{"className":1961,"style":224},[138],[122,1963,1208],{"className":1964,"style":509},[143,144],[122,1966,14],{"className":1967},[143,144],[122,1969,540],{"className":1970,"style":539},[143,144],[122,1972,1898],{"className":1973,"style":539},[143,144],[122,1975,1903],{"className":1976,"style":1902},[143,144],[122,1978,264],{"className":1979},[263],[122,1981,1938],{"className":1982,"style":1937},[143,144],[122,1984,956],{"className":1985},[143,144],[122,1987,1945],{"className":1988},[143,144],[122,1990,1244],{"className":1991},[1243],[122,1993],{"className":1994,"style":1248},[342],[122,1996,1331],{"className":1997,"style":900},[143,144],[122,1999,14],{"className":2000},[143,144],[122,2002,234],{"className":2003},[143,144],[122,2005,247],{"className":2006},[143,144],[122,2008,912],{"className":2009,"style":539},[143,144],[122,2011,1233],{"className":2012},[143,144],[122,2014,1331],{"className":2015,"style":900},[143,144],[122,2017,544],{"className":2018},[143,144],[122,2020,540],{"className":2021,"style":539},[143,144],[122,2023,956],{"className":2024},[143,144],[122,2026,11],{"className":2027},[143,144],[122,2029,243],{"className":2030},[143,144],[122,2032,273],{"className":2033},[272],", and so on up to ",[122,2036,2038],{"className":2037},[125],[122,2039,2041],{"className":2040,"ariaHidden":130},[129],[122,2042,2044,2047,2050,2053,2056,2059,2062,2065,2068,2071,2074,2077,2080,2083,2086,2089,2092,2095,2098,2101,2104],{"className":2043},[134],[122,2045],{"className":2046,"style":224},[138],[122,2048,1208],{"className":2049,"style":509},[143,144],[122,2051,14],{"className":2052},[143,144],[122,2054,540],{"className":2055,"style":539},[143,144],[122,2057,1898],{"className":2058,"style":539},[143,144],[122,2060,1903],{"className":2061,"style":1902},[143,144],[122,2063,264],{"className":2064},[263],[122,2066,1331],{"className":2067,"style":900},[143,144],[122,2069,544],{"className":2070},[143,144],[122,2072,540],{"className":2073,"style":539},[143,144],[122,2075,956],{"className":2076},[143,144],[122,2078,11],{"className":2079},[143,144],[122,2081,243],{"className":2082},[143,144],[122,2084,1244],{"className":2085},[1243],[122,2087],{"className":2088,"style":1248},[342],[122,2090,1331],{"className":2091,"style":900},[143,144],[122,2093,14],{"className":2094},[143,144],[122,2096,540],{"className":2097,"style":539},[143,144],[122,2099,247],{"className":2100},[143,144],[122,2102,908],{"className":2103},[143,144],[122,2105,273],{"className":2106},[272],"; the\nrelation is transitive and reflexive, so a reasoner concludes ",[122,2109,2111],{"className":2110},[125],[122,2112,2114],{"className":2113,"ariaHidden":130},[129],[122,2115,2117,2120,2123,2126,2129,2132,2135,2138,2141,2144,2147,2150,2153,2156,2159,2162,2165,2168,2171,2174,2177,2180],{"className":2116},[134],[122,2118],{"className":2119,"style":224},[138],[122,2121,1208],{"className":2122,"style":509},[143,144],[122,2124,14],{"className":2125},[143,144],[122,2127,540],{"className":2128,"style":539},[143,144],[122,2130,1898],{"className":2131,"style":539},[143,144],[122,2133,1903],{"className":2134,"style":1902},[143,144],[122,2136,264],{"className":2137},[263],[122,2139,146],{"className":2140,"style":145},[143,144],[122,2142,544],{"className":2143},[143,144],[122,2145,919],{"className":2146},[143,144],[122,2148,1338],{"className":2149},[143,144],[122,2151,540],{"className":2152,"style":539},[143,144],[122,2154,601],{"className":2155},[143,144],[122,2157,247],{"className":2158},[143,144],[122,2160,1244],{"className":2161},[1243],[122,2163],{"className":2164,"style":1248},[342],[122,2166,1331],{"className":2167,"style":900},[143,144],[122,2169,14],{"className":2170},[143,144],[122,2172,540],{"className":2173,"style":539},[143,144],[122,2175,247],{"className":2176},[143,144],[122,2178,908],{"className":2179},[143,144],[122,2181,273],{"className":2182},[272],". Categories of ",[34,2185,2186],{},"composite objects"," are characterized by structural\nrelations among their parts. A biped has exactly two legs attached to a body:",[122,2189,2192],{"className":2190},[2191],"katex-display",[122,2193,2195],{"className":2194},[125],[122,2196,2198,2243,2424,2494,2530,2615,2700,2792,2883,2979],{"className":2197,"ariaHidden":130},[129],[122,2199,2201,2204,2207,2210,2213,2216,2219,2222,2225,2228,2231,2234,2237,2240],{"className":2200},[134],[122,2202],{"className":2203,"style":224},[138],[122,2205,146],{"className":2206,"style":145},[143,144],[122,2208,548],{"className":2209},[143,144],[122,2211,11],{"className":2212},[143,144],[122,2214,243],{"className":2215},[143,144],[122,2217,518],{"className":2218},[143,144],[122,2220,264],{"className":2221},[263],[122,2223,14],{"className":2224},[143,144],[122,2226,273],{"className":2227},[272],[122,2229],{"className":2230,"style":343},[342],[122,2232],{"className":2233,"style":343},[342],[122,2235,887],{"className":2236},[347],[122,2238],{"className":2239,"style":343},[342],[122,2241],{"className":2242,"style":343},[342],[122,2244,2246,2249,2253,2256,2297,2300,2303,2344,2347,2350,2353,2356,2359,2363,2366,2369,2372,2412,2415,2418,2421],{"className":2245},[134],[122,2247],{"className":2248,"style":224},[138],[122,2250,2252],{"className":2251},[143],"∃",[122,2254],{"className":2255,"style":1248},[342],[122,2257,2259,2262],{"className":2258},[143],[122,2260,256],{"className":2261,"style":255},[143,144],[122,2263,2265],{"className":2264},[156],[122,2266,2268,2289],{"className":2267},[160,161],[122,2269,2271,2286],{"className":2270},[165],[122,2272,2274],{"className":2273,"style":170},[169],[122,2275,2277,2280],{"style":2276},"top:-2.55em;margin-left:-0.0197em;margin-right:0.05em;",[122,2278],{"className":2279,"style":178},[177],[122,2281,2283],{"className":2282},[182,183,184,185],[122,2284,51],{"className":2285},[143,185],[122,2287,194],{"className":2288},[193],[122,2290,2292],{"className":2291},[165],[122,2293,2295],{"className":2294,"style":201},[169],[122,2296],{},[122,2298,1244],{"className":2299},[1243],[122,2301],{"className":2302,"style":1248},[342],[122,2304,2306,2309],{"className":2305},[143],[122,2307,256],{"className":2308,"style":255},[143,144],[122,2310,2312],{"className":2311},[156],[122,2313,2315,2336],{"className":2314},[160,161],[122,2316,2318,2333],{"className":2317},[165],[122,2319,2321],{"className":2320,"style":170},[169],[122,2322,2323,2326],{"style":2276},[122,2324],{"className":2325,"style":178},[177],[122,2327,2329],{"className":2328},[182,183,184,185],[122,2330,2332],{"className":2331},[143,185],"2",[122,2334,194],{"className":2335},[193],[122,2337,2339],{"className":2338},[165],[122,2340,2342],{"className":2341,"style":201},[169],[122,2343],{},[122,2345,1244],{"className":2346},[1243],[122,2348],{"className":2349,"style":1248},[342],[122,2351,268],{"className":2352},[143,144],[122,2354],{"className":2355,"style":343},[342],[122,2357],{"className":2358,"style":343},[342],[122,2360,2362],{"className":2361},[143,144],"L",[122,2364,243],{"className":2365},[143,144],[122,2367,961],{"className":2368,"style":960},[143,144],[122,2370,264],{"className":2371},[263],[122,2373,2375,2378],{"className":2374},[143],[122,2376,256],{"className":2377,"style":255},[143,144],[122,2379,2381],{"className":2380},[156],[122,2382,2384,2404],{"className":2383},[160,161],[122,2385,2387,2401],{"className":2386},[165],[122,2388,2390],{"className":2389,"style":170},[169],[122,2391,2392,2395],{"style":2276},[122,2393],{"className":2394,"style":178},[177],[122,2396,2398],{"className":2397},[182,183,184,185],[122,2399,51],{"className":2400},[143,185],[122,2402,194],{"className":2403},[193],[122,2405,2407],{"className":2406},[165],[122,2408,2410],{"className":2409,"style":201},[169],[122,2411],{},[122,2413,273],{"className":2414},[272],[122,2416],{"className":2417,"style":1313},[342],[122,2419,1318],{"className":2420},[1317],[122,2422],{"className":2423,"style":1313},[342],[122,2425,2427,2430,2433,2436,2439,2442,2482,2485,2488,2491],{"className":2426},[134],[122,2428],{"className":2429,"style":224},[138],[122,2431,2362],{"className":2432},[143,144],[122,2434,243],{"className":2435},[143,144],[122,2437,961],{"className":2438,"style":960},[143,144],[122,2440,264],{"className":2441},[263],[122,2443,2445,2448],{"className":2444},[143],[122,2446,256],{"className":2447,"style":255},[143,144],[122,2449,2451],{"className":2450},[156],[122,2452,2454,2474],{"className":2453},[160,161],[122,2455,2457,2471],{"className":2456},[165],[122,2458,2460],{"className":2459,"style":170},[169],[122,2461,2462,2465],{"style":2276},[122,2463],{"className":2464,"style":178},[177],[122,2466,2468],{"className":2467},[182,183,184,185],[122,2469,2332],{"className":2470},[143,185],[122,2472,194],{"className":2473},[193],[122,2475,2477],{"className":2476},[165],[122,2478,2480],{"className":2479,"style":201},[169],[122,2481],{},[122,2483,273],{"className":2484},[272],[122,2486],{"className":2487,"style":1313},[342],[122,2489,1318],{"className":2490},[1317],[122,2492],{"className":2493,"style":1313},[342],[122,2495,2497,2500,2503,2506,2509,2512,2515,2518,2521,2524,2527],{"className":2496},[134],[122,2498],{"className":2499,"style":224},[138],[122,2501,146],{"className":2502,"style":145},[143,144],[122,2504,956],{"className":2505},[143,144],[122,2507,518],{"className":2508},[143,144],[122,2510,1761],{"className":2511,"style":960},[143,144],[122,2513,264],{"className":2514},[263],[122,2516,268],{"className":2517},[143,144],[122,2519,273],{"className":2520},[272],[122,2522],{"className":2523,"style":1313},[342],[122,2525,1318],{"className":2526},[1317],[122,2528],{"className":2529,"style":1313},[342],[122,2531,2533,2536,2539,2542,2545,2548,2551,2554,2594,2597,2600,2603,2606,2609,2612],{"className":2532},[134],[122,2534],{"className":2535,"style":224},[138],[122,2537,1208],{"className":2538,"style":509},[143,144],[122,2540,14],{"className":2541},[143,144],[122,2543,540],{"className":2544,"style":539},[143,144],[122,2546,1898],{"className":2547,"style":539},[143,144],[122,2549,1903],{"className":2550,"style":1902},[143,144],[122,2552,264],{"className":2553},[263],[122,2555,2557,2560],{"className":2556},[143],[122,2558,256],{"className":2559,"style":255},[143,144],[122,2561,2563],{"className":2562},[156],[122,2564,2566,2586],{"className":2565},[160,161],[122,2567,2569,2583],{"className":2568},[165],[122,2570,2572],{"className":2571,"style":170},[169],[122,2573,2574,2577],{"style":2276},[122,2575],{"className":2576,"style":178},[177],[122,2578,2580],{"className":2579},[182,183,184,185],[122,2581,51],{"className":2582},[143,185],[122,2584,194],{"className":2585},[193],[122,2587,2589],{"className":2588},[165],[122,2590,2592],{"className":2591,"style":201},[169],[122,2593],{},[122,2595,1244],{"className":2596},[1243],[122,2598],{"className":2599,"style":1248},[342],[122,2601,14],{"className":2602},[143,144],[122,2604,273],{"className":2605},[272],[122,2607],{"className":2608,"style":1313},[342],[122,2610,1318],{"className":2611},[1317],[122,2613],{"className":2614,"style":1313},[342],[122,2616,2618,2621,2624,2627,2630,2633,2636,2639,2679,2682,2685,2688,2691,2694,2697],{"className":2617},[134],[122,2619],{"className":2620,"style":224},[138],[122,2622,1208],{"className":2623,"style":509},[143,144],[122,2625,14],{"className":2626},[143,144],[122,2628,540],{"className":2629,"style":539},[143,144],[122,2631,1898],{"className":2632,"style":539},[143,144],[122,2634,1903],{"className":2635,"style":1902},[143,144],[122,2637,264],{"className":2638},[263],[122,2640,2642,2645],{"className":2641},[143],[122,2643,256],{"className":2644,"style":255},[143,144],[122,2646,2648],{"className":2647},[156],[122,2649,2651,2671],{"className":2650},[160,161],[122,2652,2654,2668],{"className":2653},[165],[122,2655,2657],{"className":2656,"style":170},[169],[122,2658,2659,2662],{"style":2276},[122,2660],{"className":2661,"style":178},[177],[122,2663,2665],{"className":2664},[182,183,184,185],[122,2666,2332],{"className":2667},[143,185],[122,2669,194],{"className":2670},[193],[122,2672,2674],{"className":2673},[165],[122,2675,2677],{"className":2676,"style":201},[169],[122,2678],{},[122,2680,1244],{"className":2681},[1243],[122,2683],{"className":2684,"style":1248},[342],[122,2686,14],{"className":2687},[143,144],[122,2689,273],{"className":2690},[272],[122,2692],{"className":2693,"style":1313},[342],[122,2695,1318],{"className":2696},[1317],[122,2698],{"className":2699,"style":1313},[342],[122,2701,2703,2706,2709,2713,2716,2719,2722,2725,2728,2731,2771,2774,2777,2780,2783,2786,2789],{"className":2702},[134],[122,2704],{"className":2705,"style":224},[138],[122,2707,593],{"className":2708},[143,144],[122,2710,2712],{"className":2711},[143,144],"tt",[122,2714,14],{"className":2715},[143,144],[122,2717,919],{"className":2718},[143,144],[122,2720,908],{"className":2721},[143,144],[122,2723,243],{"className":2724},[143,144],[122,2726,518],{"className":2727},[143,144],[122,2729,264],{"className":2730},[263],[122,2732,2734,2737],{"className":2733},[143],[122,2735,256],{"className":2736,"style":255},[143,144],[122,2738,2740],{"className":2739},[156],[122,2741,2743,2763],{"className":2742},[160,161],[122,2744,2746,2760],{"className":2745},[165],[122,2747,2749],{"className":2748,"style":170},[169],[122,2750,2751,2754],{"style":2276},[122,2752],{"className":2753,"style":178},[177],[122,2755,2757],{"className":2756},[182,183,184,185],[122,2758,51],{"className":2759},[143,185],[122,2761,194],{"className":2762},[193],[122,2764,2766],{"className":2765},[165],[122,2767,2769],{"className":2768,"style":201},[169],[122,2770],{},[122,2772,1244],{"className":2773},[1243],[122,2775],{"className":2776,"style":1248},[342],[122,2778,268],{"className":2779},[143,144],[122,2781,273],{"className":2782},[272],[122,2784],{"className":2785,"style":1313},[342],[122,2787,1318],{"className":2788},[1317],[122,2790],{"className":2791,"style":1313},[342],[122,2793,2795,2798,2801,2804,2807,2810,2813,2816,2819,2822,2862,2865,2868,2871,2874,2877,2880],{"className":2794},[134],[122,2796],{"className":2797,"style":224},[138],[122,2799,593],{"className":2800},[143,144],[122,2802,2712],{"className":2803},[143,144],[122,2805,14],{"className":2806},[143,144],[122,2808,919],{"className":2809},[143,144],[122,2811,908],{"className":2812},[143,144],[122,2814,243],{"className":2815},[143,144],[122,2817,518],{"className":2818},[143,144],[122,2820,264],{"className":2821},[263],[122,2823,2825,2828],{"className":2824},[143],[122,2826,256],{"className":2827,"style":255},[143,144],[122,2829,2831],{"className":2830},[156],[122,2832,2834,2854],{"className":2833},[160,161],[122,2835,2837,2851],{"className":2836},[165],[122,2838,2840],{"className":2839,"style":170},[169],[122,2841,2842,2845],{"style":2276},[122,2843],{"className":2844,"style":178},[177],[122,2846,2848],{"className":2847},[182,183,184,185],[122,2849,2332],{"className":2850},[143,185],[122,2852,194],{"className":2853},[193],[122,2855,2857],{"className":2856},[165],[122,2858,2860],{"className":2859,"style":201},[169],[122,2861],{},[122,2863,1244],{"className":2864},[1243],[122,2866],{"className":2867,"style":1248},[342],[122,2869,268],{"className":2870},[143,144],[122,2872,273],{"className":2873},[272],[122,2875],{"className":2876,"style":1313},[342],[122,2878,1318],{"className":2879},[1317],[122,2881],{"className":2882,"style":1313},[342],[122,2884,2886,2889,2929,2932,2976],{"className":2885},[134],[122,2887],{"className":2888,"style":589},[138],[122,2890,2892,2895],{"className":2891},[143],[122,2893,256],{"className":2894,"style":255},[143,144],[122,2896,2898],{"className":2897},[156],[122,2899,2901,2921],{"className":2900},[160,161],[122,2902,2904,2918],{"className":2903},[165],[122,2905,2907],{"className":2906,"style":170},[169],[122,2908,2909,2912],{"style":2276},[122,2910],{"className":2911,"style":178},[177],[122,2913,2915],{"className":2914},[182,183,184,185],[122,2916,51],{"className":2917},[143,185],[122,2919,194],{"className":2920},[193],[122,2922,2924],{"className":2923},[165],[122,2925,2927],{"className":2926,"style":201},[169],[122,2928],{},[122,2930],{"className":2931,"style":343},[342],[122,2933,2935,2968,2972],{"className":2934},[347],[122,2936,2938],{"className":2937},[347],[122,2939,2942],{"className":2940},[143,2941],"vbox",[122,2943,2946],{"className":2944},[2945],"thinbox",[122,2947,2950,2953,2964],{"className":2948},[2949],"rlap",[122,2951],{"className":2952,"style":589},[138],[122,2954,2957],{"className":2955},[2956],"inner",[122,2958,2960],{"className":2959},[143],[122,2961,2963],{"className":2962},[347],"",[122,2965],{"className":2966},[2967],"fix",[122,2969],{"className":2970},[342,2971],"nobreak",[122,2973,2975],{"className":2974},[347],"=",[122,2977],{"className":2978,"style":343},[342],[122,2980,2982,2986],{"className":2981},[134],[122,2983],{"className":2984,"style":2985},[138],"height:0.8444em;vertical-align:-0.15em;",[122,2987,2989,2992],{"className":2988},[143],[122,2990,256],{"className":2991,"style":255},[143,144],[122,2993,2995],{"className":2994},[156],[122,2996,2998,3018],{"className":2997},[160,161],[122,2999,3001,3015],{"className":3000},[165],[122,3002,3004],{"className":3003,"style":170},[169],[122,3005,3006,3009],{"style":2276},[122,3007],{"className":3008,"style":178},[177],[122,3010,3012],{"className":3011},[182,183,184,185],[122,3013,2332],{"className":3014},[143,185],[122,3016,194],{"className":3017},[193],[122,3019,3021],{"className":3020},[165],[122,3022,3024],{"className":3023,"style":201},[169],[122,3025],{},[11,3027,3028,3029,3032],{},"with a further clause forcing any third leg to be one of the first two. The ",[91,3030,3031],{},"exactly two"," idiom is awkward in first-order logic; description logics, later in this\nlesson, make cardinality constraints like this far cleaner.",[11,3034,3035,3036,3039,3040,3204,3205,3396,3397,3400,3401,3443,3444,3459,3460,3463],{},"The mass of a composite object is the sum of its parts' masses — unlike a category,\nwhich has no mass even when its members do. To talk about the collective object\nformed from some parts without ascribing to it the abstract nothing-ness of a set,\nwe use a ",[34,3037,3038],{},"bunch",". If the apples are ",[122,3041,3043],{"className":3042},[125],[122,3044,3046],{"className":3045,"ariaHidden":130},[129],[122,3047,3049,3052,3055,3058,3099,3102,3105,3108,3111,3151,3154,3157,3160,3163],{"className":3048},[134],[122,3050],{"className":3051,"style":589},[138],[122,3053,593],{"className":3054},[143,144],[122,3056,597],{"className":3057,"style":255},[143,144],[122,3059,3061,3064],{"className":3060},[143],[122,3062,243],{"className":3063},[143,144],[122,3065,3067],{"className":3066},[156],[122,3068,3070,3091],{"className":3069},[160,161],[122,3071,3073,3088],{"className":3072},[165],[122,3074,3076],{"className":3075,"style":170},[169],[122,3077,3079,3082],{"style":3078},"top:-2.55em;margin-left:0em;margin-right:0.05em;",[122,3080],{"className":3081,"style":178},[177],[122,3083,3085],{"className":3084},[182,183,184,185],[122,3086,51],{"className":3087},[143,185],[122,3089,194],{"className":3090},[193],[122,3092,3094],{"className":3093},[165],[122,3095,3097],{"className":3096,"style":201},[169],[122,3098],{},[122,3100,1244],{"className":3101},[1243],[122,3103],{"className":3104,"style":1248},[342],[122,3106,593],{"className":3107},[143,144],[122,3109,597],{"className":3110,"style":255},[143,144],[122,3112,3114,3117],{"className":3113},[143],[122,3115,243],{"className":3116},[143,144],[122,3118,3120],{"className":3119},[156],[122,3121,3123,3143],{"className":3122},[160,161],[122,3124,3126,3140],{"className":3125},[165],[122,3127,3129],{"className":3128,"style":170},[169],[122,3130,3131,3134],{"style":3078},[122,3132],{"className":3133,"style":178},[177],[122,3135,3137],{"className":3136},[182,183,184,185],[122,3138,2332],{"className":3139},[143,185],[122,3141,194],{"className":3142},[193],[122,3144,3146],{"className":3145},[165],[122,3147,3149],{"className":3148,"style":201},[169],[122,3150],{},[122,3152,1244],{"className":3153},[1243],[122,3155],{"className":3156,"style":1248},[342],[122,3158,593],{"className":3159},[143,144],[122,3161,597],{"className":3162,"style":255},[143,144],[122,3164,3166,3169],{"className":3165},[143],[122,3167,243],{"className":3168},[143,144],[122,3170,3172],{"className":3171},[156],[122,3173,3175,3196],{"className":3174},[160,161],[122,3176,3178,3193],{"className":3177},[165],[122,3179,3181],{"className":3180,"style":170},[169],[122,3182,3183,3186],{"style":3078},[122,3184],{"className":3185,"style":178},[177],[122,3187,3189],{"className":3188},[182,183,184,185],[122,3190,3192],{"className":3191},[143,185],"3",[122,3194,194],{"className":3195},[193],[122,3197,3199],{"className":3198},[165],[122,3200,3202],{"className":3201,"style":201},[169],[122,3203],{},", then\n",[122,3206,3208],{"className":3207},[125],[122,3209,3211],{"className":3210,"ariaHidden":130},[129],[122,3212,3214,3217,3220,3223,3226,3229,3232,3236,3239,3242,3245,3248,3288,3291,3294,3297,3300,3340,3343,3346,3349,3352,3392],{"className":3213},[134],[122,3215],{"className":3216,"style":224},[138],[122,3218,146],{"className":3219,"style":145},[143,144],[122,3221,544],{"className":3222},[143,144],[122,3224,1233],{"className":3225},[143,144],[122,3227,919],{"className":3228},[143,144],[122,3230,908],{"className":3231},[143,144],[122,3233,3235],{"className":3234,"style":539},[143,144],"O",[122,3237,1903],{"className":3238,"style":1902},[143,144],[122,3240,1449],{"className":3241},[263],[122,3243,593],{"className":3244},[143,144],[122,3246,597],{"className":3247,"style":255},[143,144],[122,3249,3251,3254],{"className":3250},[143],[122,3252,243],{"className":3253},[143,144],[122,3255,3257],{"className":3256},[156],[122,3258,3260,3280],{"className":3259},[160,161],[122,3261,3263,3277],{"className":3262},[165],[122,3264,3266],{"className":3265,"style":170},[169],[122,3267,3268,3271],{"style":3078},[122,3269],{"className":3270,"style":178},[177],[122,3272,3274],{"className":3273},[182,183,184,185],[122,3275,51],{"className":3276},[143,185],[122,3278,194],{"className":3279},[193],[122,3281,3283],{"className":3282},[165],[122,3284,3286],{"className":3285,"style":201},[169],[122,3287],{},[122,3289,1244],{"className":3290},[1243],[122,3292],{"className":3293,"style":1248},[342],[122,3295,593],{"className":3296},[143,144],[122,3298,597],{"className":3299,"style":255},[143,144],[122,3301,3303,3306],{"className":3302},[143],[122,3304,243],{"className":3305},[143,144],[122,3307,3309],{"className":3308},[156],[122,3310,3312,3332],{"className":3311},[160,161],[122,3313,3315,3329],{"className":3314},[165],[122,3316,3318],{"className":3317,"style":170},[169],[122,3319,3320,3323],{"style":3078},[122,3321],{"className":3322,"style":178},[177],[122,3324,3326],{"className":3325},[182,183,184,185],[122,3327,2332],{"className":3328},[143,185],[122,3330,194],{"className":3331},[193],[122,3333,3335],{"className":3334},[165],[122,3336,3338],{"className":3337,"style":201},[169],[122,3339],{},[122,3341,1244],{"className":3342},[1243],[122,3344],{"className":3345,"style":1248},[342],[122,3347,593],{"className":3348},[143,144],[122,3350,597],{"className":3351,"style":255},[143,144],[122,3353,3355,3358],{"className":3354},[143],[122,3356,243],{"className":3357},[143,144],[122,3359,3361],{"className":3360},[156],[122,3362,3364,3384],{"className":3363},[160,161],[122,3365,3367,3381],{"className":3366},[165],[122,3368,3370],{"className":3369,"style":170},[169],[122,3371,3372,3375],{"style":3078},[122,3373],{"className":3374,"style":178},[177],[122,3376,3378],{"className":3377},[182,183,184,185],[122,3379,3192],{"className":3380},[143,185],[122,3382,194],{"className":3383},[193],[122,3385,3387],{"className":3386},[165],[122,3388,3390],{"className":3389,"style":201},[169],[122,3391],{},[122,3393,3395],{"className":3394},[272],"})"," is a normal, if unstructured, object with\nthose apples as parts, and it can have a weight where the ",[20,3398,3399],{},"set"," cannot. ",[122,3402,3404],{"className":3403},[125],[122,3405,3407],{"className":3406,"ariaHidden":130},[129],[122,3408,3410,3413,3416,3419,3422,3425,3428,3431,3434,3437,3440],{"className":3409},[134],[122,3411],{"className":3412,"style":224},[138],[122,3414,146],{"className":3415,"style":145},[143,144],[122,3417,544],{"className":3418},[143,144],[122,3420,1233],{"className":3421},[143,144],[122,3423,919],{"className":3424},[143,144],[122,3426,908],{"className":3427},[143,144],[122,3429,3235],{"className":3430,"style":539},[143,144],[122,3432,1903],{"className":3433,"style":1902},[143,144],[122,3435,264],{"className":3436},[263],[122,3438,234],{"className":3439},[143,144],[122,3441,273],{"className":3442},[272],"\nis defined as the smallest object of which each element of ",[122,3445,3447],{"className":3446},[125],[122,3448,3450],{"className":3449,"ariaHidden":130},[129],[122,3451,3453,3456],{"className":3452},[134],[122,3454],{"className":3455,"style":1156},[138],[122,3457,234],{"className":3458},[143,144]," is a part — an\ninstance of ",[34,3461,3462],{},"logical minimization",", defining an object as the least one meeting a\ncondition.",[1863,3465,3467],{"id":3466},"measurements","Measurements",[11,3469,3470,3471,3474,3475,3478,3479,3531,3532,3705,3706,3813,3814,3843,3844,3871,3872,576,3909,3957,3958,3994],{},"Objects have height, mass, cost. The values assigned to such properties are\n",[34,3472,3473],{},"measures",", represented with a ",[34,3476,3477],{},"units function"," applied to a number. If ",[122,3480,3482],{"className":3481},[125],[122,3483,3485],{"className":3484,"ariaHidden":130},[129],[122,3486,3488,3491],{"className":3487},[134],[122,3489],{"className":3490,"style":139},[138],[122,3492,3494,3497],{"className":3493},[143],[122,3495,2362],{"className":3496},[143,144],[122,3498,3500],{"className":3499},[156],[122,3501,3503,3523],{"className":3502},[160,161],[122,3504,3506,3520],{"className":3505},[165],[122,3507,3509],{"className":3508,"style":170},[169],[122,3510,3511,3514],{"style":3078},[122,3512],{"className":3513,"style":178},[177],[122,3515,3517],{"className":3516},[182,183,184,185],[122,3518,51],{"className":3519},[143,185],[122,3521,194],{"className":3522},[193],[122,3524,3526],{"className":3525},[165],[122,3527,3529],{"className":3528,"style":201},[169],[122,3530],{}," is\na line segment, ",[122,3533,3535],{"className":3534},[125],[122,3536,3538,3617,3659],{"className":3537,"ariaHidden":130},[129],[122,3539,3541,3544,3547,3550,3553,3556,3559,3562,3565,3605,3608,3611,3614],{"className":3540},[134],[122,3542],{"className":3543,"style":224},[138],[122,3545,2362],{"className":3546},[143,144],[122,3548,243],{"className":3549},[143,144],[122,3551,1233],{"className":3552},[143,144],[122,3554,961],{"className":3555,"style":960},[143,144],[122,3557,247],{"className":3558},[143,144],[122,3560,908],{"className":3561},[143,144],[122,3563,264],{"className":3564},[263],[122,3566,3568,3571],{"className":3567},[143],[122,3569,2362],{"className":3570},[143,144],[122,3572,3574],{"className":3573},[156],[122,3575,3577,3597],{"className":3576},[160,161],[122,3578,3580,3594],{"className":3579},[165],[122,3581,3583],{"className":3582,"style":170},[169],[122,3584,3585,3588],{"style":3078},[122,3586],{"className":3587,"style":178},[177],[122,3589,3591],{"className":3590},[182,183,184,185],[122,3592,51],{"className":3593},[143,185],[122,3595,194],{"className":3596},[193],[122,3598,3600],{"className":3599},[165],[122,3601,3603],{"className":3602,"style":201},[169],[122,3604],{},[122,3606,273],{"className":3607},[272],[122,3609],{"className":3610,"style":343},[342],[122,3612,2975],{"className":3613},[347],[122,3615],{"className":3616,"style":343},[342],[122,3618,3620,3623,3628,3631,3634,3637,3640,3643,3647,3650,3653,3656],{"className":3619},[134],[122,3621],{"className":3622,"style":224},[138],[122,3624,3627],{"className":3625,"style":3626},[143,144],"margin-right:0.0785em;","I",[122,3629,1233],{"className":3630},[143,144],[122,3632,919],{"className":3633},[143,144],[122,3635,908],{"className":3636},[143,144],[122,3638,601],{"className":3639},[143,144],[122,3641,264],{"className":3642},[263],[122,3644,3646],{"className":3645},[143],"1.5",[122,3648,273],{"className":3649},[272],[122,3651],{"className":3652,"style":343},[342],[122,3654,2975],{"className":3655},[347],[122,3657],{"className":3658,"style":343},[342],[122,3660,3662,3665,3670,3673,3676,3679,3683,3686,3689,3692,3695,3698,3702],{"className":3661},[134],[122,3663],{"className":3664,"style":224},[138],[122,3666,3669],{"className":3667,"style":3668},[143,144],"margin-right:0.0715em;","C",[122,3671,243],{"className":3672},[143,144],[122,3674,1233],{"className":3675},[143,144],[122,3677,247],{"className":3678},[143,144],[122,3680,3682],{"className":3681},[143,144],"im",[122,3684,243],{"className":3685},[143,144],[122,3687,247],{"className":3688},[143,144],[122,3690,912],{"className":3691,"style":539},[143,144],[122,3693,234],{"className":3694},[143,144],[122,3696,264],{"className":3697},[263],[122,3699,3701],{"className":3700},[143],"3.81",[122,3703,273],{"className":3704},[272],"; conversions equate\nmultiples of one unit to another, ",[122,3707,3709],{"className":3708},[125],[122,3710,3712,3762,3783],{"className":3711,"ariaHidden":130},[129],[122,3713,3715,3718,3721,3724,3727,3730,3733,3736,3739,3742,3745,3748,3752,3755,3759],{"className":3714},[134],[122,3716],{"className":3717,"style":224},[138],[122,3719,3669],{"className":3720,"style":3668},[143,144],[122,3722,243],{"className":3723},[143,144],[122,3725,1233],{"className":3726},[143,144],[122,3728,247],{"className":3729},[143,144],[122,3731,3682],{"className":3732},[143,144],[122,3734,243],{"className":3735},[143,144],[122,3737,247],{"className":3738},[143,144],[122,3740,912],{"className":3741,"style":539},[143,144],[122,3743,234],{"className":3744},[143,144],[122,3746,264],{"className":3747},[263],[122,3749,3751],{"className":3750},[143],"2.54",[122,3753],{"className":3754,"style":1313},[342],[122,3756,3758],{"className":3757},[1317],"×",[122,3760],{"className":3761,"style":1313},[342],[122,3763,3765,3768,3771,3774,3777,3780],{"className":3764},[134],[122,3766],{"className":3767,"style":224},[138],[122,3769,518],{"className":3770},[143,144],[122,3772,273],{"className":3773},[272],[122,3775],{"className":3776,"style":343},[342],[122,3778,2975],{"className":3779},[347],[122,3781],{"className":3782,"style":343},[342],[122,3784,3786,3789,3792,3795,3798,3801,3804,3807,3810],{"className":3785},[134],[122,3787],{"className":3788,"style":224},[138],[122,3790,3627],{"className":3791,"style":3626},[143,144],[122,3793,1233],{"className":3794},[143,144],[122,3796,919],{"className":3797},[143,144],[122,3799,908],{"className":3800},[143,144],[122,3802,601],{"className":3803},[143,144],[122,3805,264],{"className":3806},[263],[122,3808,518],{"className":3809},[143,144],[122,3811,273],{"className":3812},[272],". Note\n",[122,3815,3817],{"className":3816},[125],[122,3818,3820],{"className":3819,"ariaHidden":130},[129],[122,3821,3823,3826,3834,3837,3840],{"className":3822},[134],[122,3824],{"className":3825,"style":224},[138],[122,3827,3830],{"className":3828},[143,3829],"text",[122,3831,3833],{"className":3832},[143],"$",[122,3835,264],{"className":3836},[263],[122,3838,51],{"className":3839},[143],[122,3841,273],{"className":3842},[272]," is not a dollar bill — there is exactly one object named ",[122,3845,3847],{"className":3846},[125],[122,3848,3850],{"className":3849,"ariaHidden":130},[129],[122,3851,3853,3856,3862,3865,3868],{"className":3852},[134],[122,3854],{"className":3855,"style":224},[138],[122,3857,3859],{"className":3858},[143,3829],[122,3860,3833],{"className":3861},[143],[122,3863,264],{"className":3864},[263],[122,3866,51],{"className":3867},[143],[122,3869,273],{"className":3870},[272],", though\nthere can be many dollar bills — and ",[122,3873,3875],{"className":3874},[125],[122,3876,3878],{"className":3877,"ariaHidden":130},[129],[122,3879,3881,3884,3887,3890,3893,3896,3899,3902,3906],{"className":3880},[134],[122,3882],{"className":3883,"style":224},[138],[122,3885,3627],{"className":3886,"style":3626},[143,144],[122,3888,1233],{"className":3889},[143,144],[122,3891,919],{"className":3892},[143,144],[122,3894,908],{"className":3895},[143,144],[122,3897,601],{"className":3898},[143,144],[122,3900,264],{"className":3901},[263],[122,3903,3905],{"className":3904},[143],"0",[122,3907,273],{"className":3908},[272],[122,3910,3912],{"className":3911},[125],[122,3913,3915],{"className":3914,"ariaHidden":130},[129],[122,3916,3918,3921,3924,3927,3930,3933,3936,3939,3942,3945,3948,3951,3954],{"className":3917},[134],[122,3919],{"className":3920,"style":224},[138],[122,3922,3669],{"className":3923,"style":3668},[143,144],[122,3925,243],{"className":3926},[143,144],[122,3928,1233],{"className":3929},[143,144],[122,3931,247],{"className":3932},[143,144],[122,3934,3682],{"className":3935},[143,144],[122,3937,243],{"className":3938},[143,144],[122,3940,247],{"className":3941},[143,144],[122,3943,912],{"className":3944,"style":539},[143,144],[122,3946,234],{"className":3947},[143,144],[122,3949,264],{"className":3950},[263],[122,3952,3905],{"className":3953},[143],[122,3955,273],{"className":3956},[272]," denote the\nsame zero length while ",[122,3959,3961],{"className":3960},[125],[122,3962,3964],{"className":3963,"ariaHidden":130},[129],[122,3965,3967,3970,3973,3976,3979,3982,3985,3988,3991],{"className":3966},[134],[122,3968],{"className":3969,"style":224},[138],[122,3971,901],{"className":3972,"style":900},[143,144],[122,3974,1362],{"className":3975},[143,144],[122,3977,1233],{"className":3978},[143,144],[122,3980,518],{"className":3981},[143,144],[122,3983,234],{"className":3984},[143,144],[122,3986,264],{"className":3987},[263],[122,3989,3905],{"className":3990},[143],[122,3992,273],{"className":3993},[272]," does not.",[11,3996,3997,3998,4001,4002,576,4018,4034],{},"Not every measure has an agreed numerical scale. Exercises have difficulty, poems\nhave beauty; imposing a number on beauty would be a mistake. What matters is not\nthe number but that measures can be ",[34,3999,4000],{},"ordered",". We can believe one exercise is\ntougher than another, and that a tougher exercise yields a lower expected score,\nusing only ",[122,4003,4005],{"className":4004},[125],[122,4006,4008],{"className":4007,"ariaHidden":130},[129],[122,4009,4011,4014],{"className":4010},[134],[122,4012],{"className":4013,"style":1532},[138],[122,4015,4017],{"className":4016},[347],">",[122,4019,4021],{"className":4020},[125],[122,4022,4024],{"className":4023,"ariaHidden":130},[129],[122,4025,4027,4030],{"className":4026},[134],[122,4028],{"className":4029,"style":1532},[138],[122,4031,4033],{"className":4032},[347],"\u003C",":",[122,4036,4038],{"className":4037},[2191],[122,4039,4041],{"className":4040},[125],[122,4042,4044,4146,4180,4271,4368,4460],{"className":4043,"ariaHidden":130},[129],[122,4045,4047,4051,4091,4094,4097,4137,4140,4143],{"className":4046},[134],[122,4048],{"className":4049,"style":4050},[138],"height:0.7335em;vertical-align:-0.1944em;",[122,4052,4054,4057],{"className":4053},[143],[122,4055,243],{"className":4056},[143,144],[122,4058,4060],{"className":4059},[156],[122,4061,4063,4083],{"className":4062},[160,161],[122,4064,4066,4080],{"className":4065},[165],[122,4067,4069],{"className":4068,"style":170},[169],[122,4070,4071,4074],{"style":3078},[122,4072],{"className":4073,"style":178},[177],[122,4075,4077],{"className":4076},[182,183,184,185],[122,4078,51],{"className":4079},[143,185],[122,4081,194],{"className":4082},[193],[122,4084,4086],{"className":4085},[165],[122,4087,4089],{"className":4088,"style":201},[169],[122,4090],{},[122,4092,1244],{"className":4093},[1243],[122,4095],{"className":4096,"style":1248},[342],[122,4098,4100,4103],{"className":4099},[143],[122,4101,243],{"className":4102},[143,144],[122,4104,4106],{"className":4105},[156],[122,4107,4109,4129],{"className":4108},[160,161],[122,4110,4112,4126],{"className":4111},[165],[122,4113,4115],{"className":4114,"style":170},[169],[122,4116,4117,4120],{"style":3078},[122,4118],{"className":4119,"style":178},[177],[122,4121,4123],{"className":4122},[182,183,184,185],[122,4124,2332],{"className":4125},[143,185],[122,4127,194],{"className":4128},[193],[122,4130,4132],{"className":4131},[165],[122,4133,4135],{"className":4134,"style":201},[169],[122,4136],{},[122,4138],{"className":4139,"style":343},[342],[122,4141,348],{"className":4142},[347],[122,4144],{"className":4145,"style":343},[342],[122,4147,4149,4152,4155,4158,4161,4164,4167,4171,4174,4177],{"className":4148},[134],[122,4150],{"className":4151,"style":617},[138],[122,4153,1331],{"className":4154,"style":900},[143,144],[122,4156,832],{"className":4157},[143,144],[122,4159,912],{"className":4160,"style":539},[143,144],[122,4162,919],{"className":4163},[143,144],[122,4165,548],{"className":4166},[143,144],[122,4168,4170],{"className":4169},[143,144],"ses",[122,4172],{"className":4173,"style":1313},[342],[122,4175,1318],{"className":4176},[1317],[122,4178],{"className":4179,"style":1313},[342],[122,4181,4183,4186,4189,4192,4195,4198,4201,4204,4207,4210,4213,4216,4219,4259,4262,4265,4268],{"className":4182},[134],[122,4184],{"className":4185,"style":224},[138],[122,4187,952],{"className":4188,"style":539},[143,144],[122,4190,548],{"className":4191},[143,144],[122,4193,1903],{"className":4194,"style":1902},[143,144],[122,4196,1903],{"className":4197,"style":1902},[143,144],[122,4199,548],{"className":4200},[143,144],[122,4202,919],{"className":4203},[143,144],[122,4205,544],{"className":4206},[143,144],[122,4208,256],{"className":4209,"style":255},[143,144],[122,4211,247],{"className":4212},[143,144],[122,4214,1761],{"className":4215,"style":960},[143,144],[122,4217,264],{"className":4218},[263],[122,4220,4222,4225],{"className":4221},[143],[122,4223,243],{"className":4224},[143,144],[122,4226,4228],{"className":4227},[156],[122,4229,4231,4251],{"className":4230},[160,161],[122,4232,4234,4248],{"className":4233},[165],[122,4235,4237],{"className":4236,"style":170},[169],[122,4238,4239,4242],{"style":3078},[122,4240],{"className":4241,"style":178},[177],[122,4243,4245],{"className":4244},[182,183,184,185],[122,4246,51],{"className":4247},[143,185],[122,4249,194],{"className":4250},[193],[122,4252,4254],{"className":4253},[165],[122,4255,4257],{"className":4256,"style":201},[169],[122,4258],{},[122,4260,273],{"className":4261},[272],[122,4263],{"className":4264,"style":343},[342],[122,4266,4017],{"className":4267},[347],[122,4269],{"className":4270,"style":343},[342],[122,4272,4274,4277,4280,4283,4286,4289,4292,4295,4298,4301,4304,4307,4310,4350,4353,4356,4359,4362,4365],{"className":4273},[134],[122,4275],{"className":4276,"style":224},[138],[122,4278,952],{"className":4279,"style":539},[143,144],[122,4281,548],{"className":4282},[143,144],[122,4284,1903],{"className":4285,"style":1902},[143,144],[122,4287,1903],{"className":4288,"style":1902},[143,144],[122,4290,548],{"className":4291},[143,144],[122,4293,919],{"className":4294},[143,144],[122,4296,544],{"className":4297},[143,144],[122,4299,256],{"className":4300,"style":255},[143,144],[122,4302,247],{"className":4303},[143,144],[122,4305,1761],{"className":4306,"style":960},[143,144],[122,4308,264],{"className":4309},[263],[122,4311,4313,4316],{"className":4312},[143],[122,4314,243],{"className":4315},[143,144],[122,4317,4319],{"className":4318},[156],[122,4320,4322,4342],{"className":4321},[160,161],[122,4323,4325,4339],{"className":4324},[165],[122,4326,4328],{"className":4327,"style":170},[169],[122,4329,4330,4333],{"style":3078},[122,4331],{"className":4332,"style":178},[177],[122,4334,4336],{"className":4335},[182,183,184,185],[122,4337,2332],{"className":4338},[143,185],[122,4340,194],{"className":4341},[193],[122,4343,4345],{"className":4344},[165],[122,4346,4348],{"className":4347,"style":201},[169],[122,4349],{},[122,4351,273],{"className":4352},[272],[122,4354],{"className":4355,"style":343},[342],[122,4357],{"className":4358,"style":343},[342],[122,4360,887],{"className":4361},[347],[122,4363],{"className":4364,"style":343},[342],[122,4366],{"className":4367,"style":343},[342],[122,4369,4371,4374,4377,4380,4383,4386,4389,4392,4395,4398,4402,4405,4408,4448,4451,4454,4457],{"className":4370},[134],[122,4372],{"className":4373,"style":224},[138],[122,4375,1331],{"className":4376,"style":900},[143,144],[122,4378,832],{"className":4379},[143,144],[122,4381,11],{"className":4382},[143,144],[122,4384,1023],{"className":4385},[143,144],[122,4387,247],{"className":4388},[143,144],[122,4390,243],{"className":4391},[143,144],[122,4393,518],{"className":4394},[143,144],[122,4396,901],{"className":4397,"style":900},[143,144],[122,4399,4401],{"className":4400,"style":539},[143,144],"cor",[122,4403,243],{"className":4404},[143,144],[122,4406,264],{"className":4407},[263],[122,4409,4411,4414],{"className":4410},[143],[122,4412,243],{"className":4413},[143,144],[122,4415,4417],{"className":4416},[156],[122,4418,4420,4440],{"className":4419},[160,161],[122,4421,4423,4437],{"className":4422},[165],[122,4424,4426],{"className":4425,"style":170},[169],[122,4427,4428,4431],{"style":3078},[122,4429],{"className":4430,"style":178},[177],[122,4432,4434],{"className":4433},[182,183,184,185],[122,4435,51],{"className":4436},[143,185],[122,4438,194],{"className":4439},[193],[122,4441,4443],{"className":4442},[165],[122,4444,4446],{"className":4445,"style":201},[169],[122,4447],{},[122,4449,273],{"className":4450},[272],[122,4452],{"className":4453,"style":343},[342],[122,4455,4033],{"className":4456},[347],[122,4458],{"className":4459,"style":343},[342],[122,4461,4463,4466,4469,4472,4475,4478,4481,4484,4487,4490,4493,4496,4499,4539],{"className":4462},[134],[122,4464],{"className":4465,"style":224},[138],[122,4467,1331],{"className":4468,"style":900},[143,144],[122,4470,832],{"className":4471},[143,144],[122,4473,11],{"className":4474},[143,144],[122,4476,1023],{"className":4477},[143,144],[122,4479,247],{"className":4480},[143,144],[122,4482,243],{"className":4483},[143,144],[122,4485,518],{"className":4486},[143,144],[122,4488,901],{"className":4489,"style":900},[143,144],[122,4491,4401],{"className":4492,"style":539},[143,144],[122,4494,243],{"className":4495},[143,144],[122,4497,264],{"className":4498},[263],[122,4500,4502,4505],{"className":4501},[143],[122,4503,243],{"className":4504},[143,144],[122,4506,4508],{"className":4507},[156],[122,4509,4511,4531],{"className":4510},[160,161],[122,4512,4514,4528],{"className":4513},[165],[122,4515,4517],{"className":4516,"style":170},[169],[122,4518,4519,4522],{"style":3078},[122,4520],{"className":4521,"style":178},[177],[122,4523,4525],{"className":4524},[182,183,184,185],[122,4526,2332],{"className":4527},[143,185],[122,4529,194],{"className":4530},[193],[122,4532,4534],{"className":4533},[165],[122,4535,4537],{"className":4536,"style":201},[169],[122,4538],{},[122,4540,273],{"className":4541},[272],[11,4543,4544,4545,4548],{},"That is enough to decide which exercises to attempt, with no numerical difficulty\never assigned. Monotonic relationships of this kind are the basis of ",[34,4546,4547],{},"qualitative\nphysics",", which reasons about physical systems without solving their equations.",[1863,4550,4552],{"id":4551},"objects-things-and-stuff","Objects: things and stuff",[11,4554,4555,4556,4559,4560,4563,4564,4567,4568,4571,4572,4637,4638,4662],{},"Some of reality resists ",[34,4557,4558],{},"individuation"," — division into distinct objects. Cut an\naardvark in half and you do not get two aardvarks; cut a lump of butter in half and\neach piece is still butter. English marks the distinction with ",[34,4561,4562],{},"count nouns","\n(aardvark, hole, theorem) and ",[34,4565,4566],{},"mass nouns"," (butter, water, energy). To represent\n",[20,4569,4570],{},"stuff",", put the gross lumps you interact with into the ontology as objects —\n",[122,4573,4575],{"className":4574},[125],[122,4576,4578],{"className":4577,"ariaHidden":130},[129],[122,4579,4581,4584,4587,4590,4593,4596],{"className":4580},[134],[122,4582],{"className":4583,"style":139},[138],[122,4585,146],{"className":4586,"style":145},[143,144],[122,4588,544],{"className":4589},[143,144],[122,4591,2712],{"className":4592},[143,144],[122,4594,243],{"className":4595},[143,144],[122,4597,4599,4602],{"className":4598},[143],[122,4600,540],{"className":4601,"style":539},[143,144],[122,4603,4605],{"className":4604},[156],[122,4606,4608,4629],{"className":4607},[160,161],[122,4609,4611,4626],{"className":4610},[165],[122,4612,4614],{"className":4613,"style":170},[169],[122,4615,4617,4620],{"style":4616},"top:-2.55em;margin-left:-0.0278em;margin-right:0.05em;",[122,4618],{"className":4619,"style":178},[177],[122,4621,4623],{"className":4622},[182,183,184,185],[122,4624,3192],{"className":4625},[143,185],[122,4627,194],{"className":4628},[193],[122,4630,4632],{"className":4631},[165],[122,4633,4635],{"className":4634,"style":201},[169],[122,4636],{}," is the lump you left on the table — alongside the category ",[122,4639,4641],{"className":4640},[125],[122,4642,4644],{"className":4643,"ariaHidden":130},[129],[122,4645,4647,4650,4653,4656,4659],{"className":4646},[134],[122,4648],{"className":4649,"style":617},[138],[122,4651,146],{"className":4652,"style":145},[143,144],[122,4654,544],{"className":4655},[143,144],[122,4657,2712],{"className":4658},[143,144],[122,4660,912],{"className":4661,"style":539},[143,144],",\nwhose members are all such lumps, with the rule that any part of a butter-object is\nalso a butter-object:",[122,4664,4666],{"className":4665},[2191],[122,4667,4669],{"className":4668},[125],[122,4670,4672,4690,4717,4771,4789],{"className":4671,"ariaHidden":130},[129],[122,4673,4675,4678,4681,4684,4687],{"className":4674},[134],[122,4676],{"className":4677,"style":335},[138],[122,4679,268],{"className":4680},[143,144],[122,4682],{"className":4683,"style":343},[342],[122,4685,348],{"className":4686},[347],[122,4688],{"className":4689,"style":343},[342],[122,4691,4693,4696,4699,4702,4705,4708,4711,4714],{"className":4692},[134],[122,4694],{"className":4695,"style":617},[138],[122,4697,146],{"className":4698,"style":145},[143,144],[122,4700,544],{"className":4701},[143,144],[122,4703,2712],{"className":4704},[143,144],[122,4706,912],{"className":4707,"style":539},[143,144],[122,4709],{"className":4710,"style":1313},[342],[122,4712,1318],{"className":4713},[1317],[122,4715],{"className":4716,"style":1313},[342],[122,4718,4720,4723,4726,4729,4732,4735,4738,4741,4744,4747,4750,4753,4756,4759,4762,4765,4768],{"className":4719},[134],[122,4721],{"className":4722,"style":224},[138],[122,4724,1208],{"className":4725,"style":509},[143,144],[122,4727,14],{"className":4728},[143,144],[122,4730,540],{"className":4731,"style":539},[143,144],[122,4733,1898],{"className":4734,"style":539},[143,144],[122,4736,1903],{"className":4737,"style":1902},[143,144],[122,4739,264],{"className":4740},[263],[122,4742,11],{"className":4743},[143,144],[122,4745,1244],{"className":4746},[1243],[122,4748],{"className":4749,"style":1248},[342],[122,4751,268],{"className":4752},[143,144],[122,4754,273],{"className":4755},[272],[122,4757],{"className":4758,"style":343},[342],[122,4760],{"className":4761,"style":343},[342],[122,4763,887],{"className":4764},[347],[122,4766],{"className":4767,"style":343},[342],[122,4769],{"className":4770,"style":343},[342],[122,4772,4774,4777,4780,4783,4786],{"className":4773},[134],[122,4775],{"className":4776,"style":4050},[138],[122,4778,11],{"className":4779},[143,144],[122,4781],{"className":4782,"style":343},[342],[122,4784,348],{"className":4785},[347],[122,4787],{"className":4788,"style":343},[342],[122,4790,4792,4795,4798,4801,4804],{"className":4791},[134],[122,4793],{"className":4794,"style":617},[138],[122,4796,146],{"className":4797,"style":145},[143,144],[122,4799,544],{"className":4800},[143,144],[122,4802,2712],{"className":4803},[143,144],[122,4805,912],{"className":4806,"style":539},[143,144],[77,4808],{"hash":4809},"837346cedbc76a383b72ffc28d94605101b6346a60939e798415ad2aa2ca6c10",[11,4811,4812,4813,4816,4817,4820,4821,4848,4849,4871],{},"The reason is that some properties are ",[34,4814,4815],{},"intrinsic"," — density, boiling point,\ncolor, flavor, ownership — belonging to the substance rather than the object, and\nretained under subdivision. Others are ",[34,4818,4819],{},"extrinsic"," — weight, length, shape — and\nare not. A category defined only by intrinsic properties is a substance, or mass\nnoun; a category whose definition mentions any extrinsic property is a count noun.\n",[122,4822,4824],{"className":4823},[125],[122,4825,4827],{"className":4826,"ariaHidden":130},[129],[122,4828,4830,4833,4836,4839,4842,4845],{"className":4829},[134],[122,4831],{"className":4832,"style":589},[138],[122,4834,901],{"className":4835,"style":900},[143,144],[122,4837,247],{"className":4838},[143,144],[122,4840,544],{"className":4841},[143,144],[122,4843,1903],{"className":4844,"style":1902},[143,144],[122,4846,1903],{"className":4847,"style":1902},[143,144]," is the most general substance (no intrinsic properties specified); ",[122,4850,4852],{"className":4851},[125],[122,4853,4855],{"className":4854,"ariaHidden":130},[129],[122,4856,4858,4861,4864,4868],{"className":4857},[134],[122,4859],{"className":4860,"style":589},[138],[122,4862,1757],{"className":4863,"style":509},[143,144],[122,4865,4867],{"className":4866},[143,144],"hin",[122,4869,961],{"className":4870,"style":960},[143,144],"\nis the most general count noun.",[11,4873,4874,4875,4939,4940,4957,4958,4974,4975,4991],{},"The intrinsic\u002Fextrinsic split is the underlying distinction; the count-noun\u002Fmass-noun\ngrammar reflects it. The test is behavior under subdivision. Take a lump of butter\n",[122,4876,4878],{"className":4877},[125],[122,4879,4881],{"className":4880,"ariaHidden":130},[129],[122,4882,4884,4887,4890,4893,4896,4899],{"className":4883},[134],[122,4885],{"className":4886,"style":139},[138],[122,4888,146],{"className":4889,"style":145},[143,144],[122,4891,544],{"className":4892},[143,144],[122,4894,2712],{"className":4895},[143,144],[122,4897,243],{"className":4898},[143,144],[122,4900,4902,4905],{"className":4901},[143],[122,4903,540],{"className":4904,"style":539},[143,144],[122,4906,4908],{"className":4907},[156],[122,4909,4911,4931],{"className":4910},[160,161],[122,4912,4914,4928],{"className":4913},[165],[122,4915,4917],{"className":4916,"style":170},[169],[122,4918,4919,4922],{"style":4616},[122,4920],{"className":4921,"style":178},[177],[122,4923,4925],{"className":4924},[182,183,184,185],[122,4926,3192],{"className":4927},[143,185],[122,4929,194],{"className":4930},[193],[122,4932,4934],{"className":4933},[165],[122,4935,4937],{"className":4936,"style":201},[169],[122,4938],{}," with density ",[122,4941,4943],{"className":4942},[125],[122,4944,4946],{"className":4945,"ariaHidden":130},[129],[122,4947,4949,4953],{"className":4948},[134],[122,4950],{"className":4951,"style":4952},[138],"height:0.6444em;",[122,4954,4956],{"className":4955},[143],"0.911"," grams per cubic centimeter, weight ",[122,4959,4961],{"className":4960},[125],[122,4962,4964],{"className":4963,"ariaHidden":130},[129],[122,4965,4967,4970],{"className":4966},[134],[122,4968],{"className":4969,"style":4952},[138],[122,4971,4973],{"className":4972},[143],"250"," grams, and\ntemperature ",[122,4976,4978],{"className":4977},[125],[122,4979,4981],{"className":4980,"ariaHidden":130},[129],[122,4982,4984,4987],{"className":4983},[134],[122,4985],{"className":4986,"style":4952},[138],[122,4988,4990],{"className":4989},[143],"18"," degrees Celsius, and cut it in half.",[77,4993],{"hash":4994},"3c7fad87a5f548aa5cddbe18b87a9493e7f5b29dbffdb17c377a12be090d15e3",[11,4996,4997,4998,5013,5014,5149,5150,5166,5167,5182,5183,5247,5248,5275],{},"Density, temperature, and butter-hood are intrinsic and survive: both halves have\ndensity ",[122,4999,5001],{"className":5000},[125],[122,5002,5004],{"className":5003,"ariaHidden":130},[129],[122,5005,5007,5010],{"className":5006},[134],[122,5008],{"className":5009,"style":4952},[138],[122,5011,4956],{"className":5012},[143]," and both are butter, so the axiom ",[122,5015,5017],{"className":5016},[125],[122,5018,5020,5038,5065,5113,5131],{"className":5019,"ariaHidden":130},[129],[122,5021,5023,5026,5029,5032,5035],{"className":5022},[134],[122,5024],{"className":5025,"style":335},[138],[122,5027,268],{"className":5028},[143,144],[122,5030],{"className":5031,"style":343},[342],[122,5033,348],{"className":5034},[347],[122,5036],{"className":5037,"style":343},[342],[122,5039,5041,5044,5047,5050,5053,5056,5059,5062],{"className":5040},[134],[122,5042],{"className":5043,"style":617},[138],[122,5045,146],{"className":5046,"style":145},[143,144],[122,5048,544],{"className":5049},[143,144],[122,5051,2712],{"className":5052},[143,144],[122,5054,912],{"className":5055,"style":539},[143,144],[122,5057],{"className":5058,"style":1313},[342],[122,5060,1318],{"className":5061},[1317],[122,5063],{"className":5064,"style":1313},[342],[122,5066,5068,5071,5074,5077,5080,5083,5086,5089,5092,5095,5098,5101,5104,5107,5110],{"className":5067},[134],[122,5069],{"className":5070,"style":224},[138],[122,5072,1208],{"className":5073,"style":509},[143,144],[122,5075,14],{"className":5076},[143,144],[122,5078,540],{"className":5079,"style":539},[143,144],[122,5081,1898],{"className":5082,"style":539},[143,144],[122,5084,1903],{"className":5085,"style":1902},[143,144],[122,5087,264],{"className":5088},[263],[122,5090,11],{"className":5091},[143,144],[122,5093,1244],{"className":5094},[1243],[122,5096],{"className":5097,"style":1248},[342],[122,5099,268],{"className":5100},[143,144],[122,5102,273],{"className":5103},[272],[122,5105],{"className":5106,"style":343},[342],[122,5108,887],{"className":5109},[347],[122,5111],{"className":5112,"style":343},[342],[122,5114,5116,5119,5122,5125,5128],{"className":5115},[134],[122,5117],{"className":5118,"style":4050},[138],[122,5120,11],{"className":5121},[143,144],[122,5123],{"className":5124,"style":343},[342],[122,5126,348],{"className":5127},[347],[122,5129],{"className":5130,"style":343},[342],[122,5132,5134,5137,5140,5143,5146],{"className":5133},[134],[122,5135],{"className":5136,"style":617},[138],[122,5138,146],{"className":5139,"style":145},[143,144],[122,5141,544],{"className":5142},[143,144],[122,5144,2712],{"className":5145},[143,144],[122,5147,912],{"className":5148,"style":539},[143,144]," holds. Weight is extrinsic and does not survive: each half\nweighs ",[122,5151,5153],{"className":5152},[125],[122,5154,5156],{"className":5155,"ariaHidden":130},[129],[122,5157,5159,5162],{"className":5158},[134],[122,5160],{"className":5161,"style":4952},[138],[122,5163,5165],{"className":5164},[143],"125"," grams, not ",[122,5168,5170],{"className":5169},[125],[122,5171,5173],{"className":5172,"ariaHidden":130},[129],[122,5174,5176,5179],{"className":5175},[134],[122,5177],{"className":5178,"style":4952},[138],[122,5180,4973],{"className":5181},[143],". If we had defined a category ",[122,5184,5186],{"className":5185},[125],[122,5187,5189],{"className":5188,"ariaHidden":130},[129],[122,5190,5192,5195,5199,5202,5205,5208,5211,5214,5217,5220,5223,5226,5229,5232,5235,5238,5241,5244],{"className":5191},[134],[122,5193],{"className":5194,"style":589},[138],[122,5196,5198],{"className":5197},[143,144],"Q",[122,5200,544],{"className":5201},[143,144],[122,5203,14],{"className":5204},[143,144],[122,5206,540],{"className":5207,"style":539},[143,144],[122,5209,247],{"className":5210},[143,144],[122,5212,912],{"className":5213,"style":539},[143,144],[122,5215,1208],{"className":5216,"style":509},[143,144],[122,5218,956],{"className":5219},[143,144],[122,5221,544],{"className":5222},[143,144],[122,5224,1233],{"className":5225},[143,144],[122,5227,518],{"className":5228},[143,144],[122,5230,3235],{"className":5231,"style":539},[143,144],[122,5233,1903],{"className":5234,"style":1902},[143,144],[122,5236,146],{"className":5237,"style":145},[143,144],[122,5239,544],{"className":5240},[143,144],[122,5242,2712],{"className":5243},[143,144],[122,5245,912],{"className":5246,"style":539},[143,144],"\nby its weight, cutting a member would produce two non-members — the count-noun\nbehavior, where the weight clause smuggles an extrinsic property into the\ndefinition and turns a mass noun back into a count noun. This is why ",[122,5249,5251],{"className":5250},[125],[122,5252,5254],{"className":5253,"ariaHidden":130},[129],[122,5255,5257,5260,5263,5266,5269,5272],{"className":5256},[134],[122,5258],{"className":5259,"style":589},[138],[122,5261,901],{"className":5262,"style":900},[143,144],[122,5264,247],{"className":5265},[143,144],[122,5267,544],{"className":5268},[143,144],[122,5270,1903],{"className":5271,"style":1902},[143,144],[122,5273,1903],{"className":5274,"style":1902},[143,144],"\nspecifies no extrinsic property at all, and why every count noun's definition can be\ntraced to at least one extrinsic clause.",[56,5277,5279],{"id":5278},"events","Events",[11,5281,5282,5283,5287,5288,5291,5292,5295,5296],{},"Situation calculus, from the ",[14,5284,5286],{"href":5285},"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fclassical-planning","planning","\nmaterial, describes a world where actions are discrete, instantaneous, and happen\none at a time. That breaks down for a continuous action like filling a bathtub: it\ncannot describe what happens ",[20,5289,5290],{},"during"," the action, nor two actions overlapping in\ntime. ",[34,5293,5294],{},"Event calculus"," fixes this by being built on points of time rather than\nsituations.",[43,5297,5298],{},[14,5299,2332],{"href":5300,"ariaDescribedBy":5301,"dataFootnoteRef":6,"id":5302},"#user-content-fn-event",[49],"user-content-fnref-event",[11,5304,5305,5306,5309,5310,5372,5373,5388,5389,5467,5468,5831,5832,5920,5921,106],{},"Event calculus reifies ",[34,5307,5308],{},"fluents"," and events. The fluent ",[122,5311,5313],{"className":5312},[125],[122,5314,5316],{"className":5315,"ariaHidden":130},[129],[122,5317,5319,5322,5325,5328,5331,5334,5338,5341,5344,5347,5350,5353,5356,5359,5362,5365,5369],{"className":5318},[134],[122,5320],{"className":5321,"style":224},[138],[122,5323,593],{"className":5324},[143,144],[122,5326,247],{"className":5327},[143,144],[122,5329,264],{"className":5330},[263],[122,5332,901],{"className":5333,"style":900},[143,144],[122,5335,5337],{"className":5336,"style":238},[143,144],"hank",[122,5339,14],{"className":5340},[143,144],[122,5342,540],{"className":5343,"style":539},[143,144],[122,5345,1244],{"className":5346},[1243],[122,5348],{"className":5349,"style":1248},[342],[122,5351,146],{"className":5352,"style":145},[143,144],[122,5354,912],{"className":5355,"style":539},[143,144],[122,5357,239],{"className":5358,"style":238},[143,144],[122,5360,243],{"className":5361},[143,144],[122,5363,256],{"className":5364,"style":255},[143,144],[122,5366,5368],{"className":5367,"style":960},[143,144],"ey",[122,5370,273],{"className":5371},[272],"\nis an object naming the fact of Shankar being in Berkeley — it does not by itself\nassert that the fact holds. To assert a fluent is true at a time we use the\npredicate ",[122,5374,5376],{"className":5375},[125],[122,5377,5379],{"className":5378,"ariaHidden":130},[129],[122,5380,5382,5385],{"className":5381},[134],[122,5383],{"className":5384,"style":617},[138],[122,5386,1757],{"className":5387,"style":509},[143,144],", as in ",[122,5390,5392],{"className":5391},[125],[122,5393,5395],{"className":5394,"ariaHidden":130},[129],[122,5396,5398,5401,5404,5407,5410,5413,5416,5419,5422,5425,5428,5431,5434,5437,5440,5443,5446,5449,5452,5455,5458,5461,5464],{"className":5397},[134],[122,5399],{"className":5400,"style":224},[138],[122,5402,1757],{"className":5403,"style":509},[143,144],[122,5405,264],{"className":5406},[263],[122,5408,593],{"className":5409},[143,144],[122,5411,247],{"className":5412},[143,144],[122,5414,264],{"className":5415},[263],[122,5417,901],{"className":5418,"style":900},[143,144],[122,5420,5337],{"className":5421,"style":238},[143,144],[122,5423,14],{"className":5424},[143,144],[122,5426,540],{"className":5427,"style":539},[143,144],[122,5429,1244],{"className":5430},[1243],[122,5432],{"className":5433,"style":1248},[342],[122,5435,146],{"className":5436,"style":145},[143,144],[122,5438,912],{"className":5439,"style":539},[143,144],[122,5441,239],{"className":5442,"style":238},[143,144],[122,5444,243],{"className":5445},[143,144],[122,5447,256],{"className":5448,"style":255},[143,144],[122,5450,5368],{"className":5451,"style":960},[143,144],[122,5453,273],{"className":5454},[272],[122,5456,1244],{"className":5457},[1243],[122,5459],{"className":5460,"style":1248},[342],[122,5462,247],{"className":5463},[143,144],[122,5465,273],{"className":5466},[272],". Events are members of event\ncategories: ",[122,5469,5471],{"className":5470},[125],[122,5472,5474,5530,5563,5654,5742],{"className":5473,"ariaHidden":130},[129],[122,5475,5477,5480,5521,5524,5527],{"className":5476},[134],[122,5478],{"className":5479,"style":139},[138],[122,5481,5483,5486],{"className":5482},[143],[122,5484,1331],{"className":5485,"style":900},[143,144],[122,5487,5489],{"className":5488},[156],[122,5490,5492,5513],{"className":5491},[160,161],[122,5493,5495,5510],{"className":5494},[165],[122,5496,5498],{"className":5497,"style":170},[169],[122,5499,5501,5504],{"style":5500},"top:-2.55em;margin-left:-0.0576em;margin-right:0.05em;",[122,5502],{"className":5503,"style":178},[177],[122,5505,5507],{"className":5506},[182,183,184,185],[122,5508,51],{"className":5509},[143,185],[122,5511,194],{"className":5512},[193],[122,5514,5516],{"className":5515},[165],[122,5517,5519],{"className":5518,"style":201},[169],[122,5520],{},[122,5522],{"className":5523,"style":343},[342],[122,5525,348],{"className":5526},[347],[122,5528],{"className":5529,"style":343},[342],[122,5531,5533,5536,5539,5542,5545,5548,5551,5554,5557,5560],{"className":5532},[134],[122,5534],{"className":5535,"style":589},[138],[122,5537,510],{"className":5538,"style":509},[143,144],[122,5540,256],{"className":5541,"style":255},[143,144],[122,5543,1761],{"className":5544,"style":960},[143,144],[122,5546,1297],{"className":5547},[143,144],[122,5549,961],{"className":5550,"style":960},[143,144],[122,5552,234],{"className":5553},[143,144],[122,5555],{"className":5556,"style":1313},[342],[122,5558,1318],{"className":5559},[1317],[122,5561],{"className":5562,"style":1313},[342],[122,5564,5566,5569,5572,5575,5578,5581,5584,5624,5627,5630,5633,5636,5639,5642,5645,5648,5651],{"className":5565},[134],[122,5567],{"className":5568,"style":224},[138],[122,5570,510],{"className":5571,"style":509},[143,144],[122,5573,256],{"className":5574,"style":255},[143,144],[122,5576,1761],{"className":5577,"style":960},[143,144],[122,5579,912],{"className":5580,"style":539},[143,144],[122,5582,264],{"className":5583},[263],[122,5585,5587,5590],{"className":5586},[143],[122,5588,1331],{"className":5589,"style":900},[143,144],[122,5591,5593],{"className":5592},[156],[122,5594,5596,5616],{"className":5595},[160,161],[122,5597,5599,5613],{"className":5598},[165],[122,5600,5602],{"className":5601,"style":170},[169],[122,5603,5604,5607],{"style":5500},[122,5605],{"className":5606,"style":178},[177],[122,5608,5610],{"className":5609},[182,183,184,185],[122,5611,51],{"className":5612},[143,185],[122,5614,194],{"className":5615},[193],[122,5617,5619],{"className":5618},[165],[122,5620,5622],{"className":5621,"style":201},[169],[122,5623],{},[122,5625,1244],{"className":5626},[1243],[122,5628],{"className":5629,"style":1248},[342],[122,5631,901],{"className":5632,"style":900},[143,144],[122,5634,5337],{"className":5635,"style":238},[143,144],[122,5637,14],{"className":5638},[143,144],[122,5640,540],{"className":5641,"style":539},[143,144],[122,5643,273],{"className":5644},[272],[122,5646],{"className":5647,"style":1313},[342],[122,5649,1318],{"className":5650},[1317],[122,5652],{"className":5653,"style":1313},[342],[122,5655,5657,5660,5663,5666,5669,5672,5675,5678,5718,5721,5724,5727,5730,5733,5736,5739],{"className":5656},[134],[122,5658],{"className":5659,"style":224},[138],[122,5661,3235],{"className":5662,"style":539},[143,144],[122,5664,540],{"className":5665,"style":539},[143,144],[122,5667,548],{"className":5668},[143,144],[122,5670,961],{"className":5671,"style":960},[143,144],[122,5673,1297],{"className":5674},[143,144],[122,5676,264],{"className":5677},[263],[122,5679,5681,5684],{"className":5680},[143],[122,5682,1331],{"className":5683,"style":900},[143,144],[122,5685,5687],{"className":5686},[156],[122,5688,5690,5710],{"className":5689},[160,161],[122,5691,5693,5707],{"className":5692},[165],[122,5694,5696],{"className":5695,"style":170},[169],[122,5697,5698,5701],{"style":5500},[122,5699],{"className":5700,"style":178},[177],[122,5702,5704],{"className":5703},[182,183,184,185],[122,5705,51],{"className":5706},[143,185],[122,5708,194],{"className":5709},[193],[122,5711,5713],{"className":5712},[165],[122,5714,5716],{"className":5715,"style":201},[169],[122,5717],{},[122,5719,1244],{"className":5720},[1243],[122,5722],{"className":5723,"style":1248},[342],[122,5725,901],{"className":5726,"style":900},[143,144],[122,5728,510],{"className":5729,"style":509},[143,144],[122,5731,273],{"className":5732},[272],[122,5734],{"className":5735,"style":1313},[342],[122,5737,1318],{"className":5738},[1317],[122,5740],{"className":5741,"style":1313},[342],[122,5743,5745,5748,5751,5754,5757,5761,5764,5767,5770,5773,5776,5816,5819,5822,5825,5828],{"className":5744},[134],[122,5746],{"className":5747,"style":224},[138],[122,5749,952],{"className":5750,"style":539},[143,144],[122,5752,601],{"className":5753},[143,144],[122,5755,247],{"className":5756},[143,144],[122,5758,5760],{"className":5759},[143,144],"ina",[122,5762,247],{"className":5763},[143,144],[122,5765,548],{"className":5766},[143,144],[122,5768,956],{"className":5769},[143,144],[122,5771,1233],{"className":5772},[143,144],[122,5774,264],{"className":5775},[263],[122,5777,5779,5782],{"className":5778},[143],[122,5780,1331],{"className":5781,"style":900},[143,144],[122,5783,5785],{"className":5784},[156],[122,5786,5788,5808],{"className":5787},[160,161],[122,5789,5791,5805],{"className":5790},[165],[122,5792,5794],{"className":5793,"style":170},[169],[122,5795,5796,5799],{"style":5500},[122,5797],{"className":5798,"style":178},[177],[122,5800,5802],{"className":5801},[182,183,184,185],[122,5803,51],{"className":5804},[143,185],[122,5806,194],{"className":5807},[193],[122,5809,5811],{"className":5810},[165],[122,5812,5814],{"className":5813,"style":201},[169],[122,5815],{},[122,5817,1244],{"className":5818},[1243],[122,5820],{"className":5821,"style":1248},[342],[122,5823,952],{"className":5824,"style":539},[143,144],[122,5826,3669],{"className":5827,"style":3668},[143,144],[122,5829,273],{"className":5830},[272],". We then say ",[122,5833,5835],{"className":5834},[125],[122,5836,5838],{"className":5837,"ariaHidden":130},[129],[122,5839,5841,5844,5849,5852,5856,5859,5862,5865,5868,5908,5911,5914,5917],{"className":5840},[134],[122,5842],{"className":5843,"style":224},[138],[122,5845,5848],{"className":5846,"style":5847},[143,144],"margin-right:0.0813em;","H",[122,5850,14],{"className":5851},[143,144],[122,5853,5855],{"className":5854},[143,144],"pp",[122,5857,243],{"className":5858},[143,144],[122,5860,1233],{"className":5861},[143,144],[122,5863,234],{"className":5864},[143,144],[122,5866,264],{"className":5867},[263],[122,5869,5871,5874],{"className":5870},[143],[122,5872,1331],{"className":5873,"style":900},[143,144],[122,5875,5877],{"className":5876},[156],[122,5878,5880,5900],{"className":5879},[160,161],[122,5881,5883,5897],{"className":5882},[165],[122,5884,5886],{"className":5885,"style":170},[169],[122,5887,5888,5891],{"style":5500},[122,5889],{"className":5890,"style":178},[177],[122,5892,5894],{"className":5893},[182,183,184,185],[122,5895,51],{"className":5896},[143,185],[122,5898,194],{"className":5899},[193],[122,5901,5903],{"className":5902},[165],[122,5904,5906],{"className":5905,"style":201},[169],[122,5907],{},[122,5909,1244],{"className":5910},[1243],[122,5912],{"className":5913,"style":1248},[342],[122,5915,548],{"className":5916},[143,144],[122,5918,273],{"className":5919},[272]," to place the event over a time\ninterval ",[122,5922,5924],{"className":5923},[125],[122,5925,5927,5946],{"className":5926,"ariaHidden":130},[129],[122,5928,5930,5934,5937,5940,5943],{"className":5929},[134],[122,5931],{"className":5932,"style":5933},[138],"height:0.6595em;",[122,5935,548],{"className":5936},[143,144],[122,5938],{"className":5939,"style":343},[342],[122,5941,2975],{"className":5942},[347],[122,5944],{"className":5945,"style":343},[342],[122,5947,5949,5952,5955,5995,5998,6001,6041],{"className":5948},[134],[122,5950],{"className":5951,"style":224},[138],[122,5953,264],{"className":5954},[263],[122,5956,5958,5961],{"className":5957},[143],[122,5959,247],{"className":5960},[143,144],[122,5962,5964],{"className":5963},[156],[122,5965,5967,5987],{"className":5966},[160,161],[122,5968,5970,5984],{"className":5969},[165],[122,5971,5973],{"className":5972,"style":170},[169],[122,5974,5975,5978],{"style":3078},[122,5976],{"className":5977,"style":178},[177],[122,5979,5981],{"className":5980},[182,183,184,185],[122,5982,51],{"className":5983},[143,185],[122,5985,194],{"className":5986},[193],[122,5988,5990],{"className":5989},[165],[122,5991,5993],{"className":5992,"style":201},[169],[122,5994],{},[122,5996,1244],{"className":5997},[1243],[122,5999],{"className":6000,"style":1248},[342],[122,6002,6004,6007],{"className":6003},[143],[122,6005,247],{"className":6006},[143,144],[122,6008,6010],{"className":6009},[156],[122,6011,6013,6033],{"className":6012},[160,161],[122,6014,6016,6030],{"className":6015},[165],[122,6017,6019],{"className":6018,"style":170},[169],[122,6020,6021,6024],{"style":3078},[122,6022],{"className":6023,"style":178},[177],[122,6025,6027],{"className":6026},[182,183,184,185],[122,6028,2332],{"className":6029},[143,185],[122,6031,194],{"className":6032},[193],[122,6034,6036],{"className":6035},[165],[122,6037,6039],{"className":6038,"style":201},[169],[122,6040],{},[122,6042,273],{"className":6043},[272],[11,6045,6046],{},"The complete vocabulary is compact:",[6048,6049,6050,6063],"table",{},[6051,6052,6053],"thead",{},[6054,6055,6056,6060],"tr",{},[6057,6058,6059],"th",{},"Predicate",[6057,6061,6062],{},"Meaning",[6064,6065,6066,6139,6225,6337,6444,6529],"tbody",{},[6054,6067,6068,6104],{},[6069,6070,6071],"td",{},[122,6072,6074],{"className":6073},[125],[122,6075,6077],{"className":6076,"ariaHidden":130},[129],[122,6078,6080,6083,6086,6089,6092,6095,6098,6101],{"className":6079},[134],[122,6081],{"className":6082,"style":224},[138],[122,6084,1757],{"className":6085,"style":509},[143,144],[122,6087,264],{"className":6088},[263],[122,6090,1903],{"className":6091,"style":1902},[143,144],[122,6093,1244],{"className":6094},[1243],[122,6096],{"className":6097,"style":1248},[342],[122,6099,247],{"className":6100},[143,144],[122,6102,273],{"className":6103},[272],[6069,6105,6106,6107,6122,6123],{},"fluent ",[122,6108,6110],{"className":6109},[125],[122,6111,6113],{"className":6112,"ariaHidden":130},[129],[122,6114,6116,6119],{"className":6115},[134],[122,6117],{"className":6118,"style":589},[138],[122,6120,1903],{"className":6121,"style":1902},[143,144]," is true at time ",[122,6124,6126],{"className":6125},[125],[122,6127,6129],{"className":6128,"ariaHidden":130},[129],[122,6130,6132,6136],{"className":6131},[134],[122,6133],{"className":6134,"style":6135},[138],"height:0.6151em;",[122,6137,247],{"className":6138},[143,144],[6054,6140,6141,6191],{},[6069,6142,6143],{},[122,6144,6146],{"className":6145},[125],[122,6147,6149],{"className":6148,"ariaHidden":130},[129],[122,6150,6152,6155,6158,6161,6164,6167,6170,6173,6176,6179,6182,6185,6188],{"className":6151},[134],[122,6153],{"className":6154,"style":224},[138],[122,6156,5848],{"className":6157,"style":5847},[143,144],[122,6159,14],{"className":6160},[143,144],[122,6162,5855],{"className":6163},[143,144],[122,6165,243],{"className":6166},[143,144],[122,6168,1233],{"className":6169},[143,144],[122,6171,234],{"className":6172},[143,144],[122,6174,264],{"className":6175},[263],[122,6177,243],{"className":6178},[143,144],[122,6180,1244],{"className":6181},[1243],[122,6183],{"className":6184,"style":1248},[342],[122,6186,548],{"className":6187},[143,144],[122,6189,273],{"className":6190},[272],[6069,6192,6193,6194,6209,6210],{},"event ",[122,6195,6197],{"className":6196},[125],[122,6198,6200],{"className":6199,"ariaHidden":130},[129],[122,6201,6203,6206],{"className":6202},[134],[122,6204],{"className":6205,"style":1156},[138],[122,6207,243],{"className":6208},[143,144]," happens over interval ",[122,6211,6213],{"className":6212},[125],[122,6214,6216],{"className":6215,"ariaHidden":130},[129],[122,6217,6219,6222],{"className":6218},[134],[122,6220],{"className":6221,"style":5933},[138],[122,6223,548],{"className":6224},[143,144],[6054,6226,6227,6288],{},[6069,6228,6229],{},[122,6230,6232],{"className":6231},[125],[122,6233,6235],{"className":6234,"ariaHidden":130},[129],[122,6236,6238,6241,6244,6248,6251,6255,6258,6261,6264,6267,6270,6273,6276,6279,6282,6285],{"className":6237},[134],[122,6239],{"className":6240,"style":224},[138],[122,6242,3627],{"className":6243,"style":3626},[143,144],[122,6245,6247],{"className":6246},[143,144],"ni",[122,6249,247],{"className":6250},[143,144],[122,6252,6254],{"className":6253},[143,144],"ia",[122,6256,247],{"className":6257},[143,144],[122,6259,601],{"className":6260},[143,144],[122,6262,264],{"className":6263},[263],[122,6265,243],{"className":6266},[143,144],[122,6268,1244],{"className":6269},[1243],[122,6271],{"className":6272,"style":1248},[342],[122,6274,1903],{"className":6275,"style":1902},[143,144],[122,6277,1244],{"className":6278},[1243],[122,6280],{"className":6281,"style":1248},[342],[122,6283,247],{"className":6284},[143,144],[122,6286,273],{"className":6287},[272],[6069,6289,6193,6290,6305,6306,6321,6322],{},[122,6291,6293],{"className":6292},[125],[122,6294,6296],{"className":6295,"ariaHidden":130},[129],[122,6297,6299,6302],{"className":6298},[134],[122,6300],{"className":6301,"style":1156},[138],[122,6303,243],{"className":6304},[143,144]," causes fluent ",[122,6307,6309],{"className":6308},[125],[122,6310,6312],{"className":6311,"ariaHidden":130},[129],[122,6313,6315,6318],{"className":6314},[134],[122,6316],{"className":6317,"style":589},[138],[122,6319,1903],{"className":6320,"style":1902},[143,144]," to start holding at ",[122,6323,6325],{"className":6324},[125],[122,6326,6328],{"className":6327,"ariaHidden":130},[129],[122,6329,6331,6334],{"className":6330},[134],[122,6332],{"className":6333,"style":6135},[138],[122,6335,247],{"className":6336},[143,144],[6054,6338,6339,6396],{},[6069,6340,6341],{},[122,6342,6344],{"className":6343},[125],[122,6345,6347],{"className":6346,"ariaHidden":130},[129],[122,6348,6350,6353,6356,6359,6363,6366,6369,6372,6375,6378,6381,6384,6387,6390,6393],{"className":6349},[134],[122,6351],{"className":6352,"style":224},[138],[122,6354,1757],{"className":6355,"style":509},[143,144],[122,6357,912],{"className":6358,"style":539},[143,144],[122,6360,6362],{"className":6361},[143,144],"mina",[122,6364,247],{"className":6365},[143,144],[122,6367,601],{"className":6368},[143,144],[122,6370,264],{"className":6371},[263],[122,6373,243],{"className":6374},[143,144],[122,6376,1244],{"className":6377},[1243],[122,6379],{"className":6380,"style":1248},[342],[122,6382,1903],{"className":6383,"style":1902},[143,144],[122,6385,1244],{"className":6386},[1243],[122,6388],{"className":6389,"style":1248},[342],[122,6391,247],{"className":6392},[143,144],[122,6394,273],{"className":6395},[272],[6069,6397,6193,6398,6305,6413,6428,6429],{},[122,6399,6401],{"className":6400},[125],[122,6402,6404],{"className":6403,"ariaHidden":130},[129],[122,6405,6407,6410],{"className":6406},[134],[122,6408],{"className":6409,"style":1156},[138],[122,6411,243],{"className":6412},[143,144],[122,6414,6416],{"className":6415},[125],[122,6417,6419],{"className":6418,"ariaHidden":130},[129],[122,6420,6422,6425],{"className":6421},[134],[122,6423],{"className":6424,"style":589},[138],[122,6426,1903],{"className":6427,"style":1902},[143,144]," to cease holding at ",[122,6430,6432],{"className":6431},[125],[122,6433,6435],{"className":6434,"ariaHidden":130},[129],[122,6436,6438,6441],{"className":6437},[134],[122,6439],{"className":6440,"style":6135},[138],[122,6442,247],{"className":6443},[143,144],[6054,6445,6446,6496],{},[6069,6447,6448],{},[122,6449,6451],{"className":6450},[125],[122,6452,6454],{"className":6453,"ariaHidden":130},[129],[122,6455,6457,6460,6463,6466,6469,6472,6475,6478,6481,6484,6487,6490,6493],{"className":6456},[134],[122,6458],{"className":6459,"style":224},[138],[122,6461,3669],{"className":6462,"style":3668},[143,144],[122,6464,256],{"className":6465,"style":255},[143,144],[122,6467,548],{"className":6468},[143,144],[122,6470,5855],{"className":6471},[143,144],[122,6473,243],{"className":6474},[143,144],[122,6476,518],{"className":6477},[143,144],[122,6479,264],{"className":6480},[263],[122,6482,1903],{"className":6483,"style":1902},[143,144],[122,6485,1244],{"className":6486},[1243],[122,6488],{"className":6489,"style":1248},[342],[122,6491,548],{"className":6492},[143,144],[122,6494,273],{"className":6495},[272],[6069,6497,6498,6513,6514],{},[122,6499,6501],{"className":6500},[125],[122,6502,6504],{"className":6503,"ariaHidden":130},[129],[122,6505,6507,6510],{"className":6506},[134],[122,6508],{"className":6509,"style":589},[138],[122,6511,1903],{"className":6512,"style":1902},[143,144]," ceases to be true at some point during ",[122,6515,6517],{"className":6516},[125],[122,6518,6520],{"className":6519,"ariaHidden":130},[129],[122,6521,6523,6526],{"className":6522},[134],[122,6524],{"className":6525,"style":5933},[138],[122,6527,548],{"className":6528},[143,144],[6054,6530,6531,6581],{},[6069,6532,6533],{},[122,6534,6536],{"className":6535},[125],[122,6537,6539],{"className":6538,"ariaHidden":130},[129],[122,6540,6542,6545,6548,6551,6554,6557,6560,6563,6566,6569,6572,6575,6578],{"className":6541},[134],[122,6543],{"className":6544,"style":224},[138],[122,6546,1938],{"className":6547,"style":1937},[143,144],[122,6549,601],{"className":6550},[143,144],[122,6552,247],{"className":6553},[143,144],[122,6555,1572],{"className":6556,"style":539},[143,144],[122,6558,243],{"className":6559},[143,144],[122,6561,518],{"className":6562},[143,144],[122,6564,264],{"className":6565},[263],[122,6567,1903],{"className":6568,"style":1902},[143,144],[122,6570,1244],{"className":6571},[1243],[122,6573],{"className":6574,"style":1248},[342],[122,6576,548],{"className":6577},[143,144],[122,6579,273],{"className":6580},[272],[6069,6582,6583,6598,6599],{},[122,6584,6586],{"className":6585},[125],[122,6587,6589],{"className":6588,"ariaHidden":130},[129],[122,6590,6592,6595],{"className":6591},[134],[122,6593],{"className":6594,"style":589},[138],[122,6596,1903],{"className":6597,"style":1902},[143,144]," becomes true at some point during ",[122,6600,6602],{"className":6601},[125],[122,6603,6605],{"className":6604,"ariaHidden":130},[129],[122,6606,6608,6611],{"className":6607},[134],[122,6609],{"className":6610,"style":5933},[138],[122,6612,548],{"className":6613},[143,144],[11,6615,6616,6617,6644],{},"A distinguished event ",[122,6618,6620],{"className":6619},[125],[122,6621,6623],{"className":6622,"ariaHidden":130},[129],[122,6624,6626,6629,6632,6635,6638,6641],{"className":6625},[134],[122,6627],{"className":6628,"style":617},[138],[122,6630,901],{"className":6631,"style":900},[143,144],[122,6633,247],{"className":6634},[143,144],[122,6636,14],{"className":6637},[143,144],[122,6639,540],{"className":6640,"style":539},[143,144],[122,6642,247],{"className":6643},[143,144]," describes the initial state. The core axiom says a\nfluent holds now if some past event initiated it and no intervening event clipped\nit:",[122,6646,6648],{"className":6647},[2191],[122,6649,6651],{"className":6650},[125],[122,6652,6654,6792,6889,6993,7049,7073],{"className":6653,"ariaHidden":130},[129],[122,6655,6657,6660,6663,6666,6669,6672,6675,6678,6681,6684,6687,6690,6693,6733,6736,6739,6779,6783,6786,6789],{"className":6656},[134],[122,6658],{"className":6659,"style":224},[138],[122,6661,5848],{"className":6662,"style":5847},[143,144],[122,6664,14],{"className":6665},[143,144],[122,6667,5855],{"className":6668},[143,144],[122,6670,243],{"className":6671},[143,144],[122,6673,1233],{"className":6674},[143,144],[122,6676,234],{"className":6677},[143,144],[122,6679,264],{"className":6680},[263],[122,6682,243],{"className":6683},[143,144],[122,6685,1244],{"className":6686},[1243],[122,6688],{"className":6689,"style":1248},[342],[122,6691,264],{"className":6692},[263],[122,6694,6696,6699],{"className":6695},[143],[122,6697,247],{"className":6698},[143,144],[122,6700,6702],{"className":6701},[156],[122,6703,6705,6725],{"className":6704},[160,161],[122,6706,6708,6722],{"className":6707},[165],[122,6709,6711],{"className":6710,"style":170},[169],[122,6712,6713,6716],{"style":3078},[122,6714],{"className":6715,"style":178},[177],[122,6717,6719],{"className":6718},[182,183,184,185],[122,6720,51],{"className":6721},[143,185],[122,6723,194],{"className":6724},[193],[122,6726,6728],{"className":6727},[165],[122,6729,6731],{"className":6730,"style":201},[169],[122,6732],{},[122,6734,1244],{"className":6735},[1243],[122,6737],{"className":6738,"style":1248},[342],[122,6740,6742,6745],{"className":6741},[143],[122,6743,247],{"className":6744},[143,144],[122,6746,6748],{"className":6747},[156],[122,6749,6751,6771],{"className":6750},[160,161],[122,6752,6754,6768],{"className":6753},[165],[122,6755,6757],{"className":6756,"style":170},[169],[122,6758,6759,6762],{"style":3078},[122,6760],{"className":6761,"style":178},[177],[122,6763,6765],{"className":6764},[182,183,184,185],[122,6766,2332],{"className":6767},[143,185],[122,6769,194],{"className":6770},[193],[122,6772,6774],{"className":6773},[165],[122,6775,6777],{"className":6776,"style":201},[169],[122,6778],{},[122,6780,6782],{"className":6781},[272],"))",[122,6784],{"className":6785,"style":1313},[342],[122,6787,1318],{"className":6788},[1317],[122,6790],{"className":6791,"style":1313},[342],[122,6793,6795,6798,6801,6804,6807,6810,6813,6816,6819,6822,6825,6828,6831,6834,6837,6877,6880,6883,6886],{"className":6794},[134],[122,6796],{"className":6797,"style":224},[138],[122,6799,3627],{"className":6800,"style":3626},[143,144],[122,6802,6247],{"className":6803},[143,144],[122,6805,247],{"className":6806},[143,144],[122,6808,6254],{"className":6809},[143,144],[122,6811,247],{"className":6812},[143,144],[122,6814,601],{"className":6815},[143,144],[122,6817,264],{"className":6818},[263],[122,6820,243],{"className":6821},[143,144],[122,6823,1244],{"className":6824},[1243],[122,6826],{"className":6827,"style":1248},[342],[122,6829,1903],{"className":6830,"style":1902},[143,144],[122,6832,1244],{"className":6833},[1243],[122,6835],{"className":6836,"style":1248},[342],[122,6838,6840,6843],{"className":6839},[143],[122,6841,247],{"className":6842},[143,144],[122,6844,6846],{"className":6845},[156],[122,6847,6849,6869],{"className":6848},[160,161],[122,6850,6852,6866],{"className":6851},[165],[122,6853,6855],{"className":6854,"style":170},[169],[122,6856,6857,6860],{"style":3078},[122,6858],{"className":6859,"style":178},[177],[122,6861,6863],{"className":6862},[182,183,184,185],[122,6864,51],{"className":6865},[143,185],[122,6867,194],{"className":6868},[193],[122,6870,6872],{"className":6871},[165],[122,6873,6875],{"className":6874,"style":201},[169],[122,6876],{},[122,6878,273],{"className":6879},[272],[122,6881],{"className":6882,"style":1313},[342],[122,6884,1318],{"className":6885},[1317],[122,6887],{"className":6888,"style":1313},[342],[122,6890,6892,6895,6899,6902,6905,6908,6911,6914,6917,6920,6923,6926,6929,6932,6972,6975,6978,6981,6984,6987,6990],{"className":6891},[134],[122,6893],{"className":6894,"style":224},[138],[122,6896,6898],{"className":6897},[143],"¬",[122,6900,3669],{"className":6901,"style":3668},[143,144],[122,6903,256],{"className":6904,"style":255},[143,144],[122,6906,548],{"className":6907},[143,144],[122,6909,5855],{"className":6910},[143,144],[122,6912,243],{"className":6913},[143,144],[122,6915,518],{"className":6916},[143,144],[122,6918,264],{"className":6919},[263],[122,6921,1903],{"className":6922,"style":1902},[143,144],[122,6924,1244],{"className":6925},[1243],[122,6927],{"className":6928,"style":1248},[342],[122,6930,264],{"className":6931},[263],[122,6933,6935,6938],{"className":6934},[143],[122,6936,247],{"className":6937},[143,144],[122,6939,6941],{"className":6940},[156],[122,6942,6944,6964],{"className":6943},[160,161],[122,6945,6947,6961],{"className":6946},[165],[122,6948,6950],{"className":6949,"style":170},[169],[122,6951,6952,6955],{"style":3078},[122,6953],{"className":6954,"style":178},[177],[122,6956,6958],{"className":6957},[182,183,184,185],[122,6959,51],{"className":6960},[143,185],[122,6962,194],{"className":6963},[193],[122,6965,6967],{"className":6966},[165],[122,6968,6970],{"className":6969,"style":201},[169],[122,6971],{},[122,6973,1244],{"className":6974},[1243],[122,6976],{"className":6977,"style":1248},[342],[122,6979,247],{"className":6980},[143,144],[122,6982,6782],{"className":6983},[272],[122,6985],{"className":6986,"style":1313},[342],[122,6988,1318],{"className":6989},[1317],[122,6991],{"className":6992,"style":1313},[342],[122,6994,6996,7000,7040,7043,7046],{"className":6995},[134],[122,6997],{"className":6998,"style":6999},[138],"height:0.7651em;vertical-align:-0.15em;",[122,7001,7003,7006],{"className":7002},[143],[122,7004,247],{"className":7005},[143,144],[122,7007,7009],{"className":7008},[156],[122,7010,7012,7032],{"className":7011},[160,161],[122,7013,7015,7029],{"className":7014},[165],[122,7016,7018],{"className":7017,"style":170},[169],[122,7019,7020,7023],{"style":3078},[122,7021],{"className":7022,"style":178},[177],[122,7024,7026],{"className":7025},[182,183,184,185],[122,7027,51],{"className":7028},[143,185],[122,7030,194],{"className":7031},[193],[122,7033,7035],{"className":7034},[165],[122,7036,7038],{"className":7037,"style":201},[169],[122,7039],{},[122,7041],{"className":7042,"style":343},[342],[122,7044,4033],{"className":7045},[347],[122,7047],{"className":7048,"style":343},[342],[122,7050,7052,7055,7058,7061,7064,7067,7070],{"className":7051},[134],[122,7053],{"className":7054,"style":6135},[138],[122,7056,247],{"className":7057},[143,144],[122,7059],{"className":7060,"style":343},[342],[122,7062],{"className":7063,"style":343},[342],[122,7065,887],{"className":7066},[347],[122,7068],{"className":7069,"style":343},[342],[122,7071],{"className":7072,"style":343},[342],[122,7074,7076,7079,7082,7085,7088,7091,7094,7097],{"className":7075},[134],[122,7077],{"className":7078,"style":224},[138],[122,7080,1757],{"className":7081,"style":509},[143,144],[122,7083,264],{"className":7084},[263],[122,7086,1903],{"className":7087,"style":1902},[143,144],[122,7089,1244],{"className":7090},[1243],[122,7092],{"className":7093,"style":1248},[342],[122,7095,247],{"className":7096},[143,144],[122,7098,273],{"className":7099},[272],[11,7101,7102,7103,576,7249,7405,7406,7479],{},"with a symmetric axiom for termination. This is the event-calculus analogue of a\nsuccessor-state axiom, and domain-specific fluents are defined the same way — the\nwumpus agent gets an arrow only at the start and loses it only by shooting:\n",[122,7104,7106],{"className":7105},[125],[122,7107,7109,7210,7228],{"className":7108,"ariaHidden":130},[129],[122,7110,7112,7115,7118,7121,7124,7127,7130,7133,7136,7139,7142,7145,7148,7151,7154,7157,7160,7163,7166,7169,7174,7177,7180,7183,7186,7189,7192,7195,7198,7201,7204,7207],{"className":7111},[134],[122,7113],{"className":7114,"style":224},[138],[122,7116,3627],{"className":7117,"style":3626},[143,144],[122,7119,6247],{"className":7120},[143,144],[122,7122,247],{"className":7123},[143,144],[122,7125,6254],{"className":7126},[143,144],[122,7128,247],{"className":7129},[143,144],[122,7131,601],{"className":7132},[143,144],[122,7134,264],{"className":7135},[263],[122,7137,243],{"className":7138},[143,144],[122,7140,1244],{"className":7141},[1243],[122,7143],{"className":7144,"style":1248},[342],[122,7146,5848],{"className":7147,"style":5847},[143,144],[122,7149,14],{"className":7150},[143,144],[122,7152,1354],{"className":7153,"style":960},[143,144],[122,7155,243],{"className":7156},[143,144],[122,7158,593],{"className":7159},[143,144],[122,7161,540],{"className":7162,"style":539},[143,144],[122,7164,540],{"className":7165,"style":539},[143,144],[122,7167,956],{"className":7168},[143,144],[122,7170,7173],{"className":7171,"style":7172},[143,144],"margin-right:0.0269em;","w",[122,7175,264],{"className":7176},[263],[122,7178,14],{"className":7179},[143,144],[122,7181,273],{"className":7182},[272],[122,7184,1244],{"className":7185},[1243],[122,7187],{"className":7188,"style":1248},[342],[122,7190,247],{"className":7191},[143,144],[122,7193,273],{"className":7194},[272],[122,7196],{"className":7197,"style":343},[342],[122,7199],{"className":7200,"style":343},[342],[122,7202,1264],{"className":7203},[347],[122,7205],{"className":7206,"style":343},[342],[122,7208],{"className":7209,"style":343},[342],[122,7211,7213,7216,7219,7222,7225],{"className":7212},[134],[122,7214],{"className":7215,"style":1156},[138],[122,7217,243],{"className":7218},[143,144],[122,7220],{"className":7221,"style":343},[342],[122,7223,2975],{"className":7224},[347],[122,7226],{"className":7227,"style":343},[342],[122,7229,7231,7234,7237,7240,7243,7246],{"className":7230},[134],[122,7232],{"className":7233,"style":617},[138],[122,7235,901],{"className":7236,"style":900},[143,144],[122,7238,247],{"className":7239},[143,144],[122,7241,14],{"className":7242},[143,144],[122,7244,540],{"className":7245,"style":539},[143,144],[122,7247,247],{"className":7248},[143,144],[122,7250,7252],{"className":7251},[125],[122,7253,7255,7351,7369],{"className":7254,"ariaHidden":130},[129],[122,7256,7258,7261,7264,7267,7270,7273,7276,7279,7282,7285,7288,7291,7294,7297,7300,7303,7306,7309,7312,7315,7318,7321,7324,7327,7330,7333,7336,7339,7342,7345,7348],{"className":7257},[134],[122,7259],{"className":7260,"style":224},[138],[122,7262,1757],{"className":7263,"style":509},[143,144],[122,7265,912],{"className":7266,"style":539},[143,144],[122,7268,6362],{"className":7269},[143,144],[122,7271,247],{"className":7272},[143,144],[122,7274,601],{"className":7275},[143,144],[122,7277,264],{"className":7278},[263],[122,7280,243],{"className":7281},[143,144],[122,7283,1244],{"className":7284},[1243],[122,7286],{"className":7287,"style":1248},[342],[122,7289,5848],{"className":7290,"style":5847},[143,144],[122,7292,14],{"className":7293},[143,144],[122,7295,1354],{"className":7296,"style":960},[143,144],[122,7298,243],{"className":7299},[143,144],[122,7301,593],{"className":7302},[143,144],[122,7304,540],{"className":7305,"style":539},[143,144],[122,7307,540],{"className":7308,"style":539},[143,144],[122,7310,956],{"className":7311},[143,144],[122,7313,7173],{"className":7314,"style":7172},[143,144],[122,7316,264],{"className":7317},[263],[122,7319,14],{"className":7320},[143,144],[122,7322,273],{"className":7323},[272],[122,7325,1244],{"className":7326},[1243],[122,7328],{"className":7329,"style":1248},[342],[122,7331,247],{"className":7332},[143,144],[122,7334,273],{"className":7335},[272],[122,7337],{"className":7338,"style":343},[342],[122,7340],{"className":7341,"style":343},[342],[122,7343,1264],{"className":7344},[347],[122,7346],{"className":7347,"style":343},[342],[122,7349],{"className":7350,"style":343},[342],[122,7352,7354,7357,7360,7363,7366],{"className":7353},[134],[122,7355],{"className":7356,"style":1532},[138],[122,7358,243],{"className":7359},[143,144],[122,7361],{"className":7362,"style":343},[342],[122,7364,348],{"className":7365},[347],[122,7367],{"className":7368,"style":343},[342],[122,7370,7372,7375,7378,7381,7384,7387,7390,7393,7396,7399,7402],{"className":7371},[134],[122,7373],{"className":7374,"style":224},[138],[122,7376,901],{"className":7377,"style":900},[143,144],[122,7379,908],{"className":7380},[143,144],[122,7382,514],{"className":7383},[143,144],[122,7385,247],{"className":7386},[143,144],[122,7388,1297],{"className":7389},[143,144],[122,7391,961],{"className":7392,"style":960},[143,144],[122,7394,234],{"className":7395},[143,144],[122,7397,264],{"className":7398},[263],[122,7400,14],{"className":7401},[143,144],[122,7403,273],{"className":7404},[272],". Because events are reified, arbitrary extra facts attach\nfreely: ",[122,7407,7409],{"className":7408},[125],[122,7410,7412],{"className":7411,"ariaHidden":130},[129],[122,7413,7415,7418,7421,7424,7427,7430,7433,7436,7476],{"className":7414},[134],[122,7416],{"className":7417,"style":224},[138],[122,7419,146],{"className":7420,"style":145},[143,144],[122,7422,544],{"className":7423},[143,144],[122,7425,989],{"className":7426},[143,144],[122,7428,11],{"className":7429},[143,144],[122,7431,1761],{"className":7432,"style":960},[143,144],[122,7434,264],{"className":7435},[263],[122,7437,7439,7442],{"className":7438},[143],[122,7440,1331],{"className":7441,"style":900},[143,144],[122,7443,7445],{"className":7444},[156],[122,7446,7448,7468],{"className":7447},[160,161],[122,7449,7451,7465],{"className":7450},[165],[122,7452,7454],{"className":7453,"style":170},[169],[122,7455,7456,7459],{"style":5500},[122,7457],{"className":7458,"style":178},[177],[122,7460,7462],{"className":7461},[182,183,184,185],[122,7463,51],{"className":7464},[143,185],[122,7466,194],{"className":7467},[193],[122,7469,7471],{"className":7470},[165],[122,7472,7474],{"className":7473,"style":201},[169],[122,7475],{},[122,7477,273],{"className":7478},[272]," records that the flight was bumpy, with no need to grow a\npredicate's arity.",[11,7481,7482,7483,7555,7556,7583,7584,7618,7619,1949,7664,7742,7743,7555,7813,4034],{},"For example, run the arrow fluent all the way through the axioms.\nThe wumpus agent's history opens with ",[122,7484,7486],{"className":7485},[125],[122,7487,7489],{"className":7488,"ariaHidden":130},[129],[122,7490,7492,7495,7498,7501,7504,7507,7510,7513,7516,7519,7522,7525,7528,7531,7534,7537,7540,7543,7546,7549,7552],{"className":7491},[134],[122,7493],{"className":7494,"style":224},[138],[122,7496,5848],{"className":7497,"style":5847},[143,144],[122,7499,14],{"className":7500},[143,144],[122,7502,5855],{"className":7503},[143,144],[122,7505,243],{"className":7506},[143,144],[122,7508,1233],{"className":7509},[143,144],[122,7511,234],{"className":7512},[143,144],[122,7514,264],{"className":7515},[263],[122,7517,901],{"className":7518,"style":900},[143,144],[122,7520,247],{"className":7521},[143,144],[122,7523,14],{"className":7524},[143,144],[122,7526,540],{"className":7527,"style":539},[143,144],[122,7529,247],{"className":7530},[143,144],[122,7532,1244],{"className":7533},[1243],[122,7535],{"className":7536,"style":1248},[342],[122,7538,264],{"className":7539},[263],[122,7541,3905],{"className":7542},[143],[122,7544,1244],{"className":7545},[1243],[122,7547],{"className":7548,"style":1248},[342],[122,7550,3905],{"className":7551},[143],[122,7553,6782],{"className":7554},[272],", and ",[122,7557,7559],{"className":7558},[125],[122,7560,7562],{"className":7561,"ariaHidden":130},[129],[122,7563,7565,7568,7571,7574,7577,7580],{"className":7564},[134],[122,7566],{"className":7567,"style":617},[138],[122,7569,901],{"className":7570,"style":900},[143,144],[122,7572,247],{"className":7573},[143,144],[122,7575,14],{"className":7576},[143,144],[122,7578,540],{"className":7579,"style":539},[143,144],[122,7581,247],{"className":7582},[143,144]," is\nthe only event before the agent does anything. To show the agent still holds its\narrow at time ",[122,7585,7587],{"className":7586},[125],[122,7588,7590,7608],{"className":7589,"ariaHidden":130},[129],[122,7591,7593,7596,7599,7602,7605],{"className":7592},[134],[122,7594],{"className":7595,"style":6135},[138],[122,7597,247],{"className":7598},[143,144],[122,7600],{"className":7601,"style":343},[342],[122,7603,2975],{"className":7604},[347],[122,7606],{"className":7607,"style":343},[342],[122,7609,7611,7614],{"className":7610},[134],[122,7612],{"className":7613,"style":4952},[138],[122,7615,7617],{"className":7616},[143],"5",", given that nothing has been shot yet — the only events in the\ninterval are movements and turns — instantiate the initiation axiom with ",[122,7620,7622],{"className":7621},[125],[122,7623,7625,7643],{"className":7624,"ariaHidden":130},[129],[122,7626,7628,7631,7634,7637,7640],{"className":7627},[134],[122,7629],{"className":7630,"style":1156},[138],[122,7632,243],{"className":7633},[143,144],[122,7635],{"className":7636,"style":343},[342],[122,7638,2975],{"className":7639},[347],[122,7641],{"className":7642,"style":343},[342],[122,7644,7646,7649,7652,7655,7658,7661],{"className":7645},[134],[122,7647],{"className":7648,"style":617},[138],[122,7650,901],{"className":7651,"style":900},[143,144],[122,7653,247],{"className":7654},[143,144],[122,7656,14],{"className":7657},[143,144],[122,7659,540],{"className":7660,"style":539},[143,144],[122,7662,247],{"className":7663},[143,144],[122,7665,7667],{"className":7666},[125],[122,7668,7670,7688],{"className":7669,"ariaHidden":130},[129],[122,7671,7673,7676,7679,7682,7685],{"className":7672},[134],[122,7674],{"className":7675,"style":589},[138],[122,7677,1903],{"className":7678,"style":1902},[143,144],[122,7680],{"className":7681,"style":343},[342],[122,7683,2975],{"className":7684},[347],[122,7686],{"className":7687,"style":343},[342],[122,7689,7691,7694,7697,7700,7703,7706,7709,7712,7715,7718,7721,7724,7727,7730,7733,7736,7739],{"className":7690},[134],[122,7692],{"className":7693,"style":224},[138],[122,7695,5848],{"className":7696,"style":5847},[143,144],[122,7698,14],{"className":7699},[143,144],[122,7701,1354],{"className":7702,"style":960},[143,144],[122,7704,243],{"className":7705},[143,144],[122,7707,593],{"className":7708},[143,144],[122,7710,540],{"className":7711,"style":539},[143,144],[122,7713,540],{"className":7714,"style":539},[143,144],[122,7716,956],{"className":7717},[143,144],[122,7719,7173],{"className":7720,"style":7172},[143,144],[122,7722,264],{"className":7723},[263],[122,7725,593],{"className":7726},[143,144],[122,7728,961],{"className":7729,"style":960},[143,144],[122,7731,243],{"className":7732},[143,144],[122,7734,1233],{"className":7735},[143,144],[122,7737,247],{"className":7738},[143,144],[122,7740,273],{"className":7741},[272],", ",[122,7744,7746],{"className":7745},[125],[122,7747,7749,7804],{"className":7748,"ariaHidden":130},[129],[122,7750,7752,7755,7795,7798,7801],{"className":7751},[134],[122,7753],{"className":7754,"style":6999},[138],[122,7756,7758,7761],{"className":7757},[143],[122,7759,247],{"className":7760},[143,144],[122,7762,7764],{"className":7763},[156],[122,7765,7767,7787],{"className":7766},[160,161],[122,7768,7770,7784],{"className":7769},[165],[122,7771,7773],{"className":7772,"style":170},[169],[122,7774,7775,7778],{"style":3078},[122,7776],{"className":7777,"style":178},[177],[122,7779,7781],{"className":7780},[182,183,184,185],[122,7782,51],{"className":7783},[143,185],[122,7785,194],{"className":7786},[193],[122,7788,7790],{"className":7789},[165],[122,7791,7793],{"className":7792,"style":201},[169],[122,7794],{},[122,7796],{"className":7797,"style":343},[342],[122,7799,2975],{"className":7800},[347],[122,7802],{"className":7803,"style":343},[342],[122,7805,7807,7810],{"className":7806},[134],[122,7808],{"className":7809,"style":4952},[138],[122,7811,3905],{"className":7812},[143],[122,7814,7816],{"className":7815},[125],[122,7817,7819,7837],{"className":7818,"ariaHidden":130},[129],[122,7820,7822,7825,7828,7831,7834],{"className":7821},[134],[122,7823],{"className":7824,"style":6135},[138],[122,7826,247],{"className":7827},[143,144],[122,7829],{"className":7830,"style":343},[342],[122,7832,2975],{"className":7833},[347],[122,7835],{"className":7836,"style":343},[342],[122,7838,7840,7843],{"className":7839},[134],[122,7841],{"className":7842,"style":4952},[138],[122,7844,7617],{"className":7845},[143],[122,7847,7849],{"className":7848},[2191],[122,7850,7852],{"className":7851},[125],[122,7853,7855,8072,8326,8552],{"className":7854,"ariaHidden":130},[129],[122,7856,7858,7862,8057,8060,8063,8066,8069],{"className":7857},[134],[122,7859],{"className":7860,"style":7861},[138],"height:2.4516em;vertical-align:-1.7016em;",[122,7863,7867],{"className":7864},[7865,7866],"minner","munder",[122,7868,7870,8048],{"className":7869},[160,161],[122,7871,7873,8045],{"className":7872},[165],[122,7874,7877,7897],{"className":7875,"style":7876},[169],"height:0.75em;",[122,7878,7880,7884],{"style":7879},"top:-1.4345em;",[122,7881],{"className":7882,"style":7883},[177],"height:3em;",[122,7885,7887],{"className":7886},[182,183,184,185],[122,7888,7890],{"className":7889},[143,185],[122,7891,7893],{"className":7892},[143,3829,185],[122,7894,7896],{"className":7895},[143,185],"given",[122,7898,7900,7903],{"style":7899},"top:-3em;",[122,7901],{"className":7902,"style":7883},[177],[122,7904,7906],{"className":7905},[7865,7866],[122,7907,7909,8036],{"className":7908},[160,161],[122,7910,7912,8033],{"className":7911},[165],[122,7913,7915,7965],{"className":7914,"style":7876},[169],[122,7916,7920,7923],{"className":7917,"style":7919},[7918],"svg-align","top:-2.102em;",[122,7921],{"className":7922,"style":7883},[177],[122,7924,7928,7945,7955],{"className":7925,"style":7927},[7926],"stretchy","height:0.548em;min-width:1.6em;",[122,7929,7933],{"className":7930,"style":7932},[7931],"brace-left","height:0.548em;",[7934,7935,7941],"svg",{"xmlns":7936,"width":7937,"height":7938,"viewBox":7939,"preserveAspectRatio":7940},"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg","400em","0.548em","0 0 400000 548","xMinYMin slice",[7942,7943],"path",{"d":7944},"M0 6l6-6h17c12.688 0 19.313.3 20 1 4 4 7.313 8.3 10 13\n 35.313 51.3 80.813 93.8 136.5 127.5 55.688 33.7 117.188 55.8 184.5 66.5.688\n 0 2 .3 4 1 18.688 2.7 76 4.3 172 5h399450v120H429l-6-1c-124.688-8-235-61.7\n-331-161C60.687 138.7 32.312 99.3 7 54L0 41V6z",[122,7946,7949],{"className":7947,"style":7932},[7948],"brace-center",[7934,7950,7952],{"xmlns":7936,"width":7937,"height":7938,"viewBox":7939,"preserveAspectRatio":7951},"xMidYMin slice",[7942,7953],{"d":7954},"M199572 214\nc100.7 8.3 195.3 44 280 108 55.3 42 101.7 93 139 153l9 14c2.7-4 5.7-8.7 9-14\n 53.3-86.7 123.7-153 211-199 66.7-36 137.3-56.3 212-62h199568v120H200432c-178.3\n 11.7-311.7 78.3-403 201-6 8-9.7 12-11 12-.7.7-6.7 1-18 1s-17.3-.3-18-1c-1.3 0\n-5-4-11-12-44.7-59.3-101.3-106.3-170-141s-145.3-54.3-229-60H0V214z",[122,7956,7959],{"className":7957,"style":7932},[7958],"brace-right",[7934,7960,7962],{"xmlns":7936,"width":7937,"height":7938,"viewBox":7939,"preserveAspectRatio":7961},"xMaxYMin slice",[7942,7963],{"d":7964},"M399994 0l6 6v35l-6 11c-56 104-135.3 181.3-238 232-57.3\n 28.7-117 45-179 50H-300V214h399897c43.3-7 81-15 113-26 100.7-33 179.7-91 237\n-174 2.7-5 6-9 10-13 .7-1 7.3-1 20-1h17z",[122,7966,7967,7970],{"style":7899},[122,7968],{"className":7969,"style":7883},[177],[122,7971,7973,7976,7979,7982,7985,7988,7991,7994,7997,8000,8003,8006,8009,8012,8015,8018,8021,8024,8027,8030],{"className":7972},[143],[122,7974,5848],{"className":7975,"style":5847},[143,144],[122,7977,14],{"className":7978},[143,144],[122,7980,5855],{"className":7981},[143,144],[122,7983,243],{"className":7984},[143,144],[122,7986,1233],{"className":7987},[143,144],[122,7989,234],{"className":7990},[143,144],[122,7992,264],{"className":7993},[263],[122,7995,901],{"className":7996,"style":900},[143,144],[122,7998,247],{"className":7999},[143,144],[122,8001,14],{"className":8002},[143,144],[122,8004,540],{"className":8005,"style":539},[143,144],[122,8007,247],{"className":8008},[143,144],[122,8010,1244],{"className":8011},[1243],[122,8013],{"className":8014,"style":1248},[342],[122,8016,264],{"className":8017},[263],[122,8019,3905],{"className":8020},[143],[122,8022,1244],{"className":8023},[1243],[122,8025],{"className":8026,"style":1248},[342],[122,8028,3905],{"className":8029},[143],[122,8031,6782],{"className":8032},[272],[122,8034,194],{"className":8035},[193],[122,8037,8039],{"className":8038},[165],[122,8040,8043],{"className":8041,"style":8042},[169],"height:0.898em;",[122,8044],{},[122,8046,194],{"className":8047},[193],[122,8049,8051],{"className":8050},[165],[122,8052,8055],{"className":8053,"style":8054},[169],"height:1.7016em;",[122,8056],{},[122,8058],{"className":8059,"style":343},[342],[122,8061],{"className":8062,"style":1313},[342],[122,8064,1318],{"className":8065},[1317],[122,8067],{"className":8068,"style":343},[342],[122,8070],{"className":8071,"style":1313},[342],[122,8073,8075,8079,8311,8314,8317,8320,8323],{"className":8074},[134],[122,8076],{"className":8077,"style":8078},[138],"height:2.3341em;vertical-align:-1.5841em;",[122,8080,8082],{"className":8081},[7865,7866],[122,8083,8085,8302],{"className":8084},[160,161],[122,8086,8088,8299],{"className":8087},[165],[122,8089,8091,8131],{"className":8090,"style":7876},[169],[122,8092,8094,8097],{"style":8093},"top:-1.4159em;",[122,8095],{"className":8096,"style":7883},[177],[122,8098,8100],{"className":8099},[182,183,184,185],[122,8101,8103,8110,8113,8116,8119,8122,8125,8128],{"className":8102},[143,185],[122,8104,8106],{"className":8105},[143,3829,185],[122,8107,8109],{"className":8108},[143,185],"from ",[122,8111,243],{"className":8112},[143,144,185],[122,8114,2975],{"className":8115},[347,185],[122,8117,901],{"className":8118,"style":900},[143,144,185],[122,8120,247],{"className":8121},[143,144,185],[122,8123,14],{"className":8124},[143,144,185],[122,8126,540],{"className":8127,"style":539},[143,144,185],[122,8129,247],{"className":8130},[143,144,185],[122,8132,8133,8136],{"style":7899},[122,8134],{"className":8135,"style":7883},[177],[122,8137,8139],{"className":8138},[7865,7866],[122,8140,8142,8291],{"className":8141},[160,161],[122,8143,8145,8288],{"className":8144},[165],[122,8146,8148,8178],{"className":8147,"style":7876},[169],[122,8149,8151,8154],{"className":8150,"style":7919},[7918],[122,8152],{"className":8153,"style":7883},[177],[122,8155,8157,8164,8171],{"className":8156,"style":7927},[7926],[122,8158,8160],{"className":8159,"style":7932},[7931],[7934,8161,8162],{"xmlns":7936,"width":7937,"height":7938,"viewBox":7939,"preserveAspectRatio":7940},[7942,8163],{"d":7944},[122,8165,8167],{"className":8166,"style":7932},[7948],[7934,8168,8169],{"xmlns":7936,"width":7937,"height":7938,"viewBox":7939,"preserveAspectRatio":7951},[7942,8170],{"d":7954},[122,8172,8174],{"className":8173,"style":7932},[7958],[7934,8175,8176],{"xmlns":7936,"width":7937,"height":7938,"viewBox":7939,"preserveAspectRatio":7961},[7942,8177],{"d":7964},[122,8179,8180,8183],{"style":7899},[122,8181],{"className":8182,"style":7883},[177],[122,8184,8186,8189,8192,8195,8198,8201,8204,8207,8210,8213,8216,8219,8222,8225,8228,8231,8234,8237,8240,8243,8246,8249,8252,8255,8258,8261,8264,8267,8270,8273,8276,8279,8282,8285],{"className":8185},[143],[122,8187,3627],{"className":8188,"style":3626},[143,144],[122,8190,6247],{"className":8191},[143,144],[122,8193,247],{"className":8194},[143,144],[122,8196,6254],{"className":8197},[143,144],[122,8199,247],{"className":8200},[143,144],[122,8202,601],{"className":8203},[143,144],[122,8205,264],{"className":8206},[263],[122,8208,901],{"className":8209,"style":900},[143,144],[122,8211,247],{"className":8212},[143,144],[122,8214,14],{"className":8215},[143,144],[122,8217,540],{"className":8218,"style":539},[143,144],[122,8220,247],{"className":8221},[143,144],[122,8223,1244],{"className":8224},[1243],[122,8226],{"className":8227,"style":1248},[342],[122,8229,5848],{"className":8230,"style":5847},[143,144],[122,8232,14],{"className":8233},[143,144],[122,8235,1354],{"className":8236,"style":960},[143,144],[122,8238,243],{"className":8239},[143,144],[122,8241,593],{"className":8242},[143,144],[122,8244,540],{"className":8245,"style":539},[143,144],[122,8247,540],{"className":8248,"style":539},[143,144],[122,8250,956],{"className":8251},[143,144],[122,8253,7173],{"className":8254,"style":7172},[143,144],[122,8256,264],{"className":8257},[263],[122,8259,593],{"className":8260},[143,144],[122,8262,961],{"className":8263,"style":960},[143,144],[122,8265,243],{"className":8266},[143,144],[122,8268,1233],{"className":8269},[143,144],[122,8271,247],{"className":8272},[143,144],[122,8274,273],{"className":8275},[272],[122,8277,1244],{"className":8278},[1243],[122,8280],{"className":8281,"style":1248},[342],[122,8283,3905],{"className":8284},[143],[122,8286,273],{"className":8287},[272],[122,8289,194],{"className":8290},[193],[122,8292,8294],{"className":8293},[165],[122,8295,8297],{"className":8296,"style":8042},[169],[122,8298],{},[122,8300,194],{"className":8301},[193],[122,8303,8305],{"className":8304},[165],[122,8306,8309],{"className":8307,"style":8308},[169],"height:1.5841em;",[122,8310],{},[122,8312],{"className":8313,"style":343},[342],[122,8315],{"className":8316,"style":1313},[342],[122,8318,1318],{"className":8319},[1317],[122,8321],{"className":8322,"style":343},[342],[122,8324],{"className":8325,"style":1313},[342],[122,8327,8329,8333,8537,8540,8543,8546,8549],{"className":8328},[134],[122,8330],{"className":8331,"style":8332},[138],"height:2.4702em;vertical-align:-1.7202em;",[122,8334,8336],{"className":8335},[7865,7866],[122,8337,8339,8528],{"className":8338},[160,161],[122,8340,8342,8525],{"className":8341},[165],[122,8343,8345,8363],{"className":8344,"style":7876},[169],[122,8346,8347,8350],{"style":8093},[122,8348],{"className":8349,"style":7883},[177],[122,8351,8353],{"className":8352},[182,183,184,185],[122,8354,8356],{"className":8355},[143,185],[122,8357,8359],{"className":8358},[143,3829,185],[122,8360,8362],{"className":8361},[143,185],"no shot yet",[122,8364,8365,8368],{"style":7899},[122,8366],{"className":8367,"style":7883},[177],[122,8369,8371],{"className":8370},[7865,7866],[122,8372,8374,8517],{"className":8373},[160,161],[122,8375,8377,8514],{"className":8376},[165],[122,8378,8380,8410],{"className":8379,"style":7876},[169],[122,8381,8383,8386],{"className":8382,"style":7919},[7918],[122,8384],{"className":8385,"style":7883},[177],[122,8387,8389,8396,8403],{"className":8388,"style":7927},[7926],[122,8390,8392],{"className":8391,"style":7932},[7931],[7934,8393,8394],{"xmlns":7936,"width":7937,"height":7938,"viewBox":7939,"preserveAspectRatio":7940},[7942,8395],{"d":7944},[122,8397,8399],{"className":8398,"style":7932},[7948],[7934,8400,8401],{"xmlns":7936,"width":7937,"height":7938,"viewBox":7939,"preserveAspectRatio":7951},[7942,8402],{"d":7954},[122,8404,8406],{"className":8405,"style":7932},[7958],[7934,8407,8408],{"xmlns":7936,"width":7937,"height":7938,"viewBox":7939,"preserveAspectRatio":7961},[7942,8409],{"d":7964},[122,8411,8412,8415],{"style":7899},[122,8413],{"className":8414,"style":7883},[177],[122,8416,8418,8421,8424,8427,8430,8433,8436,8439,8442,8445,8448,8451,8454,8457,8460,8463,8466,8469,8472,8475,8478,8481,8484,8487,8490,8493,8496,8499,8502,8505,8508,8511],{"className":8417},[143],[122,8419,6898],{"className":8420},[143],[122,8422,3669],{"className":8423,"style":3668},[143,144],[122,8425,256],{"className":8426,"style":255},[143,144],[122,8428,548],{"className":8429},[143,144],[122,8431,5855],{"className":8432},[143,144],[122,8434,243],{"className":8435},[143,144],[122,8437,518],{"className":8438},[143,144],[122,8440,264],{"className":8441},[263],[122,8443,5848],{"className":8444,"style":5847},[143,144],[122,8446,14],{"className":8447},[143,144],[122,8449,1354],{"className":8450,"style":960},[143,144],[122,8452,243],{"className":8453},[143,144],[122,8455,593],{"className":8456},[143,144],[122,8458,540],{"className":8459,"style":539},[143,144],[122,8461,540],{"className":8462,"style":539},[143,144],[122,8464,956],{"className":8465},[143,144],[122,8467,7173],{"className":8468,"style":7172},[143,144],[122,8470,264],{"className":8471},[263],[122,8473,593],{"className":8474},[143,144],[122,8476,961],{"className":8477,"style":960},[143,144],[122,8479,243],{"className":8480},[143,144],[122,8482,1233],{"className":8483},[143,144],[122,8485,247],{"className":8486},[143,144],[122,8488,273],{"className":8489},[272],[122,8491,1244],{"className":8492},[1243],[122,8494],{"className":8495,"style":1248},[342],[122,8497,264],{"className":8498},[263],[122,8500,3905],{"className":8501},[143],[122,8503,1244],{"className":8504},[1243],[122,8506],{"className":8507,"style":1248},[342],[122,8509,7617],{"className":8510},[143],[122,8512,6782],{"className":8513},[272],[122,8515,194],{"className":8516},[193],[122,8518,8520],{"className":8519},[165],[122,8521,8523],{"className":8522,"style":8042},[169],[122,8524],{},[122,8526,194],{"className":8527},[193],[122,8529,8531],{"className":8530},[165],[122,8532,8535],{"className":8533,"style":8534},[169],"height:1.7202em;",[122,8536],{},[122,8538],{"className":8539,"style":343},[342],[122,8541],{"className":8542,"style":1313},[342],[122,8544,1318],{"className":8545},[1317],[122,8547],{"className":8548,"style":343},[342],[122,8550],{"className":8551,"style":1313},[342],[122,8553,8555,8559],{"className":8554},[134],[122,8556],{"className":8557,"style":8558},[138],"height:1.9621em;vertical-align:-1.3177em;",[122,8560,8562],{"className":8561},[7865,7866],[122,8563,8565,8675],{"className":8564},[160,161],[122,8566,8568,8672],{"className":8567},[165],[122,8569,8571,8589],{"className":8570,"style":4952},[169],[122,8572,8574,8577],{"style":8573},"top:-1.6823em;",[122,8575],{"className":8576,"style":7883},[177],[122,8578,8580],{"className":8579},[182,183,184,185],[122,8581,8583],{"className":8582},[143,185],[122,8584,8586],{"className":8585},[143,3829,185],[122,8587,130],{"className":8588},[143,185],[122,8590,8591,8594],{"style":7899},[122,8592],{"className":8593,"style":7883},[177],[122,8595,8597],{"className":8596},[7865,7866],[122,8598,8600,8663],{"className":8599},[160,161],[122,8601,8603,8660],{"className":8602},[165],[122,8604,8606,8637],{"className":8605,"style":4952},[169],[122,8607,8610,8613],{"className":8608,"style":8609},[7918],"top:-2.3129em;",[122,8611],{"className":8612,"style":7883},[177],[122,8614,8616,8623,8630],{"className":8615,"style":7927},[7926],[122,8617,8619],{"className":8618,"style":7932},[7931],[7934,8620,8621],{"xmlns":7936,"width":7937,"height":7938,"viewBox":7939,"preserveAspectRatio":7940},[7942,8622],{"d":7944},[122,8624,8626],{"className":8625,"style":7932},[7948],[7934,8627,8628],{"xmlns":7936,"width":7937,"height":7938,"viewBox":7939,"preserveAspectRatio":7951},[7942,8629],{"d":7954},[122,8631,8633],{"className":8632,"style":7932},[7958],[7934,8634,8635],{"xmlns":7936,"width":7937,"height":7938,"viewBox":7939,"preserveAspectRatio":7961},[7942,8636],{"d":7964},[122,8638,8639,8642],{"style":7899},[122,8640],{"className":8641,"style":7883},[177],[122,8643,8645,8648,8651,8654,8657],{"className":8644},[143],[122,8646,3905],{"className":8647},[143],[122,8649],{"className":8650,"style":343},[342],[122,8652,4033],{"className":8653},[347],[122,8655],{"className":8656,"style":343},[342],[122,8658,7617],{"className":8659},[143],[122,8661,194],{"className":8662},[193],[122,8664,8666],{"className":8665},[165],[122,8667,8670],{"className":8668,"style":8669},[169],"height:0.6871em;",[122,8671],{},[122,8673,194],{"className":8674},[193],[122,8676,8678],{"className":8677},[165],[122,8679,8682],{"className":8680,"style":8681},[169],"height:1.3177em;",[122,8683],{},[11,8685,8686,8687,8831,8832,8847,8848,8875,8876,8924,8925,8940,8941,8956,8957,8996,8997,9051,9052,9082],{},"Each conjunct discharges. The first is the initial-state event. The second follows\nfrom ",[122,8688,8690],{"className":8689},[125],[122,8691,8693,8792,8810],{"className":8692,"ariaHidden":130},[129],[122,8694,8696,8699,8702,8705,8708,8711,8714,8717,8720,8723,8726,8729,8732,8735,8738,8741,8744,8747,8750,8753,8756,8759,8762,8765,8768,8771,8774,8777,8780,8783,8786,8789],{"className":8695},[134],[122,8697],{"className":8698,"style":224},[138],[122,8700,3627],{"className":8701,"style":3626},[143,144],[122,8703,6247],{"className":8704},[143,144],[122,8706,247],{"className":8707},[143,144],[122,8709,6254],{"className":8710},[143,144],[122,8712,247],{"className":8713},[143,144],[122,8715,601],{"className":8716},[143,144],[122,8718,264],{"className":8719},[263],[122,8721,243],{"className":8722},[143,144],[122,8724,1244],{"className":8725},[1243],[122,8727],{"className":8728,"style":1248},[342],[122,8730,5848],{"className":8731,"style":5847},[143,144],[122,8733,14],{"className":8734},[143,144],[122,8736,1354],{"className":8737,"style":960},[143,144],[122,8739,243],{"className":8740},[143,144],[122,8742,593],{"className":8743},[143,144],[122,8745,540],{"className":8746,"style":539},[143,144],[122,8748,540],{"className":8749,"style":539},[143,144],[122,8751,956],{"className":8752},[143,144],[122,8754,7173],{"className":8755,"style":7172},[143,144],[122,8757,264],{"className":8758},[263],[122,8760,14],{"className":8761},[143,144],[122,8763,273],{"className":8764},[272],[122,8766,1244],{"className":8767},[1243],[122,8769],{"className":8770,"style":1248},[342],[122,8772,247],{"className":8773},[143,144],[122,8775,273],{"className":8776},[272],[122,8778],{"className":8779,"style":343},[342],[122,8781],{"className":8782,"style":343},[342],[122,8784,1264],{"className":8785},[347],[122,8787],{"className":8788,"style":343},[342],[122,8790],{"className":8791,"style":343},[342],[122,8793,8795,8798,8801,8804,8807],{"className":8794},[134],[122,8796],{"className":8797,"style":1156},[138],[122,8799,243],{"className":8800},[143,144],[122,8802],{"className":8803,"style":343},[342],[122,8805,2975],{"className":8806},[347],[122,8808],{"className":8809,"style":343},[342],[122,8811,8813,8816,8819,8822,8825,8828],{"className":8812},[134],[122,8814],{"className":8815,"style":617},[138],[122,8817,901],{"className":8818,"style":900},[143,144],[122,8820,247],{"className":8821},[143,144],[122,8823,14],{"className":8824},[143,144],[122,8826,540],{"className":8827,"style":539},[143,144],[122,8829,247],{"className":8830},[143,144]," with ",[122,8833,8835],{"className":8834},[125],[122,8836,8838],{"className":8837,"ariaHidden":130},[129],[122,8839,8841,8844],{"className":8840},[134],[122,8842],{"className":8843,"style":1156},[138],[122,8845,243],{"className":8846},[143,144]," bound to ",[122,8849,8851],{"className":8850},[125],[122,8852,8854],{"className":8853,"ariaHidden":130},[129],[122,8855,8857,8860,8863,8866,8869,8872],{"className":8856},[134],[122,8858],{"className":8859,"style":617},[138],[122,8861,901],{"className":8862,"style":900},[143,144],[122,8864,247],{"className":8865},[143,144],[122,8867,14],{"className":8868},[143,144],[122,8870,540],{"className":8871,"style":539},[143,144],[122,8873,247],{"className":8874},[143,144],". The\nthird follows from the structure of the domain: ",[122,8877,8879],{"className":8878},[125],[122,8880,8882],{"className":8881,"ariaHidden":130},[129],[122,8883,8885,8888,8891,8894,8897,8900,8903,8906,8909,8912,8915,8918,8921],{"className":8884},[134],[122,8886],{"className":8887,"style":224},[138],[122,8889,3669],{"className":8890,"style":3668},[143,144],[122,8892,256],{"className":8893,"style":255},[143,144],[122,8895,548],{"className":8896},[143,144],[122,8898,5855],{"className":8899},[143,144],[122,8901,243],{"className":8902},[143,144],[122,8904,518],{"className":8905},[143,144],[122,8907,264],{"className":8908},[263],[122,8910,1903],{"className":8911,"style":1902},[143,144],[122,8913,1244],{"className":8914},[1243],[122,8916],{"className":8917,"style":1248},[342],[122,8919,548],{"className":8920},[143,144],[122,8922,273],{"className":8923},[272],"\nmeans some event terminates ",[122,8926,8928],{"className":8927},[125],[122,8929,8931],{"className":8930,"ariaHidden":130},[129],[122,8932,8934,8937],{"className":8933},[134],[122,8935],{"className":8936,"style":589},[138],[122,8938,1903],{"className":8939,"style":1902},[143,144]," inside ",[122,8942,8944],{"className":8943},[125],[122,8945,8947],{"className":8946,"ariaHidden":130},[129],[122,8948,8950,8953],{"className":8949},[134],[122,8951],{"className":8952,"style":5933},[138],[122,8954,548],{"className":8955},[143,144],", and the only terminator of ",[122,8958,8960],{"className":8959},[125],[122,8961,8963],{"className":8962,"ariaHidden":130},[129],[122,8964,8966,8969,8972,8975,8978,8981,8984,8987,8990,8993],{"className":8965},[134],[122,8967],{"className":8968,"style":617},[138],[122,8970,5848],{"className":8971,"style":5847},[143,144],[122,8973,14],{"className":8974},[143,144],[122,8976,1354],{"className":8977,"style":960},[143,144],[122,8979,243],{"className":8980},[143,144],[122,8982,593],{"className":8983},[143,144],[122,8985,540],{"className":8986,"style":539},[143,144],[122,8988,540],{"className":8989,"style":539},[143,144],[122,8991,956],{"className":8992},[143,144],[122,8994,7173],{"className":8995,"style":7172},[143,144]," is\na shooting; since no member of ",[122,8998,9000],{"className":8999},[125],[122,9001,9003],{"className":9002,"ariaHidden":130},[129],[122,9004,9006,9009,9012,9015,9018,9021,9024,9027,9030,9033,9036,9039,9042,9045,9048],{"className":9005},[134],[122,9007],{"className":9008,"style":224},[138],[122,9010,901],{"className":9011,"style":900},[143,144],[122,9013,908],{"className":9014},[143,144],[122,9016,514],{"className":9017},[143,144],[122,9019,247],{"className":9020},[143,144],[122,9022,1297],{"className":9023},[143,144],[122,9025,961],{"className":9026,"style":960},[143,144],[122,9028,234],{"className":9029},[143,144],[122,9031,264],{"className":9032},[263],[122,9034,593],{"className":9035},[143,144],[122,9037,961],{"className":9038,"style":960},[143,144],[122,9040,243],{"className":9041},[143,144],[122,9043,1233],{"className":9044},[143,144],[122,9046,247],{"className":9047},[143,144],[122,9049,273],{"className":9050},[272]," has happened in ",[122,9053,9055],{"className":9054},[125],[122,9056,9058],{"className":9057,"ariaHidden":130},[129],[122,9059,9061,9064,9067,9070,9073,9076,9079],{"className":9060},[134],[122,9062],{"className":9063,"style":224},[138],[122,9065,264],{"className":9066},[263],[122,9068,3905],{"className":9069},[143],[122,9071,1244],{"className":9072},[1243],[122,9074],{"className":9075,"style":1248},[342],[122,9077,7617],{"className":9078},[143],[122,9080,273],{"className":9081},[272],", nothing\nclips the fluent. The fourth is arithmetic. The core axiom's antecedent is\nsatisfied, so it fires and concludes",[122,9084,9086],{"className":9085},[2191],[122,9087,9089],{"className":9088},[125],[122,9090,9092],{"className":9091,"ariaHidden":130},[129],[122,9093,9095,9098,9101,9104,9107,9110,9113,9116,9119,9122,9125,9128,9131,9134,9137,9140,9143,9146,9149,9152,9155,9158,9161],{"className":9094},[134],[122,9096],{"className":9097,"style":224},[138],[122,9099,1757],{"className":9100,"style":509},[143,144],[122,9102,264],{"className":9103},[263],[122,9105,5848],{"className":9106,"style":5847},[143,144],[122,9108,14],{"className":9109},[143,144],[122,9111,1354],{"className":9112,"style":960},[143,144],[122,9114,243],{"className":9115},[143,144],[122,9117,593],{"className":9118},[143,144],[122,9120,540],{"className":9121,"style":539},[143,144],[122,9123,540],{"className":9124,"style":539},[143,144],[122,9126,956],{"className":9127},[143,144],[122,9129,7173],{"className":9130,"style":7172},[143,144],[122,9132,264],{"className":9133},[263],[122,9135,593],{"className":9136},[143,144],[122,9138,961],{"className":9139,"style":960},[143,144],[122,9141,243],{"className":9142},[143,144],[122,9144,1233],{"className":9145},[143,144],[122,9147,247],{"className":9148},[143,144],[122,9150,273],{"className":9151},[272],[122,9153,1244],{"className":9154},[1243],[122,9156],{"className":9157,"style":1248},[342],[122,9159,7617],{"className":9160},[143],[122,9162,273],{"className":9163},[272],[11,9165,9166,9167,9200,9201,8831,9307,9425,9426,9571,9572,9651,9652,9713,9714,9744,9745,9850],{},"Now let the agent shoot at ",[122,9168,9170],{"className":9169},[125],[122,9171,9173,9191],{"className":9172,"ariaHidden":130},[129],[122,9174,9176,9179,9182,9185,9188],{"className":9175},[134],[122,9177],{"className":9178,"style":6135},[138],[122,9180,247],{"className":9181},[143,144],[122,9183],{"className":9184,"style":343},[342],[122,9186,2975],{"className":9187},[347],[122,9189],{"className":9190,"style":343},[342],[122,9192,9194,9197],{"className":9193},[134],[122,9195],{"className":9196,"style":4952},[138],[122,9198,7617],{"className":9199},[143],": ",[122,9202,9204],{"className":9203},[125],[122,9205,9207],{"className":9206,"ariaHidden":130},[129],[122,9208,9210,9213,9216,9219,9222,9225,9228,9231,9234,9237,9240,9243,9283,9286,9289,9292,9295,9298,9301,9304],{"className":9209},[134],[122,9211],{"className":9212,"style":224},[138],[122,9214,5848],{"className":9215,"style":5847},[143,144],[122,9217,14],{"className":9218},[143,144],[122,9220,5855],{"className":9221},[143,144],[122,9223,243],{"className":9224},[143,144],[122,9226,1233],{"className":9227},[143,144],[122,9229,234],{"className":9230},[143,144],[122,9232,264],{"className":9233},[263],[122,9235,901],{"className":9236,"style":900},[143,144],[122,9238,908],{"className":9239},[143,144],[122,9241,514],{"className":9242},[143,144],[122,9244,9246,9249],{"className":9245},[143],[122,9247,247],{"className":9248},[143,144],[122,9250,9252],{"className":9251},[156],[122,9253,9255,9275],{"className":9254},[160,161],[122,9256,9258,9272],{"className":9257},[165],[122,9259,9261],{"className":9260,"style":170},[169],[122,9262,9263,9266],{"style":3078},[122,9264],{"className":9265,"style":178},[177],[122,9267,9269],{"className":9268},[182,183,184,185],[122,9270,7617],{"className":9271},[143,185],[122,9273,194],{"className":9274},[193],[122,9276,9278],{"className":9277},[165],[122,9279,9281],{"className":9280,"style":201},[169],[122,9282],{},[122,9284,1244],{"className":9285},[1243],[122,9287],{"className":9288,"style":1248},[342],[122,9290,264],{"className":9291},[263],[122,9293,7617],{"className":9294},[143],[122,9296,1244],{"className":9297},[1243],[122,9299],{"className":9300,"style":1248},[342],[122,9302,7617],{"className":9303},[143],[122,9305,6782],{"className":9306},[272],[122,9308,9310],{"className":9309},[125],[122,9311,9313,9377],{"className":9312,"ariaHidden":130},[129],[122,9314,9316,9319,9322,9325,9328,9368,9371,9374],{"className":9315},[134],[122,9317],{"className":9318,"style":2985},[138],[122,9320,901],{"className":9321,"style":900},[143,144],[122,9323,908],{"className":9324},[143,144],[122,9326,514],{"className":9327},[143,144],[122,9329,9331,9334],{"className":9330},[143],[122,9332,247],{"className":9333},[143,144],[122,9335,9337],{"className":9336},[156],[122,9338,9340,9360],{"className":9339},[160,161],[122,9341,9343,9357],{"className":9342},[165],[122,9344,9346],{"className":9345,"style":170},[169],[122,9347,9348,9351],{"style":3078},[122,9349],{"className":9350,"style":178},[177],[122,9352,9354],{"className":9353},[182,183,184,185],[122,9355,7617],{"className":9356},[143,185],[122,9358,194],{"className":9359},[193],[122,9361,9363],{"className":9362},[165],[122,9364,9366],{"className":9365,"style":201},[169],[122,9367],{},[122,9369],{"className":9370,"style":343},[342],[122,9372,348],{"className":9373},[347],[122,9375],{"className":9376,"style":343},[342],[122,9378,9380,9383,9386,9389,9392,9395,9398,9401,9404,9407,9410,9413,9416,9419,9422],{"className":9379},[134],[122,9381],{"className":9382,"style":224},[138],[122,9384,901],{"className":9385,"style":900},[143,144],[122,9387,908],{"className":9388},[143,144],[122,9390,514],{"className":9391},[143,144],[122,9393,247],{"className":9394},[143,144],[122,9396,1297],{"className":9397},[143,144],[122,9399,961],{"className":9400,"style":960},[143,144],[122,9402,234],{"className":9403},[143,144],[122,9405,264],{"className":9406},[263],[122,9408,593],{"className":9409},[143,144],[122,9411,961],{"className":9412,"style":960},[143,144],[122,9414,243],{"className":9415},[143,144],[122,9417,1233],{"className":9418},[143,144],[122,9420,247],{"className":9421},[143,144],[122,9423,273],{"className":9424},[272],". By the termination axiom, ",[122,9427,9429],{"className":9428},[125],[122,9430,9432],{"className":9431,"ariaHidden":130},[129],[122,9433,9435,9438,9441,9444,9447,9450,9453,9456,9459,9462,9465,9505,9508,9511,9514,9517,9520,9523,9526,9529,9532,9535,9538,9541,9544,9547,9550,9553,9556,9559,9562,9565,9568],{"className":9434},[134],[122,9436],{"className":9437,"style":224},[138],[122,9439,1757],{"className":9440,"style":509},[143,144],[122,9442,912],{"className":9443,"style":539},[143,144],[122,9445,6362],{"className":9446},[143,144],[122,9448,247],{"className":9449},[143,144],[122,9451,601],{"className":9452},[143,144],[122,9454,264],{"className":9455},[263],[122,9457,901],{"className":9458,"style":900},[143,144],[122,9460,908],{"className":9461},[143,144],[122,9463,514],{"className":9464},[143,144],[122,9466,9468,9471],{"className":9467},[143],[122,9469,247],{"className":9470},[143,144],[122,9472,9474],{"className":9473},[156],[122,9475,9477,9497],{"className":9476},[160,161],[122,9478,9480,9494],{"className":9479},[165],[122,9481,9483],{"className":9482,"style":170},[169],[122,9484,9485,9488],{"style":3078},[122,9486],{"className":9487,"style":178},[177],[122,9489,9491],{"className":9490},[182,183,184,185],[122,9492,7617],{"className":9493},[143,185],[122,9495,194],{"className":9496},[193],[122,9498,9500],{"className":9499},[165],[122,9501,9503],{"className":9502,"style":201},[169],[122,9504],{},[122,9506,1244],{"className":9507},[1243],[122,9509],{"className":9510,"style":1248},[342],[122,9512,5848],{"className":9513,"style":5847},[143,144],[122,9515,14],{"className":9516},[143,144],[122,9518,1354],{"className":9519,"style":960},[143,144],[122,9521,243],{"className":9522},[143,144],[122,9524,593],{"className":9525},[143,144],[122,9527,540],{"className":9528,"style":539},[143,144],[122,9530,540],{"className":9531,"style":539},[143,144],[122,9533,956],{"className":9534},[143,144],[122,9536,7173],{"className":9537,"style":7172},[143,144],[122,9539,264],{"className":9540},[263],[122,9542,593],{"className":9543},[143,144],[122,9545,961],{"className":9546,"style":960},[143,144],[122,9548,243],{"className":9549},[143,144],[122,9551,1233],{"className":9552},[143,144],[122,9554,247],{"className":9555},[143,144],[122,9557,273],{"className":9558},[272],[122,9560,1244],{"className":9561},[1243],[122,9563],{"className":9564,"style":1248},[342],[122,9566,7617],{"className":9567},[143],[122,9569,273],{"className":9570},[272],", and any attempt to prove ",[122,9573,9575],{"className":9574},[125],[122,9576,9578],{"className":9577,"ariaHidden":130},[129],[122,9579,9581,9584,9587,9590,9593,9596,9599,9602,9605,9608,9611,9614,9617,9620,9623,9626,9629,9632,9635,9638,9641,9644,9648],{"className":9580},[134],[122,9582],{"className":9583,"style":224},[138],[122,9585,1757],{"className":9586,"style":509},[143,144],[122,9588,264],{"className":9589},[263],[122,9591,5848],{"className":9592,"style":5847},[143,144],[122,9594,14],{"className":9595},[143,144],[122,9597,1354],{"className":9598,"style":960},[143,144],[122,9600,243],{"className":9601},[143,144],[122,9603,593],{"className":9604},[143,144],[122,9606,540],{"className":9607,"style":539},[143,144],[122,9609,540],{"className":9610,"style":539},[143,144],[122,9612,956],{"className":9613},[143,144],[122,9615,7173],{"className":9616,"style":7172},[143,144],[122,9618,264],{"className":9619},[263],[122,9621,593],{"className":9622},[143,144],[122,9624,961],{"className":9625,"style":960},[143,144],[122,9627,243],{"className":9628},[143,144],[122,9630,1233],{"className":9631},[143,144],[122,9633,247],{"className":9634},[143,144],[122,9636,273],{"className":9637},[272],[122,9639,1244],{"className":9640},[1243],[122,9642],{"className":9643,"style":1248},[342],[122,9645,9647],{"className":9646},[143],"6",[122,9649,273],{"className":9650},[272]," now fails at the third\nconjunct, because ",[122,9653,9655],{"className":9654},[125],[122,9656,9658],{"className":9657,"ariaHidden":130},[129],[122,9659,9661,9664,9667,9670,9673],{"className":9660},[134],[122,9662],{"className":9663,"style":2985},[138],[122,9665,901],{"className":9666,"style":900},[143,144],[122,9668,908],{"className":9669},[143,144],[122,9671,514],{"className":9672},[143,144],[122,9674,9676,9679],{"className":9675},[143],[122,9677,247],{"className":9678},[143,144],[122,9680,9682],{"className":9681},[156],[122,9683,9685,9705],{"className":9684},[160,161],[122,9686,9688,9702],{"className":9687},[165],[122,9689,9691],{"className":9690,"style":170},[169],[122,9692,9693,9696],{"style":3078},[122,9694],{"className":9695,"style":178},[177],[122,9697,9699],{"className":9698},[182,183,184,185],[122,9700,7617],{"className":9701},[143,185],[122,9703,194],{"className":9704},[193],[122,9706,9708],{"className":9707},[165],[122,9709,9711],{"className":9710,"style":201},[169],[122,9712],{}," clips the fluent in ",[122,9715,9717],{"className":9716},[125],[122,9718,9720],{"className":9719,"ariaHidden":130},[129],[122,9721,9723,9726,9729,9732,9735,9738,9741],{"className":9722},[134],[122,9724],{"className":9725,"style":224},[138],[122,9727,264],{"className":9728},[263],[122,9730,3905],{"className":9731},[143],[122,9733,1244],{"className":9734},[1243],[122,9736],{"className":9737,"style":1248},[342],[122,9739,9647],{"className":9740},[143],[122,9742,273],{"className":9743},[272]," — ",[122,9746,9748],{"className":9747},[125],[122,9749,9751],{"className":9750,"ariaHidden":130},[129],[122,9752,9754,9757,9760,9763,9766,9769,9772,9775,9778,9781,9784,9787,9790,9793,9796,9799,9802,9805,9808,9811,9814,9817,9820,9823,9826,9829,9832,9835,9838,9841,9844,9847],{"className":9753},[134],[122,9755],{"className":9756,"style":224},[138],[122,9758,3669],{"className":9759,"style":3668},[143,144],[122,9761,256],{"className":9762,"style":255},[143,144],[122,9764,548],{"className":9765},[143,144],[122,9767,5855],{"className":9768},[143,144],[122,9770,243],{"className":9771},[143,144],[122,9773,518],{"className":9774},[143,144],[122,9776,264],{"className":9777},[263],[122,9779,5848],{"className":9780,"style":5847},[143,144],[122,9782,14],{"className":9783},[143,144],[122,9785,1354],{"className":9786,"style":960},[143,144],[122,9788,243],{"className":9789},[143,144],[122,9791,593],{"className":9792},[143,144],[122,9794,540],{"className":9795,"style":539},[143,144],[122,9797,540],{"className":9798,"style":539},[143,144],[122,9800,956],{"className":9801},[143,144],[122,9803,7173],{"className":9804,"style":7172},[143,144],[122,9806,264],{"className":9807},[263],[122,9809,593],{"className":9810},[143,144],[122,9812,961],{"className":9813,"style":960},[143,144],[122,9815,243],{"className":9816},[143,144],[122,9818,1233],{"className":9819},[143,144],[122,9821,247],{"className":9822},[143,144],[122,9824,273],{"className":9825},[272],[122,9827,1244],{"className":9828},[1243],[122,9830],{"className":9831,"style":1248},[342],[122,9833,264],{"className":9834},[263],[122,9836,3905],{"className":9837},[143],[122,9839,1244],{"className":9840},[1243],[122,9842],{"className":9843,"style":1248},[342],[122,9845,9647],{"className":9846},[143],[122,9848,6782],{"className":9849},[272]," holds. The fluent is true at 5 and false at 6, with no frame axiom listing\nthe movements and turns that left it untouched. That is the whole point of the\nevent-calculus treatment of the frame problem: persistence is the default, and only\ninitiation and termination events are written down.",[1863,9852,9854],{"id":9853},"processes","Processes",[11,9856,9857,9858,9861,9862,9892,9893,9923,9924,9927,9928,4034],{},"The events so far are ",[34,9859,9860],{},"discrete events"," — a definite beginning, middle, and end.\nShankar's trip from San Francisco to Washington is one; interrupted halfway it\nwould be a different event. But the category ",[122,9863,9865],{"className":9864},[125],[122,9866,9868],{"className":9867,"ariaHidden":130},[129],[122,9869,9871,9874,9877,9880,9883,9886,9889],{"className":9870},[134],[122,9872],{"className":9873,"style":589},[138],[122,9875,510],{"className":9876,"style":509},[143,144],[122,9878,256],{"className":9879,"style":255},[143,144],[122,9881,1761],{"className":9882,"style":960},[143,144],[122,9884,1297],{"className":9885},[143,144],[122,9887,961],{"className":9888,"style":960},[143,144],[122,9890,234],{"className":9891},[143,144]," has a different quality: take\nany small sub-interval of the flight and it is still a member of ",[122,9894,9896],{"className":9895},[125],[122,9897,9899],{"className":9898,"ariaHidden":130},[129],[122,9900,9902,9905,9908,9911,9914,9917,9920],{"className":9901},[134],[122,9903],{"className":9904,"style":589},[138],[122,9906,510],{"className":9907,"style":509},[143,144],[122,9909,256],{"className":9910,"style":255},[143,144],[122,9912,1761],{"className":9913,"style":960},[143,144],[122,9915,1297],{"className":9916},[143,144],[122,9918,961],{"className":9919,"style":960},[143,144],[122,9921,234],{"className":9922},[143,144],". A\ncategory with this property is a ",[34,9925,9926],{},"process"," or ",[34,9929,9930],{},"liquid event",[122,9932,9934],{"className":9933},[2191],[122,9935,9937],{"className":9936},[125],[122,9938,9940,9961,9989,10127,10185,10240,10295,10359],{"className":9939,"ariaHidden":130},[129],[122,9941,9943,9946,9949,9952,9955,9958],{"className":9942},[134],[122,9944],{"className":9945,"style":224},[138],[122,9947,264],{"className":9948},[263],[122,9950,243],{"className":9951},[143,144],[122,9953],{"className":9954,"style":343},[342],[122,9956,348],{"className":9957},[347],[122,9959],{"className":9960,"style":343},[342],[122,9962,9964,9967,9970,9973,9977,9980,9983,9986],{"className":9963},[134],[122,9965],{"className":9966,"style":224},[138],[122,9968,1208],{"className":9969,"style":509},[143,144],[122,9971,540],{"className":9972,"style":539},[143,144],[122,9974,9976],{"className":9975},[143,144],"ocesses",[122,9978,273],{"className":9979},[272],[122,9981],{"className":9982,"style":1313},[342],[122,9984,1318],{"className":9985},[1317],[122,9987],{"className":9988,"style":1313},[342],[122,9990,9992,9995,9998,10001,10004,10007,10010,10013,10016,10019,10022,10025,10028,10068,10071,10074,10115,10118,10121,10124],{"className":9991},[134],[122,9993],{"className":9994,"style":224},[138],[122,9996,5848],{"className":9997,"style":5847},[143,144],[122,9999,14],{"className":10000},[143,144],[122,10002,5855],{"className":10003},[143,144],[122,10005,243],{"className":10006},[143,144],[122,10008,1233],{"className":10009},[143,144],[122,10011,234],{"className":10012},[143,144],[122,10014,264],{"className":10015},[263],[122,10017,243],{"className":10018},[143,144],[122,10020,1244],{"className":10021},[1243],[122,10023],{"className":10024,"style":1248},[342],[122,10026,264],{"className":10027},[263],[122,10029,10031,10034],{"className":10030},[143],[122,10032,247],{"className":10033},[143,144],[122,10035,10037],{"className":10036},[156],[122,10038,10040,10060],{"className":10039},[160,161],[122,10041,10043,10057],{"className":10042},[165],[122,10044,10046],{"className":10045,"style":170},[169],[122,10047,10048,10051],{"style":3078},[122,10049],{"className":10050,"style":178},[177],[122,10052,10054],{"className":10053},[182,183,184,185],[122,10055,51],{"className":10056},[143,185],[122,10058,194],{"className":10059},[193],[122,10061,10063],{"className":10062},[165],[122,10064,10066],{"className":10065,"style":201},[169],[122,10067],{},[122,10069,1244],{"className":10070},[1243],[122,10072],{"className":10073,"style":1248},[342],[122,10075,10077,10080],{"className":10076},[143],[122,10078,247],{"className":10079},[143,144],[122,10081,10083],{"className":10082},[156],[122,10084,10086,10107],{"className":10085},[160,161],[122,10087,10089,10104],{"className":10088},[165],[122,10090,10092],{"className":10091,"style":170},[169],[122,10093,10094,10097],{"style":3078},[122,10095],{"className":10096,"style":178},[177],[122,10098,10100],{"className":10099},[182,183,184,185],[122,10101,10103],{"className":10102},[143,185],"4",[122,10105,194],{"className":10106},[193],[122,10108,10110],{"className":10109},[165],[122,10111,10113],{"className":10112,"style":201},[169],[122,10114],{},[122,10116,6782],{"className":10117},[272],[122,10119],{"className":10120,"style":1313},[342],[122,10122,1318],{"className":10123},[1317],[122,10125],{"className":10126,"style":1313},[342],[122,10128,10130,10133,10136,10176,10179,10182],{"className":10129},[134],[122,10131],{"className":10132,"style":224},[138],[122,10134,264],{"className":10135},[263],[122,10137,10139,10142],{"className":10138},[143],[122,10140,247],{"className":10141},[143,144],[122,10143,10145],{"className":10144},[156],[122,10146,10148,10168],{"className":10147},[160,161],[122,10149,10151,10165],{"className":10150},[165],[122,10152,10154],{"className":10153,"style":170},[169],[122,10155,10156,10159],{"style":3078},[122,10157],{"className":10158,"style":178},[177],[122,10160,10162],{"className":10161},[182,183,184,185],[122,10163,51],{"className":10164},[143,185],[122,10166,194],{"className":10167},[193],[122,10169,10171],{"className":10170},[165],[122,10172,10174],{"className":10173,"style":201},[169],[122,10175],{},[122,10177],{"className":10178,"style":343},[342],[122,10180,4033],{"className":10181},[347],[122,10183],{"className":10184,"style":343},[342],[122,10186,10188,10191,10231,10234,10237],{"className":10187},[134],[122,10189],{"className":10190,"style":6999},[138],[122,10192,10194,10197],{"className":10193},[143],[122,10195,247],{"className":10196},[143,144],[122,10198,10200],{"className":10199},[156],[122,10201,10203,10223],{"className":10202},[160,161],[122,10204,10206,10220],{"className":10205},[165],[122,10207,10209],{"className":10208,"style":170},[169],[122,10210,10211,10214],{"style":3078},[122,10212],{"className":10213,"style":178},[177],[122,10215,10217],{"className":10216},[182,183,184,185],[122,10218,2332],{"className":10219},[143,185],[122,10221,194],{"className":10222},[193],[122,10224,10226],{"className":10225},[165],[122,10227,10229],{"className":10228,"style":201},[169],[122,10230],{},[122,10232],{"className":10233,"style":343},[342],[122,10235,4033],{"className":10236},[347],[122,10238],{"className":10239,"style":343},[342],[122,10241,10243,10246,10286,10289,10292],{"className":10242},[134],[122,10244],{"className":10245,"style":6999},[138],[122,10247,10249,10252],{"className":10248},[143],[122,10250,247],{"className":10251},[143,144],[122,10253,10255],{"className":10254},[156],[122,10256,10258,10278],{"className":10257},[160,161],[122,10259,10261,10275],{"className":10260},[165],[122,10262,10264],{"className":10263,"style":170},[169],[122,10265,10266,10269],{"style":3078},[122,10267],{"className":10268,"style":178},[177],[122,10270,10272],{"className":10271},[182,183,184,185],[122,10273,3192],{"className":10274},[143,185],[122,10276,194],{"className":10277},[193],[122,10279,10281],{"className":10280},[165],[122,10282,10284],{"className":10283,"style":201},[169],[122,10285],{},[122,10287],{"className":10288,"style":343},[342],[122,10290,4033],{"className":10291},[347],[122,10293],{"className":10294,"style":343},[342],[122,10296,10298,10301,10341,10344,10347,10350,10353,10356],{"className":10297},[134],[122,10299],{"className":10300,"style":224},[138],[122,10302,10304,10307],{"className":10303},[143],[122,10305,247],{"className":10306},[143,144],[122,10308,10310],{"className":10309},[156],[122,10311,10313,10333],{"className":10312},[160,161],[122,10314,10316,10330],{"className":10315},[165],[122,10317,10319],{"className":10318,"style":170},[169],[122,10320,10321,10324],{"style":3078},[122,10322],{"className":10323,"style":178},[177],[122,10325,10327],{"className":10326},[182,183,184,185],[122,10328,10103],{"className":10329},[143,185],[122,10331,194],{"className":10332},[193],[122,10334,10336],{"className":10335},[165],[122,10337,10339],{"className":10338,"style":201},[169],[122,10340],{},[122,10342,273],{"className":10343},[272],[122,10345],{"className":10346,"style":343},[342],[122,10348],{"className":10349,"style":343},[342],[122,10351,887],{"className":10352},[347],[122,10354],{"className":10355,"style":343},[342],[122,10357],{"className":10358,"style":343},[342],[122,10360,10362,10365,10368,10371,10374,10377,10380,10383,10386,10389,10392,10395,10398,10438,10441,10444,10484],{"className":10361},[134],[122,10363],{"className":10364,"style":224},[138],[122,10366,5848],{"className":10367,"style":5847},[143,144],[122,10369,14],{"className":10370},[143,144],[122,10372,5855],{"className":10373},[143,144],[122,10375,243],{"className":10376},[143,144],[122,10378,1233],{"className":10379},[143,144],[122,10381,234],{"className":10382},[143,144],[122,10384,264],{"className":10385},[263],[122,10387,243],{"className":10388},[143,144],[122,10390,1244],{"className":10391},[1243],[122,10393],{"className":10394,"style":1248},[342],[122,10396,264],{"className":10397},[263],[122,10399,10401,10404],{"className":10400},[143],[122,10402,247],{"className":10403},[143,144],[122,10405,10407],{"className":10406},[156],[122,10408,10410,10430],{"className":10409},[160,161],[122,10411,10413,10427],{"className":10412},[165],[122,10414,10416],{"className":10415,"style":170},[169],[122,10417,10418,10421],{"style":3078},[122,10419],{"className":10420,"style":178},[177],[122,10422,10424],{"className":10423},[182,183,184,185],[122,10425,2332],{"className":10426},[143,185],[122,10428,194],{"className":10429},[193],[122,10431,10433],{"className":10432},[165],[122,10434,10436],{"className":10435,"style":201},[169],[122,10437],{},[122,10439,1244],{"className":10440},[1243],[122,10442],{"className":10443,"style":1248},[342],[122,10445,10447,10450],{"className":10446},[143],[122,10448,247],{"className":10449},[143,144],[122,10451,10453],{"className":10452},[156],[122,10454,10456,10476],{"className":10455},[160,161],[122,10457,10459,10473],{"className":10458},[165],[122,10460,10462],{"className":10461,"style":170},[169],[122,10463,10464,10467],{"style":3078},[122,10465],{"className":10466,"style":178},[177],[122,10468,10470],{"className":10469},[182,183,184,185],[122,10471,3192],{"className":10472},[143,185],[122,10474,194],{"className":10475},[193],[122,10477,10479],{"className":10478},[165],[122,10480,10482],{"className":10481,"style":201},[169],[122,10483],{},[122,10485,6782],{"className":10486},[272],[11,10488,10489,10490,10493,10494,106],{},"Liquid versus discrete events mirrors the distinction between stuff and things —\nsome call liquid events ",[34,10491,10492],{},"temporal substances"," and substances like butter\n",[34,10495,10496],{},"spatial substances",[1863,10498,10500],{"id":10499},"time-intervals","Time intervals",[11,10502,10503,10504,10507,10508,10511,10512,10665,10666,7742,10690,7742,10711,10732,10733,10769],{},"Event calculus lets us talk about time itself. Intervals come in two kinds:\n",[34,10505,10506],{},"moments",", with zero duration, and ",[34,10509,10510],{},"extended intervals"," — and\n",[122,10513,10515],{"className":10514},[125],[122,10516,10518],{"className":10517,"ariaHidden":130},[129],[122,10519,10521,10524,10527,10530,10533,10536,10539,10542,10545,10548,10551,10554,10557,10560,10563,10566,10569,10572,10575,10578,10581,10584,10587,10590,10593,10596,10599,10602,10605,10608,10611,10614,10617,10620,10623,10626,10629,10632,10635,10638,10641,10644,10647,10650,10653,10656,10659,10662],{"className":10520},[134],[122,10522],{"className":10523,"style":224},[138],[122,10525,1208],{"className":10526,"style":509},[143,144],[122,10528,14],{"className":10529},[143,144],[122,10531,540],{"className":10532,"style":539},[143,144],[122,10534,247],{"className":10535},[143,144],[122,10537,548],{"className":10538},[143,144],[122,10540,247],{"className":10541},[143,144],[122,10543,548],{"className":10544},[143,144],[122,10546,956],{"className":10547},[143,144],[122,10549,1233],{"className":10550},[143,144],[122,10552,1449],{"className":10553},[263],[122,10555,1454],{"className":10556,"style":1453},[143,144],[122,10558,956],{"className":10559},[143,144],[122,10561,989],{"className":10562},[143,144],[122,10564,243],{"className":10565},[143,144],[122,10567,1233],{"className":10568},[143,144],[122,10570,247],{"className":10571},[143,144],[122,10573,234],{"className":10574},[143,144],[122,10576,1244],{"className":10577},[1243],[122,10579],{"className":10580,"style":1248},[342],[122,10582,1331],{"className":10583,"style":900},[143,144],[122,10585,832],{"className":10586},[143,144],[122,10588,247],{"className":10589},[143,144],[122,10591,243],{"className":10592},[143,144],[122,10594,1233],{"className":10595},[143,144],[122,10597,518],{"className":10598},[143,144],[122,10600,243],{"className":10601},[143,144],[122,10603,518],{"className":10604},[143,144],[122,10606,3627],{"className":10607,"style":3626},[143,144],[122,10609,1233],{"className":10610},[143,144],[122,10612,247],{"className":10613},[143,144],[122,10615,912],{"className":10616,"style":539},[143,144],[122,10618,1354],{"className":10619,"style":960},[143,144],[122,10621,14],{"className":10622},[143,144],[122,10624,256],{"className":10625,"style":255},[143,144],[122,10627,234],{"className":10628},[143,144],[122,10630,1489],{"className":10631},[272],[122,10633,1244],{"className":10634},[1243],[122,10636],{"className":10637,"style":1248},[342],[122,10639,3627],{"className":10640,"style":3626},[143,144],[122,10642,1233],{"className":10643},[143,144],[122,10645,247],{"className":10646},[143,144],[122,10648,912],{"className":10649,"style":539},[143,144],[122,10651,1354],{"className":10652,"style":960},[143,144],[122,10654,14],{"className":10655},[143,144],[122,10657,256],{"className":10658,"style":255},[143,144],[122,10660,234],{"className":10661},[143,144],[122,10663,273],{"className":10664},[272],". Fix an arbitrary time scale\n(midnight GMT, January 1, 1900, is time 0), and functions ",[122,10667,10669],{"className":10668},[125],[122,10670,10672],{"className":10671,"ariaHidden":130},[129],[122,10673,10675,10678,10681,10684,10687],{"className":10674},[134],[122,10676],{"className":10677,"style":948},[138],[122,10679,146],{"className":10680,"style":145},[143,144],[122,10682,243],{"className":10683},[143,144],[122,10685,961],{"className":10686,"style":960},[143,144],[122,10688,1297],{"className":10689},[143,144],[122,10691,10693],{"className":10692},[125],[122,10694,10696],{"className":10695,"ariaHidden":130},[129],[122,10697,10699,10702,10705,10708],{"className":10698},[134],[122,10700],{"className":10701,"style":291},[138],[122,10703,1331],{"className":10704,"style":900},[143,144],[122,10706,1233],{"className":10707},[143,144],[122,10709,518],{"className":10710},[143,144],[122,10712,10714],{"className":10713},[125],[122,10715,10717],{"className":10716,"ariaHidden":130},[129],[122,10718,10720,10723,10726,10729],{"className":10719},[134],[122,10721],{"className":10722,"style":617},[138],[122,10724,1757],{"className":10725,"style":509},[143,144],[122,10727,3682],{"className":10728},[143,144],[122,10730,243],{"className":10731},[143,144],",\nand ",[122,10734,10736],{"className":10735},[125],[122,10737,10739],{"className":10738,"ariaHidden":130},[129],[122,10740,10742,10745,10748,10751,10754,10757,10760,10763,10766],{"className":10741},[134],[122,10743],{"className":10744,"style":617},[138],[122,10746,952],{"className":10747,"style":539},[143,144],[122,10749,544],{"className":10750},[143,144],[122,10752,540],{"className":10753,"style":539},[143,144],[122,10755,14],{"className":10756},[143,144],[122,10758,247],{"className":10759},[143,144],[122,10761,548],{"className":10762},[143,144],[122,10764,956],{"className":10765},[143,144],[122,10767,1233],{"className":10768},[143,144]," pick out endpoints, absolute times, and lengths.",[11,10771,10772,10773,10776,10777,10817,10818,10833,10834,10850],{},"The relations ",[20,10774,10775],{},"between"," two intervals — proposed by Allen — cover every way two\nintervals can sit relative to each other. ",[122,10778,10780],{"className":10779},[125],[122,10781,10783],{"className":10782,"ariaHidden":130},[129],[122,10784,10786,10789,10792,10796,10799,10802,10805,10808,10811,10814],{"className":10785},[134],[122,10787],{"className":10788,"style":224},[138],[122,10790,1454],{"className":10791,"style":1453},[143,144],[122,10793,10795],{"className":10794},[143,144],"ee",[122,10797,247],{"className":10798},[143,144],[122,10800,264],{"className":10801},[263],[122,10803,548],{"className":10804},[143,144],[122,10806,1244],{"className":10807},[1243],[122,10809],{"className":10810,"style":1248},[342],[122,10812,1290],{"className":10813,"style":1289},[143,144],[122,10815,273],{"className":10816},[272]," holds when the end of ",[122,10819,10821],{"className":10820},[125],[122,10822,10824],{"className":10823,"ariaHidden":130},[129],[122,10825,10827,10830],{"className":10826},[134],[122,10828],{"className":10829,"style":5933},[138],[122,10831,548],{"className":10832},[143,144]," is\nthe start of ",[122,10835,10837],{"className":10836},[125],[122,10838,10840],{"className":10839,"ariaHidden":130},[129],[122,10841,10843,10847],{"className":10842},[134],[122,10844],{"className":10845,"style":10846},[138],"height:0.854em;vertical-align:-0.1944em;",[122,10848,1290],{"className":10849,"style":1289},[143,144],"; the rest are defined by comparing endpoints.",[77,10852],{"hash":10853},"19096d9b4d9e4b1d8c522da144b4f231e56310642a98b45c59220806802f6467",[11,10855,10856,10886,10887,10935,10936,10951,10952,10967,10968,11109],{},[122,10857,10859],{"className":10858},[125],[122,10860,10862],{"className":10861,"ariaHidden":130},[129],[122,10863,10865,10868,10871,10874,10877,10880,10883],{"className":10864},[134],[122,10866],{"className":10867,"style":589},[138],[122,10869,3235],{"className":10870,"style":539},[143,144],[122,10872,1354],{"className":10873,"style":960},[143,144],[122,10875,912],{"className":10876,"style":539},[143,144],[122,10878,256],{"className":10879,"style":255},[143,144],[122,10881,14],{"className":10882},[143,144],[122,10884,11],{"className":10885},[143,144]," is asymmetric here: ",[122,10888,10890],{"className":10889},[125],[122,10891,10893],{"className":10892,"ariaHidden":130},[129],[122,10894,10896,10899,10902,10905,10908,10911,10914,10917,10920,10923,10926,10929,10932],{"className":10895},[134],[122,10897],{"className":10898,"style":224},[138],[122,10900,3235],{"className":10901,"style":539},[143,144],[122,10903,1354],{"className":10904,"style":960},[143,144],[122,10906,912],{"className":10907,"style":539},[143,144],[122,10909,256],{"className":10910,"style":255},[143,144],[122,10912,14],{"className":10913},[143,144],[122,10915,11],{"className":10916},[143,144],[122,10918,264],{"className":10919},[263],[122,10921,548],{"className":10922},[143,144],[122,10924,1244],{"className":10925},[1243],[122,10927],{"className":10928,"style":1248},[342],[122,10930,1290],{"className":10931,"style":1289},[143,144],[122,10933,273],{"className":10934},[272]," holds only if ",[122,10937,10939],{"className":10938},[125],[122,10940,10942],{"className":10941,"ariaHidden":130},[129],[122,10943,10945,10948],{"className":10944},[134],[122,10946],{"className":10947,"style":5933},[138],[122,10949,548],{"className":10950},[143,144]," begins before ",[122,10953,10955],{"className":10954},[125],[122,10956,10958],{"className":10957,"ariaHidden":130},[129],[122,10959,10961,10964],{"className":10960},[134],[122,10962],{"className":10963,"style":10846},[138],[122,10965,1290],{"className":10966,"style":1289},[143,144],".\nWith these relations we can say the reign of Elizabeth II immediately followed that\nof George VI, ",[122,10969,10971],{"className":10970},[125],[122,10972,10974],{"className":10973,"ariaHidden":130},[129],[122,10975,10977,10980,10983,10986,10989,10992,10995,10998,11001,11004,11007,11010,11013,11016,11019,11023,11027,11030,11033,11037,11040,11043,11046,11049,11052,11055,11058,11061,11064,11067,11070,11073,11076,11079,11082,11087,11091,11094,11097,11100,11103,11106],{"className":10976},[134],[122,10978],{"className":10979,"style":224},[138],[122,10981,1454],{"className":10982,"style":1453},[143,144],[122,10984,10795],{"className":10985},[143,144],[122,10987,247],{"className":10988},[143,144],[122,10990,234],{"className":10991},[143,144],[122,10993,264],{"className":10994},[263],[122,10996,1938],{"className":10997,"style":1937},[143,144],[122,10999,243],{"className":11000},[143,144],[122,11002,548],{"className":11003},[143,144],[122,11005,961],{"className":11006,"style":960},[143,144],[122,11008,1233],{"className":11009},[143,144],[122,11011,3235],{"className":11012,"style":539},[143,144],[122,11014,1903],{"className":11015,"style":1902},[143,144],[122,11017,264],{"className":11018},[263],[122,11020,11022],{"className":11021},[143,144],"G",[122,11024,11026],{"className":11025,"style":539},[143,144],"eor",[122,11028,961],{"className":11029,"style":960},[143,144],[122,11031,243],{"className":11032},[143,144],[122,11034,11036],{"className":11035,"style":1313},[143,144],"V",[122,11038,3627],{"className":11039,"style":3626},[143,144],[122,11041,273],{"className":11042},[272],[122,11044,1244],{"className":11045},[1243],[122,11047],{"className":11048,"style":1248},[342],[122,11050,1938],{"className":11051,"style":1937},[143,144],[122,11053,243],{"className":11054},[143,144],[122,11056,548],{"className":11057},[143,144],[122,11059,961],{"className":11060,"style":960},[143,144],[122,11062,1233],{"className":11063},[143,144],[122,11065,3235],{"className":11066,"style":539},[143,144],[122,11068,1903],{"className":11069,"style":1902},[143,144],[122,11071,264],{"className":11072},[263],[122,11074,1331],{"className":11075,"style":900},[143,144],[122,11077,256],{"className":11078,"style":255},[143,144],[122,11080,548],{"className":11081},[143,144],[122,11083,11086],{"className":11084,"style":11085},[143,144],"margin-right:0.044em;","z",[122,11088,11090],{"className":11089},[143,144],"ab",[122,11092,243],{"className":11093},[143,144],[122,11095,247],{"className":11096},[143,144],[122,11098,908],{"className":11099},[143,144],[122,11101,3627],{"className":11102,"style":3626},[143,144],[122,11104,3627],{"className":11105,"style":3626},[143,144],[122,11107,6782],{"className":11108},[272],", and that the reign\nof Elvis overlapped the 1950s.",[11,11111,11112,11113,11116,11117,11132,11133,11148,11149,11132,11164,11179,11180,576,11195,11210,11211,576,11253,11295,11296,11311,11312,11327,11328,11343,11344,11359,11360,11375,11376,11391,11392,11437,11438,8831,11483,11528,11529,11574,11575,11620,11621,11663,11664,11679,11680,11695,11696,11711,11712,11727,11728,11743,11744,11759,11760,11805,11806,11854,11855,11900,11901,11916,11917,11932],{},"What makes the seven relations a usable calculus rather than a list is\n",[34,11114,11115],{},"composition",": given how ",[122,11118,11120],{"className":11119},[125],[122,11121,11123],{"className":11122,"ariaHidden":130},[129],[122,11124,11126,11129],{"className":11125},[134],[122,11127],{"className":11128,"style":5933},[138],[122,11130,548],{"className":11131},[143,144]," relates to ",[122,11134,11136],{"className":11135},[125],[122,11137,11139],{"className":11138,"ariaHidden":130},[129],[122,11140,11142,11145],{"className":11141},[134],[122,11143],{"className":11144,"style":10846},[138],[122,11146,1290],{"className":11147,"style":1289},[143,144]," and how ",[122,11150,11152],{"className":11151},[125],[122,11153,11155],{"className":11154,"ariaHidden":130},[129],[122,11156,11158,11161],{"className":11157},[134],[122,11159],{"className":11160,"style":10846},[138],[122,11162,1290],{"className":11163,"style":1289},[143,144],[122,11165,11167],{"className":11166},[125],[122,11168,11170],{"className":11169,"ariaHidden":130},[129],[122,11171,11173,11176],{"className":11172},[134],[122,11174],{"className":11175,"style":291},[138],[122,11177,239],{"className":11178,"style":238},[143,144],", the\npossible relations between ",[122,11181,11183],{"className":11182},[125],[122,11184,11186],{"className":11185,"ariaHidden":130},[129],[122,11187,11189,11192],{"className":11188},[134],[122,11190],{"className":11191,"style":5933},[138],[122,11193,548],{"className":11194},[143,144],[122,11196,11198],{"className":11197},[125],[122,11199,11201],{"className":11200,"ariaHidden":130},[129],[122,11202,11204,11207],{"className":11203},[134],[122,11205],{"className":11206,"style":291},[138],[122,11208,239],{"className":11209,"style":238},[143,144]," are fixed, and the reasoner can chain\nconstraints without ever looking at numerical endpoints. Some compositions pin the\nresult to a single relation. If ",[122,11212,11214],{"className":11213},[125],[122,11215,11217],{"className":11216,"ariaHidden":130},[129],[122,11218,11220,11223,11226,11229,11232,11235,11238,11241,11244,11247,11250],{"className":11219},[134],[122,11221],{"className":11222,"style":224},[138],[122,11224,1454],{"className":11225,"style":1453},[143,144],[122,11227,10795],{"className":11228},[143,144],[122,11230,247],{"className":11231},[143,144],[122,11233,234],{"className":11234},[143,144],[122,11236,264],{"className":11237},[263],[122,11239,548],{"className":11240},[143,144],[122,11242,1244],{"className":11243},[1243],[122,11245],{"className":11246,"style":1248},[342],[122,11248,1290],{"className":11249,"style":1289},[143,144],[122,11251,273],{"className":11252},[272],[122,11254,11256],{"className":11255},[125],[122,11257,11259],{"className":11258,"ariaHidden":130},[129],[122,11260,11262,11265,11268,11271,11274,11277,11280,11283,11286,11289,11292],{"className":11261},[134],[122,11263],{"className":11264,"style":224},[138],[122,11266,1454],{"className":11267,"style":1453},[143,144],[122,11269,10795],{"className":11270},[143,144],[122,11272,247],{"className":11273},[143,144],[122,11275,234],{"className":11276},[143,144],[122,11278,264],{"className":11279},[263],[122,11281,1290],{"className":11282,"style":1289},[143,144],[122,11284,1244],{"className":11285},[1243],[122,11287],{"className":11288,"style":1248},[342],[122,11290,239],{"className":11291,"style":238},[143,144],[122,11293,273],{"className":11294},[272],", then the end of ",[122,11297,11299],{"className":11298},[125],[122,11300,11302],{"className":11301,"ariaHidden":130},[129],[122,11303,11305,11308],{"className":11304},[134],[122,11306],{"className":11307,"style":5933},[138],[122,11309,548],{"className":11310},[143,144],"\nis the start of ",[122,11313,11315],{"className":11314},[125],[122,11316,11318],{"className":11317,"ariaHidden":130},[129],[122,11319,11321,11324],{"className":11320},[134],[122,11322],{"className":11323,"style":10846},[138],[122,11325,1290],{"className":11326,"style":1289},[143,144]," and the end of ",[122,11329,11331],{"className":11330},[125],[122,11332,11334],{"className":11333,"ariaHidden":130},[129],[122,11335,11337,11340],{"className":11336},[134],[122,11338],{"className":11339,"style":10846},[138],[122,11341,1290],{"className":11342,"style":1289},[143,144]," is the start of ",[122,11345,11347],{"className":11346},[125],[122,11348,11350],{"className":11349,"ariaHidden":130},[129],[122,11351,11353,11356],{"className":11352},[134],[122,11354],{"className":11355,"style":291},[138],[122,11357,239],{"className":11358,"style":238},[143,144],", so ",[122,11361,11363],{"className":11362},[125],[122,11364,11366],{"className":11365,"ariaHidden":130},[129],[122,11367,11369,11372],{"className":11368},[134],[122,11370],{"className":11371,"style":5933},[138],[122,11373,548],{"className":11374},[143,144]," finishes strictly\nbefore ",[122,11377,11379],{"className":11378},[125],[122,11380,11382],{"className":11381,"ariaHidden":130},[129],[122,11383,11385,11388],{"className":11384},[134],[122,11386],{"className":11387,"style":291},[138],[122,11389,239],{"className":11390,"style":238},[143,144]," starts: ",[122,11393,11395],{"className":11394},[125],[122,11396,11398],{"className":11397,"ariaHidden":130},[129],[122,11399,11401,11404,11407,11410,11413,11416,11419,11422,11425,11428,11431,11434],{"className":11400},[134],[122,11402],{"className":11403,"style":224},[138],[122,11405,146],{"className":11406,"style":145},[143,144],[122,11408,243],{"className":11409},[143,144],[122,11411,1903],{"className":11412,"style":1902},[143,144],[122,11414,1572],{"className":11415,"style":539},[143,144],[122,11417,243],{"className":11418},[143,144],[122,11420,264],{"className":11421},[263],[122,11423,548],{"className":11424},[143,144],[122,11426,1244],{"className":11427},[1243],[122,11429],{"className":11430,"style":1248},[342],[122,11432,239],{"className":11433,"style":238},[143,144],[122,11435,273],{"className":11436},[272],", and nothing else is possible. Chaining\n",[122,11439,11441],{"className":11440},[125],[122,11442,11444],{"className":11443,"ariaHidden":130},[129],[122,11445,11447,11450,11453,11456,11459,11462,11465,11468,11471,11474,11477,11480],{"className":11446},[134],[122,11448],{"className":11449,"style":224},[138],[122,11451,146],{"className":11452,"style":145},[143,144],[122,11454,243],{"className":11455},[143,144],[122,11457,1903],{"className":11458,"style":1902},[143,144],[122,11460,1572],{"className":11461,"style":539},[143,144],[122,11463,243],{"className":11464},[143,144],[122,11466,264],{"className":11467},[263],[122,11469,548],{"className":11470},[143,144],[122,11472,1244],{"className":11473},[1243],[122,11475],{"className":11476,"style":1248},[342],[122,11478,1290],{"className":11479,"style":1289},[143,144],[122,11481,273],{"className":11482},[272],[122,11484,11486],{"className":11485},[125],[122,11487,11489],{"className":11488,"ariaHidden":130},[129],[122,11490,11492,11495,11498,11501,11504,11507,11510,11513,11516,11519,11522,11525],{"className":11491},[134],[122,11493],{"className":11494,"style":224},[138],[122,11496,146],{"className":11497,"style":145},[143,144],[122,11499,243],{"className":11500},[143,144],[122,11502,1903],{"className":11503,"style":1902},[143,144],[122,11505,1572],{"className":11506,"style":539},[143,144],[122,11508,243],{"className":11509},[143,144],[122,11511,264],{"className":11512},[263],[122,11514,1290],{"className":11515,"style":1289},[143,144],[122,11517,1244],{"className":11518},[1243],[122,11520],{"className":11521,"style":1248},[342],[122,11523,239],{"className":11524,"style":238},[143,144],[122,11526,273],{"className":11527},[272]," likewise forces ",[122,11530,11532],{"className":11531},[125],[122,11533,11535],{"className":11534,"ariaHidden":130},[129],[122,11536,11538,11541,11544,11547,11550,11553,11556,11559,11562,11565,11568,11571],{"className":11537},[134],[122,11539],{"className":11540,"style":224},[138],[122,11542,146],{"className":11543,"style":145},[143,144],[122,11545,243],{"className":11546},[143,144],[122,11548,1903],{"className":11549,"style":1902},[143,144],[122,11551,1572],{"className":11552,"style":539},[143,144],[122,11554,243],{"className":11555},[143,144],[122,11557,264],{"className":11558},[263],[122,11560,548],{"className":11561},[143,144],[122,11563,1244],{"className":11564},[1243],[122,11566],{"className":11567,"style":1248},[342],[122,11569,239],{"className":11570,"style":238},[143,144],[122,11572,273],{"className":11573},[272]," — the relation is\ntransitive. Other compositions leave a disjunction. If ",[122,11576,11578],{"className":11577},[125],[122,11579,11581],{"className":11580,"ariaHidden":130},[129],[122,11582,11584,11587,11590,11593,11596,11599,11602,11605,11608,11611,11614,11617],{"className":11583},[134],[122,11585],{"className":11586,"style":224},[138],[122,11588,146],{"className":11589,"style":145},[143,144],[122,11591,243],{"className":11592},[143,144],[122,11594,1903],{"className":11595,"style":1902},[143,144],[122,11597,1572],{"className":11598,"style":539},[143,144],[122,11600,243],{"className":11601},[143,144],[122,11603,264],{"className":11604},[263],[122,11606,548],{"className":11607},[143,144],[122,11609,1244],{"className":11610},[1243],[122,11612],{"className":11613,"style":1248},[342],[122,11615,1290],{"className":11616,"style":1289},[143,144],[122,11618,273],{"className":11619},[272]," and\n",[122,11622,11624],{"className":11623},[125],[122,11625,11627],{"className":11626,"ariaHidden":130},[129],[122,11628,11630,11633,11636,11639,11642,11645,11648,11651,11654,11657,11660],{"className":11629},[134],[122,11631],{"className":11632,"style":224},[138],[122,11634,1454],{"className":11635,"style":1453},[143,144],[122,11637,10795],{"className":11638},[143,144],[122,11640,247],{"className":11641},[143,144],[122,11643,234],{"className":11644},[143,144],[122,11646,264],{"className":11647},[263],[122,11649,1290],{"className":11650,"style":1289},[143,144],[122,11652,1244],{"className":11653},[1243],[122,11655],{"className":11656,"style":1248},[342],[122,11658,239],{"className":11659,"style":238},[143,144],[122,11661,273],{"className":11662},[272],", then ",[122,11665,11667],{"className":11666},[125],[122,11668,11670],{"className":11669,"ariaHidden":130},[129],[122,11671,11673,11676],{"className":11672},[134],[122,11674],{"className":11675,"style":5933},[138],[122,11677,548],{"className":11678},[143,144]," ends before ",[122,11681,11683],{"className":11682},[125],[122,11684,11686],{"className":11685,"ariaHidden":130},[129],[122,11687,11689,11692],{"className":11688},[134],[122,11690],{"className":11691,"style":10846},[138],[122,11693,1290],{"className":11694,"style":1289},[143,144]," starts and ",[122,11697,11699],{"className":11698},[125],[122,11700,11702],{"className":11701,"ariaHidden":130},[129],[122,11703,11705,11708],{"className":11704},[134],[122,11706],{"className":11707,"style":10846},[138],[122,11709,1290],{"className":11710,"style":1289},[143,144]," ends where ",[122,11713,11715],{"className":11714},[125],[122,11716,11718],{"className":11717,"ariaHidden":130},[129],[122,11719,11721,11724],{"className":11720},[134],[122,11722],{"className":11723,"style":291},[138],[122,11725,239],{"className":11726,"style":238},[143,144]," starts, which\nstill puts all of ",[122,11729,11731],{"className":11730},[125],[122,11732,11734],{"className":11733,"ariaHidden":130},[129],[122,11735,11737,11740],{"className":11736},[134],[122,11738],{"className":11739,"style":5933},[138],[122,11741,548],{"className":11742},[143,144]," before ",[122,11745,11747],{"className":11746},[125],[122,11748,11750],{"className":11749,"ariaHidden":130},[129],[122,11751,11753,11756],{"className":11752},[134],[122,11754],{"className":11755,"style":291},[138],[122,11757,239],{"className":11758,"style":238},[143,144],": again ",[122,11761,11763],{"className":11762},[125],[122,11764,11766],{"className":11765,"ariaHidden":130},[129],[122,11767,11769,11772,11775,11778,11781,11784,11787,11790,11793,11796,11799,11802],{"className":11768},[134],[122,11770],{"className":11771,"style":224},[138],[122,11773,146],{"className":11774,"style":145},[143,144],[122,11776,243],{"className":11777},[143,144],[122,11779,1903],{"className":11780,"style":1902},[143,144],[122,11782,1572],{"className":11783,"style":539},[143,144],[122,11785,243],{"className":11786},[143,144],[122,11788,264],{"className":11789},[263],[122,11791,548],{"className":11792},[143,144],[122,11794,1244],{"className":11795},[1243],[122,11797],{"className":11798,"style":1248},[342],[122,11800,239],{"className":11801,"style":238},[143,144],[122,11803,273],{"className":11804},[272],". But composing ",[122,11807,11809],{"className":11808},[125],[122,11810,11812],{"className":11811,"ariaHidden":130},[129],[122,11813,11815,11818,11821,11824,11827,11830,11833,11836,11839,11842,11845,11848,11851],{"className":11814},[134],[122,11816],{"className":11817,"style":224},[138],[122,11819,3235],{"className":11820,"style":539},[143,144],[122,11822,1354],{"className":11823,"style":960},[143,144],[122,11825,912],{"className":11826,"style":539},[143,144],[122,11828,256],{"className":11829,"style":255},[143,144],[122,11831,14],{"className":11832},[143,144],[122,11834,11],{"className":11835},[143,144],[122,11837,264],{"className":11838},[263],[122,11840,548],{"className":11841},[143,144],[122,11843,1244],{"className":11844},[1243],[122,11846],{"className":11847,"style":1248},[342],[122,11849,1290],{"className":11850,"style":1289},[143,144],[122,11852,273],{"className":11853},[272],"\nwith ",[122,11856,11858],{"className":11857},[125],[122,11859,11861],{"className":11860,"ariaHidden":130},[129],[122,11862,11864,11867,11870,11873,11876,11879,11882,11885,11888,11891,11894,11897],{"className":11863},[134],[122,11865],{"className":11866,"style":224},[138],[122,11868,952],{"className":11869,"style":539},[143,144],[122,11871,544],{"className":11872},[143,144],[122,11874,540],{"className":11875,"style":539},[143,144],[122,11877,1297],{"className":11878},[143,144],[122,11880,961],{"className":11881,"style":960},[143,144],[122,11883,264],{"className":11884},[263],[122,11886,1290],{"className":11887,"style":1289},[143,144],[122,11889,1244],{"className":11890},[1243],[122,11892],{"className":11893,"style":1248},[342],[122,11895,239],{"className":11896,"style":238},[143,144],[122,11898,273],{"className":11899},[272]," leaves several possibilities — ",[122,11902,11904],{"className":11903},[125],[122,11905,11907],{"className":11906,"ariaHidden":130},[129],[122,11908,11910,11913],{"className":11909},[134],[122,11911],{"className":11912,"style":5933},[138],[122,11914,548],{"className":11915},[143,144]," might overlap ",[122,11918,11920],{"className":11919},[125],[122,11921,11923],{"className":11922,"ariaHidden":130},[129],[122,11924,11926,11929],{"className":11925},[134],[122,11927],{"className":11928,"style":291},[138],[122,11930,239],{"className":11931,"style":238},[143,144],", start it,\nor sit during it — and the entry in the composition table is a set of relations, not\none.",[77,11934],{"hash":11935},"9a0cbe97caefd36a669960df3c2872e4e0f36ae5d274a0dc7c9fe6bc3a5d61d7",[11,11937,11938],{},"The full table is a 13-by-13 grid (the seven relations here plus the inverses of the\nsix asymmetric ones), and constraint propagation over it is how interval reasoners\nanswer questions like whether two events could have coincided given only qualitative\nstatements about their order.",[1863,11940,11942],{"id":11941},"fluents-and-objects","Fluents and objects",[11,11944,11945,11946,12003,12004,12055,12056,12107,12108,12111],{},"A physical object can be viewed as a generalized event — a chunk of space-time. The\nUSA began in 1776 as a union of thirteen states and continues today as a union of\nfifty; its changing properties are state fluents like ",[122,11947,11949],{"className":11948},[125],[122,11950,11952],{"className":11951,"ariaHidden":130},[129],[122,11953,11955,11958,11961,11964,11967,11970,11973,11976,11979,11982,11985,11988,11991,11994,11997,12000],{"className":11954},[134],[122,11956],{"className":11957,"style":224},[138],[122,11959,1208],{"className":11960,"style":509},[143,144],[122,11962,956],{"className":11963},[143,144],[122,11965,11],{"className":11966},[143,144],[122,11968,544],{"className":11969},[143,144],[122,11971,256],{"className":11972,"style":255},[143,144],[122,11974,14],{"className":11975},[143,144],[122,11977,247],{"className":11978},[143,144],[122,11980,548],{"className":11981},[143,144],[122,11983,956],{"className":11984},[143,144],[122,11986,1233],{"className":11987},[143,144],[122,11989,264],{"className":11990},[263],[122,11992,1600],{"className":11993,"style":1453},[143,144],[122,11995,901],{"className":11996,"style":900},[143,144],[122,11998,593],{"className":11999},[143,144],[122,12001,273],{"className":12002},[272],". Consider\n",[122,12005,12007],{"className":12006},[125],[122,12008,12010],{"className":12009,"ariaHidden":130},[129],[122,12011,12013,12016,12019,12022,12025,12028,12031,12034,12037,12040,12043,12046,12049,12052],{"className":12012},[134],[122,12014],{"className":12015,"style":224},[138],[122,12017,1208],{"className":12018,"style":509},[143,144],[122,12020,540],{"className":12021,"style":539},[143,144],[122,12023,601],{"className":12024},[143,144],[122,12026,548],{"className":12027},[143,144],[122,12029,518],{"className":12030},[143,144],[122,12032,243],{"className":12033},[143,144],[122,12035,1233],{"className":12036},[143,144],[122,12038,247],{"className":12039},[143,144],[122,12041,264],{"className":12042},[263],[122,12044,1600],{"className":12045,"style":1453},[143,144],[122,12047,901],{"className":12048,"style":900},[143,144],[122,12050,593],{"className":12051},[143,144],[122,12053,273],{"className":12054},[272],". It cannot be a term that denotes a different person at different\ntimes, because a term denotes exactly one object in a model. Instead\n",[122,12057,12059],{"className":12058},[125],[122,12060,12062],{"className":12061,"ariaHidden":130},[129],[122,12063,12065,12068,12071,12074,12077,12080,12083,12086,12089,12092,12095,12098,12101,12104],{"className":12064},[134],[122,12066],{"className":12067,"style":224},[138],[122,12069,1208],{"className":12070,"style":509},[143,144],[122,12072,540],{"className":12073,"style":539},[143,144],[122,12075,601],{"className":12076},[143,144],[122,12078,548],{"className":12079},[143,144],[122,12081,518],{"className":12082},[143,144],[122,12084,243],{"className":12085},[143,144],[122,12087,1233],{"className":12088},[143,144],[122,12090,247],{"className":12091},[143,144],[122,12093,264],{"className":12094},[263],[122,12096,1600],{"className":12097,"style":1453},[143,144],[122,12099,901],{"className":12100,"style":900},[143,144],[122,12102,593],{"className":12103},[143,144],[122,12105,273],{"className":12106},[272]," denotes a single object that ",[20,12109,12110],{},"is"," George Washington from 1789 to\n1797, John Adams from 1797 to 1801, and so on — the four-dimensional object whose\ntemporal slices are the successive presidents.",[77,12113],{"hash":12114},"9059462f141c3c66ba0fe5e2bbc85292e655f061aaf4ea8ceda3434895d105b0",[11,12116,12117,12118,12261,12262,12265,12266,12296,12297,12313,12314,12329],{},"To say Washington was president throughout 1790 we write ",[122,12119,12121],{"className":12120},[125],[122,12122,12124],{"className":12123,"ariaHidden":130},[129],[122,12125,12127,12130,12133,12136,12139,12142,12145,12148,12151,12154,12157,12160,12163,12166,12169,12172,12175,12178,12181,12184,12187,12190,12193,12196,12199,12202,12205,12208,12211,12214,12218,12221,12224,12227,12230,12233,12236,12239,12242,12245,12248,12251,12254,12258],{"className":12126},[134],[122,12128],{"className":12129,"style":224},[138],[122,12131,1757],{"className":12132,"style":509},[143,144],[122,12134,264],{"className":12135},[263],[122,12137,1331],{"className":12138,"style":900},[143,144],[122,12140,91],{"className":12141,"style":960},[143,144],[122,12143,544],{"className":12144},[143,144],[122,12146,14],{"className":12147},[143,144],[122,12149,256],{"className":12150,"style":255},[143,144],[122,12152,234],{"className":12153},[143,144],[122,12155,264],{"className":12156},[263],[122,12158,1208],{"className":12159,"style":509},[143,144],[122,12161,540],{"className":12162,"style":539},[143,144],[122,12164,601],{"className":12165},[143,144],[122,12167,548],{"className":12168},[143,144],[122,12170,518],{"className":12171},[143,144],[122,12173,243],{"className":12174},[143,144],[122,12176,1233],{"className":12177},[143,144],[122,12179,247],{"className":12180},[143,144],[122,12182,264],{"className":12183},[263],[122,12185,1600],{"className":12186,"style":1453},[143,144],[122,12188,901],{"className":12189,"style":900},[143,144],[122,12191,593],{"className":12192},[143,144],[122,12194,273],{"className":12195},[272],[122,12197,1244],{"className":12198},[1243],[122,12200],{"className":12201,"style":1248},[342],[122,12203,11022],{"className":12204},[143,144],[122,12206,11026],{"className":12207,"style":539},[143,144],[122,12209,961],{"className":12210,"style":960},[143,144],[122,12212,243],{"className":12213},[143,144],[122,12215,12217],{"className":12216,"style":509},[143,144],"W",[122,12219,14],{"className":12220},[143,144],[122,12222,234],{"className":12223},[143,144],[122,12225,4867],{"className":12226},[143,144],[122,12228,961],{"className":12229,"style":960},[143,144],[122,12231,247],{"className":12232},[143,144],[122,12234,956],{"className":12235},[143,144],[122,12237,1233],{"className":12238},[143,144],[122,12240,273],{"className":12241},[272],[122,12243,1244],{"className":12244},[1243],[122,12246],{"className":12247,"style":1248},[342],[122,12249,593],{"className":12250},[143,144],[122,12252,952],{"className":12253,"style":539},[143,144],[122,12255,12257],{"className":12256},[143],"1790",[122,12259,273],{"className":12260},[272],", using the ",[20,12263,12264],{},"function"," ",[122,12267,12269],{"className":12268},[125],[122,12270,12272],{"className":12271,"ariaHidden":130},[129],[122,12273,12275,12278,12281,12284,12287,12290,12293],{"className":12274},[134],[122,12276],{"className":12277,"style":589},[138],[122,12279,1331],{"className":12280,"style":900},[143,144],[122,12282,91],{"className":12283,"style":960},[143,144],[122,12285,544],{"className":12286},[143,144],[122,12288,14],{"className":12289},[143,144],[122,12291,256],{"className":12292,"style":255},[143,144],[122,12294,234],{"className":12295},[143,144]," rather than the logical\npredicate ",[122,12298,12300],{"className":12299},[125],[122,12301,12303],{"className":12302,"ariaHidden":130},[129],[122,12304,12306,12310],{"className":12305},[134],[122,12307],{"className":12308,"style":12309},[138],"height:0.3669em;",[122,12311,2975],{"className":12312},[347]," — because ",[122,12315,12317],{"className":12316},[125],[122,12318,12320],{"className":12319,"ariaHidden":130},[129],[122,12321,12323,12326],{"className":12322},[134],[122,12324],{"className":12325,"style":617},[138],[122,12327,1757],{"className":12328,"style":509},[143,144]," takes an object, not a truth value, and because the two\nare not logically identical (that could never change over time); they are identical\nonly in their 1790 subevents.",[56,12331,12333],{"id":12332},"mental-objects-and-modal-logic","Mental objects and modal logic",[11,12335,12336,12337,12340,12341,12344,12345,12348,12349,12351,12352,12355],{},"The agents built so far have beliefs and deduce new ones, but none has knowledge\n",[20,12338,12339],{},"about"," belief. That is useful for controlling inference: if Alice asks Bob the\nsquare root of 1764 and he says ",[91,12342,12343],{},"I don't know,"," her ",[91,12346,12347],{},"think harder"," is reasonable\nbecause the answer is derivable; but ",[91,12350,12347],{}," about whether his mother is\nsitting down is pointless — better to reason that his mother ",[20,12353,12354],{},"knows"," and could be\nasked.",[11,12357,12358,12359,12362,12363,7742,12396,7742,12424,7742,12449,7742,12482,12512,12513,12598,12599,12683,12684,12687,12688,576,12715,12748,12749,12752,12753,106],{},"We model this with ",[34,12360,12361],{},"propositional attitudes"," an agent can hold toward a mental\nobject: ",[122,12364,12366],{"className":12365},[125],[122,12367,12369],{"className":12368,"ariaHidden":130},[129],[122,12370,12372,12375,12378,12381,12384,12387,12390,12393],{"className":12371},[134],[122,12373],{"className":12374,"style":291},[138],[122,12376,146],{"className":12377,"style":145},[143,144],[122,12379,243],{"className":12380},[143,144],[122,12382,256],{"className":12383,"style":255},[143,144],[122,12385,548],{"className":12386},[143,144],[122,12388,243],{"className":12389},[143,144],[122,12391,1354],{"className":12392,"style":960},[143,144],[122,12394,601],{"className":12395},[143,144],[122,12397,12399],{"className":12398},[125],[122,12400,12402],{"className":12401,"ariaHidden":130},[129],[122,12403,12405,12408,12412,12415,12418,12421],{"className":12404},[134],[122,12406],{"className":12407,"style":617},[138],[122,12409,12411],{"className":12410,"style":3668},[143,144],"K",[122,12413,1233],{"className":12414},[143,144],[122,12416,956],{"className":12417},[143,144],[122,12419,7173],{"className":12420,"style":7172},[143,144],[122,12422,234],{"className":12423},[143,144],[122,12425,12427],{"className":12426},[125],[122,12428,12430],{"className":12429,"ariaHidden":130},[129],[122,12431,12433,12436,12439,12443,12446],{"className":12432},[134],[122,12434],{"className":12435,"style":617},[138],[122,12437,12217],{"className":12438,"style":509},[143,144],[122,12440,12442],{"className":12441},[143,144],"an",[122,12444,247],{"className":12445},[143,144],[122,12447,234],{"className":12448},[143,144],[122,12450,12452],{"className":12451},[125],[122,12453,12455],{"className":12454,"ariaHidden":130},[129],[122,12456,12458,12461,12464,12467,12470,12473,12476,12479],{"className":12457},[134],[122,12459],{"className":12460,"style":291},[138],[122,12462,3627],{"className":12463,"style":3626},[143,144],[122,12465,1233],{"className":12466},[143,144],[122,12468,247],{"className":12469},[143,144],[122,12471,243],{"className":12472},[143,144],[122,12474,1233],{"className":12475},[143,144],[122,12477,518],{"className":12478},[143,144],[122,12480,234],{"className":12481},[143,144],[122,12483,12485],{"className":12484},[125],[122,12486,12488],{"className":12487,"ariaHidden":130},[129],[122,12489,12491,12494,12497,12500,12503,12506,12509],{"className":12490},[134],[122,12492],{"className":12493,"style":589},[138],[122,12495,3627],{"className":12496,"style":3626},[143,144],[122,12498,1233],{"className":12499},[143,144],[122,12501,1903],{"className":12502,"style":1902},[143,144],[122,12504,1572],{"className":12505,"style":539},[143,144],[122,12507,989],{"className":12508},[143,144],[122,12510,234],{"className":12511},[143,144],". These do not behave\nlike ordinary predicates. Suppose we write ",[122,12514,12516],{"className":12515},[125],[122,12517,12519],{"className":12518,"ariaHidden":130},[129],[122,12520,12522,12525,12528,12531,12534,12537,12540,12543,12546,12549,12552,12555,12558,12561,12564,12567,12570,12573,12576,12579,12582,12585,12588,12591,12595],{"className":12521},[134],[122,12523],{"className":12524,"style":224},[138],[122,12526,12411],{"className":12527,"style":3668},[143,144],[122,12529,1233],{"className":12530},[143,144],[122,12532,956],{"className":12533},[143,144],[122,12535,7173],{"className":12536,"style":7172},[143,144],[122,12538,234],{"className":12539},[143,144],[122,12541,264],{"className":12542},[263],[122,12544,2362],{"className":12545},[143,144],[122,12547,956],{"className":12548},[143,144],[122,12550,548],{"className":12551},[143,144],[122,12553,234],{"className":12554},[143,144],[122,12556,1244],{"className":12557},[1243],[122,12559],{"className":12560,"style":1248},[342],[122,12562,3669],{"className":12563,"style":3668},[143,144],[122,12565,12442],{"className":12566},[143,144],[122,12568,510],{"className":12569,"style":509},[143,144],[122,12571,256],{"className":12572,"style":255},[143,144],[122,12574,1761],{"className":12575,"style":960},[143,144],[122,12577,264],{"className":12578},[263],[122,12580,901],{"className":12581,"style":900},[143,144],[122,12583,544],{"className":12584},[143,144],[122,12586,11],{"className":12587},[143,144],[122,12589,912],{"className":12590,"style":539},[143,144],[122,12592,12594],{"className":12593},[143,144],"man",[122,12596,6782],{"className":12597},[272],". If\nSuperman is Clark Kent, then equality reasoning — built into first-order logic —\nforces ",[122,12600,12602],{"className":12601},[125],[122,12603,12605],{"className":12604,"ariaHidden":130},[129],[122,12606,12608,12611,12614,12617,12620,12623,12626,12629,12632,12635,12638,12641,12644,12647,12650,12653,12656,12659,12662,12665,12668,12671,12674,12677,12680],{"className":12607},[134],[122,12609],{"className":12610,"style":224},[138],[122,12612,12411],{"className":12613,"style":3668},[143,144],[122,12615,1233],{"className":12616},[143,144],[122,12618,956],{"className":12619},[143,144],[122,12621,7173],{"className":12622,"style":7172},[143,144],[122,12624,234],{"className":12625},[143,144],[122,12627,264],{"className":12628},[263],[122,12630,2362],{"className":12631},[143,144],[122,12633,956],{"className":12634},[143,144],[122,12636,548],{"className":12637},[143,144],[122,12639,234],{"className":12640},[143,144],[122,12642,1244],{"className":12643},[1243],[122,12645],{"className":12646,"style":1248},[342],[122,12648,3669],{"className":12649,"style":3668},[143,144],[122,12651,12442],{"className":12652},[143,144],[122,12654,510],{"className":12655,"style":509},[143,144],[122,12657,256],{"className":12658,"style":255},[143,144],[122,12660,1761],{"className":12661,"style":960},[143,144],[122,12663,264],{"className":12664},[263],[122,12666,3669],{"className":12667,"style":3668},[143,144],[122,12669,256],{"className":12670,"style":255},[143,144],[122,12672,14],{"className":12673},[143,144],[122,12675,540],{"className":12676,"style":539},[143,144],[122,12678,239],{"className":12679,"style":238},[143,144],[122,12681,6782],{"className":12682},[272],", which is false: Lois does not know Clark can\nfly. The cause is ",[34,12685,12686],{},"referential transparency",": in ordinary logic the term used\nto name an object does not matter, only the object. For ",[122,12689,12691],{"className":12690},[125],[122,12692,12694],{"className":12693,"ariaHidden":130},[129],[122,12695,12697,12700,12703,12706,12709,12712],{"className":12696},[134],[122,12698],{"className":12699,"style":291},[138],[122,12701,239],{"className":12702,"style":238},[143,144],[122,12704,1233],{"className":12705},[143,144],[122,12707,956],{"className":12708},[143,144],[122,12710,7173],{"className":12711,"style":7172},[143,144],[122,12713,234],{"className":12714},[143,144],[122,12716,12718],{"className":12717},[125],[122,12719,12721],{"className":12720,"ariaHidden":130},[129],[122,12722,12724,12727,12730,12733,12736,12739,12742,12745],{"className":12723},[134],[122,12725],{"className":12726,"style":291},[138],[122,12728,268],{"className":12729},[143,144],[122,12731,243],{"className":12732},[143,144],[122,12734,256],{"className":12735,"style":255},[143,144],[122,12737,548],{"className":12738},[143,144],[122,12740,243],{"className":12741},[143,144],[122,12743,1354],{"className":12744,"style":960},[143,144],[122,12746,601],{"className":12747},[143,144]," the\nterm ",[20,12750,12751],{},"does"," matter — this is ",[34,12754,12755],{},"referential opacity",[11,12757,12758,12761,12762,12765,12766,12800,12801,12859,12860,12863,12864,12867,12868,12922,12923,12975,12976,12991,12992,13044,13045,13060,13061,106],{},[34,12759,12760],{},"Modal logic"," addresses this by adding operators that take ",[20,12763,12764],{},"sentences"," as\narguments. ",[91,12767,12768,12769,12784,12785],{},"Agent ",[122,12770,12772],{"className":12771},[125],[122,12773,12775],{"className":12774,"ariaHidden":130},[129],[122,12776,12778,12781],{"className":12777},[134],[122,12779],{"className":12780,"style":617},[138],[122,12782,593],{"className":12783},[143,144]," knows ",[122,12786,12788],{"className":12787},[125],[122,12789,12791],{"className":12790,"ariaHidden":130},[129],[122,12792,12794,12797],{"className":12793},[134],[122,12795],{"className":12796,"style":617},[138],[122,12798,1208],{"className":12799,"style":509},[143,144]," is written ",[122,12802,12804],{"className":12803},[125],[122,12805,12807],{"className":12806,"ariaHidden":130},[129],[122,12808,12810,12814,12856],{"className":12809},[134],[122,12811],{"className":12812,"style":12813},[138],"height:0.8361em;vertical-align:-0.15em;",[122,12815,12817,12821],{"className":12816},[143],[122,12818,12411],{"className":12819},[143,12820],"mathbf",[122,12822,12824],{"className":12823},[156],[122,12825,12827,12848],{"className":12826},[160,161],[122,12828,12830,12845],{"className":12829},[165],[122,12831,12834],{"className":12832,"style":12833},[169],"height:0.3283em;",[122,12835,12836,12839],{"style":3078},[122,12837],{"className":12838,"style":178},[177],[122,12840,12842],{"className":12841},[182,183,184,185],[122,12843,593],{"className":12844},[143,144,185],[122,12846,194],{"className":12847},[193],[122,12849,12851],{"className":12850},[165],[122,12852,12854],{"className":12853,"style":201},[169],[122,12855],{},[122,12857,1208],{"className":12858,"style":509},[143,144],". The semantics uses a\ncollection of ",[34,12861,12862],{},"possible worlds"," connected by ",[34,12865,12866],{},"accessibility relations",", one per\nmodal operator: world ",[122,12869,12871],{"className":12870},[125],[122,12872,12874],{"className":12873,"ariaHidden":130},[129],[122,12875,12877,12881],{"className":12876},[134],[122,12878],{"className":12879,"style":12880},[138],"height:0.5806em;vertical-align:-0.15em;",[122,12882,12884,12887],{"className":12883},[143],[122,12885,7173],{"className":12886,"style":7172},[143,144],[122,12888,12890],{"className":12889},[156],[122,12891,12893,12914],{"className":12892},[160,161],[122,12894,12896,12911],{"className":12895},[165],[122,12897,12899],{"className":12898,"style":170},[169],[122,12900,12902,12905],{"style":12901},"top:-2.55em;margin-left:-0.0269em;margin-right:0.05em;",[122,12903],{"className":12904,"style":178},[177],[122,12906,12908],{"className":12907},[182,183,184,185],[122,12909,51],{"className":12910},[143,185],[122,12912,194],{"className":12913},[193],[122,12915,12917],{"className":12916},[165],[122,12918,12920],{"className":12919,"style":201},[169],[122,12921],{}," is accessible from ",[122,12924,12926],{"className":12925},[125],[122,12927,12929],{"className":12928,"ariaHidden":130},[129],[122,12930,12932,12935],{"className":12931},[134],[122,12933],{"className":12934,"style":12880},[138],[122,12936,12938,12941],{"className":12937},[143],[122,12939,7173],{"className":12940,"style":7172},[143,144],[122,12942,12944],{"className":12943},[156],[122,12945,12947,12967],{"className":12946},[160,161],[122,12948,12950,12964],{"className":12949},[165],[122,12951,12953],{"className":12952,"style":170},[169],[122,12954,12955,12958],{"style":12901},[122,12956],{"className":12957,"style":178},[177],[122,12959,12961],{"className":12960},[182,183,184,185],[122,12962,3905],{"className":12963},[143,185],[122,12965,194],{"className":12966},[193],[122,12968,12970],{"className":12969},[165],[122,12971,12973],{"className":12972,"style":201},[169],[122,12974],{}," for agent ",[122,12977,12979],{"className":12978},[125],[122,12980,12982],{"className":12981,"ariaHidden":130},[129],[122,12983,12985,12988],{"className":12984},[134],[122,12986],{"className":12987,"style":617},[138],[122,12989,593],{"className":12990},[143,144]," if everything in\n",[122,12993,12995],{"className":12994},[125],[122,12996,12998],{"className":12997,"ariaHidden":130},[129],[122,12999,13001,13004],{"className":13000},[134],[122,13002],{"className":13003,"style":12880},[138],[122,13005,13007,13010],{"className":13006},[143],[122,13008,7173],{"className":13009,"style":7172},[143,144],[122,13011,13013],{"className":13012},[156],[122,13014,13016,13036],{"className":13015},[160,161],[122,13017,13019,13033],{"className":13018},[165],[122,13020,13022],{"className":13021,"style":170},[169],[122,13023,13024,13027],{"style":12901},[122,13025],{"className":13026,"style":178},[177],[122,13028,13030],{"className":13029},[182,183,184,185],[122,13031,51],{"className":13032},[143,185],[122,13034,194],{"className":13035},[193],[122,13037,13039],{"className":13038},[165],[122,13040,13042],{"className":13041,"style":201},[169],[122,13043],{}," is consistent with what ",[122,13046,13048],{"className":13047},[125],[122,13049,13051],{"className":13050,"ariaHidden":130},[129],[122,13052,13054,13057],{"className":13053},[134],[122,13055],{"className":13056,"style":617},[138],[122,13058,593],{"className":13059},[143,144]," knows in ",[122,13062,13064],{"className":13063},[125],[122,13065,13067],{"className":13066,"ariaHidden":130},[129],[122,13068,13070,13073],{"className":13069},[134],[122,13071],{"className":13072,"style":12880},[138],[122,13074,13076,13079],{"className":13075},[143],[122,13077,7173],{"className":13078,"style":7172},[143,144],[122,13080,13082],{"className":13081},[156],[122,13083,13085,13105],{"className":13084},[160,161],[122,13086,13088,13102],{"className":13087},[165],[122,13089,13091],{"className":13090,"style":170},[169],[122,13092,13093,13096],{"style":12901},[122,13094],{"className":13095,"style":178},[177],[122,13097,13099],{"className":13098},[182,183,184,185],[122,13100,3905],{"className":13101},[143,185],[122,13103,194],{"className":13104},[193],[122,13106,13108],{"className":13107},[165],[122,13109,13111],{"className":13110,"style":201},[169],[122,13112],{},[1135,13114,13115],{"type":1137},[11,13116,13117,12265,13120,13175,13176,13191,13192,13207,13208,13211,13212,13227,13228,13243,13244,13259,13260,13275],{},[34,13118,13119],{},"Definition (Knowledge in modal logic).",[122,13121,13123],{"className":13122},[125],[122,13124,13126],{"className":13125,"ariaHidden":130},[129],[122,13127,13129,13132,13172],{"className":13128},[134],[122,13130],{"className":13131,"style":12813},[138],[122,13133,13135,13138],{"className":13134},[143],[122,13136,12411],{"className":13137},[143,12820],[122,13139,13141],{"className":13140},[156],[122,13142,13144,13164],{"className":13143},[160,161],[122,13145,13147,13161],{"className":13146},[165],[122,13148,13150],{"className":13149,"style":12833},[169],[122,13151,13152,13155],{"style":3078},[122,13153],{"className":13154,"style":178},[177],[122,13156,13158],{"className":13157},[182,183,184,185],[122,13159,593],{"className":13160},[143,144,185],[122,13162,194],{"className":13163},[193],[122,13165,13167],{"className":13166},[165],[122,13168,13170],{"className":13169,"style":201},[169],[122,13171],{},[122,13173,1208],{"className":13174,"style":509},[143,144]," is true at world ",[122,13177,13179],{"className":13178},[125],[122,13180,13182],{"className":13181,"ariaHidden":130},[129],[122,13183,13185,13188],{"className":13184},[134],[122,13186],{"className":13187,"style":1156},[138],[122,13189,7173],{"className":13190,"style":7172},[143,144],"\nexactly when ",[122,13193,13195],{"className":13194},[125],[122,13196,13198],{"className":13197,"ariaHidden":130},[129],[122,13199,13201,13204],{"className":13200},[134],[122,13202],{"className":13203,"style":617},[138],[122,13205,1208],{"className":13206,"style":509},[143,144]," is true in ",[20,13209,13210],{},"every"," world accessible from ",[122,13213,13215],{"className":13214},[125],[122,13216,13218],{"className":13217,"ariaHidden":130},[129],[122,13219,13221,13224],{"className":13220},[134],[122,13222],{"className":13223,"style":1156},[138],[122,13225,7173],{"className":13226,"style":7172},[143,144]," for ",[122,13229,13231],{"className":13230},[125],[122,13232,13234],{"className":13233,"ariaHidden":130},[129],[122,13235,13237,13240],{"className":13236},[134],[122,13238],{"className":13239,"style":617},[138],[122,13241,593],{"className":13242},[143,144],". The agent\nknows ",[122,13245,13247],{"className":13246},[125],[122,13248,13250],{"className":13249,"ariaHidden":130},[129],[122,13251,13253,13256],{"className":13252},[134],[122,13254],{"className":13255,"style":617},[138],[122,13257,1208],{"className":13258,"style":509},[143,144]," iff ",[122,13261,13263],{"className":13262},[125],[122,13264,13266],{"className":13265,"ariaHidden":130},[129],[122,13267,13269,13272],{"className":13268},[134],[122,13270],{"className":13271,"style":617},[138],[122,13273,1208],{"className":13274,"style":509},[143,144]," holds in all worlds it considers possible.",[77,13277],{"hash":13278},"c79be0018d3479def4d54b29b4e1981ea7964b036824b285f7a15effcfba85af",[11,13280,13281,13282,13613,13614,13814,13815,13888,13889,14048,14049,14052,14053,14055,14056,14071],{},"Because modal sentences nest, we can reason about what one agent knows about\nanother's knowledge. Even though Lois does not know Superman's secret identity, she\nknows that Superman knows it: ",[122,13283,13285],{"className":13284},[125],[122,13286,13288,13482],{"className":13287,"ariaHidden":130},[129],[122,13289,13291,13294,13346,13350,13406,13409,13412,13415,13418,13421,13424,13427,13430,13433,13436,13439,13442,13445,13448,13451,13454,13457,13460,13463,13466,13469,13472,13475,13479],{"className":13290},[134],[122,13292],{"className":13293,"style":224},[138],[122,13295,13297,13300],{"className":13296},[143],[122,13298,12411],{"className":13299},[143,12820],[122,13301,13303],{"className":13302},[156],[122,13304,13306,13338],{"className":13305},[160,161],[122,13307,13309,13335],{"className":13308},[165],[122,13310,13312],{"className":13311,"style":12833},[169],[122,13313,13314,13317],{"style":3078},[122,13315],{"className":13316,"style":178},[177],[122,13318,13320],{"className":13319},[182,183,184,185],[122,13321,13323,13326,13329,13332],{"className":13322},[143,185],[122,13324,2362],{"className":13325},[143,144,185],[122,13327,956],{"className":13328},[143,144,185],[122,13330,548],{"className":13331},[143,144,185],[122,13333,234],{"className":13334},[143,144,185],[122,13336,194],{"className":13337},[193],[122,13339,13341],{"className":13340},[165],[122,13342,13344],{"className":13343,"style":201},[169],[122,13345],{},[122,13347,13349],{"className":13348},[263],"[",[122,13351,13353,13356],{"className":13352},[143],[122,13354,12411],{"className":13355},[143,12820],[122,13357,13359],{"className":13358},[156],[122,13360,13362,13398],{"className":13361},[160,161],[122,13363,13365,13395],{"className":13364},[165],[122,13366,13369],{"className":13367,"style":13368},[169],"height:0.3361em;",[122,13370,13371,13374],{"style":3078},[122,13372],{"className":13373,"style":178},[177],[122,13375,13377],{"className":13376},[182,183,184,185],[122,13378,13380,13383,13386,13389,13392],{"className":13379},[143,185],[122,13381,3669],{"className":13382,"style":3668},[143,144,185],[122,13384,256],{"className":13385,"style":255},[143,144,185],[122,13387,14],{"className":13388},[143,144,185],[122,13390,540],{"className":13391,"style":539},[143,144,185],[122,13393,239],{"className":13394,"style":238},[143,144,185],[122,13396,194],{"className":13397},[193],[122,13399,13401],{"className":13400},[165],[122,13402,13404],{"className":13403,"style":201},[169],[122,13405],{},[122,13407,3627],{"className":13408,"style":3626},[143,144],[122,13410,518],{"className":13411},[143,144],[122,13413,243],{"className":13414},[143,144],[122,13416,1233],{"className":13417},[143,144],[122,13419,247],{"className":13420},[143,144],[122,13422,548],{"className":13423},[143,144],[122,13425,247],{"className":13426},[143,144],[122,13428,1761],{"className":13429,"style":960},[143,144],[122,13431,264],{"className":13432},[263],[122,13434,901],{"className":13435,"style":900},[143,144],[122,13437,544],{"className":13438},[143,144],[122,13440,11],{"className":13441},[143,144],[122,13443,912],{"className":13444,"style":539},[143,144],[122,13446,12594],{"className":13447},[143,144],[122,13449,1244],{"className":13450},[1243],[122,13452],{"className":13453,"style":1248},[342],[122,13455,3669],{"className":13456,"style":3668},[143,144],[122,13458,256],{"className":13459,"style":255},[143,144],[122,13461,14],{"className":13462},[143,144],[122,13464,540],{"className":13465,"style":539},[143,144],[122,13467,239],{"className":13468,"style":238},[143,144],[122,13470,273],{"className":13471},[272],[122,13473],{"className":13474,"style":1313},[342],[122,13476,13478],{"className":13477},[1317],"∨",[122,13480],{"className":13481,"style":1313},[342],[122,13483,13485,13488,13543,13546,13549,13552,13555,13558,13561,13564,13567,13570,13573,13576,13579,13582,13585,13588,13591,13594,13597,13600,13603,13606,13609],{"className":13484},[134],[122,13486],{"className":13487,"style":224},[138],[122,13489,13491,13494],{"className":13490},[143],[122,13492,12411],{"className":13493},[143,12820],[122,13495,13497],{"className":13496},[156],[122,13498,13500,13535],{"className":13499},[160,161],[122,13501,13503,13532],{"className":13502},[165],[122,13504,13506],{"className":13505,"style":13368},[169],[122,13507,13508,13511],{"style":3078},[122,13509],{"className":13510,"style":178},[177],[122,13512,13514],{"className":13513},[182,183,184,185],[122,13515,13517,13520,13523,13526,13529],{"className":13516},[143,185],[122,13518,3669],{"className":13519,"style":3668},[143,144,185],[122,13521,256],{"className":13522,"style":255},[143,144,185],[122,13524,14],{"className":13525},[143,144,185],[122,13527,540],{"className":13528,"style":539},[143,144,185],[122,13530,239],{"className":13531,"style":238},[143,144,185],[122,13533,194],{"className":13534},[193],[122,13536,13538],{"className":13537},[165],[122,13539,13541],{"className":13540,"style":201},[169],[122,13542],{},[122,13544,6898],{"className":13545},[143],[122,13547,3627],{"className":13548,"style":3626},[143,144],[122,13550,518],{"className":13551},[143,144],[122,13553,243],{"className":13554},[143,144],[122,13556,1233],{"className":13557},[143,144],[122,13559,247],{"className":13560},[143,144],[122,13562,548],{"className":13563},[143,144],[122,13565,247],{"className":13566},[143,144],[122,13568,1761],{"className":13569,"style":960},[143,144],[122,13571,264],{"className":13572},[263],[122,13574,901],{"className":13575,"style":900},[143,144],[122,13577,544],{"className":13578},[143,144],[122,13580,11],{"className":13581},[143,144],[122,13583,912],{"className":13584,"style":539},[143,144],[122,13586,12594],{"className":13587},[143,144],[122,13589,1244],{"className":13590},[1243],[122,13592],{"className":13593,"style":1248},[342],[122,13595,3669],{"className":13596,"style":3668},[143,144],[122,13598,256],{"className":13599,"style":255},[143,144],[122,13601,14],{"className":13602},[143,144],[122,13604,540],{"className":13605,"style":539},[143,144],[122,13607,239],{"className":13608,"style":238},[143,144],[122,13610,13612],{"className":13611},[272],")]",".\nStandard axioms follow: an agent's knowledge is closed under implication,\n",[122,13615,13617],{"className":13616},[125],[122,13618,13620,13682,13743,13764],{"className":13619,"ariaHidden":130},[129],[122,13621,13623,13626,13629,13670,13673,13676,13679],{"className":13622},[134],[122,13624],{"className":13625,"style":224},[138],[122,13627,264],{"className":13628},[263],[122,13630,13632,13635],{"className":13631},[143],[122,13633,12411],{"className":13634},[143,12820],[122,13636,13638],{"className":13637},[156],[122,13639,13641,13662],{"className":13640},[160,161],[122,13642,13644,13659],{"className":13643},[165],[122,13645,13648],{"className":13646,"style":13647},[169],"height:0.1514em;",[122,13649,13650,13653],{"style":3078},[122,13651],{"className":13652,"style":178},[177],[122,13654,13656],{"className":13655},[182,183,184,185],[122,13657,14],{"className":13658},[143,144,185],[122,13660,194],{"className":13661},[193],[122,13663,13665],{"className":13664},[165],[122,13666,13668],{"className":13667,"style":201},[169],[122,13669],{},[122,13671,1208],{"className":13672,"style":509},[143,144],[122,13674],{"className":13675,"style":1313},[342],[122,13677,1318],{"className":13678},[1317],[122,13680],{"className":13681,"style":1313},[342],[122,13683,13685,13688,13728,13731,13734,13737,13740],{"className":13684},[134],[122,13686],{"className":13687,"style":224},[138],[122,13689,13691,13694],{"className":13690},[143],[122,13692,12411],{"className":13693},[143,12820],[122,13695,13697],{"className":13696},[156],[122,13698,13700,13720],{"className":13699},[160,161],[122,13701,13703,13717],{"className":13702},[165],[122,13704,13706],{"className":13705,"style":13647},[169],[122,13707,13708,13711],{"style":3078},[122,13709],{"className":13710,"style":178},[177],[122,13712,13714],{"className":13713},[182,183,184,185],[122,13715,14],{"className":13716},[143,144,185],[122,13718,194],{"className":13719},[193],[122,13721,13723],{"className":13722},[165],[122,13724,13726],{"className":13725,"style":201},[169],[122,13727],{},[122,13729,264],{"className":13730},[263],[122,13732,1208],{"className":13733,"style":509},[143,144],[122,13735],{"className":13736,"style":343},[342],[122,13738,887],{"className":13739},[347],[122,13741],{"className":13742,"style":343},[342],[122,13744,13746,13749,13752,13755,13758,13761],{"className":13745},[134],[122,13747],{"className":13748,"style":224},[138],[122,13750,5198],{"className":13751},[143,144],[122,13753,6782],{"className":13754},[272],[122,13756],{"className":13757,"style":343},[342],[122,13759,887],{"className":13760},[347],[122,13762],{"className":13763,"style":343},[342],[122,13765,13767,13771,13811],{"className":13766},[134],[122,13768],{"className":13769,"style":13770},[138],"height:0.8805em;vertical-align:-0.1944em;",[122,13772,13774,13777],{"className":13773},[143],[122,13775,12411],{"className":13776},[143,12820],[122,13778,13780],{"className":13779},[156],[122,13781,13783,13803],{"className":13782},[160,161],[122,13784,13786,13800],{"className":13785},[165],[122,13787,13789],{"className":13788,"style":13647},[169],[122,13790,13791,13794],{"style":3078},[122,13792],{"className":13793,"style":178},[177],[122,13795,13797],{"className":13796},[182,183,184,185],[122,13798,14],{"className":13799},[143,144,185],[122,13801,194],{"className":13802},[193],[122,13804,13806],{"className":13805},[165],[122,13807,13809],{"className":13808,"style":201},[169],[122,13810],{},[122,13812,5198],{"className":13813},[143,144],";\nknowledge implies truth, ",[122,13816,13818],{"className":13817},[125],[122,13819,13821,13879],{"className":13820,"ariaHidden":130},[129],[122,13822,13824,13827,13867,13870,13873,13876],{"className":13823},[134],[122,13825],{"className":13826,"style":12813},[138],[122,13828,13830,13833],{"className":13829},[143],[122,13831,12411],{"className":13832},[143,12820],[122,13834,13836],{"className":13835},[156],[122,13837,13839,13859],{"className":13838},[160,161],[122,13840,13842,13856],{"className":13841},[165],[122,13843,13845],{"className":13844,"style":13647},[169],[122,13846,13847,13850],{"style":3078},[122,13848],{"className":13849,"style":178},[177],[122,13851,13853],{"className":13852},[182,183,184,185],[122,13854,14],{"className":13855},[143,144,185],[122,13857,194],{"className":13858},[193],[122,13860,13862],{"className":13861},[165],[122,13863,13865],{"className":13864,"style":201},[169],[122,13866],{},[122,13868,1208],{"className":13869,"style":509},[143,144],[122,13871],{"className":13872,"style":343},[342],[122,13874,887],{"className":13875},[347],[122,13877],{"className":13878,"style":343},[342],[122,13880,13882,13885],{"className":13881},[134],[122,13883],{"className":13884,"style":617},[138],[122,13886,1208],{"className":13887,"style":509},[143,144],"; and agents can introspect,\n",[122,13890,13892],{"className":13891},[125],[122,13893,13895,13953],{"className":13894,"ariaHidden":130},[129],[122,13896,13898,13901,13941,13944,13947,13950],{"className":13897},[134],[122,13899],{"className":13900,"style":12813},[138],[122,13902,13904,13907],{"className":13903},[143],[122,13905,12411],{"className":13906},[143,12820],[122,13908,13910],{"className":13909},[156],[122,13911,13913,13933],{"className":13912},[160,161],[122,13914,13916,13930],{"className":13915},[165],[122,13917,13919],{"className":13918,"style":13647},[169],[122,13920,13921,13924],{"style":3078},[122,13922],{"className":13923,"style":178},[177],[122,13925,13927],{"className":13926},[182,183,184,185],[122,13928,14],{"className":13929},[143,144,185],[122,13931,194],{"className":13932},[193],[122,13934,13936],{"className":13935},[165],[122,13937,13939],{"className":13938,"style":201},[169],[122,13940],{},[122,13942,1208],{"className":13943,"style":509},[143,144],[122,13945],{"className":13946,"style":343},[342],[122,13948,887],{"className":13949},[347],[122,13951],{"className":13952,"style":343},[342],[122,13954,13956,13959,13999,14002,14042,14045],{"className":13955},[134],[122,13957],{"className":13958,"style":224},[138],[122,13960,13962,13965],{"className":13961},[143],[122,13963,12411],{"className":13964},[143,12820],[122,13966,13968],{"className":13967},[156],[122,13969,13971,13991],{"className":13970},[160,161],[122,13972,13974,13988],{"className":13973},[165],[122,13975,13977],{"className":13976,"style":13647},[169],[122,13978,13979,13982],{"style":3078},[122,13980],{"className":13981,"style":178},[177],[122,13983,13985],{"className":13984},[182,183,184,185],[122,13986,14],{"className":13987},[143,144,185],[122,13989,194],{"className":13990},[193],[122,13992,13994],{"className":13993},[165],[122,13995,13997],{"className":13996,"style":201},[169],[122,13998],{},[122,14000,264],{"className":14001},[263],[122,14003,14005,14008],{"className":14004},[143],[122,14006,12411],{"className":14007},[143,12820],[122,14009,14011],{"className":14010},[156],[122,14012,14014,14034],{"className":14013},[160,161],[122,14015,14017,14031],{"className":14016},[165],[122,14018,14020],{"className":14019,"style":13647},[169],[122,14021,14022,14025],{"style":3078},[122,14023],{"className":14024,"style":178},[177],[122,14026,14028],{"className":14027},[182,183,184,185],[122,14029,14],{"className":14030},[143,144,185],[122,14032,194],{"className":14033},[193],[122,14035,14037],{"className":14036},[165],[122,14038,14040],{"className":14039,"style":201},[169],[122,14041],{},[122,14043,1208],{"className":14044,"style":509},[143,144],[122,14046,273],{"className":14047},[272],". The remaining weakness is\n",[34,14050,14051],{},"logical omniscience",": the possible-worlds model forces an agent that knows some\naxioms to know ",[20,14054,1736],{}," their consequences, which is implausible for belief. Attempts\nto bound rationality to ",[122,14057,14059],{"className":14058},[125],[122,14060,14062],{"className":14061,"ariaHidden":130},[129],[122,14063,14065,14068],{"className":14064},[134],[122,14066],{"className":14067,"style":291},[138],[122,14069,239],{"className":14070,"style":238},[143,144]," reasoning steps have been largely unsatisfactory.",[56,14073,14075],{"id":14074},"where-this-continues","Where this continues",[11,14077,14078,14079,14082],{},"We now have the content of a knowledge base — an ontology, categories, composed\nobjects, reified events threaded by time, and a modal account of belief. What we\nhave not built is the ",[20,14080,14081],{},"machinery"," that makes such a base practical at scale: how to\norganize categories for fast inheritance, how to keep the core inferences tractable,\nand how to handle the fact that almost every useful rule holds only by default.",[11,14084,14085,14086,14090],{},"This continues in\n",[14,14087,14089],{"href":14088},"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Freasoning-systems-and-defaults","Reasoning Systems and Default Logic",",\nwhich covers semantic networks and description logics with their subsumption and\nclassification, default reasoning by circumscription and default logic, and truth\nmaintenance systems that retract conclusions cleanly when the beliefs beneath them\nchange.",[14092,14093,14096,14101],"section",{"className":14094,"dataFootnotes":6},[14095],"footnotes",[56,14097,14100],{"className":14098,"id":49},[14099],"sr-only","Footnotes",[14102,14103,14104,14123],"ol",{},[14105,14106,14108,14111,14112,14115,14116],"li",{"id":14107},"user-content-fn-onto",[34,14109,14110],{},"AIMA",", Ch. 12 — Knowledge Representation, §12.1 Ontological Engineering: the question of what ",[20,14113,14114],{},"content"," to put in a knowledge base, the upper ontology of general concepts, and the four routes by which real ontologies (CYC, DBpedia, TextRunner, OpenMind) were built. ",[14,14117,14122],{"href":14118,"ariaLabel":14119,"className":14120,"dataFootnoteBackref":6},"#user-content-fnref-onto","Back to reference 1",[14121],"data-footnote-backref","↩",[14105,14124,14126,14128,14129,14144,14145,14144,14175,14144,14205,14144,14232,14144,14262,14292,14293],{"id":14125},"user-content-fn-event",[34,14127,14110],{},", §12.3 Events: event calculus based on time points rather than situations, reifying fluents and events, with the ",[122,14130,14132],{"className":14131},[125],[122,14133,14135],{"className":14134,"ariaHidden":130},[129],[122,14136,14138,14141],{"className":14137},[134],[122,14139],{"className":14140,"style":617},[138],[122,14142,1757],{"className":14143,"style":509},[143,144],"\u002F",[122,14146,14148],{"className":14147},[125],[122,14149,14151],{"className":14150,"ariaHidden":130},[129],[122,14152,14154,14157,14160,14163,14166,14169,14172],{"className":14153},[134],[122,14155],{"className":14156,"style":948},[138],[122,14158,5848],{"className":14159,"style":5847},[143,144],[122,14161,14],{"className":14162},[143,144],[122,14164,5855],{"className":14165},[143,144],[122,14167,243],{"className":14168},[143,144],[122,14170,1233],{"className":14171},[143,144],[122,14173,234],{"className":14174},[143,144],[122,14176,14178],{"className":14177},[125],[122,14179,14181],{"className":14180,"ariaHidden":130},[129],[122,14182,14184,14187,14190,14193,14196,14199,14202],{"className":14183},[134],[122,14185],{"className":14186,"style":617},[138],[122,14188,3627],{"className":14189,"style":3626},[143,144],[122,14191,6247],{"className":14192},[143,144],[122,14194,247],{"className":14195},[143,144],[122,14197,6254],{"className":14198},[143,144],[122,14200,247],{"className":14201},[143,144],[122,14203,601],{"className":14204},[143,144],[122,14206,14208],{"className":14207},[125],[122,14209,14211],{"className":14210,"ariaHidden":130},[129],[122,14212,14214,14217,14220,14223,14226,14229],{"className":14213},[134],[122,14215],{"className":14216,"style":617},[138],[122,14218,1757],{"className":14219,"style":509},[143,144],[122,14221,912],{"className":14222,"style":539},[143,144],[122,14224,6362],{"className":14225},[143,144],[122,14227,247],{"className":14228},[143,144],[122,14230,601],{"className":14231},[143,144],[122,14233,14235],{"className":14234},[125],[122,14236,14238],{"className":14237,"ariaHidden":130},[129],[122,14239,14241,14244,14247,14250,14253,14256,14259],{"className":14240},[134],[122,14242],{"className":14243,"style":589},[138],[122,14245,3669],{"className":14246,"style":3668},[143,144],[122,14248,256],{"className":14249,"style":255},[143,144],[122,14251,548],{"className":14252},[143,144],[122,14254,5855],{"className":14255},[143,144],[122,14257,243],{"className":14258},[143,144],[122,14260,518],{"className":14261},[143,144],[122,14263,14265],{"className":14264},[125],[122,14266,14268],{"className":14267,"ariaHidden":130},[129],[122,14269,14271,14274,14277,14280,14283,14286,14289],{"className":14270},[134],[122,14272],{"className":14273,"style":291},[138],[122,14275,1938],{"className":14276,"style":1937},[143,144],[122,14278,601],{"className":14279},[143,144],[122,14281,247],{"className":14282},[143,144],[122,14284,1572],{"className":14285,"style":539},[143,144],[122,14287,243],{"className":14288},[143,144],[122,14290,518],{"className":14291},[143,144]," vocabulary, processes as liquid events, and Allen's interval relations. ",[14,14294,14122],{"href":14295,"ariaLabel":14296,"className":14297,"dataFootnoteBackref":6},"#user-content-fnref-event","Back to reference 2",[14121],{"title":6,"searchDepth":14299,"depth":14299,"links":14300},2,[14301,14302,14308,14313,14314,14315],{"id":58,"depth":14299,"text":59},{"id":109,"depth":14299,"text":110,"children":14303},[14304,14306,14307],{"id":1865,"depth":14305,"text":1866},3,{"id":3466,"depth":14305,"text":3467},{"id":4551,"depth":14305,"text":4552},{"id":5278,"depth":14299,"text":5279,"children":14309},[14310,14311,14312],{"id":9853,"depth":14305,"text":9854},{"id":10499,"depth":14305,"text":10500},{"id":11941,"depth":14305,"text":11942},{"id":12332,"depth":14299,"text":12333},{"id":14074,"depth":14299,"text":14075},{"id":49,"depth":14299,"text":14100},[],"computer-science","First-order logic\nsettles the syntax of a knowledge base: objects, relations, functions,\nquantifiers, and the inference\nthat draws new sentences from old. It says nothing about what to write down. In\na toy domain the choice barely matters — the wumpus world gets by with a handful\nof predicates and almost any encoding works. A domain like shopping on the\nInternet or driving a car needs general, reusable representations of concepts\nthat recur everywhere: objects, substances, time, events, and beliefs. Designing\nthose representations is ontological engineering, and it is the difference\nbetween a logic that could describe the world and a knowledge base that\nactually does.1",false,"md",{"moduleNumber":14305,"lessonNumber":14322,"order":14323},11,311,"Logic and Planning",true,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fknowledge-representation",[],"---\ntitle: Knowledge Representation\nmodule: Logic and Planning\nmoduleNumber: 3\nlessonNumber: 11\norder: 311\nsummary: >\n  First-order logic gives you the language; this lesson is about what to say in\n  it. This first part builds the content: a general upper ontology from the top\n  down, categories as first-class objects with taxonomies and inheritance,\n  physical composition and the count-noun\u002Fmass-noun split, events and time reified\n  through the event calculus, and belief modeled with modal logic — the machinery\n  for representing the world an agent reasons about.\ntopics: [Logic]\nsources:\n  - book: AIMA\n    ref: \"Ch. 12 — Knowledge Representation; §12.1 Ontological Engineering; §12.2 Categories and Objects\"\n  - book: AIMA\n    ref: \"§12.3 Events; §12.4 Mental Events and Mental Objects\"\n---\n\n\n[First-order logic](\u002Fartificial-intelligence\u002Flogic-and-planning\u002Ffirst-order-logic)\nsettles the _syntax_ of a knowledge base: objects, relations, functions,\nquantifiers, and the [inference](\u002Fartificial-intelligence\u002Flogic-and-planning\u002Finference-and-resolution)\nthat draws new sentences from old. It says nothing about _what_ to write down. In\na toy domain the choice barely matters — the wumpus world gets by with a handful\nof predicates and almost any encoding works. A domain like shopping on the\nInternet or driving a car needs general, reusable representations of concepts\nthat recur everywhere: objects, substances, time, events, and beliefs. Designing\nthose representations is **ontological engineering**, and it is the difference\nbetween a logic that _could_ describe the world and a knowledge base that\nactually does.[^onto]\n\nThe plan of the chapter is to build the content first and the reasoning\nmachinery second. We start with a general ontology and work down through\ncategories, physical objects and stuff, events and time, and mental objects.\nThen we return to technology: reasoning systems built specifically for\ncategories (semantic networks and description logics), and the handling of\ndefault information, where a conclusion holds only until some more specific fact\noverrides it.\n\n## The upper ontology\n\nWe will not write a complete description of everything — that would overflow even\na thousand-page book — but we can lay down the general framework and leave\nplaceholders where domain knowledge slots in later, the way an object-oriented\nframework defines `Window` and expects you to subclass it into\n`SpreadsheetWindow`. The framework of the most general concepts is an **upper\nontology**, so called because graphs are drawn with the general concepts at the\ntop and specializations below.\n\n$$\n% caption: The upper ontology of the world. Each link means the lower concept is\n% a specialization of the upper one; specializations need not be disjoint (a\n% human is both an animal and an agent), and physical objects sit under\n% generalized events for reasons developed in the section on fluents.\n\\begin{tikzpicture}[>=stealth, font=\\footnotesize, xscale=1.28,\n  n\u002F.style={font=\\footnotesize, inner sep=1.5pt},\n  every path\u002F.style={black}]\n  \\definecolor{acc}{HTML}{2348F2}\n  \\node[n, text=acc] (any) at (0,3.6) {Anything};\n  \\node[n] (abs) at (-3.7,2.6) {AbstractObjects};\n  \\node[n] (gev) at (3.9,2.6)  {GeneralizedEvents};\n  % abstract side\n  \\node[n] (sets) at (-6.3,1.6) {Sets};\n  \\node[n] (num)  at (-5.3,1.6) {Numbers};\n  \\node[n] (rep)  at (-2.7,1.6) {RepresentationalObjects};\n  \\node[n] (cat)  at (-6.3,0.6) {Categories};\n  \\node[n] (sent) at (-3.7,0.6) {Sentences};\n  \\node[n] (meas) at (-1.9,0.6) {Measurements};\n  \\node[n] (times) at (-2.6,-0.4) {Times};\n  \\node[n] (wts)   at (-1.3,-0.4) {Weights};\n  % event side\n  \\node[n] (intv) at (1.0,1.6) {Interval};\n  \\node[n] (plc)  at (2.7,1.6) {Places};\n  \\node[n] (phys) at (4.5,1.6) {PhysicalObjects};\n  \\node[n] (proc) at (6.6,1.6) {Processes};\n  \\node[n] (mom)  at (1.0,0.6) {Moments};\n  \\node[n] (thing) at (3.7,0.6) {Things};\n  \\node[n] (stuff) at (5.7,0.6) {Stu\\\u002Ff\\\u002Ff};\n  \\node[n] (ani) at (3.0,-0.4) {Animals};\n  \\node[n] (agt) at (4.4,-0.4) {Agents};\n  \\node[n] (sol) at (5.2,-0.4) {Solid};\n  \\node[n] (liq) at (6.1,-0.4) {Liquid};\n  \\node[n] (gas) at (7.0,-0.4) {Gas};\n  \\node[n] (hum) at (3.7,-1.4) {Humans};\n  \\draw (any) -- (abs); \\draw (any) -- (gev);\n  \\draw (abs) -- (sets); \\draw (abs) -- (num); \\draw (abs) -- (rep);\n  \\draw (rep) -- (cat); \\draw (rep) -- (sent); \\draw (rep) -- (meas);\n  \\draw (meas) -- (times); \\draw (meas) -- (wts);\n  \\draw (gev) -- (intv); \\draw (gev) -- (plc); \\draw (gev) -- (phys); \\draw (gev) -- (proc);\n  \\draw (intv) -- (mom); \\draw (phys) -- (thing); \\draw (phys) -- (stuff);\n  \\draw (thing) -- (ani); \\draw (thing) -- (agt);\n  \\draw (stuff) -- (sol); \\draw (stuff) -- (liq); \\draw (stuff) -- (gas);\n  \\draw (ani) -- (hum); \\draw (agt) -- (hum);\n\\end{tikzpicture}\n$$\n\nTwo properties separate a general-purpose ontology from a pile of special-purpose\nones. It should apply to essentially any domain, once you add domain-specific\naxioms — nothing can be finessed or omitted. And in a demanding\ndomain, different areas of knowledge must **unify**, because one problem touches\nseveral at once: a circuit-repair robot reasons about electrical connectivity,\nphysical layout, timing, and labor cost simultaneously, so the sentences about\ntime must combine with the sentences about space and work equally well for\nnanoseconds and minutes as for angstroms and meters.\n\nIn practice, general ontological engineering has had only limited\nsuccess — none of the largest AI systems share one ontology, partly because\nagreeing on an ontology is a social act. \"Every ontology is a treaty,\" in Tom\nGruber's phrase. The ontologies that do exist were built four ways: hand-crafted\nby trained logicians (CYC), imported from a structured database (DBpedia, from\nWikipedia), extracted by parsing text (TextRunner, from Web pages), or\ncrowdsourced from volunteers (OpenMind).\n\nA second caveat is about the logic itself. We use first-order logic even though\nparts of the world resist it: most generalizations have exceptions or hold only\nto a degree. \"Tomatoes are red\" is a useful rule, but some tomatoes are green,\nyellow, or orange. Handling exceptions matters, but it is orthogonal to getting\nthe ontology right, so we defer it to the sections on default reasoning below and\nthe full treatment of uncertainty to\n[probability](\u002Fartificial-intelligence\u002Funcertainty\u002Fprobability-and-bayes).\n\n## Categories and objects\n\nMost reasoning happens at the level of **categories**, not individuals. A shopper\nwants _a_ basketball, not the particular ball $BB_9$. Categories also drive\nprediction: from green-and-yellow mottled skin, a foot of diameter, red flesh,\nand a location in the fruit aisle you infer _watermelon_, and from that you infer\nit would be good in a fruit salad. Perception classifies; the class then predicts.\n\nFirst-order logic offers two ways to represent a category. You can use a predicate,\n$Basketball(b)$, or you can **reify** the category as an object, $Basketballs$,\nand relate individuals to it with membership and subset relations. Reification —\nturning a proposition into an object you can quantify over and attach facts to — is\nwhat lets a category be a thing in its own right. Writing $b \\in Basketballs$ says\n$b$ is a member; $Basketballs \\subset Balls$ says the first category is a\n**subcategory** (subclass, subset — we use the terms interchangeably) of the\nsecond.\n\nSubclass relations organize categories into a **taxonomy**. Taxonomies are old and\nlarge: biology organizes roughly ten million living and extinct species into one\nhierarchy, and library science built the Dewey Decimal system to classify all of\nknowledge. The point of the hierarchy is **inheritance**: assert that every member\nof $Food$ is edible, that $Fruit \\subset Food$ and $Apples \\subset Fruit$, and\nevery apple inherits edibility without a separate axiom.\n\n$$\n% caption: A fragment of a taxonomy. Each downward link is a subclass relation\n% ($Apples \\subset Fruit$), and edibility asserted at $Food$ is inherited by\n% every category below it down to the individual apple $A_1$.\n\\begin{tikzpicture}[>=stealth, font=\\footnotesize,\n  c\u002F.style={draw, minimum width=17mm, minimum height=7mm, font=\\footnotesize},\n  i\u002F.style={draw, minimum width=13mm, minimum height=6mm, font=\\footnotesize}]\n  \\definecolor{acc}{HTML}{2348F2}\n  \\node[c, draw=acc, text=acc] (food) at (0,2.6) {Food};\n  \\node[c] (fruit) at (-1.6,1.2) {Fruit};\n  \\node[c] (veg)   at (1.9,1.2)  {Vegetables};\n  \\node[c] (apple) at (-2.6,-0.1) {Apples};\n  \\node[c] (orange) at (-0.4,-0.1) {Oranges};\n  \\node[i] (a1) at (-2.6,-1.5) {A1};\n  \\draw[black] (food) -- (fruit); \\draw[black] (food) -- (veg);\n  \\draw[black] (fruit) -- (apple); \\draw[black] (fruit) -- (orange);\n  \\draw[black] (apple) -- (a1);\n  \\node[acc, font=\\scriptsize, anchor=west] at (0.9,2.6) {edible (asserted here)};\n  \\draw[->, acc, thick] (0.6,2.35) .. controls (1.6,0.2) and (-1.2,-1.15) .. (a1.east);\n  \\node[acc, font=\\scriptsize, anchor=west] at (-1.4,-1.5) {inherited};\n\\end{tikzpicture}\n$$\n\nFirst-order logic states many kinds of category fact cleanly. An object is a\nmember: $BB_9 \\in Basketballs$. A category is a subclass: $Basketballs \\subset\nBalls$. Every member has a property: $(x \\in Basketballs) \\Rightarrow\nSpherical(x)$. Members can be recognized by properties, giving a sufficient\ncondition for membership; and the category as a whole can have properties, as in\n$Dogs \\in DomesticatedSpecies$ — note that because $Dogs$ is itself a member here,\n$DomesticatedSpecies$ must be a category _of categories_.\n\nMembership and subclass are not the only relations we need between categories.\nTwo categories are **disjoint** if they share no members; a set of categories is an\n**exhaustive decomposition** of a larger one if every member of the larger belongs\nto at least one; and a disjoint exhaustive decomposition is a **partition**.\n\n> **Definition (Partition).** A set of categories $s$ partitions a category $c$\n> when its members are pairwise disjoint and together cover $c$:\n> $Partition(s,c) \\iff Disjoint(s) \\land ExhaustiveDecomposition(s,c)$. So\n> $Partition(\\{Males, Females\\}, Animals)$ says every animal is exactly one of\n> male or female.\n\nCategories can also be **defined** by necessary and sufficient conditions rather\nthan merely described: $x \\in Bachelors \\iff Unmarried(x) \\land x \\in Adults\n\\land x \\in Males$. Such strict definitions are the exception, though. Most\nreal-world categories are **natural kinds** with no clean definition — a tomato is\n_typically_ dull scarlet, roughly spherical, two to four inches across, but there\nis variation at every feature and no crisp boundary. The practical response is to\nseparate what is true of _all_ members from what is true of _typical_ ones, using\na function $Typical(c) \\subseteq c$, and to attach the soft facts to\n$Typical(Tomatoes)$. This is the first appearance of default reasoning; we return\nto it below.\n\n### Physical composition\n\nOne object can be **part of** another. $PartOf(Bucharest, Romania)$,\n$PartOf(Romania, EasternEurope)$, and so on up to $PartOf(Europe, Earth)$; the\nrelation is transitive and reflexive, so a reasoner concludes $PartOf(Bucharest,\nEarth)$. Categories of **composite objects** are characterized by structural\nrelations among their parts. A biped has exactly two legs attached to a body:\n\n$$\nBiped(a) \\;\\Rightarrow\\; \\exists\\, l_1, l_2, b \\;\\; Leg(l_1) \\land Leg(l_2) \\land\nBody(b) \\land PartOf(l_1, a) \\land PartOf(l_2, a) \\land Attached(l_1, b) \\land\nAttached(l_2, b) \\land l_1 \\neq l_2\n$$\n\nwith a further clause forcing any third leg to be one of the first two. The \"exactly\ntwo\" idiom is awkward in first-order logic; description logics, later in this\nlesson, make cardinality constraints like this far cleaner.\n\nThe mass of a composite object is the sum of its parts' masses — unlike a category,\nwhich has no mass even when its members do. To talk about the collective object\nformed from some parts without ascribing to it the abstract nothing-ness of a set,\nwe use a **bunch**. If the apples are $Apple_1, Apple_2, Apple_3$, then\n$BunchOf(\\{Apple_1, Apple_2, Apple_3\\})$ is a normal, if unstructured, object with\nthose apples as parts, and it can have a weight where the _set_ cannot. $BunchOf(s)$\nis defined as the smallest object of which each element of $s$ is a part — an\ninstance of **logical minimization**, defining an object as the least one meeting a\ncondition.\n\n### Measurements\n\nObjects have height, mass, cost. The values assigned to such properties are\n**measures**, represented with a **units function** applied to a number. If $L_1$ is\na line segment, $Length(L_1) = Inches(1.5) = Centimeters(3.81)$; conversions equate\nmultiples of one unit to another, $Centimeters(2.54 \\times d) = Inches(d)$. Note\n$\\text{\\textdollar}(1)$ is not a dollar bill — there is exactly one object named $\\text{\\textdollar}(1)$, though\nthere can be many dollar bills — and $Inches(0)$ and $Centimeters(0)$ denote the\nsame zero length while $Seconds(0)$ does not.\n\nNot every measure has an agreed numerical scale. Exercises have difficulty, poems\nhave beauty; imposing a number on beauty would be a mistake. What matters is not\nthe number but that measures can be **ordered**. We can believe one exercise is\ntougher than another, and that a tougher exercise yields a lower expected score,\nusing only $>$ and $\u003C$:\n\n$$\ne_1, e_2 \\in Exercises \\land Difficulty(e_1) > Difficulty(e_2) \\;\\Rightarrow\\;\nExpectedScore(e_1) \u003C ExpectedScore(e_2)\n$$\n\nThat is enough to decide which exercises to attempt, with no numerical difficulty\never assigned. Monotonic relationships of this kind are the basis of **qualitative\nphysics**, which reasons about physical systems without solving their equations.\n\n### Objects: things and stuff\n\nSome of reality resists **individuation** — division into distinct objects. Cut an\naardvark in half and you do not get two aardvarks; cut a lump of butter in half and\neach piece is still butter. English marks the distinction with **count nouns**\n(aardvark, hole, theorem) and **mass nouns** (butter, water, energy). To represent\n_stuff_, put the gross lumps you interact with into the ontology as objects —\n$Butter_3$ is the lump you left on the table — alongside the category $Butter$,\nwhose members are all such lumps, with the rule that any part of a butter-object is\nalso a butter-object:\n\n$$\nb \\in Butter \\land PartOf(p, b) \\;\\Rightarrow\\; p \\in Butter\n$$\n\n$$\n% caption: Cutting a count-noun object destroys it (half an aardvark is not an\n% aardvark), while any part of a mass-noun object is another object of the same\n% kind (half of some butter is butter). Intrinsic properties survive the cut;\n% extrinsic ones do not.\n\\begin{tikzpicture}[>=stealth, font=\\footnotesize]\n  \\definecolor{acc}{HTML}{2348F2}\n  \\definecolor{red}{HTML}{C0392B}\n  % --- count noun (left) ---\n  \\node[font=\\footnotesize] at (1.4,2.7) {count noun: aardvark};\n  \\draw[black] (0,0.7) ellipse (1.55 and 0.75);\n  \\node[font=\\footnotesize] at (0.55,0.7) {one object};\n  \\draw[red, thick, dashed] (1.4,1.7) -- (1.4,-0.3);\n  \\node[red, font=\\scriptsize, anchor=south] at (1.4,1.75) {cut};\n  \\draw[->, black] (1.4,-0.6) -- (1.4,-1.2);\n  \\node[red, font=\\footnotesize, align=center] at (1.4,-1.8) {two halves,\\\\neither an aardvark};\n  % --- mass noun (right) ---\n  \\begin{scope}[xshift=6.2cm]\n    \\node[font=\\footnotesize] at (1.4,2.7) {mass noun: butter};\n    \\draw[black] (0,0.05) rectangle (2.8,1.45);\n    \\node[font=\\footnotesize] at (0.65,0.75) {a lump};\n    \\draw[acc, thick, dashed] (1.4,1.45) -- (1.4,0.05);\n    \\node[acc, font=\\scriptsize, anchor=south] at (1.4,1.5) {cut};\n    \\draw[->, black] (1.4,-0.3) -- (1.4,-0.9);\n    \\node[acc, font=\\footnotesize, align=center] at (1.4,-1.5) {both halves\\\\are butter};\n  \\end{scope}\n\\end{tikzpicture}\n$$\n\nThe reason is that some properties are **intrinsic** — density, boiling point,\ncolor, flavor, ownership — belonging to the substance rather than the object, and\nretained under subdivision. Others are **extrinsic** — weight, length, shape — and\nare not. A category defined only by intrinsic properties is a substance, or mass\nnoun; a category whose definition mentions any extrinsic property is a count noun.\n$Stuff$ is the most general substance (no intrinsic properties specified); $Thing$\nis the most general count noun.\n\nThe intrinsic\u002Fextrinsic split is the underlying distinction; the count-noun\u002Fmass-noun\ngrammar reflects it. The test is behavior under subdivision. Take a lump of butter\n$Butter_3$ with density $0.911$ grams per cubic centimeter, weight $250$ grams, and\ntemperature $18$ degrees Celsius, and cut it in half.\n\n$$\n% caption: Intrinsic vs. extrinsic under subdivision. Cutting Butter_3 preserves the\n% intrinsic properties (density, temperature, and the fact of being butter) but\n% halves the extrinsic weight; a category defined only by intrinsic properties is a\n% substance.\n\\begin{tikzpicture}[>=stealth, font=\\footnotesize,\n  box\u002F.style={draw, minimum width=30mm, minimum height=13mm, align=center, font=\\scriptsize}]\n  \\definecolor{acc}{HTML}{2348F2}\n  \\definecolor{red}{HTML}{C0392B}\n  \\node[box] (whole) at (0,0) {Butter\\_3\\\\density 0.911\\\\weight 250 g\\\\temp 18 C};\n  \\node[box] (h1) at (5.6,1.1) {half\\\\density 0.911\\\\weight 125 g\\\\temp 18 C};\n  \\node[box] (h2) at (5.6,-1.1) {half\\\\density 0.911\\\\weight 125 g\\\\temp 18 C};\n  \\draw[->, black] (whole) -- (h1) node[midway, above, sloped, font=\\scriptsize] {cut};\n  \\draw[->, black] (whole) -- (h2) node[midway, below, sloped, font=\\scriptsize] {cut};\n  \\node[acc, font=\\scriptsize, anchor=west] at (8.3,0.5) {intrinsic: unchanged};\n  \\node[red, font=\\scriptsize, anchor=west] at (8.3,-0.4) {extrinsic: halved};\n\\end{tikzpicture}\n$$\n\nDensity, temperature, and butter-hood are intrinsic and survive: both halves have\ndensity $0.911$ and both are butter, so the axiom $b \\in Butter \\land PartOf(p, b)\n\\Rightarrow p \\in Butter$ holds. Weight is extrinsic and does not survive: each half\nweighs $125$ grams, not $250$. If we had defined a category $QuarterPoundOfButter$\nby its weight, cutting a member would produce two non-members — the count-noun\nbehavior, where the weight clause smuggles an extrinsic property into the\ndefinition and turns a mass noun back into a count noun. This is why $Stuff$\nspecifies no extrinsic property at all, and why every count noun's definition can be\ntraced to at least one extrinsic clause.\n\n## Events\n\nSituation calculus, from the [planning](\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fclassical-planning)\nmaterial, describes a world where actions are discrete, instantaneous, and happen\none at a time. That breaks down for a continuous action like filling a bathtub: it\ncannot describe what happens _during_ the action, nor two actions overlapping in\ntime. **Event calculus** fixes this by being built on points of time rather than\nsituations.[^event]\n\nEvent calculus reifies **fluents** and events. The fluent $At(Shankar, Berkeley)$\nis an object naming the fact of Shankar being in Berkeley — it does not by itself\nassert that the fact holds. To assert a fluent is true at a time we use the\npredicate $T$, as in $T(At(Shankar, Berkeley), t)$. Events are members of event\ncategories: $E_1 \\in Flyings \\land Flyer(E_1, Shankar) \\land Origin(E_1, SF) \\land\nDestination(E_1, DC)$. We then say $Happens(E_1, i)$ to place the event over a time\ninterval $i = (t_1, t_2)$.\n\nThe complete vocabulary is compact:\n\n| Predicate | Meaning |\n| --- | --- |\n| $T(f, t)$ | fluent $f$ is true at time $t$ |\n| $Happens(e, i)$ | event $e$ happens over interval $i$ |\n| $Initiates(e, f, t)$ | event $e$ causes fluent $f$ to start holding at $t$ |\n| $Terminates(e, f, t)$ | event $e$ causes fluent $f$ to cease holding at $t$ |\n| $Clipped(f, i)$ | $f$ ceases to be true at some point during $i$ |\n| $Restored(f, i)$ | $f$ becomes true at some point during $i$ |\n\nA distinguished event $Start$ describes the initial state. The core axiom says a\nfluent holds now if some past event initiated it and no intervening event clipped\nit:\n\n$$\nHappens(e, (t_1, t_2)) \\land Initiates(e, f, t_1) \\land \\lnot Clipped(f, (t_1, t))\n\\land t_1 \u003C t \\;\\Rightarrow\\; T(f, t)\n$$\n\nwith a symmetric axiom for termination. This is the event-calculus analogue of a\nsuccessor-state axiom, and domain-specific fluents are defined the same way — the\nwumpus agent gets an arrow only at the start and loses it only by shooting:\n$Initiates(e, HaveArrow(a), t) \\iff e = Start$ and $Terminates(e, HaveArrow(a), t)\n\\iff e \\in Shootings(a)$. Because events are reified, arbitrary extra facts attach\nfreely: $Bumpy(E_1)$ records that the flight was bumpy, with no need to grow a\npredicate's arity.\n\nFor example, run the arrow fluent all the way through the axioms.\nThe wumpus agent's history opens with $Happens(Start, (0, 0))$, and $Start$ is\nthe only event before the agent does anything. To show the agent still holds its\narrow at time $t = 5$, given that nothing has been shot yet — the only events in the\ninterval are movements and turns — instantiate the initiation axiom with $e = Start$,\n$f = HaveArrow(Agent)$, $t_1 = 0$, and $t = 5$:\n\n$$\n\\underbrace{Happens(Start, (0, 0))}_{\\text{given}} \\;\\land\\;\n\\underbrace{Initiates(Start, HaveArrow(Agent), 0)}_{\\text{from } e = Start} \\;\\land\\;\n\\underbrace{\\lnot Clipped(HaveArrow(Agent), (0, 5))}_{\\text{no shot yet}} \\;\\land\\;\n\\underbrace{0 \u003C 5}_{\\text{true}}\n$$\n\nEach conjunct discharges. The first is the initial-state event. The second follows\nfrom $Initiates(e, HaveArrow(a), t) \\iff e = Start$ with $e$ bound to $Start$. The\nthird follows from the structure of the domain: $Clipped(f, i)$\nmeans some event terminates $f$ inside $i$, and the only terminator of $HaveArrow$ is\na shooting; since no member of $Shootings(Agent)$ has happened in $(0, 5)$, nothing\nclips the fluent. The fourth is arithmetic. The core axiom's antecedent is\nsatisfied, so it fires and concludes\n\n$$\nT(HaveArrow(Agent), 5)\n$$\n\nNow let the agent shoot at $t = 5$: $Happens(Shoot_5, (5, 5))$ with $Shoot_5 \\in\nShootings(Agent)$. By the termination axiom, $Terminates(Shoot_5, HaveArrow(Agent),\n5)$, and any attempt to prove $T(HaveArrow(Agent), 6)$ now fails at the third\nconjunct, because $Shoot_5$ clips the fluent in $(0, 6)$ — $Clipped(HaveArrow(Agent),\n(0, 6))$ holds. The fluent is true at 5 and false at 6, with no frame axiom listing\nthe movements and turns that left it untouched. That is the whole point of the\nevent-calculus treatment of the frame problem: persistence is the default, and only\ninitiation and termination events are written down.\n\n### Processes\n\nThe events so far are **discrete events** — a definite beginning, middle, and end.\nShankar's trip from San Francisco to Washington is one; interrupted halfway it\nwould be a different event. But the category $Flyings$ has a different quality: take\nany small sub-interval of the flight and it is still a member of $Flyings$. A\ncategory with this property is a **process** or **liquid event**:\n\n$$\n(e \\in Processes) \\land Happens(e, (t_1, t_4)) \\land (t_1 \u003C t_2 \u003C t_3 \u003C t_4)\n\\;\\Rightarrow\\; Happens(e, (t_2, t_3))\n$$\n\nLiquid versus discrete events mirrors the distinction between stuff and things —\nsome call liquid events **temporal substances** and substances like butter\n**spatial substances**.\n\n### Time intervals\n\nEvent calculus lets us talk about time itself. Intervals come in two kinds:\n**moments**, with zero duration, and **extended intervals** — and\n$Partition(\\{Moments, ExtendedIntervals\\}, Intervals)$. Fix an arbitrary time scale\n(midnight GMT, January 1, 1900, is time 0), and functions $Begin$, $End$, $Time$,\nand $Duration$ pick out endpoints, absolute times, and lengths.\n\nThe relations _between_ two intervals — proposed by Allen — cover every way two\nintervals can sit relative to each other. $Meet(i,j)$ holds when the end of $i$ is\nthe start of $j$; the rest are defined by comparing endpoints.\n\n$$\n% caption: Allen's interval relations. Each pair of bars shows how interval $i$\n% (shaded) sits relative to $j$; $Meet$, $Before$\u002F$After$, $During$, $Overlap$,\n% $Starts$, $Finishes$, and $Equals$ exhaust the possibilities up to symmetry.\n\\begin{tikzpicture}[>=stealth, font=\\footnotesize,\n  bi\u002F.style={draw, fill=black!12, minimum height=4.5mm, inner sep=0pt},\n  bj\u002F.style={draw, fill=white, minimum height=4.5mm, inner sep=0pt}]\n  \\definecolor{acc}{HTML}{2348F2}\n  % Meet\n  \\node[font=\\footnotesize, anchor=east] at (-0.2,3.4) {Meet(i,j)};\n  \\node[bi, minimum width=10mm] at (0.6,3.4) {i};\n  \\node[bj, minimum width=10mm] at (1.7,3.4) {j};\n  % Before\u002FAfter\n  \\node[font=\\footnotesize, anchor=east] at (-0.2,2.5) {Before(i,j)};\n  \\node[bi, minimum width=8mm] at (0.5,2.5) {i};\n  \\node[bj, minimum width=8mm] at (2.0,2.5) {j};\n  % During\n  \\node[font=\\footnotesize, anchor=east] at (-0.2,1.6) {During(i,j)};\n  \\node[bi, minimum width=8mm] at (1.2,1.75) {i};\n  \\node[bj, minimum width=16mm] at (1.4,1.25) {j};\n  % Overlap\n  \\node[font=\\footnotesize, anchor=east] at (-0.2,0.6) {Overlap(i,j)};\n  \\node[bi, minimum width=11mm] at (0.9,0.75) {i};\n  \\node[bj, minimum width=11mm] at (1.9,0.25) {j};\n  % right column\n  \\begin{scope}[xshift=6.2cm]\n    \\node[font=\\footnotesize, anchor=east] at (-0.2,3.4) {Starts(i,j)};\n    \\node[bi, minimum width=7mm] at (0.55,3.55) {i};\n    \\node[bj, minimum width=14mm] at (0.9,3.05) {j};\n    \\node[font=\\footnotesize, anchor=east] at (-0.2,2.2) {Finishes(i,j)};\n    \\node[bi, minimum width=7mm] at (1.25,2.35) {i};\n    \\node[bj, minimum width=14mm] at (0.9,1.85) {j};\n    \\node[font=\\footnotesize, anchor=east] at (-0.2,1.0) {Equals(i,j)};\n    \\node[bi, minimum width=12mm] at (0.8,1.15) {i};\n    \\node[bj, minimum width=12mm] at (0.8,0.65) {j};\n  \\end{scope}\n\\end{tikzpicture}\n$$\n\n$Overlap$ is asymmetric here: $Overlap(i,j)$ holds only if $i$ begins before $j$.\nWith these relations we can say the reign of Elizabeth II immediately followed that\nof George VI, $Meets(ReignOf(GeorgeVI), ReignOf(ElizabethII))$, and that the reign\nof Elvis overlapped the 1950s.\n\nWhat makes the seven relations a usable calculus rather than a list is\n**composition**: given how $i$ relates to $j$ and how $j$ relates to $k$, the\npossible relations between $i$ and $k$ are fixed, and the reasoner can chain\nconstraints without ever looking at numerical endpoints. Some compositions pin the\nresult to a single relation. If $Meets(i, j)$ and $Meets(j, k)$, then the end of $i$\nis the start of $j$ and the end of $j$ is the start of $k$, so $i$ finishes strictly\nbefore $k$ starts: $Before(i, k)$, and nothing else is possible. Chaining\n$Before(i, j)$ with $Before(j, k)$ likewise forces $Before(i, k)$ — the relation is\ntransitive. Other compositions leave a disjunction. If $Before(i, j)$ and\n$Meets(j, k)$, then $i$ ends before $j$ starts and $j$ ends where $k$ starts, which\nstill puts all of $i$ before $k$: again $Before(i, k)$. But composing $Overlap(i, j)$\nwith $During(j, k)$ leaves several possibilities — $i$ might overlap $k$, start it,\nor sit during it — and the entry in the composition table is a set of relations, not\none.\n\n$$\n% caption: Reading the interval composition table. Given Meets(i,j) and Meets(j,k),\n% the transitive chain forces Before(i,k): i ends where j starts, j ends where k\n% starts, so i lies strictly before k with no other relation possible.\n\\begin{tikzpicture}[>=stealth, font=\\footnotesize,\n  bar\u002F.style={draw, minimum height=4.5mm, inner sep=0pt}]\n  \\definecolor{acc}{HTML}{2348F2}\n  \\definecolor{red}{HTML}{C0392B}\n  \\node[bar, fill=black!12, minimum width=14mm] (i) at (0,1.9) {i};\n  \\node[bar, fill=white, minimum width=14mm] (j) at (1.5,1.0) {j};\n  \\node[bar, fill=black!12, minimum width=14mm] (k) at (3.0,0.1) {k};\n  % meeting-point guides\n  \\draw[acc, dashed] (0.75,2.15) -- (0.75,0.75);\n  \\draw[red, dashed] (2.25,1.25) -- (2.25,-0.15);\n  \\node[acc, font=\\scriptsize, anchor=south] at (0.75,2.2) {i ends = j starts};\n  \\node[red, font=\\scriptsize, anchor=north] at (2.25,-0.2) {j ends = k starts};\n  \\node[font=\\footnotesize, anchor=west] at (5.0,1.9) {Meets(i,j)};\n  \\node[font=\\footnotesize, anchor=west] at (5.0,1.0) {Meets(j,k)};\n  \\draw[black] (4.9,0.55) -- (7.6,0.55);\n  \\node[font=\\footnotesize, text=acc, anchor=west] at (5.0,0.1) {gives Before(i,k)};\n\\end{tikzpicture}\n$$\n\nThe full table is a 13-by-13 grid (the seven relations here plus the inverses of the\nsix asymmetric ones), and constraint propagation over it is how interval reasoners\nanswer questions like whether two events could have coincided given only qualitative\nstatements about their order.\n\n### Fluents and objects\n\nA physical object can be viewed as a generalized event — a chunk of space-time. The\nUSA began in 1776 as a union of thirteen states and continues today as a union of\nfifty; its changing properties are state fluents like $Population(USA)$. Consider\n$President(USA)$. It cannot be a term that denotes a different person at different\ntimes, because a term denotes exactly one object in a model. Instead\n$President(USA)$ denotes a single object that _is_ George Washington from 1789 to\n1797, John Adams from 1797 to 1801, and so on — the four-dimensional object whose\ntemporal slices are the successive presidents.\n\n$$\n% caption: The object $President(USA)$ across time, as a four-dimensional entity\n% whose temporal slices are the successive presidents; each slice is that\n% president for the duration of the term.\n\\begin{tikzpicture}[>=stealth, font=\\footnotesize,\n  slab\u002F.style={draw, fill=black!8, minimum width=13mm, minimum height=18mm}]\n  \\definecolor{acc}{HTML}{2348F2}\n  \\node[slab] (w) at (0,0) {Washington};\n  \\node[slab] (a) at (2.6,0) {Adams};\n  \\node[slab] (j) at (5.2,0) {Je\\\u002Ff\\\u002Fferson};\n  \\node[font=\\scriptsize, anchor=north] at (0,-1.05) {1789};\n  \\node[font=\\scriptsize, anchor=north] at (2.6,-1.05) {1797};\n  \\node[font=\\scriptsize, anchor=north] at (5.2,-1.05) {1801};\n  \\draw[->, acc, thick] (-1.2,-1.5) -- (6.6,-1.5);\n  \\node[acc, font=\\footnotesize, anchor=west] at (6.6,-1.5) {time};\n  \\node[font=\\footnotesize, anchor=south] at (2.6,1.05) {President(USA)};\n  \\draw[black, dashed] (-0.9,0.9) -- (6.1,0.9);\n\\end{tikzpicture}\n$$\n\nTo say Washington was president throughout 1790 we write $T(Equals(President(USA),\nGeorgeWashington), AD1790)$, using the _function_ $Equals$ rather than the logical\npredicate $=$ — because $T$ takes an object, not a truth value, and because the two\nare not logically identical (that could never change over time); they are identical\nonly in their 1790 subevents.\n\n## Mental objects and modal logic\n\nThe agents built so far have beliefs and deduce new ones, but none has knowledge\n_about_ belief. That is useful for controlling inference: if Alice asks Bob the\nsquare root of 1764 and he says \"I don't know,\" her \"think harder\" is reasonable\nbecause the answer is derivable; but \"think harder\" about whether his mother is\nsitting down is pointless — better to reason that his mother _knows_ and could be\nasked.\n\nWe model this with **propositional attitudes** an agent can hold toward a mental\nobject: $Believes$, $Knows$, $Wants$, $Intends$, $Informs$. These do not behave\nlike ordinary predicates. Suppose we write $Knows(Lois, CanFly(Superman))$. If\nSuperman is Clark Kent, then equality reasoning — built into first-order logic —\nforces $Knows(Lois, CanFly(Clark))$, which is false: Lois does not know Clark can\nfly. The cause is **referential transparency**: in ordinary logic the term used\nto name an object does not matter, only the object. For $knows$ and $believes$ the\nterm _does_ matter — this is **referential opacity**.\n\n**Modal logic** addresses this by adding operators that take _sentences_ as\narguments. \"Agent $A$ knows $P$\" is written $\\mathbf{K}_A P$. The semantics uses a\ncollection of **possible worlds** connected by **accessibility relations**, one per\nmodal operator: world $w_1$ is accessible from $w_0$ for agent $A$ if everything in\n$w_1$ is consistent with what $A$ knows in $w_0$.\n\n> **Definition (Knowledge in modal logic).** $\\mathbf{K}_A P$ is true at world $w$\n> exactly when $P$ is true in _every_ world accessible from $w$ for $A$. The agent\n> knows $P$ iff $P$ holds in all worlds it considers possible.\n\n$$\n% caption: Possible worlds and accessibility. From the actual world $w_0$, agent\n% $A$'s accessible worlds are those consistent with what $A$ knows; $A$ knows $P$\n% iff $P$ holds in every one of them. A world where $2+2=5$ is accessible to no\n% agent.\n\\begin{tikzpicture}[>=stealth, font=\\footnotesize,\n  w\u002F.style={draw, minimum width=17mm, minimum height=9mm, font=\\footnotesize}]\n  \\definecolor{acc}{HTML}{2348F2}\n  \\node[w, draw=acc, text=acc] (w0) at (0,0) {w0: actual};\n  \\node[w] (w1) at (3.4,1.3) {w1: P};\n  \\node[w] (w2) at (3.4,-1.3) {w2: P};\n  \\node[w] (w3) at (6.6,0) {w3: P};\n  \\draw[->, acc, thick] (w0) -- (w1) node[midway, above, font=\\scriptsize, text=black] {Acc};\n  \\draw[->, acc, thick] (w0) -- (w2) node[midway, below, font=\\scriptsize, text=black] {Acc};\n  \\draw[->, acc, thick] (w1) -- (w3);\n  \\draw[->, acc, thick] (w2) -- (w3);\n  \\node[font=\\scriptsize, align=center, text=black] at (3.3,0) {P holds in\\\\all accessible\\\\worlds, so A\\\\knows P};\n\\end{tikzpicture}\n$$\n\nBecause modal sentences nest, we can reason about what one agent knows about\nanother's knowledge. Even though Lois does not know Superman's secret identity, she\nknows that Superman knows it: $\\mathbf{K}_{Lois}[\\mathbf{K}_{Clark}\nIdentity(Superman, Clark) \\lor \\mathbf{K}_{Clark} \\lnot Identity(Superman, Clark)]$.\nStandard axioms follow: an agent's knowledge is closed under implication,\n$(\\mathbf{K}_a P \\land \\mathbf{K}_a(P \\Rightarrow Q)) \\Rightarrow \\mathbf{K}_a Q$;\nknowledge implies truth, $\\mathbf{K}_a P \\Rightarrow P$; and agents can introspect,\n$\\mathbf{K}_a P \\Rightarrow \\mathbf{K}_a(\\mathbf{K}_a P)$. The remaining weakness is\n**logical omniscience**: the possible-worlds model forces an agent that knows some\naxioms to know _all_ their consequences, which is implausible for belief. Attempts\nto bound rationality to $k$ reasoning steps have been largely unsatisfactory.\n\n\n## Where this continues\n\nWe now have the content of a knowledge base — an ontology, categories, composed\nobjects, reified events threaded by time, and a modal account of belief. What we\nhave not built is the _machinery_ that makes such a base practical at scale: how to\norganize categories for fast inheritance, how to keep the core inferences tractable,\nand how to handle the fact that almost every useful rule holds only by default.\n\nThis continues in\n[Reasoning Systems and Default Logic](\u002Fartificial-intelligence\u002Flogic-and-planning\u002Freasoning-systems-and-defaults),\nwhich covers semantic networks and description logics with their subsumption and\nclassification, default reasoning by circumscription and default logic, and truth\nmaintenance systems that retract conclusions cleanly when the beliefs beneath them\nchange.\n\n[^onto]: **AIMA**, Ch. 12 — Knowledge Representation, §12.1 Ontological Engineering: the question of what _content_ to put in a knowledge base, the upper ontology of general concepts, and the four routes by which real ontologies (CYC, DBpedia, TextRunner, OpenMind) were built.\n[^event]: **AIMA**, §12.3 Events: event calculus based on time points rather than situations, reifying fluents and events, with the $T$\u002F$Happens$\u002F$Initiates$\u002F$Terminates$\u002F$Clipped$\u002F$Restored$ vocabulary, processes as liquid events, and Allen's interval relations.\n",{"text":14330,"minutes":14331,"time":14332,"words":14333},"16 min read",15.64,938400,3128,{"title":5,"description":14318},[14336,14338],{"book":14110,"ref":14337},"Ch. 12 — Knowledge Representation; §12.1 Ontological Engineering; §12.2 Categories and Objects",{"book":14110,"ref":14339},"§12.3 Events; §12.4 Mental Events and Mental Objects","available","08.artificial-intelligence\u002F03.logic-and-planning\u002F11.knowledge-representation","First-order logic gives you the language; this lesson is about what to say in it. This first part builds the content: a general upper ontology from the top down, categories as first-class objects with taxonomies and inheritance, physical composition and the count-noun\u002Fmass-noun split, events and time reified through the event calculus, and belief modeled with modal logic — the machinery for representing the world an agent reasons about.\n",[14344],"Logic","zVsjMiBxZhn3UlqQWmjUnF8V203S8p8F4e5mgANmP4M",{"\u002Falgorithms\u002Ffoundations\u002Fwhat-is-an-algorithm":14347,"\u002Falgorithms\u002Ffoundations\u002Fproof-techniques":14348,"\u002Falgorithms\u002Ffoundations\u002Fasymptotic-analysis":14349,"\u002Falgorithms\u002Ffoundations\u002Fgrowth-rates-and-loop-analysis":14350,"\u002Falgorithms\u002Ffoundations\u002Frecurrences":14351,"\u002Falgorithms\u002Ffoundations\u002Famortized-analysis":14352,"\u002Falgorithms\u002Fdivide-and-conquer\u002Fmergesort":14353,"\u002Falgorithms\u002Fdivide-and-conquer\u002Fquicksort":14354,"\u002Falgorithms\u002Fdivide-and-conquer\u002Fselection":14355,"\u002Falgorithms\u002Fdivide-and-conquer\u002Ffast-multiplication":14356,"\u002Falgorithms\u002Fsorting\u002Fheaps-and-heapsort":14357,"\u002Falgorithms\u002Fsorting\u002Fsorting-lower-bounds":14358,"\u002Falgorithms\u002Fsorting\u002Flinear-time-sorting":14359,"\u002Falgorithms\u002Fsorting\u002Fexternal-sorting":14360,"\u002Falgorithms\u002Fdata-structures\u002Felementary-structures":14361,"\u002Falgorithms\u002Fdata-structures\u002Fhash-tables":14362,"\u002Falgorithms\u002Fdata-structures\u002Fbinary-search-trees":14363,"\u002Falgorithms\u002Fdata-structures\u002Favl-trees":14364,"\u002Falgorithms\u002Fdata-structures\u002Fbalanced-trees":14365,"\u002Falgorithms\u002Fdata-structures\u002Funion-find":14366,"\u002Falgorithms\u002Fdata-structures\u002Ffenwick-and-segment-trees":14367,"\u002Falgorithms\u002Fdata-structures\u002Fspatial-data-structures":14368,"\u002Falgorithms\u002Fdata-structures\u002Fskip-lists-and-probabilistic-structures":14369,"\u002Falgorithms\u002Fdata-structures\u002Fb-trees":14370,"\u002Falgorithms\u002Fdata-structures\u002Fdata-stream-algorithms":14371,"\u002Falgorithms\u002Fdata-structures\u002Fstreaming-sketches":14372,"\u002Falgorithms\u002Fsequences\u002Ftwo-pointers-and-windows":14373,"\u002Falgorithms\u002Fsequences\u002Fprefix-sums":14374,"\u002Falgorithms\u002Fsequences\u002Fmonotonic-stacks":14375,"\u002Falgorithms\u002Fsequences\u002Fbinary-search-on-the-answer":14376,"\u002Falgorithms\u002Fsequences\u002Fstring-matching":14377,"\u002Falgorithms\u002Fsequences\u002Fkmp-and-z-function":14378,"\u002Falgorithms\u002Fsequences\u002Ftries":14379,"\u002Falgorithms\u002Fsequences\u002Fsuffix-arrays-and-aho-corasick":14380,"\u002Falgorithms\u002Fgraphs\u002Frepresentations-and-traversal":14381,"\u002Falgorithms\u002Fgraphs\u002Fdepth-first-search":14382,"\u002Falgorithms\u002Fgraphs\u002Ftopological-sort-and-scc":14383,"\u002Falgorithms\u002Fgraphs\u002Fminimum-spanning-trees":14384,"\u002Falgorithms\u002Fgraphs\u002Fkruskal-and-prim":14385,"\u002Falgorithms\u002Fgraphs\u002Fshortest-paths":14386,"\u002Falgorithms\u002Fgraphs\u002Fall-pairs-and-negative-weights":14387,"\u002Falgorithms\u002Fgraphs\u002Fnetwork-flow":14388,"\u002Falgorithms\u002Fgraphs\u002Fmax-flow-min-cut":14389,"\u002Falgorithms\u002Fgraphs\u002Fbridges-and-articulation-points":14390,"\u002Falgorithms\u002Fgraphs\u002Flowest-common-ancestor":14391,"\u002Falgorithms\u002Fgraphs\u002Ftwo-sat":14392,"\u002Falgorithms\u002Fgraphs\u002Feulerian-tours":14393,"\u002Falgorithms\u002Fgraphs\u002Fbipartite-matching":14394,"\u002Falgorithms\u002Fgreedy\u002Fthe-greedy-method":14395,"\u002Falgorithms\u002Fgreedy\u002Fscheduling-and-intervals":14396,"\u002Falgorithms\u002Fgreedy\u002Fhuffman-codes":14397,"\u002Falgorithms\u002Fgreedy\u002Fmatroids":14398,"\u002Falgorithms\u002Fgreedy\u002Fstable-matching":14399,"\u002Falgorithms\u002Fdynamic-programming\u002Fprinciples":14400,"\u002Falgorithms\u002Fdynamic-programming\u002Fsequence-dp":14401,"\u002Falgorithms\u002Fdynamic-programming\u002Flongest-increasing-subsequence":14402,"\u002Falgorithms\u002Fdynamic-programming\u002Fknapsack":14403,"\u002Falgorithms\u002Fdynamic-programming\u002Fcoin-change-and-unbounded":14404,"\u002Falgorithms\u002Fdynamic-programming\u002Finterval-dp":14405,"\u002Falgorithms\u002Fdynamic-programming\u002Ftree-dp":14406,"\u002Falgorithms\u002Fdynamic-programming\u002Fbitmask-dp":14407,"\u002Falgorithms\u002Fdynamic-programming\u002Fdp-optimizations":14408,"\u002Falgorithms\u002Fdynamic-programming\u002Fdp-on-graphs":14409,"\u002Falgorithms\u002Fdynamic-programming\u002Fdigit-and-probability-dp":14410,"\u002Falgorithms\u002Fbacktracking\u002Fbacktracking-fundamentals":14411,"\u002Falgorithms\u002Fbacktracking\u002Fconstraint-search":14412,"\u002Falgorithms\u002Fbacktracking\u002Fbranch-and-bound":14413,"\u002Falgorithms\u002Fbacktracking\u002Fgraph-backtracking":14414,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fnumber-theory-basics":14415,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fmodular-exponentiation-and-primality":14416,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fsieve-and-factorization":14417,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fcombinatorics":14418,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fmatrix-exponentiation":14419,"\u002Falgorithms\u002Fmathematical-algorithms\u002Ffast-fourier-transform":14420,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fgradient-descent":14421,"\u002Falgorithms\u002Fcomputational-geometry\u002Fgeometric-primitives":14422,"\u002Falgorithms\u002Fcomputational-geometry\u002Fconvex-hull":14423,"\u002Falgorithms\u002Fcomputational-geometry\u002Fsweep-line":14424,"\u002Falgorithms\u002Fcomputational-geometry\u002Fpolygons-and-proximity":14425,"\u002Falgorithms\u002Fintractability\u002Fp-np-reductions":14426,"\u002Falgorithms\u002Fintractability\u002Fnp-completeness":14427,"\u002Falgorithms\u002Fintractability\u002Fcoping-with-hardness":14428,"\u002Falgorithms\u002Fintractability\u002Fapproximation-algorithms":14429,"\u002Falgorithms":14430,"\u002Fcalculus\u002Flimits-and-continuity\u002Ffunctions-and-models":14431,"\u002Fcalculus\u002Flimits-and-continuity\u002Fthe-limit-of-a-function":14432,"\u002Fcalculus\u002Flimits-and-continuity\u002Flimit-laws-and-the-precise-definition":14433,"\u002Fcalculus\u002Flimits-and-continuity\u002Fcontinuity":14434,"\u002Fcalculus\u002Fderivatives\u002Fthe-derivative-and-rates-of-change":14435,"\u002Fcalculus\u002Fderivatives\u002Fdifferentiation-rules-and-the-chain-rule":14436,"\u002Fcalculus\u002Fderivatives\u002Fimplicit-differentiation-and-related-rates":14437,"\u002Fcalculus\u002Fderivatives\u002Flinear-approximations-and-differentials":14438,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fextrema-and-the-mean-value-theorem":14439,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fhow-derivatives-shape-a-graph":14440,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fcurve-sketching-and-optimization":14441,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fnewtons-method-and-antiderivatives":14442,"\u002Fcalculus\u002Fintegrals\u002Farea-and-the-definite-integral":14443,"\u002Fcalculus\u002Fintegrals\u002Fthe-fundamental-theorem-of-calculus":14444,"\u002Fcalculus\u002Fintegrals\u002Fthe-substitution-rule":14445,"\u002Fcalculus\u002Fapplications-of-integration\u002Fareas-and-volumes":14446,"\u002Fcalculus\u002Fapplications-of-integration\u002Fwork-average-value-and-arc-length":14447,"\u002Fcalculus\u002Fapplications-of-integration\u002Fphysics-economics-and-probability":14448,"\u002Fcalculus\u002Fexponential-logarithmic-and-inverse-functions\u002Finverse-functions-logarithms-and-exponentials":14449,"\u002Fcalculus\u002Fexponential-logarithmic-and-inverse-functions\u002Fgrowth-decay-inverse-trig-and-hyperbolic-functions":14450,"\u002Fcalculus\u002Fexponential-logarithmic-and-inverse-functions\u002Flhospitals-rule":14451,"\u002Fcalculus\u002Ftechniques-of-integration\u002Fintegration-by-parts":14452,"\u002Fcalculus\u002Ftechniques-of-integration\u002Ftrigonometric-integrals-and-substitution":14453,"\u002Fcalculus\u002Ftechniques-of-integration\u002Fpartial-fractions-and-integration-strategy":14454,"\u002Fcalculus\u002Ftechniques-of-integration\u002Fapproximate-and-improper-integrals":14455,"\u002Fcalculus\u002Fparametric-and-polar\u002Fparametric-curves-and-their-calculus":14456,"\u002Fcalculus\u002Fparametric-and-polar\u002Fpolar-coordinates":14457,"\u002Fcalculus\u002Fparametric-and-polar\u002Fconic-sections":14458,"\u002Fcalculus\u002Fsequences-and-series\u002Fsequences":14459,"\u002Fcalculus\u002Fsequences-and-series\u002Fseries-and-the-integral-test":14460,"\u002Fcalculus\u002Fsequences-and-series\u002Fthe-convergence-tests":14461,"\u002Fcalculus\u002Fsequences-and-series\u002Fpower-series":14462,"\u002Fcalculus\u002Fsequences-and-series\u002Ftaylor-and-maclaurin-series":14463,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fvectors-and-the-dot-product":14464,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fthe-cross-product-lines-and-planes":14445,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fcylinders-and-quadric-surfaces":14465,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fvector-functions-and-space-curves":14466,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Farc-length-curvature-and-motion":14467,"\u002Fcalculus\u002Fpartial-derivatives\u002Ffunctions-of-several-variables":14435,"\u002Fcalculus\u002Fpartial-derivatives\u002Fpartial-derivatives":14468,"\u002Fcalculus\u002Fpartial-derivatives\u002Ftangent-planes-and-the-chain-rule":14469,"\u002Fcalculus\u002Fpartial-derivatives\u002Fdirectional-derivatives-and-the-gradient":14470,"\u002Fcalculus\u002Fpartial-derivatives\u002Foptimization-and-lagrange-multipliers":14471,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fdouble-integrals":14472,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Ftriple-integrals-and-coordinate-systems":14473,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fvector-fields-and-line-integrals":14474,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fgreens-theorem-curl-and-divergence":14475,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fsurface-integrals":14476,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fstokes-and-the-divergence-theorem":14477,"\u002Fcalculus":14478,"\u002Fmechanics\u002Ffoundations\u002Fmeasurement-and-dimensions":14479,"\u002Fmechanics\u002Ffoundations\u002Fvector-algebra":14480,"\u002Fmechanics\u002Fkinematics\u002Fone-dimensional-motion":14481,"\u002Fmechanics\u002Fkinematics\u002Fmotion-graphs":14482,"\u002Fmechanics\u002Fkinematics\u002Fprojectile-motion":14483,"\u002Fmechanics\u002Fkinematics\u002Frelative-motion":14484,"\u002Fmechanics\u002Fkinematics\u002Fcircular-motion":14485,"\u002Fmechanics\u002Fdynamics\u002Fnewtons-laws":14486,"\u002Fmechanics\u002Fdynamics\u002Ffree-body-diagrams":14487,"\u002Fmechanics\u002Fdynamics\u002Ffriction-and-curved-motion":14488,"\u002Fmechanics\u002Fdynamics\u002Fnumerical-dynamics":14489,"\u002Fmechanics\u002Fdynamics\u002Fcenter-of-mass-systems":14490,"\u002Fmechanics\u002Fenergy\u002Fwork-and-kinetic-energy":14491,"\u002Fmechanics\u002Fenergy\u002Fpotential-energy":14492,"\u002Fmechanics\u002Fenergy\u002Fmultiparticle-work":14493,"\u002Fmechanics\u002Fenergy\u002Fmass-energy-and-binding":14494,"\u002Fmechanics\u002Fenergy\u002Fphotons-and-quantization":14495,"\u002Fmechanics\u002Fmomentum\u002Fmomentum-and-collisions":14496,"\u002Fmechanics\u002Fmomentum\u002Fcenter-of-mass-collisions":14497,"\u002Fmechanics\u002Fmomentum\u002Frocket-propulsion":14498,"\u002Fmechanics\u002Frotation\u002Frotational-inertia":14499,"\u002Fmechanics\u002Frotation\u002Frotational-dynamics":14500,"\u002Fmechanics\u002Frotation\u002Frolling-motion":14501,"\u002Fmechanics\u002Frotation\u002Fangular-momentum":14502,"\u002Fmechanics\u002Frotation\u002Frolling-resistance":14503,"\u002Fmechanics\u002Frotation\u002Fgyroscopic-precession":14504,"\u002Fmechanics\u002Fgravity-and-matter\u002Fkeplerian-orbits":14505,"\u002Fmechanics\u002Fgravity-and-matter\u002Fgravitational-fields":14506,"\u002Fmechanics\u002Fgravity-and-matter\u002Fstatic-equilibrium":14507,"\u002Fmechanics\u002Fgravity-and-matter\u002Ffluid-statics":14508,"\u002Fmechanics\u002Fgravity-and-matter\u002Ffluid-flow":14509,"\u002Fmechanics\u002Fgravity-and-matter\u002Forbital-motion":14510,"\u002Fmechanics\u002Fgravity-and-matter\u002Fstress-and-elasticity":14511,"\u002Fmechanics\u002Foscillations-waves\u002Fdamped-oscillators":14512,"\u002Fmechanics\u002Foscillations-waves\u002Ftravelling-waves":14513,"\u002Fmechanics\u002Foscillations-waves\u002Fwave-superposition":14514,"\u002Fmechanics\u002Foscillations-waves\u002Fstanding-waves":14515,"\u002Fmechanics\u002Foscillations-waves\u002Fsound-waves":14516,"\u002Fmechanics\u002Foscillations-waves\u002Fdoppler-effect":14517,"\u002Fmechanics\u002Foscillations-waves\u002Fwave-packets":14518,"\u002Fmechanics\u002Foscillations-waves\u002Fbeats-and-coupling":14519,"\u002Fmechanics\u002Foscillations-waves\u002Fsimple-harmonic-motion":14520,"\u002Fmechanics\u002Foscillations-waves\u002Fpendulum-motion":14521,"\u002Fmechanics\u002Foscillations-waves\u002Fdriven-oscillators":14522,"\u002Fmechanics\u002Foscillations-waves\u002Fwave-boundaries":14523,"\u002Fmechanics\u002Fthermodynamics\u002Fkinetic-theory-of-ideal-gases":14524,"\u002Fmechanics\u002Fthermodynamics\u002Ffirst-law-of-thermodynamics":14525,"\u002Fmechanics\u002Fthermodynamics\u002Fentropy-and-the-second-law":14526,"\u002Fmechanics\u002Fthermodynamics\u002Fthermal-processes":14527,"\u002Fmechanics\u002Fthermodynamics\u002Fphase-changes":14528,"\u002Fmechanics\u002Fthermodynamics\u002Fthermal-machines":14529,"\u002Fmechanics":14530,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Fcharge-and-conductors":14531,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Fcoulombs-law":14532,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Felectric-field-and-force":14533,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Felectric-field-maps":14534,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Felectric-dipoles":14535,"\u002Felectricity-and-magnetism\u002Fcontinuous-charge-distributions\u002Fcontinuous-charge-fields":14536,"\u002Felectricity-and-magnetism\u002Fcontinuous-charge-distributions\u002Fgauss-law-and-conductors":14537,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Fpoint-charge-potential":14538,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Fpotential-gradients-and-equipotentials":14539,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Felectrostatic-energy-and-pressure":14540,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Flaplace-boundary-problems":14541,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Fcontinuous-charge-potentials":14542,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fcapacitance-fundamentals":14519,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fcapacitor-networks":14543,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fcapacitor-energy-and-force":14544,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fdielectric-polarization-and-breakdown":14545,"\u002Felectricity-and-magnetism\u002Fdirect-current-circuits\u002Fcurrent-and-resistance":14515,"\u002Felectricity-and-magnetism\u002Fdirect-current-circuits\u002Fkirchhoff-network-analysis":14380,"\u002Felectricity-and-magnetism\u002Fdirect-current-circuits\u002Frc-transients":14546,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmagnetic-trajectories":14506,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fhall-effect":14547,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmagnetic-force-on-conductors":14548,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmagnetic-dipoles":14549,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmass-spectrometry":14550,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fmoving-charge-fields":14551,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fbiot-savart-law":14552,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fcircular-current-loops":14553,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Famperes-law":14554,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fgauss-law-for-magnetism":14555,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fmagnetic-materials":14480,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fmagnetic-flux":14556,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Ffaradays-law":14557,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Flenzs-law":14558,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fmotional-emf":14559,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Feddy-currents":14560,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fself-inductance":14561,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fmagnetic-energy":14562,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Frl-circuits":14563,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Fac-fundamentals":14498,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Freactance":14497,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Frlc-resonance":14564,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Fac-power":14565,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Ftransformers":14566,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Fdisplacement-current":14567,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Felectromagnetic-waves":14568,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Felectromagnetic-momentum":14569,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Fdipole-radiation":14570,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Fpolarization":14571,"\u002Felectricity-and-magnetism\u002Foptics\u002Freflection-and-refraction":14572,"\u002Felectricity-and-magnetism\u002Foptics\u002Fthin-lenses":14524,"\u002Felectricity-and-magnetism\u002Foptics\u002Fspherical-mirrors":14522,"\u002Felectricity-and-magnetism":14573,"\u002Flinear-algebra\u002Flinear-systems\u002Fsystems-and-echelon-forms":14574,"\u002Flinear-algebra\u002Flinear-systems\u002Fvector-and-matrix-equations":14575,"\u002Flinear-algebra\u002Flinear-systems\u002Fsolution-sets-and-applications":14576,"\u002Flinear-algebra\u002Flinear-systems\u002Flinear-independence":14577,"\u002Flinear-algebra\u002Flinear-systems\u002Flinear-transformations":14578,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fmatrix-operations":14579,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fmatrix-inverse-and-invertibility":14580,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fpartitioned-matrices-and-lu":14581,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fsubspaces-dimension-rank":14582,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fapplications-leontief-and-graphics":14432,"\u002Flinear-algebra\u002Fdeterminants\u002Fdeterminants-and-cofactors":14583,"\u002Flinear-algebra\u002Fdeterminants\u002Fproperties-of-determinants":14584,"\u002Flinear-algebra\u002Fdeterminants\u002Fcramer-volume-and-area":14436,"\u002Flinear-algebra\u002Fvector-spaces\u002Fvector-spaces-and-subspaces":14585,"\u002Flinear-algebra\u002Fvector-spaces\u002Fnull-and-column-spaces":14586,"\u002Flinear-algebra\u002Fvector-spaces\u002Fbases-and-independent-sets":14587,"\u002Flinear-algebra\u002Fvector-spaces\u002Fcoordinate-systems":14588,"\u002Flinear-algebra\u002Fvector-spaces\u002Fdimension-and-rank":14589,"\u002Flinear-algebra\u002Fvector-spaces\u002Fchange-of-basis":14590,"\u002Flinear-algebra\u002Fvector-spaces\u002Fdifference-equations-and-markov":14591,"\u002Flinear-algebra\u002Feigenvalues\u002Feigenvectors-and-eigenvalues":14592,"\u002Flinear-algebra\u002Feigenvalues\u002Fthe-characteristic-equation":14593,"\u002Flinear-algebra\u002Feigenvalues\u002Fdiagonalization":14594,"\u002Flinear-algebra\u002Feigenvalues\u002Feigenvectors-and-linear-transformations":14595,"\u002Flinear-algebra\u002Feigenvalues\u002Fcomplex-eigenvalues":14596,"\u002Flinear-algebra\u002Feigenvalues\u002Fdynamical-systems":14597,"\u002Flinear-algebra\u002Feigenvalues\u002Fpower-method":14598,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Finner-product-length-orthogonality":14599,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Forthogonal-sets-and-projections":14600,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fgram-schmidt-and-qr":14601,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fleast-squares-problems":14602,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fleast-squares-applications":14603,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Finner-product-spaces":14604,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fdiagonalizing-symmetric-matrices":14471,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fquadratic-forms":14605,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fconstrained-optimization":14606,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fsingular-value-decomposition":14607,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fsvd-applications-pca-imaging":14608,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fnumerical-thinking-and-matrix-computation":14609,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Flu-and-cholesky":14610,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fconditioning-and-floating-point":14611,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fstability-and-error-analysis":14612,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fqr-and-numerical-least-squares":14613,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fnumerical-eigenvalues-and-svd":14614,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Faffine-combinations":14615,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Faffine-independence-and-barycentric-coordinates":14616,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Fconvex-combinations-and-convex-sets":14617,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Fhyperplanes-and-polytopes":14618,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Fcurves-and-surfaces":14619,"\u002Flinear-algebra":14620,"\u002Ftheory-of-computation":14621,"\u002Fcomputer-architecture\u002Ffoundations\u002Fbits-bytes-and-words":14622,"\u002Fcomputer-architecture\u002Ffoundations\u002Finteger-representation":14623,"\u002Fcomputer-architecture\u002Ffoundations\u002Finteger-arithmetic":14624,"\u002Fcomputer-architecture\u002Ffoundations\u002Ffloating-point":14625,"\u002Fcomputer-architecture\u002Ffoundations\u002Fboolean-algebra-and-bit-manipulation":14626,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fthe-machines-view":14627,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fdata-movement":14628,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Farithmetic-and-logic":14629,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fcontrol-flow":14630,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fprocedures":14631,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Farrays-structs-and-alignment":14632,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fmemory-layout-and-buffer-overflows":14633,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Fwhat-an-isa-is":14634,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Finstruction-formats-and-operands":14635,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Faddressing-modes":14636,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Fthe-y86-64-instruction-set":14637,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Fy86-64-programming":14638,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Ftransistors-gates-and-boolean-functions":14639,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fcombinational-logic-and-hcl":14640,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fmultiplexers-decoders-and-the-alu":14641,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fmemory-elements-latches-flip-flops-and-clocking":14642,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fregister-files-and-random-access-memory":14643,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fthe-fetch-decode-execute-cycle":14644,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fthe-seq-stages":14645,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fcontrol-logic-and-sequencing":14646,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fassembling-seq":14647,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Ftracing-a-program":14648,"\u002Fcomputer-architecture\u002Fpipelining\u002Fpipelining-principles":14649,"\u002Fcomputer-architecture\u002Fpipelining\u002Ffrom-seq-to-pipe":14650,"\u002Fcomputer-architecture\u002Fpipelining\u002Fdata-hazards-stalling-and-forwarding":14651,"\u002Fcomputer-architecture\u002Fpipelining\u002Fcontrol-hazards-and-branch-prediction":14652,"\u002Fcomputer-architecture\u002Fpipelining\u002Fthe-complete-pipe-processor":14653,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fstorage-technologies-and-the-latency-gap":14654,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Flocality":14655,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fcache-memories-direct-mapped":14656,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fset-associative-and-write-policies":14657,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fcache-performance-and-cache-friendly-code":14658,"\u002Fcomputer-architecture\u002Fvirtual-memory\u002Faddress-spaces-and-translation":14659,"\u002Fcomputer-architecture\u002Fvirtual-memory\u002Fpage-tables-and-page-faults":14660,"\u002Fcomputer-architecture\u002Fvirtual-memory\u002Fthe-tlb-and-multi-level-page-tables":14661,"\u002Fcomputer-architecture\u002Fexceptions-and-io\u002Fexceptional-control-flow":14662,"\u002Fcomputer-architecture\u002Fexceptions-and-io\u002Finterrupts-and-the-kernel":14663,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fprocesses-threads-and-parallelism":14664,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fhardware-multithreading":14665,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fcache-coherence":14666,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fmemory-consistency-and-synchronization":14667,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fmulticore-organization":14668,"\u002Fcomputer-architecture\u002Fcapstone\u002Fthe-whole-machine":14669,"\u002Fcomputer-architecture\u002Fcapstone\u002Fassembling-a-complete-cpu":14670,"\u002Fcomputer-architecture":14621,"\u002Fdifferential-equations\u002Ffoundations\u002Fmodels-and-direction-fields":14671,"\u002Fdifferential-equations\u002Ffoundations\u002Fclassification-and-terminology":14672,"\u002Fdifferential-equations\u002Ffirst-order\u002Flinear-first-order-integrating-factors":14673,"\u002Fdifferential-equations\u002Ffirst-order\u002Fseparable-and-exact":14436,"\u002Fdifferential-equations\u002Ffirst-order\u002Fmodeling-first-order":14674,"\u002Fdifferential-equations\u002Ffirst-order\u002Fautonomous-and-population-dynamics":14435,"\u002Fdifferential-equations\u002Ffirst-order\u002Fexistence-uniqueness-euler":14442,"\u002Fdifferential-equations\u002Ffirst-order\u002Ffirst-order-difference-equations":14675,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fhomogeneous-constant-coefficients":14676,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fcomplex-and-repeated-roots":14476,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fnonhomogeneous-undetermined-coefficients":14677,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fvariation-of-parameters":14678,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fmechanical-electrical-vibrations":14679,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fhigher-order-linear":14680,"\u002Fdifferential-equations\u002Fseries-solutions\u002Fpower-series-ordinary-points":14681,"\u002Fdifferential-equations\u002Fseries-solutions\u002Fregular-singular-frobenius":14682,"\u002Fdifferential-equations\u002Fseries-solutions\u002Fbessel-and-special-functions":14683,"\u002Fdifferential-equations\u002Flaplace\u002Flaplace-definition-ivps":14684,"\u002Fdifferential-equations\u002Flaplace\u002Fstep-impulse-convolution":14685,"\u002Fdifferential-equations\u002Fsystems\u002Fmatrices-eigenvalues-review":14686,"\u002Fdifferential-equations\u002Fsystems\u002Fconstant-coefficient-systems-phase-portraits":14687,"\u002Fdifferential-equations\u002Fsystems\u002Frepeated-eigenvalues-fundamental-matrices":14688,"\u002Fdifferential-equations\u002Fnumerical\u002Feuler-and-runge-kutta":14683,"\u002Fdifferential-equations\u002Fnumerical\u002Fmultistep-systems-stability":14689,"\u002Fdifferential-equations\u002Fnonlinear\u002Fphase-plane-autonomous-stability":14690,"\u002Fdifferential-equations\u002Fnonlinear\u002Flocally-linear-and-liapunov":14691,"\u002Fdifferential-equations\u002Fnonlinear\u002Fcompeting-species-predator-prey-limit-cycles":14692,"\u002Fdifferential-equations\u002Fpdes-fourier-bvp\u002Ffourier-series":14693,"\u002Fdifferential-equations\u002Fpdes-fourier-bvp\u002Fheat-wave-laplace-equations":14694,"\u002Fdifferential-equations\u002Fpdes-fourier-bvp\u002Fsturm-liouville":14695,"\u002Fdifferential-equations\u002Fhistory-variations\u002Fcalculus-of-variations":14696,"\u002Fdifferential-equations\u002Fhistory-variations\u002Fhistorical-notes":14697,"\u002Fdifferential-equations":14698,"\u002Frelativity\u002Ffoundations\u002Fspecial-relativity-postulates":14699,"\u002Frelativity\u002Ffoundations\u002Florentz-transformation-spacetime":14700,"\u002Frelativity\u002Ffoundations\u002Ftime-dilation-length-contraction":14701,"\u002Frelativity\u002Ffoundations\u002Frelativistic-momentum-energy":14702,"\u002Frelativity\u002Ffoundations\u002Fgeneral-relativity":14581,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Fminkowski-spacetime-and-the-interval":14703,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Ffour-vectors-and-index-notation":14704,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Fthe-lorentz-group-and-rapidity":14705,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Fdoppler-aberration-and-appearance":14706,"\u002Frelativity\u002Frelativistic-dynamics\u002Ffour-momentum-force-and-accelerated-motion":14707,"\u002Frelativity\u002Frelativistic-dynamics\u002Fparticle-decays-and-two-body-kinematics":14708,"\u002Frelativity\u002Frelativistic-dynamics\u002Fcollisions-thresholds-and-the-cm-frame":14451,"\u002Frelativity\u002Frelativistic-dynamics\u002Fmandelstam-variables-and-invariants":14709,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Ffour-current-and-the-four-potential":14710,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Fthe-electromagnetic-field-tensor":14711,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Ftransformation-of-electric-and-magnetic-fields":14712,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Fcovariant-maxwell-and-the-stress-energy-tensor":14713,"\u002Frelativity\u002Fcurved-spacetime\u002Fthe-equivalence-principle-formalized":14714,"\u002Frelativity\u002Fcurved-spacetime\u002Fmanifolds-vectors-and-the-metric":14715,"\u002Frelativity\u002Fcurved-spacetime\u002Fcovariant-derivative-and-christoffel-symbols":14716,"\u002Frelativity\u002Fcurved-spacetime\u002Fgeodesics-and-the-geodesic-equation":14717,"\u002Frelativity\u002Fcurved-spacetime\u002Fcurvature-riemann-and-geodesic-deviation":14718,"\u002Frelativity\u002Fcurved-spacetime\u002Fthe-einstein-field-equations":14673,"\u002Frelativity\u002Fthe-schwarzschild-solution\u002Fthe-schwarzschild-metric":14719,"\u002Frelativity\u002Fthe-schwarzschild-solution\u002Fgeodesics-and-orbits-in-schwarzschild":14720,"\u002Frelativity\u002Fthe-schwarzschild-solution\u002Flight-bending-and-null-geodesics":14721,"\u002Frelativity\u002Ftests-of-general-relativity\u002Fperihelion-precession-of-mercury":14722,"\u002Frelativity\u002Ftests-of-general-relativity\u002Fdeflection-of-light-and-gravitational-lensing":14723,"\u002Frelativity\u002Ftests-of-general-relativity\u002Fgravitational-redshift-and-shapiro-delay":14602,"\u002Frelativity\u002Ftests-of-general-relativity\u002Frelativity-in-technology-gps":14724,"\u002Frelativity\u002Fblack-holes\u002Fhorizons-and-coordinate-singularities":14725,"\u002Frelativity\u002Fblack-holes\u002Frotating-and-charged-black-holes":14612,"\u002Frelativity\u002Fblack-holes\u002Fblack-hole-thermodynamics":14726,"\u002Frelativity\u002Fgravitational-waves\u002Flinearized-gravity-and-wave-solutions":14727,"\u002Frelativity\u002Fgravitational-waves\u002Fgeneration-and-the-quadrupole-formula":14728,"\u002Frelativity\u002Fgravitational-waves\u002Fdetection-ligo-and-the-first-events":14729,"\u002Frelativity\u002Fcosmological-bridge\u002Fthe-cosmological-principle-and-flrw-metric":14730,"\u002Frelativity\u002Fcosmological-bridge\u002Ffriedmann-equations-and-cosmic-dynamics":14731,"\u002Frelativity":14732,"\u002Fphysical-computing":14621,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fblackbody-radiation-and-the-planck-quantum":14733,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fthe-photoelectric-effect-and-the-photon":14712,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fx-rays-and-the-compton-effect":14734,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fthe-old-quantum-theory-bohr-and-sommerfeld":14735,"\u002Fquantum-mechanics\u002Fmatter-waves\u002Fde-broglie-waves-and-electron-diffraction":14736,"\u002Fquantum-mechanics\u002Fmatter-waves\u002Fwave-packets-and-the-probability-interpretation":14737,"\u002Fquantum-mechanics\u002Fmatter-waves\u002Fthe-uncertainty-principle":14738,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fthe-schrodinger-equation-in-one-dimension":14739,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fthe-free-particle-and-wave-packet-dynamics":14740,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fparticle-in-infinite-and-finite-square-wells":14688,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Foperators-expectation-values-and-the-harmonic-oscillator":14612,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fthe-dirac-delta-potential":14741,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fbarrier-penetration-and-quantum-tunneling":14742,"\u002Fquantum-mechanics\u002Fformalism\u002Fhilbert-space-and-dirac-notation":14743,"\u002Fquantum-mechanics\u002Fformalism\u002Fobservables-hermitian-operators-and-eigenvalues":14744,"\u002Fquantum-mechanics\u002Fformalism\u002Fthe-postulates-and-quantum-measurement":14740,"\u002Fquantum-mechanics\u002Fformalism\u002Fposition-momentum-and-continuous-spectra":14745,"\u002Fquantum-mechanics\u002Fformalism\u002Fcommutators-and-the-generalized-uncertainty-principle":14720,"\u002Fquantum-mechanics\u002Fformalism\u002Ftime-evolution-schrodinger-and-heisenberg-pictures":14473,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fladder-operators-and-the-number-states":14746,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fcoherent-and-squeezed-states":14747,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fsymmetries-generators-and-conservation-laws":14453,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fparity-time-reversal-and-discrete-symmetries":14748,"\u002Fquantum-mechanics\u002Fangular-momentum\u002Forbital-angular-momentum-and-spherical-harmonics":14749,"\u002Fquantum-mechanics\u002Fangular-momentum\u002Fthe-angular-momentum-algebra":14750,"\u002Fquantum-mechanics\u002Fangular-momentum\u002Faddition-of-angular-momenta-and-clebsch-gordan":14751,"\u002Fquantum-mechanics\u002Fcentral-potentials\u002Fthe-schrodinger-equation-in-three-dimensions":14752,"\u002Fquantum-mechanics\u002Fcentral-potentials\u002Fthe-hydrogen-atom":14753,"\u002Fquantum-mechanics\u002Fcentral-potentials\u002Fthe-isotropic-oscillator-and-hidden-symmetry":14754,"\u002Fquantum-mechanics\u002Fspin\u002Fspin-half-pauli-matrices-and-stern-gerlach":14755,"\u002Fquantum-mechanics\u002Fspin\u002Fspin-in-a-magnetic-field-precession-and-resonance":14756,"\u002Fquantum-mechanics\u002Fspin\u002Ftwo-level-systems-and-the-bloch-sphere":14712,"\u002Fquantum-mechanics\u002Fidentical-particles\u002Fidentical-particles-and-exchange-symmetry":14757,"\u002Fquantum-mechanics\u002Fidentical-particles\u002Fthe-pauli-principle-atoms-and-the-periodic-table":14758,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Ftime-independent-perturbation-theory":14759,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Ffine-structure-and-the-real-hydrogen-atom":14746,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Fthe-zeeman-and-stark-effects":14434,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Fthe-variational-method":14760,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Fthe-wkb-approximation":14761,"\u002Fquantum-mechanics":14762,"\u002Freal-analysis\u002Ffoundations\u002Fsets-logic-functions":14696,"\u002Freal-analysis\u002Ffoundations\u002Fordered-fields-completeness":14763,"\u002Freal-analysis\u002Ffoundations\u002Fabsolute-value-bounds":14764,"\u002Freal-analysis\u002Ffoundations\u002Fintervals-uncountability":14585,"\u002Freal-analysis\u002Fsequences-series\u002Fsequences-limits":14765,"\u002Freal-analysis\u002Fsequences-series\u002Flimit-laws-monotone":14471,"\u002Freal-analysis\u002Fsequences-series\u002Flimsup-bolzano-weierstrass":14766,"\u002Freal-analysis\u002Fsequences-series\u002Fcauchy-completeness":14767,"\u002Freal-analysis\u002Fsequences-series\u002Fseries-convergence":14608,"\u002Freal-analysis\u002Fsequences-series\u002Fabsolute-conditional-rearrangement":14718,"\u002Freal-analysis\u002Fmetric-spaces\u002Fmetric-spaces-norms":14768,"\u002Freal-analysis\u002Fmetric-spaces\u002Fopen-closed-sets":14769,"\u002Freal-analysis\u002Fmetric-spaces\u002Fconvergence-completeness":14770,"\u002Freal-analysis\u002Fmetric-spaces\u002Fcompactness":14771,"\u002Freal-analysis\u002Fmetric-spaces\u002Fconnectedness":14772,"\u002Freal-analysis\u002Fcontinuity\u002Flimits-of-functions":14745,"\u002Freal-analysis\u002Fcontinuity\u002Fcontinuous-functions":14773,"\u002Freal-analysis\u002Fcontinuity\u002Fevt-ivt":14578,"\u002Freal-analysis\u002Fcontinuity\u002Funiform-continuity":14774,"\u002Freal-analysis\u002Fcontinuity\u002Fcontinuity-metric-spaces":14775,"\u002Freal-analysis\u002Fcontinuity\u002Flimits-infinity-monotone":14432,"\u002Freal-analysis\u002Fdifferentiation\u002Fthe-derivative":14776,"\u002Freal-analysis\u002Fdifferentiation\u002Fmean-value-theorem":14777,"\u002Freal-analysis\u002Fdifferentiation\u002Ftaylors-theorem":14734,"\u002Freal-analysis\u002Fdifferentiation\u002Finverse-function-1d":14461,"\u002Freal-analysis\u002Friemann-integration\u002Fdarboux-integral":14612,"\u002Freal-analysis\u002Friemann-integration\u002Fintegrability-classes":14778,"\u002Freal-analysis\u002Friemann-integration\u002Fproperties-of-the-integral":14779,"\u002Freal-analysis\u002Friemann-integration\u002Ffundamental-theorem":14597,"\u002Freal-analysis\u002Friemann-integration\u002Flog-exp-improper":14722,"\u002Freal-analysis\u002Ffunction-sequences\u002Fpointwise-uniform-convergence":14780,"\u002Freal-analysis\u002Ffunction-sequences\u002Finterchange-of-limits":14781,"\u002Freal-analysis\u002Ffunction-sequences\u002Fpower-series-weierstrass":14782,"\u002Freal-analysis\u002Ffunction-sequences\u002Fpicard-ode":14617,"\u002Freal-analysis\u002Fseveral-variables\u002Fdifferentiability-rn":14783,"\u002Freal-analysis\u002Fseveral-variables\u002Fgradient-chain-rule":14784,"\u002Freal-analysis\u002Fseveral-variables\u002Fhigher-derivatives-taylor-extrema":14785,"\u002Freal-analysis\u002Fseveral-variables\u002Finverse-implicit-theorems":14785,"\u002Freal-analysis\u002Fseveral-variables\u002Fmultiple-integrals":14786,"\u002Freal-analysis":14787,"\u002Fabstract-algebra\u002Ffoundations\u002Fsets-functions-relations":14788,"\u002Fabstract-algebra\u002Ffoundations\u002Fintegers-and-modular-arithmetic":14789,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fgroup-axioms-and-first-examples":14790,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fdihedral-and-symmetric-groups":14791,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fmatrix-and-quaternion-groups":14792,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fhomomorphisms-and-group-actions":14793,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fsubgroups-and-substructures":14794,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fcyclic-groups":14795,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fgeneration-and-subgroup-lattices":14796,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fcosets-lagrange-and-normal-subgroups":14797,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fisomorphism-theorems":14761,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fcomposition-series-and-the-alternating-group":14798,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Factions-and-cayleys-theorem":14790,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Fconjugation-and-the-class-equation":14707,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Fsylow-theorems":14799,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Fautomorphisms-and-simple-groups":14800,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fdirect-products-and-finite-abelian-groups":14801,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fsemidirect-products":14802,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fnilpotent-and-solvable-groups":14803,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fclassifying-small-groups":14804,"\u002Fabstract-algebra\u002Fring-theory\u002Frings-definitions-and-examples":14805,"\u002Fabstract-algebra\u002Fring-theory\u002Fideals-quotients-and-homomorphisms":14806,"\u002Fabstract-algebra\u002Fring-theory\u002Ffractions-and-the-chinese-remainder-theorem":14800,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Feuclidean-domains-pids-ufds":14807,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Fpolynomial-rings-over-fields":14776,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Fgauss-lemma-and-unique-factorization":14808,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Firreducibility-criteria-and-groebner":14809,"\u002Fabstract-algebra\u002Fmodule-theory\u002Fintroduction-to-modules":14810,"\u002Fabstract-algebra\u002Fmodule-theory\u002Ffree-modules-and-direct-sums":14811,"\u002Fabstract-algebra\u002Fmodule-theory\u002Ftensor-products-and-exact-sequences":14812,"\u002Fabstract-algebra\u002Fmodule-theory\u002Fvector-spaces-and-linear-maps":14813,"\u002Fabstract-algebra\u002Fmodules-over-pids\u002Fstructure-theorem-over-pids":14814,"\u002Fabstract-algebra\u002Fmodules-over-pids\u002Frational-canonical-form":14815,"\u002Fabstract-algebra\u002Fmodules-over-pids\u002Fjordan-canonical-form":14816,"\u002Fabstract-algebra\u002Ffield-theory\u002Ffield-extensions-and-algebraic-elements":14817,"\u002Fabstract-algebra\u002Ffield-theory\u002Fstraightedge-and-compass-constructions":14450,"\u002Fabstract-algebra\u002Ffield-theory\u002Fsplitting-fields-and-algebraic-closure":14818,"\u002Fabstract-algebra\u002Ffield-theory\u002Fseparable-and-cyclotomic-extensions":14819,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fthe-galois-correspondence":14692,"\u002Fabstract-algebra\u002Fgalois-theory\u002Ffinite-fields":14820,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fcyclotomic-and-abelian-extensions":14821,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fgalois-groups-of-polynomials":14749,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fsolvability-by-radicals-and-the-quintic":14821,"\u002Fabstract-algebra\u002Fcapstone\u002Fcommutative-algebra-and-algebraic-geometry":14822,"\u002Fabstract-algebra\u002Fcapstone\u002Frepresentation-and-character-theory":14823,"\u002Fabstract-algebra":14824,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fatomic-spectra-rutherford":14825,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fbohr-model-hydrogen":14826,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fx-ray-spectra-franck-hertz":14827,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fbohr-sommerfeld-old-quantum-theory":14828,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fold-quantum-theory-limits-wkb":14829,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fschrodinger-3d-hydrogen":14741,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fhydrogen-wave-functions":14830,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fradial-equation-in-full":14831,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fsymmetry-degeneracy-runge-lenz":14832,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fexpectation-values-virial":14833,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fquantum-defects-alkali-spectra":14834,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Frydberg-atoms":14835,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Frelativistic-kinetic-correction":14836,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Fspin-orbit-thomas-precession":14575,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Fdarwin-term-fine-structure-formula":14704,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Fdirac-equation-hydrogen":14450,"\u002Fatomic-physics\u002Fqed-corrections-and-hyperfine-structure\u002Flamb-shift-qed":14837,"\u002Fatomic-physics\u002Fqed-corrections-and-hyperfine-structure\u002Fhyperfine-structure-21cm":14434,"\u002Fatomic-physics\u002Fqed-corrections-and-hyperfine-structure\u002Fnuclear-effects-isotope-shift":14838,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fperiodic-table-atomic-spectra":14839,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fcentral-field-self-consistent":14472,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fidentical-particles-hartree-fock":14766,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fhelium-two-electron-atom":14840,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fls-jj-coupling-term-symbols":14841,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fhund-rules-ground-terms":14842,"\u002Fatomic-physics\u002Fatoms-in-external-fields\u002Fzeeman-effect":14843,"\u002Fatomic-physics\u002Fatoms-in-external-fields\u002Fpaschen-back-intermediate":14844,"\u002Fatomic-physics\u002Fatoms-in-external-fields\u002Fstark-effect-polarizability":14845,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Ftime-dependent-perturbation-golden-rule":14846,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Fdipole-approximation-einstein-coefficients":14847,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Fselection-rules-forbidden-transitions":14848,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Flifetimes-and-line-shapes":14849,"\u002Fatomic-physics\u002Flasers-and-spectroscopy\u002Flaser-principles":14850,"\u002Fatomic-physics\u002Flasers-and-spectroscopy\u002Fspectroscopy-techniques":14851,"\u002Fatomic-physics\u002Flasers-and-spectroscopy\u002Fline-catalog-nist-asd":14852,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Flaser-cooling-doppler":14853,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Fsub-doppler-trapping":14797,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Fbose-einstein-condensation":14854,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Foptical-clocks-precision":14855,"\u002Fatomic-physics":14856,"\u002Fdatabases":14621,"\u002Fcategory-theory\u002Ffoundations\u002Fwhat-is-a-category":14857,"\u002Fcategory-theory\u002Ffoundations\u002Fexamples-of-categories":14858,"\u002Fcategory-theory\u002Ffoundations\u002Fspecial-morphisms":14859,"\u002Fcategory-theory\u002Ffoundations\u002Ffunctors":14788,"\u002Fcategory-theory\u002Ffoundations\u002Fnatural-transformations":14860,"\u002Fcategory-theory\u002Ffoundations\u002Fsize-and-set-theory":14861,"\u002Fcategory-theory\u002Funiversal-properties\u002Funiversal-properties":14862,"\u002Fcategory-theory\u002Funiversal-properties\u002Fproducts-and-coproducts":14863,"\u002Fcategory-theory\u002Funiversal-properties\u002Fconstructions-on-categories":14864,"\u002Fcategory-theory\u002Frepresentables-yoneda\u002Frepresentable-functors":14865,"\u002Fcategory-theory\u002Frepresentables-yoneda\u002Fyoneda-lemma":14866,"\u002Fcategory-theory\u002Frepresentables-yoneda\u002Fyoneda-consequences":14867,"\u002Fcategory-theory\u002Flimits-colimits\u002Flimits":14868,"\u002Fcategory-theory\u002Flimits-colimits\u002Fproducts-equalizers-pullbacks":14869,"\u002Fcategory-theory\u002Flimits-colimits\u002Fcolimits":14870,"\u002Fcategory-theory\u002Flimits-colimits\u002Fcomputing-limits":14871,"\u002Fcategory-theory\u002Flimits-colimits\u002Flimits-and-functors":14872,"\u002Fcategory-theory\u002Fadjunctions\u002Fadjunctions":14873,"\u002Fcategory-theory\u002Fadjunctions\u002Funits-and-counits":14874,"\u002Fcategory-theory\u002Fadjunctions\u002Fadjunctions-via-universal-arrows":14875,"\u002Fcategory-theory\u002Fadjunctions\u002Ffree-forgetful-adjunctions":14876,"\u002Fcategory-theory\u002Fadjoints-limits\u002Flimits-via-adjoints":14877,"\u002Fcategory-theory\u002Fadjoints-limits\u002Fpresheaf-limits-colimits":14878,"\u002Fcategory-theory\u002Fadjoints-limits\u002Fadjoints-preserve-limits":14879,"\u002Fcategory-theory\u002Fadjoints-limits\u002Fadjoint-functor-theorem":14870,"\u002Fcategory-theory\u002Fmonads-algebras\u002Fmonads":14880,"\u002Fcategory-theory\u002Fmonads-algebras\u002Falgebras-eilenberg-moore":14881,"\u002Fcategory-theory\u002Fmonads-algebras\u002Fkleisli-and-programming":14882,"\u002Fcategory-theory\u002Fmonads-algebras\u002Falgebras-for-endofunctors":14883,"\u002Fcategory-theory\u002Fcartesian-closed-lambda\u002Fcartesian-closed-categories":14884,"\u002Fcategory-theory\u002Fcartesian-closed-lambda\u002Flambda-calculus-correspondence":14829,"\u002Fcategory-theory\u002Fcartesian-closed-lambda\u002Ffixed-points-and-recursion":14885,"\u002Fcategory-theory":14886,"\u002Fdeep-learning\u002Fmathematical-background\u002Flinear-algebra-for-deep-learning":14887,"\u002Fdeep-learning\u002Fmathematical-background\u002Fprobability-and-information-theory":14888,"\u002Fdeep-learning\u002Fmathematical-background\u002Fnumerical-computation":14889,"\u002Fdeep-learning\u002Fmathematical-background\u002Fcalculus":14890,"\u002Fdeep-learning\u002Ffoundations\u002Fwhat-is-deep-learning":14891,"\u002Fdeep-learning\u002Ffoundations\u002Fmachine-learning-refresher":14892,"\u002Fdeep-learning\u002Ffoundations\u002Flinear-models-and-the-perceptron":14851,"\u002Fdeep-learning\u002Fneural-networks\u002Fthe-multilayer-perceptron":14893,"\u002Fdeep-learning\u002Fneural-networks\u002Factivation-functions":14894,"\u002Fdeep-learning\u002Fneural-networks\u002Funiversal-approximation":14895,"\u002Fdeep-learning\u002Fneural-networks\u002Fbackpropagation":14896,"\u002Fdeep-learning\u002Fneural-networks\u002Floss-functions-and-output-units":14897,"\u002Fdeep-learning\u002Foptimization\u002Fgradient-descent-and-sgd":14898,"\u002Fdeep-learning\u002Foptimization\u002Fmomentum-and-adaptive-methods":14899,"\u002Fdeep-learning\u002Foptimization\u002Finitialization":14900,"\u002Fdeep-learning\u002Foptimization\u002Fthe-optimization-landscape":14901,"\u002Fdeep-learning\u002Foptimization\u002Fsecond-order-and-approximate-methods":14902,"\u002Fdeep-learning\u002Fregularization\u002Fregularization-overview":14903,"\u002Fdeep-learning\u002Fregularization\u002Fdropout-and-data-augmentation":14904,"\u002Fdeep-learning\u002Fregularization\u002Fearly-stopping-and-parameter-sharing":14905,"\u002Fdeep-learning\u002Fregularization\u002Fnormalization":14906,"\u002Fdeep-learning\u002Farchitectures\u002Fconvolutional-networks":14907,"\u002Fdeep-learning\u002Farchitectures\u002Fcnn-architectures":14908,"\u002Fdeep-learning\u002Farchitectures\u002Frecurrent-networks":14909,"\u002Fdeep-learning\u002Farchitectures\u002Flstm-and-gru":14910,"\u002Fdeep-learning\u002Farchitectures\u002Fattention-and-transformers":14911,"\u002Fdeep-learning\u002Farchitectures\u002Fthe-transformer-architecture":14912,"\u002Fdeep-learning\u002Farchitectures\u002Ftransformers-in-practice":14913,"\u002Fdeep-learning\u002Farchitectures\u002Fgraph-neural-networks":14914,"\u002Fdeep-learning\u002Farchitectures\u002Fstate-space-models":14915,"\u002Fdeep-learning\u002Ftheory\u002Fgeneralization-theory":14916,"\u002Fdeep-learning\u002Ftheory\u002Fadversarial-robustness":14917,"\u002Fdeep-learning\u002Ftheory\u002Fadversarial-defenses":14918,"\u002Fdeep-learning\u002Ftheory\u002Fbayesian-and-ensemble-methods":14919,"\u002Fdeep-learning\u002Ftheory\u002Fdeep-equilibrium-models":14863,"\u002Fdeep-learning\u002Fgenerative-models\u002Flinear-factor-models":14920,"\u002Fdeep-learning\u002Fgenerative-models\u002Fautoencoders":14921,"\u002Fdeep-learning\u002Fgenerative-models\u002Fvariational-autoencoders":14922,"\u002Fdeep-learning\u002Fgenerative-models\u002Fgenerative-adversarial-networks":14923,"\u002Fdeep-learning\u002Fgenerative-models\u002Fautoregressive-and-normalizing-flows":14924,"\u002Fdeep-learning\u002Fgenerative-models\u002Fenergy-based-and-boltzmann-machines":14925,"\u002Fdeep-learning\u002Fgenerative-models\u002Fdiffusion-and-score-based-models":14926,"\u002Fdeep-learning\u002Fprobabilistic-methods\u002Fstructured-probabilistic-models":14415,"\u002Fdeep-learning\u002Fprobabilistic-methods\u002Fmonte-carlo-and-mcmc":14927,"\u002Fdeep-learning\u002Fprobabilistic-methods\u002Fapproximate-inference":14928,"\u002Fdeep-learning\u002Fpractical\u002Fpractical-methodology":14651,"\u002Fdeep-learning\u002Fpractical\u002Fhyperparameters-and-debugging":14929,"\u002Fdeep-learning\u002Fpractical\u002Frepresentation-learning":14930,"\u002Fdeep-learning\u002Fpractical\u002Ftransfer-learning":14931,"\u002Fdeep-learning\u002Fpractical\u002Fapplications":14932,"\u002Fdeep-learning\u002Fpractical\u002Fmodel-compression-and-distillation":14933,"\u002Fdeep-learning\u002Fpractical\u002Fmeta-learning-and-few-shot":14934,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Flarge-language-models":14935,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fscaling-inference-and-alignment":14936,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fseq2seq-pretraining-and-bart":14937,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Ftext-to-text-transfer-and-conditional-generation":14938,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fspeech-and-audio-models":14939,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fself-supervised-speech-and-synthesis":14940,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fai-agents":14624,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fagent-memory-retrieval-and-orchestration":14941,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fmixture-of-experts":14942,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fmultimodal-models":14943,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Ffusion-and-vision-language-models":14944,"\u002Fdeep-learning\u002Freinforcement-learning\u002Ffoundations-of-reinforcement-learning":14661,"\u002Fdeep-learning\u002Freinforcement-learning\u002Fmodel-free-prediction-and-control":14945,"\u002Fdeep-learning\u002Freinforcement-learning\u002Fdeep-q-networks":14946,"\u002Fdeep-learning\u002Freinforcement-learning\u002Fpolicy-gradients-and-actor-critic":14947,"\u002Fdeep-learning\u002Freinforcement-learning\u002Frl-from-human-feedback":14948,"\u002Fdeep-learning":14621,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fequilibrium-state-variables-zeroth-law":14949,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Ffirst-law-heat-and-work":14746,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fsecond-law-entropy-and-the-carnot-bound":14950,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fthermodynamic-potentials-and-maxwell-relations":14951,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fstability-response-functions-and-the-third-law":14952,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fclassical-statistics-and-equipartition":14953,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fphase-space-and-liouvilles-theorem":14954,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fensembles-and-the-equal-probability-postulate":14955,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fstatistical-entropy-boltzmann-and-gibbs":14956,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Fmicrocanonical-ensemble-and-entropy":14957,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Fequilibrium-conditions-temperature-pressure-chemical-potential":14793,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Fideal-gas-phase-space-and-the-sackur-tetrode-entropy":14958,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Ftwo-state-systems-paramagnets-and-negative-temperature":14959,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fcanonical-ensemble-and-the-boltzmann-distribution":14960,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fpartition-function-and-the-helmholtz-free-energy":14680,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fenergy-fluctuations-and-ensemble-equivalence":14473,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fthe-einstein-solid-and-harmonic-systems":14961,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fparamagnetism-and-the-schottky-anomaly":14962,"\u002Fstatistical-mechanics\u002Fclassical-gas\u002Fideal-gas-partition-function-and-the-gibbs-paradox":14963,"\u002Fstatistical-mechanics\u002Fclassical-gas\u002Fequipartition-and-the-virial-theorem":14607,"\u002Fstatistical-mechanics\u002Fclassical-gas\u002Fmolecular-gases-rotation-and-vibration":14964,"\u002Fstatistical-mechanics\u002Fgrand-canonical\u002Fgrand-canonical-ensemble-and-the-grand-partition-function":14965,"\u002Fstatistical-mechanics\u002Fgrand-canonical\u002Fchemical-potential-fugacity-and-number-fluctuations":14685,"\u002Fstatistical-mechanics\u002Fgrand-canonical\u002Fensemble-summary-and-the-thermodynamic-web":14612,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fquantum-statistics-bose-einstein-and-fermi-dirac":14966,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fderiving-the-quantum-distributions":14581,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fthe-classical-limit-and-quantum-concentration":14451,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fideal-quantum-gases-general-framework":14467,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fbose-einstein-condensation-and-the-fermion-gas":14967,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fthe-photon-gas-and-plancks-radiation-law":14968,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fblackbody-thermodynamics-and-radiation-pressure":14969,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fphonons-and-the-debye-model":14599,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fbose-einstein-condensation-derived":14970,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fthermodynamics-of-the-bose-gas-and-superfluidity":14461,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fthe-ideal-fermi-gas-at-zero-temperature":14971,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fsommerfeld-expansion-and-electrons-in-metals":14972,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fwhite-dwarfs-and-the-chandrasekhar-limit":14973,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fneutron-stars-and-nuclear-matter":14974,"\u002Fstatistical-mechanics\u002Finteractions\u002Fthe-cluster-expansion-and-virial-coefficients":14795,"\u002Fstatistical-mechanics\u002Finteractions\u002Fthe-van-der-waals-gas-and-liquid-gas-coexistence":14975,"\u002Fstatistical-mechanics\u002Finteractions\u002Fquantum-gases-with-interactions-and-exchange":14976,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fphases-coexistence-and-classification":14977,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fthe-ising-model-and-exact-solutions":14978,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fmean-field-theory-and-the-weiss-model":14741,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fcritical-exponents-and-landau-theory":14979,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fthe-renormalization-group-idea":14719,"\u002Fstatistical-mechanics\u002Ffluctuations\u002Fthermodynamic-fluctuations-and-response":14980,"\u002Fstatistical-mechanics\u002Ffluctuations\u002Fbrownian-motion-and-the-langevin-equation":14580,"\u002Fstatistical-mechanics\u002Ffluctuations\u002Flinear-response-and-the-fluctuation-dissipation-theorem":14981,"\u002Fstatistical-mechanics":14982,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fbonding-mechanisms":14983,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fmolecular-orbitals-and-h2-plus":14446,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fhydrogen-molecule-and-exchange":14706,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fvan-der-waals-forces":14984,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Frotational-vibrational-spectra":14985,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Fanharmonicity-and-rovibrational-structure":14986,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Framan-and-electronic-bands":14987,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Flasers-and-masers":14988,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Fstructure-of-solids":14989,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Fbravais-lattices-and-crystal-systems":14579,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Freciprocal-lattice-and-brillouin-zones":14990,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Fdiffraction-and-structure-factors":14991,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fphonon-dispersion":14992,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fphonons-quantization-and-dos":14993,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fdebye-einstein-heat-capacity":14722,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fanharmonicity-and-thermal-transport":14994,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Ffree-electron-gas-and-conduction":14995,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Fsommerfeld-model-and-heat-capacity":14996,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Ftransport-and-the-hall-effect":14997,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Fscreening-and-plasmons":14998,"\u002Fcondensed-matter\u002Fband-theory\u002Fblochs-theorem-and-energy-bands":14777,"\u002Fcondensed-matter\u002Fband-theory\u002Fnearly-free-electron-model":14721,"\u002Fcondensed-matter\u002Fband-theory\u002Ftight-binding-method":14999,"\u002Fcondensed-matter\u002Fband-theory\u002Ffermi-surfaces-and-semiclassical-dynamics":15000,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fsemiconductor-bands-and-junctions":15001,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fintrinsic-and-extrinsic-semiconductors":15002,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fcarrier-transport-and-recombination":14712,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fthe-pn-junction":15003,"\u002Fcondensed-matter\u002Fsemiconductors\u002Ftransistors-and-optoelectronics":15004,"\u002Fcondensed-matter\u002Fdielectrics-and-ferroelectrics\u002Fdielectrics-and-polarization":14949,"\u002Fcondensed-matter\u002Fdielectrics-and-ferroelectrics\u002Fferroelectrics-and-piezoelectrics":14849,"\u002Fcondensed-matter\u002Fmagnetism\u002Fdiamagnetism-and-paramagnetism":14576,"\u002Fcondensed-matter\u002Fmagnetism\u002Fexchange-and-ferromagnetism":15005,"\u002Fcondensed-matter\u002Fmagnetism\u002Fantiferromagnetism-and-domains":14442,"\u002Fcondensed-matter\u002Fmagnetism\u002Fspin-waves-and-magnons":15006,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fsuperconductivity-phenomenology":15007,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Flondon-theory-and-the-meissner-effect":14587,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fginzburg-landau-theory":15008,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fbcs-theory":14842,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fjosephson-and-high-tc":15009,"\u002Fcondensed-matter\u002Fnanostructures\u002Fquantum-wells-wires-and-dots":14434,"\u002Fcondensed-matter\u002Fnanostructures\u002Finteger-quantum-hall-effect":15010,"\u002Fcondensed-matter\u002Fnanostructures\u002Ffractional-quantum-hall-and-topology":14445,"\u002Fcondensed-matter\u002Fnanostructures\u002Fgraphene-and-dirac-materials":15011,"\u002Fcondensed-matter":14762,"\u002Flogic\u002Ffoundations\u002Flogic-as-a-mathematical-model":15012,"\u002Flogic\u002Fsentential-logic\u002Fformal-languages-and-well-formed-formulas":15013,"\u002Flogic\u002Fsentential-logic\u002Ftruth-assignments-and-tautologies":15014,"\u002Flogic\u002Fsentential-logic\u002Funique-readability-and-parsing":15015,"\u002Flogic\u002Fsentential-logic\u002Finduction-and-recursion":14459,"\u002Flogic\u002Fsentential-logic\u002Fexpressive-completeness-and-normal-forms":15016,"\u002Flogic\u002Fsentential-logic\u002Fboolean-circuits":15017,"\u002Flogic\u002Fsentential-logic\u002Fcompactness-and-effectiveness":14459,"\u002Flogic\u002Ffirst-order-languages\u002Ffirst-order-languages":15018,"\u002Flogic\u002Ffirst-order-languages\u002Fstructures-truth-and-satisfaction":14872,"\u002Flogic\u002Ffirst-order-languages\u002Fdefinability-and-elementary-equivalence":15019,"\u002Flogic\u002Ffirst-order-languages\u002Fterms-substitution-and-parsing":15020,"\u002Flogic\u002Fdeductive-calculus\u002Fa-deductive-calculus":15021,"\u002Flogic\u002Fdeductive-calculus\u002Fdeduction-theorem-and-derived-rules":15019,"\u002Flogic\u002Fdeductive-calculus\u002Fsoundness":15022,"\u002Flogic\u002Fdeductive-calculus\u002Fcompleteness-and-consistency":15023,"\u002Flogic\u002Fmodels-and-theories\u002Fcompactness-and-lowenheim-skolem":15024,"\u002Flogic\u002Fmodels-and-theories\u002Ftheories-elementary-classes-and-categoricity":15025,"\u002Flogic\u002Fmodels-and-theories\u002Finterpretations-between-theories":15026,"\u002Flogic\u002Fmodels-and-theories\u002Fnonstandard-analysis":15027,"\u002Flogic\u002Farithmetic-and-definability\u002Fdefinability-in-arithmetic":15028,"\u002Flogic\u002Farithmetic-and-definability\u002Fnatural-numbers-with-successor":15029,"\u002Flogic\u002Farithmetic-and-definability\u002Fpresburger-and-reducts":14950,"\u002Flogic\u002Farithmetic-and-definability\u002Fa-subtheory-and-representability":15030,"\u002Flogic\u002Fincompleteness\u002Farithmetization-of-syntax":15023,"\u002Flogic\u002Fincompleteness\u002Fincompleteness-and-undecidability":15031,"\u002Flogic\u002Fincompleteness\u002Fsecond-incompleteness-theorem":15032,"\u002Flogic\u002Fcomputability-and-representability\u002Frecursive-functions":14665,"\u002Flogic\u002Fcomputability-and-representability\u002Frepresenting-exponentiation":15033,"\u002Flogic\u002Fsecond-order-logic\u002Fsecond-order-languages":14850,"\u002Flogic\u002Fsecond-order-logic\u002Fskolem-functions-and-many-sorted-logic":15034,"\u002Flogic\u002Fsecond-order-logic\u002Fgeneral-structures":15035,"\u002Flogic":15036,"\u002Freinforcement-learning\u002Ffoundations\u002Fwhat-is-reinforcement-learning":15037,"\u002Freinforcement-learning\u002Ffoundations\u002Fa-brief-history-of-rl":15038,"\u002Freinforcement-learning\u002Ffoundations\u002Fmulti-armed-bandits":14651,"\u002Freinforcement-learning\u002Ffoundations\u002Fbandit-exploration-algorithms":15039,"\u002Freinforcement-learning\u002Ffoundations\u002Fmarkov-decision-processes":15040,"\u002Freinforcement-learning\u002Ffoundations\u002Fvalue-functions-and-optimality":15041,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fdynamic-programming":15042,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fdp-async-and-gpi":15032,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fmonte-carlo-methods":15043,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fmonte-carlo-off-policy":15044,"\u002Freinforcement-learning\u002Ftabular-methods\u002Ftemporal-difference-learning":15045,"\u002Freinforcement-learning\u002Ftabular-methods\u002Ftd-control-sarsa-and-q-learning":14943,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fn-step-bootstrapping":15046,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fn-step-off-policy-methods":15047,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fplanning-and-learning":15048,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fplanning-focusing-and-decision-time":15049,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fdecision-time-planning":15050,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fmonte-carlo-tree-search":14668,"\u002Freinforcement-learning\u002Fapproximation\u002Fon-policy-prediction":15051,"\u002Freinforcement-learning\u002Fapproximation\u002Ffeature-construction-and-nonlinear":15052,"\u002Freinforcement-learning\u002Fapproximation\u002Fon-policy-control":15053,"\u002Freinforcement-learning\u002Fapproximation\u002Faverage-reward-control":15054,"\u002Freinforcement-learning\u002Fapproximation\u002Foff-policy-and-the-deadly-triad":14859,"\u002Freinforcement-learning\u002Fapproximation\u002Fbellman-error-and-gradient-td":15055,"\u002Freinforcement-learning\u002Fapproximation\u002Feligibility-traces":15031,"\u002Freinforcement-learning\u002Fapproximation\u002Ftrue-online-and-sarsa-lambda":15056,"\u002Freinforcement-learning\u002Fapproximation\u002Fpolicy-gradient-methods":15057,"\u002Freinforcement-learning\u002Fapproximation\u002Factor-critic-and-continuous-actions":15058,"\u002Freinforcement-learning\u002Fapproximation\u002Fleast-squares-and-memory-based-methods":14679,"\u002Freinforcement-learning\u002Fapproximation\u002Fmemory-and-kernel-methods":15059,"\u002Freinforcement-learning\u002Fapproximation\u002Foff-policy-eligibility-traces":14809,"\u002Freinforcement-learning\u002Fapproximation\u002Fstable-off-policy-traces":15060,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fdeep-q-networks":15061,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fdqn-improvements":14641,"\u002Freinforcement-learning\u002Fdeep-rl\u002Factor-critic-and-ppo":15062,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fppo-and-continuous-control":15063,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fcase-studies":15064,"\u002Freinforcement-learning\u002Fdeep-rl\u002Frl-beyond-games":15065,"\u002Freinforcement-learning\u002Fdeep-rl\u002Ffrontiers":15066,"\u002Freinforcement-learning\u002Fdeep-rl\u002Freward-design-and-open-problems":14919,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fdistributional-and-rainbow":15067,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fdistributional-and-rainbow-part-2":15068,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fcontinuous-control":15069,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fcontinuous-control-part-2":14954,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmodel-based-rl":15070,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmodel-based-rl-part-2":15071,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fexploration":15072,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fexploration-part-2":14668,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Foffline-rl":14735,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Foffline-rl-part-2":15073,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fimitation-and-inverse-rl":15074,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fimitation-and-inverse-rl-part-2":15075,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmulti-agent-rl":15076,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmulti-agent-rl-part-2":15077,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fhierarchical-rl":15078,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fhierarchical-rl-part-2":15079,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Frlhf-and-language-models":15080,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fpartial-observability-pomdps":15081,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fpartial-observability-pomdps-part-2":15082,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fsafe-and-constrained-rl":15083,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fsafe-and-constrained-rl-part-2":15084,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmeta-rl-and-generalization":15085,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fpsychology-of-reinforcement":15086,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Finstrumental-conditioning-and-control":15087,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fdopamine-and-td-error":15088,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fdopamine-in-the-brain":15089,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fanimal-learning-and-cognition":15090,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fcognitive-maps-and-planning":15091,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fneuroscience-of-reinforcement":15092,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fseveral-learning-systems":15093,"\u002Freinforcement-learning":14621,"\u002Fartificial-intelligence\u002Ffoundations\u002Fwhat-is-ai":15094,"\u002Fartificial-intelligence\u002Ffoundations\u002Ffoundations-of-ai":15095,"\u002Fartificial-intelligence\u002Ffoundations\u002Fintelligent-agents":15096,"\u002Fartificial-intelligence\u002Ffoundations\u002Fagent-architectures":15097,"\u002Fartificial-intelligence\u002Fsearch\u002Funinformed-search":15098,"\u002Fartificial-intelligence\u002Fsearch\u002Fsearch-strategies-compared":15099,"\u002Fartificial-intelligence\u002Fsearch\u002Finformed-search":15100,"\u002Fartificial-intelligence\u002Fsearch\u002Fheuristic-functions":15101,"\u002Fartificial-intelligence\u002Fsearch\u002Flocal-search":15102,"\u002Fartificial-intelligence\u002Fsearch\u002Fpopulation-and-continuous-search":15103,"\u002Fartificial-intelligence\u002Fsearch\u002Fadversarial-search":15104,"\u002Fartificial-intelligence\u002Fsearch\u002Fgames-of-chance-and-imperfect-information":15105,"\u002Fartificial-intelligence\u002Fsearch\u002Fconstraint-satisfaction":15106,"\u002Fartificial-intelligence\u002Fsearch\u002Fcsp-search-and-structure":14948,"\u002Fartificial-intelligence\u002Fsearch\u002Fsearch-under-uncertainty":14803,"\u002Fartificial-intelligence\u002Fsearch\u002Fbelief-state-and-online-search":15107,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fpropositional-logic":15108,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fpropositional-inference":15109,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Ffirst-order-logic":15110,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Ffirst-order-logic-in-use":15111,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Finference-and-resolution":15112,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Ffirst-order-resolution":14930,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fclassical-planning":15113,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fplanning-graphs-and-graphplan":15114,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fplanning-in-the-real-world":15115,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fplanning-under-uncertainty":15116,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fknowledge-representation":14333,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Freasoning-systems-and-defaults":15117,"\u002Fartificial-intelligence\u002Funcertainty\u002Fprobability-and-bayes":15118,"\u002Fartificial-intelligence\u002Funcertainty\u002Fbayes-rule-and-naive-bayes":15119,"\u002Fartificial-intelligence\u002Funcertainty\u002Fbayesian-networks":15120,"\u002Fartificial-intelligence\u002Funcertainty\u002Finference-in-bayesian-networks":15121,"\u002Fartificial-intelligence\u002Funcertainty\u002Freasoning-over-time":15122,"\u002Fartificial-intelligence\u002Funcertainty\u002Ftracking-and-data-association":15123,"\u002Fartificial-intelligence\u002Funcertainty\u002Fmaking-decisions":14862,"\u002Fartificial-intelligence\u002Funcertainty\u002Fmarkov-decision-processes":15114,"\u002Fartificial-intelligence\u002Funcertainty\u002Fdecision-networks-and-game-theory":15124,"\u002Fartificial-intelligence\u002Funcertainty\u002Fgame-theory-and-mechanism-design":14402,"\u002Fartificial-intelligence\u002Flearning\u002Flearning-from-examples":15125,"\u002Fartificial-intelligence\u002Flearning\u002Ftheory-and-model-families":15126,"\u002Fartificial-intelligence\u002Flearning\u002Fprobabilistic-learning":15127,"\u002Fartificial-intelligence\u002Flearning\u002Fexpectation-maximization":15128,"\u002Fartificial-intelligence\u002Flearning\u002Freinforcement-learning":15129,"\u002Fartificial-intelligence\u002Flearning\u002Fgeneralization-and-policy-search":14911,"\u002Fartificial-intelligence\u002Flearning\u002Fknowledge-in-learning":15130,"\u002Fartificial-intelligence\u002Flearning\u002Fknowledge-based-learning-methods":15131,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fvision-and-perception":15132,"\u002Fartificial-intelligence\u002Ffrontiers\u002Freconstructing-the-3d-world":15133,"\u002Fartificial-intelligence\u002Ffrontiers\u002Frobotics":15134,"\u002Fartificial-intelligence\u002Ffrontiers\u002Frobot-planning-and-control":15135,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fnatural-language-in-ai":15136,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fnlp-grammar-translation-and-speech":15137,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fphilosophy-and-future":15138,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fai-ethics-and-future":15139,"\u002Fartificial-intelligence":14621,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-constituents-nuclide-chart":14878,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-size-charge-distributions":15140,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-masses-binding-energy":14438,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fsemi-empirical-mass-formula":14436,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-moments-multipoles":14972,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fnuclear-force-shell-overview":15141,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fthe-deuteron":14464,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fnucleon-nucleon-scattering":14774,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fmeson-theory-isospin":15142,"\u002Fnuclear-physics\u002Fnuclear-models\u002Ffermi-gas-model":15143,"\u002Fnuclear-physics\u002Fnuclear-models\u002Fliquid-drop-collective-coordinates":15144,"\u002Fnuclear-physics\u002Fnuclear-models\u002Fshell-model-single-particle":14834,"\u002Fnuclear-physics\u002Fnuclear-models\u002Fcollective-model-rotations-vibrations":15145,"\u002Fnuclear-physics\u002Fradioactive-decay\u002Fdecay-law-modes":15146,"\u002Fnuclear-physics\u002Fradioactive-decay\u002Fdecay-kinetics-equilibrium":15147,"\u002Fnuclear-physics\u002Falpha-decay\u002Falpha-decay-gamow-theory":15033,"\u002Fnuclear-physics\u002Falpha-decay\u002Falpha-fine-structure-hindrance":15148,"\u002Fnuclear-physics\u002Fbeta-decay\u002Fbeta-decay-energetics-neutrino":15149,"\u002Fnuclear-physics\u002Fbeta-decay\u002Ffermi-theory-beta-decay":14448,"\u002Fnuclear-physics\u002Fbeta-decay\u002Fweak-interaction-parity-violation":14677,"\u002Fnuclear-physics\u002Fbeta-decay\u002Fdouble-beta-decay-neutrino-mass":15150,"\u002Fnuclear-physics\u002Fgamma-decay\u002Fgamma-multipole-radiation":14778,"\u002Fnuclear-physics\u002Fgamma-decay\u002Finternal-conversion-isomers":15151,"\u002Fnuclear-physics\u002Fgamma-decay\u002Fangular-correlations-mossbauer":15152,"\u002Fnuclear-physics\u002Fnuclear-reactions\u002Freaction-kinematics-cross-sections":14673,"\u002Fnuclear-physics\u002Fnuclear-reactions\u002Fcompound-nucleus-resonances":14761,"\u002Fnuclear-physics\u002Fnuclear-reactions\u002Fdirect-reactions-optical-model":15153,"\u002Fnuclear-physics\u002Ffission\u002Ffission-barrier-dynamics":15154,"\u002Fnuclear-physics\u002Ffission\u002Fchain-reactions-reactor-physics":15155,"\u002Fnuclear-physics\u002Ffusion-nucleosynthesis\u002Ffusion-reactions-confinement":14443,"\u002Fnuclear-physics\u002Ffusion-nucleosynthesis\u002Fstellar-nucleosynthesis":14818,"\u002Fnuclear-physics\u002Ffusion-nucleosynthesis\u002Fbig-bang-nucleosynthesis":14680,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fcharged-particle-stopping-power":15156,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fphoton-neutron-interactions":14728,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fradiation-detectors":14792,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fdosimetry-radiation-biology":15157,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fnuclear-applications-dating-medicine":15158,"\u002Fnuclear-physics":15159,"\u002Fnatural-language-processing\u002Ffoundations\u002Fwhat-is-nlp":15160,"\u002Fnatural-language-processing\u002Ffoundations\u002Fregex-and-text-normalization":15161,"\u002Fnatural-language-processing\u002Ffoundations\u002Fminimum-edit-distance":14799,"\u002Fnatural-language-processing\u002Ffoundations\u002Fn-gram-language-models":15162,"\u002Fnatural-language-processing\u002Ffoundations\u002Fsmoothing-and-backoff":15163,"\u002Fnatural-language-processing\u002Fclassification\u002Fnaive-bayes-and-sentiment":15164,"\u002Fnatural-language-processing\u002Fclassification\u002Fevaluating-classifiers":14647,"\u002Fnatural-language-processing\u002Fclassification\u002Flogistic-regression":15165,"\u002Fnatural-language-processing\u002Fclassification\u002Fsentiment-and-affect-lexicons":15166,"\u002Fnatural-language-processing\u002Fsemantics\u002Fvector-semantics-and-embeddings":14944,"\u002Fnatural-language-processing\u002Fsemantics\u002Fstatic-word-embeddings":15167,"\u002Fnatural-language-processing\u002Fsemantics\u002Fneural-language-models":15113,"\u002Fnatural-language-processing\u002Fsequences\u002Fsequence-labeling":15168,"\u002Fnatural-language-processing\u002Fsequences\u002Fcrfs-and-neural-taggers":15169,"\u002Fnatural-language-processing\u002Fsequences\u002Frnns-and-lstms":15170,"\u002Fnatural-language-processing\u002Ftransformers\u002Ftransformers-and-attention":15171,"\u002Fnatural-language-processing\u002Ftransformers\u002Fthe-transformer-architecture":15172,"\u002Fnatural-language-processing\u002Ftransformers\u002Flarge-language-models":15173,"\u002Fnatural-language-processing\u002Ftransformers\u002Fllm-pretraining-and-scaling":15174,"\u002Fnatural-language-processing\u002Ftransformers\u002Ffine-tuning-and-prompting":14625,"\u002Fnatural-language-processing\u002Ftransformers\u002Fprompting-and-alignment":15175,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fconstituency-parsing":15176,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcky-scoring-and-evaluation":15118,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fdependency-parsing":15177,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fgraph-based-and-neural-dependency-parsing":15178,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fword-senses-and-wsd":15179,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fwsd-in-practice-and-induction":15180,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fsemantic-roles-and-information-extraction":15181,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Frelations-events-and-templates":15182,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcoreference-and-discourse":15183,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcoherence-and-discourse-structure":15184,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Flogical-semantics":15043,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcompositional-semantics-and-description-logics":15185,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fsemantic-parsing":15186,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fneural-semantic-parsing":15187,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Finformation-extraction":15188,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Ftimes-events-and-templates":15189,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fdiscourse-coherence":15190,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fentity-based-and-global-coherence":15191,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fconstituency-grammars":15192,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Ftreebanks-and-lexicalized-grammars":15193,"\u002Fnatural-language-processing\u002Fapplications\u002Fmachine-translation":15194,"\u002Fnatural-language-processing\u002Fapplications\u002Fmachine-translation-decoding-and-evaluation":15195,"\u002Fnatural-language-processing\u002Fapplications\u002Fquestion-answering":15196,"\u002Fnatural-language-processing\u002Fapplications\u002Fquestion-answering-knowledge-and-llms":14897,"\u002Fnatural-language-processing\u002Fapplications\u002Fdialogue-and-chatbots":15064,"\u002Fnatural-language-processing\u002Fapplications\u002Fdialogue-systems-and-assistants":14653,"\u002Fnatural-language-processing\u002Fapplications\u002Ftext-summarization":15197,"\u002Fnatural-language-processing\u002Fapplications\u002Fabstractive-summarization-and-evaluation":15198,"\u002Fnatural-language-processing\u002Fspeech\u002Fphonetics":15199,"\u002Fnatural-language-processing\u002Fspeech\u002Facoustic-phonetics":15200,"\u002Fnatural-language-processing\u002Fspeech\u002Fautomatic-speech-recognition":14911,"\u002Fnatural-language-processing\u002Fspeech\u002Fasr-evaluation-and-applications":15201,"\u002Fnatural-language-processing":14621,"\u002Fparticle-physics\u002Ffoundations\u002Fhistorical-overview-particle-zoo":15202,"\u002Fparticle-physics\u002Ffoundations\u002Fparticle-physics-basic-concepts":14819,"\u002Fparticle-physics\u002Ffoundations\u002Ffundamental-interactions-force-carriers":15203,"\u002Fparticle-physics\u002Funits-kinematics\u002Fnatural-units-and-scales":14964,"\u002Fparticle-physics\u002Funits-kinematics\u002Ffour-vectors-invariant-mass":15204,"\u002Fparticle-physics\u002Funits-kinematics\u002Fdecay-scattering-kinematics-mandelstam":15205,"\u002Fparticle-physics\u002Funits-kinematics\u002Fcross-sections-golden-rule":15153,"\u002Fparticle-physics\u002Fsymmetries\u002Fconservation-laws-symmetries":15206,"\u002Fparticle-physics\u002Fsymmetries\u002Fdiscrete-symmetries-cpt":15207,"\u002Fparticle-physics\u002Fsymmetries\u002Fparity-violation-weak":14769,"\u002Fparticle-physics\u002Fsymmetries\u002Fsu2-su3-flavor-symmetry":14471,"\u002Fparticle-physics\u002Fquark-model\u002Feightfold-way-su3":15208,"\u002Fparticle-physics\u002Fquark-model\u002Fmeson-spectroscopy":14723,"\u002Fparticle-physics\u002Fquark-model\u002Fbaryon-spectroscopy":15209,"\u002Fparticle-physics\u002Fquark-model\u002Fcolor-confinement-exotics":14756,"\u002Fparticle-physics\u002Frelativistic-wave-equations\u002Fklein-gordon-equation":15210,"\u002Fparticle-physics\u002Frelativistic-wave-equations\u002Fdirac-equation-spinors":15010,"\u002Fparticle-physics\u002Frelativistic-wave-equations\u002Fantiparticles-hole-theory":15211,"\u002Fparticle-physics\u002Fqed\u002Ffeynman-rules-qed":15212,"\u002Fparticle-physics\u002Fqed\u002Fqed-tree-processes":14979,"\u002Fparticle-physics\u002Fqed\u002Frenormalization-running-coupling":15213,"\u002Fparticle-physics\u002Fqed\u002Felectron-g-2":14442,"\u002Fparticle-physics\u002Fweak-interaction\u002Fva-structure-weak":15214,"\u002Fparticle-physics\u002Fweak-interaction\u002Fw-z-bosons-decays":15215,"\u002Fparticle-physics\u002Fweak-interaction\u002Fckm-matrix":15216,"\u002Fparticle-physics\u002Fweak-interaction\u002Fcp-violation-kaons-b-mesons":14760,"\u002Fparticle-physics\u002Fqcd\u002Fcolor-su3-gluons":14976,"\u002Fparticle-physics\u002Fqcd\u002Fasymptotic-freedom-confinement":15217,"\u002Fparticle-physics\u002Fqcd\u002Fdeep-inelastic-scattering-partons":15218,"\u002Fparticle-physics\u002Fqcd\u002Fjets-hadronization":14835,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Felectroweak-su2-u1":15219,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fspontaneous-symmetry-breaking":14880,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fhiggs-mechanism":15220,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fhiggs-boson-discovery":15221,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fstandard-model":14769,"\u002Fparticle-physics\u002Fneutrinos\u002Fneutrino-oscillations":14802,"\u002Fparticle-physics\u002Fneutrinos\u002Fneutrino-mass-pmns":15222,"\u002Fparticle-physics\u002Fneutrinos\u002Fdirac-majorana-experiments":15223,"\u002Fparticle-physics\u002Fexperiment\u002Faccelerators-luminosity":15224,"\u002Fparticle-physics\u002Fexperiment\u002Fdetectors-subsystems":14858,"\u002Fparticle-physics\u002Fexperiment\u002Fhow-discoveries-are-made":15225,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fbeyond-standard-model":14599,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fgrand-unified-theories":15226,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fsupersymmetry":14702,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fhierarchy-problem-naturalness":15227,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fdark-matter-candidates":15228,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fmatter-antimatter-open-questions":15026,"\u002Fparticle-physics":15229,"\u002Fastrophysics-cosmology\u002Forientation\u002Fthe-sun-and-stars":14820,"\u002Fastrophysics-cosmology\u002Forientation\u002Fstellar-death-final-states":14974,"\u002Fastrophysics-cosmology\u002Forientation\u002Fgalaxies-and-cosmology":15230,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Fmagnitudes-fluxes-and-the-distance-modulus":14759,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Fstellar-spectra-and-spectral-classification":15231,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Ftelescopes-and-detectors-across-the-spectrum":14819,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Fthe-cosmic-distance-ladder":14731,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fblackbody-radiation-and-specific-intensity":15232,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fradiative-transfer-and-the-transfer-equation":15233,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fspectral-line-formation-and-broadening":15234,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fopacity-and-the-rosseland-mean":15235,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fhydrostatic-equilibrium-and-the-virial-theorem":15236,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fthe-equations-of-stellar-structure":15025,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fthe-equation-of-state-and-polytropes":14956,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fthe-standard-solar-model":15237,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fthermonuclear-reaction-rates-and-the-gamow-peak":15238,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fhydrogen-burning-pp-chains-and-cno":15239,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fhelium-burning-and-the-triple-alpha-process":15240,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fadvanced-burning-and-neutron-capture-nucleosynthesis":15152,"\u002Fastrophysics-cosmology\u002Fism-and-star-formation\u002Fphases-of-the-interstellar-medium":15241,"\u002Fastrophysics-cosmology\u002Fism-and-star-formation\u002Fmolecular-clouds-and-gravitational-collapse":14715,"\u002Fastrophysics-cosmology\u002Fism-and-star-formation\u002Fprotostars-and-the-pre-main-sequence":14778,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fthe-main-sequence-and-its-structure":14760,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fpost-main-sequence-low-mass-evolution":15242,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fthe-evolution-of-massive-stars":14844,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fstellar-pulsation-and-the-instability-strip":14460,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fwhite-dwarfs-and-the-chandrasekhar-limit":15243,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fcore-collapse-supernovae":15244,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fthermonuclear-supernovae-type-ia":14975,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fneutron-stars-and-pulsars":15245,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fblack-holes-schwarzschild-and-kerr":15246,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Fbinary-systems-and-mass-transfer":15247,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Faccreting-compact-objects":15248,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Fgravitational-waves-from-inspiraling-binaries":14441,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Fmultimessenger-astronomy-and-gamma-ray-bursts":15249,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fthe-milky-way":15250,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fgalaxy-morphology-and-classification":14702,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fgalaxy-rotation-curves-and-dark-matter":15251,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Factive-galactic-nuclei-and-supermassive-black-holes":15252,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fgalaxy-clusters-and-large-scale-structure":14968,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fthe-expanding-universe-and-hubbles-law":14623,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fthe-frw-metric-and-cosmological-redshift":15253,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fthe-friedmann-equations-and-cosmic-dynamics":15254,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fcosmological-models-and-distances":14880,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fdark-energy-and-the-accelerating-universe":14866,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fthe-thermal-history-of-the-universe":14878,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fbig-bang-nucleosynthesis":14975,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Frecombination-and-the-cosmic-microwave-background":15255,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fcmb-anisotropies-and-cosmological-parameters":14440,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fcosmic-inflation":14632,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fstructure-formation-and-the-growth-of-perturbations":15256,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fdark-matter-dark-energy-and-open-questions":14719,"\u002Fastrophysics-cosmology":14824,"\u002Fcolophon":15257,"\u002F":14621},4250,4808,3626,2682,4109,4786,3878,3875,3751,3415,4067,3153,3000,4042,5461,5808,3961,3749,4327,5067,4246,4655,4154,5436,2640,4003,3601,2158,4331,4189,2273,3252,4633,4964,4172,3131,5524,3160,4031,2309,4207,3226,2648,4842,5340,3307,5701,4977,4039,2615,3472,4460,3848,4075,4400,3382,3010,3602,3737,3740,3707,3922,5191,4043,3804,4542,4214,5062,2850,4361,3443,3627,4044,3766,4140,3860,4006,5199,4334,5234,3651,5509,5680,153,1375,1073,1093,1125,1146,1014,1132,876,1541,1189,1173,984,1402,1301,950,1268,1063,1107,1408,1161,925,1012,866,964,1090,1142,1085,1020,1207,973,980,728,764,1225,1329,796,929,801,878,774,1044,1488,1175,1130,890,814,870,154,4073,5140,4961,5127,4870,5382,5195,4955,5369,4501,5576,3824,4132,4289,4307,4570,3403,5084,5105,5201,5116,5341,5175,5368,5188,5211,5499,5155,4981,5125,5415,5255,5304,5130,5167,5552,5164,5094,5239,5036,5190,5004,5099,5035,5159,5088,5026,4937,5023,5264,5244,133,5114,5078,5043,5312,5170,5342,5139,5151,5049,5212,5013,5068,5079,5102,5121,5081,5029,5379,5854,5110,2139,3798,5055,5364,4984,4935,4895,4972,5289,5112,5156,4987,5031,5025,5149,5302,5042,5002,4979,4922,4960,5279,126,1877,1180,1129,907,958,1112,1300,1053,1250,1181,1241,1234,966,1050,734,1190,484,1082,926,733,761,571,607,798,804,952,977,731,784,645,771,1017,742,1004,1000,1562,1254,1288,1101,1011,1486,1061,856,992,1169,988,137,0,2037,1782,2384,2254,2123,2332,1643,1714,2089,1751,1367,1660,2511,1998,1892,1854,1791,2438,2487,1917,2375,2525,2266,1845,2275,1810,1631,2310,2166,2233,2113,2505,2347,2672,2112,2473,2592,2380,3013,2513,3256,3218,2194,2173,2205,2326,2081,3342,3152,1799,1670,1027,960,1095,1291,986,897,1209,1055,1817,1801,1593,1465,1196,1464,1201,1230,1435,1684,1461,1926,1500,1409,1284,1774,1869,162,1487,1122,1188,1001,1351,982,1005,979,1325,1046,943,1279,824,1008,989,1798,1277,1025,987,1043,1211,1074,981,939,1002,739,1139,1108,1013,1070,978,1458,1317,157,1357,1077,2355,1116,1037,1178,1637,1314,1109,1056,1702,1474,1071,1158,832,993,1404,1024,1068,1339,1106,1264,1248,913,1848,1328,1633,1224,1143,135,1378,959,1028,998,911,1527,1203,1266,1483,1165,990,938,965,1257,1418,1099,942,1352,956,1035,1398,1003,1094,1292,138,1721,1827,1449,1354,1148,1184,1285,1281,1213,1290,1271,1252,1274,1778,1591,1503,1437,1571,1584,1957,1117,1781,1648,1342,1667,1510,1965,1607,1365,1849,1259,1303,1356,1238,2208,1564,173,1671,1286,1227,1638,1529,668,1078,918,709,865,880,940,1534,1015,874,922,841,794,1194,822,1105,1658,1359,1296,1438,1921,1844,1570,1429,1324,1400,140,1787,1558,1654,1492,1747,2224,2002,2009,1323,1349,1785,1573,1722,1829,1353,1548,1552,1583,1624,1585,1245,1364,1514,1343,1397,1355,2211,1481,1770,160,2388,2293,2256,2552,2569,2478,2039,2496,2578,2814,2519,2461,2587,2492,2714,3278,2654,3050,2447,2849,2238,2369,2061,2214,2602,2563,2186,2985,2749,3364,2038,2282,2409,2126,2573,2206,2176,2268,2182,2402,2705,2633,2414,2213,2801,3313,3410,3195,1952,2017,1509,2537,2645,2027,2415,2838,2356,1906,3184,2950,2807,2954,1683,1316,1034,1138,1763,1822,1705,1246,1701,1097,1104,1187,1032,1083,1228,916,1489,1033,1652,997,692,837,1023,888,864,1089,1231,1214,1675,1156,1075,1520,1309,139,1205,1051,735,1123,1072,915,567,768,825,1253,983,1007,762,1058,861,862,971,1208,1149,1145,1029,1084,927,810,838,857,807,936,949,2321,1622,1069,1113,1057,854,1958,1528,1618,2049,1432,1679,1796,1685,1346,1275,1476,1505,1610,2018,1599,1215,1838,1909,132,3902,2215,2240,3266,3208,3073,2454,2969,2451,1875,2728,1884,2371,2516,2842,1690,1904,2346,3146,1386,2607,1966,2668,1665,2885,1606,2577,3074,2869,2403,2433,2082,1939,1587,2460,2747,2032,2642,1619,3123,1993,2090,2339,3829,1737,2622,2340,2322,3828,4409,2305,3411,2510,4527,3030,3569,3043,2457,1946,2277,2044,2909,1693,1945,2093,2399,2115,2898,2742,2242,3895,3378,3376,2769,2223,3062,3262,2651,2949,2768,2423,1977,2087,2866,3388,2830,2210,2489,2884,3945,2099,2713,3402,1692,2931,4195,3989,3206,4391,3004,3704,3494,2902,999,881,901,919,748,869,1018,1045,1049,1333,954,1092,1019,976,1771,1480,1396,953,1026,161,3533,2495,1818,3007,2595,3427,3537,2216,1895,2304,3396,1739,2073,1962,2203,1767,2666,2264,2276,2852,1807,3735,1560,4144,1669,1676,1972,2418,3291,1525,2040,2766,2337,2220,2800,3001,2078,1759,2836,1896,2026,1758,1543,1047,896,946,1060,1384,1482,815,1414,1322,1440,1240,1468,1098,1133,847,1009,1381,1052,1191,1258,1370,1712,1441,1199,957,1079,150,1262,1417,1368,1219,1136,1064,1463,1636,1059,931,1115,1736,1174,1376,1363,1411,1247,1746,1313,1299,1617,1102,1076,1495,1265,1193,1263,80,{"\u002Falgorithms\u002Ffoundations\u002Fwhat-is-an-algorithm":15259,"\u002Falgorithms\u002Ffoundations\u002Fproof-techniques":15264,"\u002Falgorithms\u002Ffoundations\u002Fasymptotic-analysis":15268,"\u002Falgorithms\u002Ffoundations\u002Fgrowth-rates-and-loop-analysis":15272,"\u002Falgorithms\u002Ffoundations\u002Frecurrences":15276,"\u002Falgorithms\u002Ffoundations\u002Famortized-analysis":15280,"\u002Falgorithms\u002Fdivide-and-conquer\u002Fmergesort":15284,"\u002Falgorithms\u002Fdivide-and-conquer\u002Fquicksort":15289,"\u002Falgorithms\u002Fdivide-and-conquer\u002Fselection":15293,"\u002Falgorithms\u002Fdivide-and-conquer\u002Ffast-multiplication":15297,"\u002Falgorithms\u002Fsorting\u002Fheaps-and-heapsort":15301,"\u002Falgorithms\u002Fsorting\u002Fsorting-lower-bounds":15306,"\u002Falgorithms\u002Fsorting\u002Flinear-time-sorting":15310,"\u002Falgorithms\u002Fsorting\u002Fexternal-sorting":15314,"\u002Falgorithms\u002Fdata-structures\u002Felementary-structures":15318,"\u002Falgorithms\u002Fdata-structures\u002Fhash-tables":15323,"\u002Falgorithms\u002Fdata-structures\u002Fbinary-search-trees":15327,"\u002Falgorithms\u002Fdata-structures\u002Favl-trees":15331,"\u002Falgorithms\u002Fdata-structures\u002Fbalanced-trees":15335,"\u002Falgorithms\u002Fdata-structures\u002Funion-find":15339,"\u002Falgorithms\u002Fdata-structures\u002Ffenwick-and-segment-trees":15343,"\u002Falgorithms\u002Fdata-structures\u002Fspatial-data-structures":15347,"\u002Falgorithms\u002Fdata-structures\u002Fskip-lists-and-probabilistic-structures":15351,"\u002Falgorithms\u002Fdata-structures\u002Fb-trees":15355,"\u002Falgorithms\u002Fdata-structures\u002Fdata-stream-algorithms":15359,"\u002Falgorithms\u002Fdata-structures\u002Fstreaming-sketches":15363,"\u002Falgorithms\u002Fsequences\u002Ftwo-pointers-and-windows":15367,"\u002Falgorithms\u002Fsequences\u002Fprefix-sums":15372,"\u002Falgorithms\u002Fsequences\u002Fmonotonic-stacks":15376,"\u002Falgorithms\u002Fsequences\u002Fbinary-search-on-the-answer":15380,"\u002Falgorithms\u002Fsequences\u002Fstring-matching":15384,"\u002Falgorithms\u002Fsequences\u002Fkmp-and-z-function":15388,"\u002Falgorithms\u002Fsequences\u002Ftries":15392,"\u002Falgorithms\u002Fsequences\u002Fsuffix-arrays-and-aho-corasick":15396,"\u002Falgorithms\u002Fgraphs\u002Frepresentations-and-traversal":15400,"\u002Falgorithms\u002Fgraphs\u002Fdepth-first-search":15405,"\u002Falgorithms\u002Fgraphs\u002Ftopological-sort-and-scc":15409,"\u002Falgorithms\u002Fgraphs\u002Fminimum-spanning-trees":15413,"\u002Falgorithms\u002Fgraphs\u002Fkruskal-and-prim":15417,"\u002Falgorithms\u002Fgraphs\u002Fshortest-paths":15421,"\u002Falgorithms\u002Fgraphs\u002Fall-pairs-and-negative-weights":15425,"\u002Falgorithms\u002Fgraphs\u002Fnetwork-flow":15429,"\u002Falgorithms\u002Fgraphs\u002Fmax-flow-min-cut":15433,"\u002Falgorithms\u002Fgraphs\u002Fbridges-and-articulation-points":15437,"\u002Falgorithms\u002Fgraphs\u002Flowest-common-ancestor":15441,"\u002Falgorithms\u002Fgraphs\u002Ftwo-sat":15445,"\u002Falgorithms\u002Fgraphs\u002Feulerian-tours":15449,"\u002Falgorithms\u002Fgraphs\u002Fbipartite-matching":15453,"\u002Falgorithms\u002Fgreedy\u002Fthe-greedy-method":15457,"\u002Falgorithms\u002Fgreedy\u002Fscheduling-and-intervals":15462,"\u002Falgorithms\u002Fgreedy\u002Fhuffman-codes":15466,"\u002Falgorithms\u002Fgreedy\u002Fmatroids":15470,"\u002Falgorithms\u002Fgreedy\u002Fstable-matching":15474,"\u002Falgorithms\u002Fdynamic-programming\u002Fprinciples":15478,"\u002Falgorithms\u002Fdynamic-programming\u002Fsequence-dp":15483,"\u002Falgorithms\u002Fdynamic-programming\u002Flongest-increasing-subsequence":15487,"\u002Falgorithms\u002Fdynamic-programming\u002Fknapsack":15491,"\u002Falgorithms\u002Fdynamic-programming\u002Fcoin-change-and-unbounded":15495,"\u002Falgorithms\u002Fdynamic-programming\u002Finterval-dp":15499,"\u002Falgorithms\u002Fdynamic-programming\u002Ftree-dp":15503,"\u002Falgorithms\u002Fdynamic-programming\u002Fbitmask-dp":15507,"\u002Falgorithms\u002Fdynamic-programming\u002Fdp-optimizations":15511,"\u002Falgorithms\u002Fdynamic-programming\u002Fdp-on-graphs":15515,"\u002Falgorithms\u002Fdynamic-programming\u002Fdigit-and-probability-dp":15519,"\u002Falgorithms\u002Fbacktracking\u002Fbacktracking-fundamentals":15523,"\u002Falgorithms\u002Fbacktracking\u002Fconstraint-search":15528,"\u002Falgorithms\u002Fbacktracking\u002Fbranch-and-bound":15532,"\u002Falgorithms\u002Fbacktracking\u002Fgraph-backtracking":15536,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fnumber-theory-basics":15540,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fmodular-exponentiation-and-primality":15545,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fsieve-and-factorization":15549,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fcombinatorics":15553,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fmatrix-exponentiation":15557,"\u002Falgorithms\u002Fmathematical-algorithms\u002Ffast-fourier-transform":15561,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fgradient-descent":15565,"\u002Falgorithms\u002Fcomputational-geometry\u002Fgeometric-primitives":15569,"\u002Falgorithms\u002Fcomputational-geometry\u002Fconvex-hull":15574,"\u002Falgorithms\u002Fcomputational-geometry\u002Fsweep-line":15578,"\u002Falgorithms\u002Fcomputational-geometry\u002Fpolygons-and-proximity":15582,"\u002Falgorithms\u002Fintractability\u002Fp-np-reductions":15586,"\u002Falgorithms\u002Fintractability\u002Fnp-completeness":15591,"\u002Falgorithms\u002Fintractability\u002Fcoping-with-hardness":15595,"\u002Falgorithms\u002Fintractability\u002Fapproximation-algorithms":15599,"\u002Falgorithms":15603,"\u002Fcalculus\u002Flimits-and-continuity\u002Ffunctions-and-models":15606,"\u002Fcalculus\u002Flimits-and-continuity\u002Fthe-limit-of-a-function":15611,"\u002Fcalculus\u002Flimits-and-continuity\u002Flimit-laws-and-the-precise-definition":15615,"\u002Fcalculus\u002Flimits-and-continuity\u002Fcontinuity":15619,"\u002Fcalculus\u002Fderivatives\u002Fthe-derivative-and-rates-of-change":15623,"\u002Fcalculus\u002Fderivatives\u002Fdifferentiation-rules-and-the-chain-rule":15628,"\u002Fcalculus\u002Fderivatives\u002Fimplicit-differentiation-and-related-rates":15632,"\u002Fcalculus\u002Fderivatives\u002Flinear-approximations-and-differentials":15636,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fextrema-and-the-mean-value-theorem":15640,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fhow-derivatives-shape-a-graph":15645,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fcurve-sketching-and-optimization":15649,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fnewtons-method-and-antiderivatives":15653,"\u002Fcalculus\u002Fintegrals\u002Farea-and-the-definite-integral":15657,"\u002Fcalculus\u002Fintegrals\u002Fthe-fundamental-theorem-of-calculus":15662,"\u002Fcalculus\u002Fintegrals\u002Fthe-substitution-rule":15666,"\u002Fcalculus\u002Fapplications-of-integration\u002Fareas-and-volumes":15670,"\u002Fcalculus\u002Fapplications-of-integration\u002Fwork-average-value-and-arc-length":15675,"\u002Fcalculus\u002Fapplications-of-integration\u002Fphysics-economics-and-probability":15679,"\u002Fcalculus\u002Fexponential-logarithmic-and-inverse-functions\u002Finverse-functions-logarithms-and-exponentials":15683,"\u002Fcalculus\u002Fexponential-logarithmic-and-inverse-functions\u002Fgrowth-decay-inverse-trig-and-hyperbolic-functions":15688,"\u002Fcalculus\u002Fexponential-logarithmic-and-inverse-functions\u002Flhospitals-rule":15692,"\u002Fcalculus\u002Ftechniques-of-integration\u002Fintegration-by-parts":15696,"\u002Fcalculus\u002Ftechniques-of-integration\u002Ftrigonometric-integrals-and-substitution":15701,"\u002Fcalculus\u002Ftechniques-of-integration\u002Fpartial-fractions-and-integration-strategy":15705,"\u002Fcalculus\u002Ftechniques-of-integration\u002Fapproximate-and-improper-integrals":15709,"\u002Fcalculus\u002Fparametric-and-polar\u002Fparametric-curves-and-their-calculus":15713,"\u002Fcalculus\u002Fparametric-and-polar\u002Fpolar-coordinates":15718,"\u002Fcalculus\u002Fparametric-and-polar\u002Fconic-sections":15722,"\u002Fcalculus\u002Fsequences-and-series\u002Fsequences":15726,"\u002Fcalculus\u002Fsequences-and-series\u002Fseries-and-the-integral-test":15731,"\u002Fcalculus\u002Fsequences-and-series\u002Fthe-convergence-tests":15735,"\u002Fcalculus\u002Fsequences-and-series\u002Fpower-series":15739,"\u002Fcalculus\u002Fsequences-and-series\u002Ftaylor-and-maclaurin-series":15743,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fvectors-and-the-dot-product":15747,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fthe-cross-product-lines-and-planes":15752,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fcylinders-and-quadric-surfaces":15756,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fvector-functions-and-space-curves":15760,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Farc-length-curvature-and-motion":15764,"\u002Fcalculus\u002Fpartial-derivatives\u002Ffunctions-of-several-variables":15768,"\u002Fcalculus\u002Fpartial-derivatives\u002Fpartial-derivatives":15773,"\u002Fcalculus\u002Fpartial-derivatives\u002Ftangent-planes-and-the-chain-rule":15776,"\u002Fcalculus\u002Fpartial-derivatives\u002Fdirectional-derivatives-and-the-gradient":15780,"\u002Fcalculus\u002Fpartial-derivatives\u002Foptimization-and-lagrange-multipliers":15784,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fdouble-integrals":15788,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Ftriple-integrals-and-coordinate-systems":15793,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fvector-fields-and-line-integrals":15797,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fgreens-theorem-curl-and-divergence":15801,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fsurface-integrals":15805,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fstokes-and-the-divergence-theorem":15809,"\u002Fcalculus":15813,"\u002Fmechanics\u002Ffoundations\u002Fmeasurement-and-dimensions":15816,"\u002Fmechanics\u002Ffoundations\u002Fvector-algebra":15820,"\u002Fmechanics\u002Fkinematics\u002Fone-dimensional-motion":15824,"\u002Fmechanics\u002Fkinematics\u002Fmotion-graphs":15829,"\u002Fmechanics\u002Fkinematics\u002Fprojectile-motion":15833,"\u002Fmechanics\u002Fkinematics\u002Frelative-motion":15837,"\u002Fmechanics\u002Fkinematics\u002Fcircular-motion":15841,"\u002Fmechanics\u002Fdynamics\u002Fnewtons-laws":15845,"\u002Fmechanics\u002Fdynamics\u002Ffree-body-diagrams":15850,"\u002Fmechanics\u002Fdynamics\u002Ffriction-and-curved-motion":15854,"\u002Fmechanics\u002Fdynamics\u002Fnumerical-dynamics":15858,"\u002Fmechanics\u002Fdynamics\u002Fcenter-of-mass-systems":15862,"\u002Fmechanics\u002Fenergy\u002Fwork-and-kinetic-energy":15866,"\u002Fmechanics\u002Fenergy\u002Fpotential-energy":15871,"\u002Fmechanics\u002Fenergy\u002Fmultiparticle-work":15875,"\u002Fmechanics\u002Fenergy\u002Fmass-energy-and-binding":15879,"\u002Fmechanics\u002Fenergy\u002Fphotons-and-quantization":15883,"\u002Fmechanics\u002Fmomentum\u002Fmomentum-and-collisions":15887,"\u002Fmechanics\u002Fmomentum\u002Fcenter-of-mass-collisions":15892,"\u002Fmechanics\u002Fmomentum\u002Frocket-propulsion":15896,"\u002Fmechanics\u002Frotation\u002Frotational-inertia":15900,"\u002Fmechanics\u002Frotation\u002Frotational-dynamics":15905,"\u002Fmechanics\u002Frotation\u002Frolling-motion":15909,"\u002Fmechanics\u002Frotation\u002Fangular-momentum":15913,"\u002Fmechanics\u002Frotation\u002Frolling-resistance":15917,"\u002Fmechanics\u002Frotation\u002Fgyroscopic-precession":15921,"\u002Fmechanics\u002Fgravity-and-matter\u002Fkeplerian-orbits":15925,"\u002Fmechanics\u002Fgravity-and-matter\u002Fgravitational-fields":15930,"\u002Fmechanics\u002Fgravity-and-matter\u002Fstatic-equilibrium":15934,"\u002Fmechanics\u002Fgravity-and-matter\u002Ffluid-statics":15938,"\u002Fmechanics\u002Fgravity-and-matter\u002Ffluid-flow":15942,"\u002Fmechanics\u002Fgravity-and-matter\u002Forbital-motion":15946,"\u002Fmechanics\u002Fgravity-and-matter\u002Fstress-and-elasticity":15950,"\u002Fmechanics\u002Foscillations-waves\u002Fdamped-oscillators":15954,"\u002Fmechanics\u002Foscillations-waves\u002Ftravelling-waves":15959,"\u002Fmechanics\u002Foscillations-waves\u002Fwave-superposition":15963,"\u002Fmechanics\u002Foscillations-waves\u002Fstanding-waves":15967,"\u002Fmechanics\u002Foscillations-waves\u002Fsound-waves":15971,"\u002Fmechanics\u002Foscillations-waves\u002Fdoppler-effect":15975,"\u002Fmechanics\u002Foscillations-waves\u002Fwave-packets":15979,"\u002Fmechanics\u002Foscillations-waves\u002Fbeats-and-coupling":15983,"\u002Fmechanics\u002Foscillations-waves\u002Fsimple-harmonic-motion":15987,"\u002Fmechanics\u002Foscillations-waves\u002Fpendulum-motion":15991,"\u002Fmechanics\u002Foscillations-waves\u002Fdriven-oscillators":15995,"\u002Fmechanics\u002Foscillations-waves\u002Fwave-boundaries":15999,"\u002Fmechanics\u002Fthermodynamics\u002Fkinetic-theory-of-ideal-gases":16003,"\u002Fmechanics\u002Fthermodynamics\u002Ffirst-law-of-thermodynamics":16008,"\u002Fmechanics\u002Fthermodynamics\u002Fentropy-and-the-second-law":16012,"\u002Fmechanics\u002Fthermodynamics\u002Fthermal-processes":16016,"\u002Fmechanics\u002Fthermodynamics\u002Fphase-changes":16020,"\u002Fmechanics\u002Fthermodynamics\u002Fthermal-machines":16024,"\u002Fmechanics":16028,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Fcharge-and-conductors":16031,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Fcoulombs-law":16036,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Felectric-field-and-force":16040,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Felectric-field-maps":16044,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Felectric-dipoles":16048,"\u002Felectricity-and-magnetism\u002Fcontinuous-charge-distributions\u002Fcontinuous-charge-fields":16052,"\u002Felectricity-and-magnetism\u002Fcontinuous-charge-distributions\u002Fgauss-law-and-conductors":16057,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Fpoint-charge-potential":16061,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Fpotential-gradients-and-equipotentials":16066,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Felectrostatic-energy-and-pressure":16070,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Flaplace-boundary-problems":16074,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Fcontinuous-charge-potentials":16078,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fcapacitance-fundamentals":16082,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fcapacitor-networks":16087,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fcapacitor-energy-and-force":16091,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fdielectric-polarization-and-breakdown":16095,"\u002Felectricity-and-magnetism\u002Fdirect-current-circuits\u002Fcurrent-and-resistance":16099,"\u002Felectricity-and-magnetism\u002Fdirect-current-circuits\u002Fkirchhoff-network-analysis":16104,"\u002Felectricity-and-magnetism\u002Fdirect-current-circuits\u002Frc-transients":16108,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmagnetic-trajectories":16112,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fhall-effect":16117,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmagnetic-force-on-conductors":16121,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmagnetic-dipoles":16125,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmass-spectrometry":16129,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fmoving-charge-fields":16133,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fbiot-savart-law":16138,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fcircular-current-loops":16142,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Famperes-law":16146,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fgauss-law-for-magnetism":16150,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fmagnetic-materials":16154,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fmagnetic-flux":16158,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Ffaradays-law":16163,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Flenzs-law":16167,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fmotional-emf":16171,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Feddy-currents":16175,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fself-inductance":16179,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fmagnetic-energy":16183,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Frl-circuits":16187,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Fac-fundamentals":16191,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Freactance":16196,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Frlc-resonance":16200,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Fac-power":16204,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Ftransformers":16208,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Fdisplacement-current":16212,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Felectromagnetic-waves":16217,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Felectromagnetic-momentum":16221,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Fdipole-radiation":16225,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Fpolarization":16229,"\u002Felectricity-and-magnetism\u002Foptics\u002Freflection-and-refraction":16233,"\u002Felectricity-and-magnetism\u002Foptics\u002Fthin-lenses":16238,"\u002Felectricity-and-magnetism\u002Foptics\u002Fspherical-mirrors":16242,"\u002Felectricity-and-magnetism":16246,"\u002Flinear-algebra\u002Flinear-systems\u002Fsystems-and-echelon-forms":16249,"\u002Flinear-algebra\u002Flinear-systems\u002Fvector-and-matrix-equations":16254,"\u002Flinear-algebra\u002Flinear-systems\u002Fsolution-sets-and-applications":16258,"\u002Flinear-algebra\u002Flinear-systems\u002Flinear-independence":16262,"\u002Flinear-algebra\u002Flinear-systems\u002Flinear-transformations":16266,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fmatrix-operations":16270,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fmatrix-inverse-and-invertibility":16275,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fpartitioned-matrices-and-lu":16279,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fsubspaces-dimension-rank":16283,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fapplications-leontief-and-graphics":16287,"\u002Flinear-algebra\u002Fdeterminants\u002Fdeterminants-and-cofactors":16291,"\u002Flinear-algebra\u002Fdeterminants\u002Fproperties-of-determinants":16296,"\u002Flinear-algebra\u002Fdeterminants\u002Fcramer-volume-and-area":16300,"\u002Flinear-algebra\u002Fvector-spaces\u002Fvector-spaces-and-subspaces":16304,"\u002Flinear-algebra\u002Fvector-spaces\u002Fnull-and-column-spaces":16309,"\u002Flinear-algebra\u002Fvector-spaces\u002Fbases-and-independent-sets":16313,"\u002Flinear-algebra\u002Fvector-spaces\u002Fcoordinate-systems":16317,"\u002Flinear-algebra\u002Fvector-spaces\u002Fdimension-and-rank":16321,"\u002Flinear-algebra\u002Fvector-spaces\u002Fchange-of-basis":16325,"\u002Flinear-algebra\u002Fvector-spaces\u002Fdifference-equations-and-markov":16329,"\u002Flinear-algebra\u002Feigenvalues\u002Feigenvectors-and-eigenvalues":16333,"\u002Flinear-algebra\u002Feigenvalues\u002Fthe-characteristic-equation":16338,"\u002Flinear-algebra\u002Feigenvalues\u002Fdiagonalization":16342,"\u002Flinear-algebra\u002Feigenvalues\u002Feigenvectors-and-linear-transformations":16346,"\u002Flinear-algebra\u002Feigenvalues\u002Fcomplex-eigenvalues":16350,"\u002Flinear-algebra\u002Feigenvalues\u002Fdynamical-systems":16354,"\u002Flinear-algebra\u002Feigenvalues\u002Fpower-method":16358,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Finner-product-length-orthogonality":16362,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Forthogonal-sets-and-projections":16367,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fgram-schmidt-and-qr":16371,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fleast-squares-problems":16375,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fleast-squares-applications":16379,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Finner-product-spaces":16383,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fdiagonalizing-symmetric-matrices":16387,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fquadratic-forms":16392,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fconstrained-optimization":16396,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fsingular-value-decomposition":16400,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fsvd-applications-pca-imaging":16404,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fnumerical-thinking-and-matrix-computation":16408,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Flu-and-cholesky":16413,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fconditioning-and-floating-point":16417,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fstability-and-error-analysis":16421,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fqr-and-numerical-least-squares":16425,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fnumerical-eigenvalues-and-svd":16429,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Faffine-combinations":16433,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Faffine-independence-and-barycentric-coordinates":16438,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Fconvex-combinations-and-convex-sets":16442,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Fhyperplanes-and-polytopes":16446,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Fcurves-and-surfaces":16450,"\u002Flinear-algebra":16454,"\u002Ftheory-of-computation":16457,"\u002Fcomputer-architecture\u002Ffoundations\u002Fbits-bytes-and-words":16460,"\u002Fcomputer-architecture\u002Ffoundations\u002Finteger-representation":16464,"\u002Fcomputer-architecture\u002Ffoundations\u002Finteger-arithmetic":16468,"\u002Fcomputer-architecture\u002Ffoundations\u002Ffloating-point":16472,"\u002Fcomputer-architecture\u002Ffoundations\u002Fboolean-algebra-and-bit-manipulation":16476,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fthe-machines-view":16480,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fdata-movement":16485,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Farithmetic-and-logic":16489,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fcontrol-flow":16493,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fprocedures":16497,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Farrays-structs-and-alignment":16501,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fmemory-layout-and-buffer-overflows":16505,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Fwhat-an-isa-is":16509,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Finstruction-formats-and-operands":16514,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Faddressing-modes":16518,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Fthe-y86-64-instruction-set":16522,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Fy86-64-programming":16526,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Ftransistors-gates-and-boolean-functions":16530,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fcombinational-logic-and-hcl":16535,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fmultiplexers-decoders-and-the-alu":16539,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fmemory-elements-latches-flip-flops-and-clocking":16543,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fregister-files-and-random-access-memory":16547,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fthe-fetch-decode-execute-cycle":16551,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fthe-seq-stages":16556,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fcontrol-logic-and-sequencing":16560,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fassembling-seq":16564,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Ftracing-a-program":16568,"\u002Fcomputer-architecture\u002Fpipelining\u002Fpipelining-principles":16572,"\u002Fcomputer-architecture\u002Fpipelining\u002Ffrom-seq-to-pipe":16577,"\u002Fcomputer-architecture\u002Fpipelining\u002Fdata-hazards-stalling-and-forwarding":16581,"\u002Fcomputer-architecture\u002Fpipelining\u002Fcontrol-hazards-and-branch-prediction":16585,"\u002Fcomputer-architecture\u002Fpipelining\u002Fthe-complete-pipe-processor":16589,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fstorage-technologies-and-the-latency-gap":16593,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Flocality":16598,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fcache-memories-direct-mapped":16602,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fset-associative-and-write-policies":16606,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fcache-performance-and-cache-friendly-code":16610,"\u002Fcomputer-architecture\u002Fvirtual-memory\u002Faddress-spaces-and-translation":16614,"\u002Fcomputer-architecture\u002Fvirtual-memory\u002Fpage-tables-and-page-faults":16619,"\u002Fcomputer-architecture\u002Fvirtual-memory\u002Fthe-tlb-and-multi-level-page-tables":16623,"\u002Fcomputer-architecture\u002Fexceptions-and-io\u002Fexceptional-control-flow":16627,"\u002Fcomputer-architecture\u002Fexceptions-and-io\u002Finterrupts-and-the-kernel":16632,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fprocesses-threads-and-parallelism":16636,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fhardware-multithreading":16641,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fcache-coherence":16645,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fmemory-consistency-and-synchronization":16649,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fmulticore-organization":16653,"\u002Fcomputer-architecture\u002Fcapstone\u002Fthe-whole-machine":16657,"\u002Fcomputer-architecture\u002Fcapstone\u002Fassembling-a-complete-cpu":16662,"\u002Fcomputer-architecture":16666,"\u002Fdifferential-equations\u002Ffoundations\u002Fmodels-and-direction-fields":16669,"\u002Fdifferential-equations\u002Ffoundations\u002Fclassification-and-terminology":16673,"\u002Fdifferential-equations\u002Ffirst-order\u002Flinear-first-order-integrating-factors":16677,"\u002Fdifferential-equations\u002Ffirst-order\u002Fseparable-and-exact":16682,"\u002Fdifferential-equations\u002Ffirst-order\u002Fmodeling-first-order":16686,"\u002Fdifferential-equations\u002Ffirst-order\u002Fautonomous-and-population-dynamics":16690,"\u002Fdifferential-equations\u002Ffirst-order\u002Fexistence-uniqueness-euler":16694,"\u002Fdifferential-equations\u002Ffirst-order\u002Ffirst-order-difference-equations":16698,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fhomogeneous-constant-coefficients":16702,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fcomplex-and-repeated-roots":16707,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fnonhomogeneous-undetermined-coefficients":16711,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fvariation-of-parameters":16715,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fmechanical-electrical-vibrations":16719,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fhigher-order-linear":16723,"\u002Fdifferential-equations\u002Fseries-solutions\u002Fpower-series-ordinary-points":16727,"\u002Fdifferential-equations\u002Fseries-solutions\u002Fregular-singular-frobenius":16732,"\u002Fdifferential-equations\u002Fseries-solutions\u002Fbessel-and-special-functions":16736,"\u002Fdifferential-equations\u002Flaplace\u002Flaplace-definition-ivps":16740,"\u002Fdifferential-equations\u002Flaplace\u002Fstep-impulse-convolution":16745,"\u002Fdifferential-equations\u002Fsystems\u002Fmatrices-eigenvalues-review":16749,"\u002Fdifferential-equations\u002Fsystems\u002Fconstant-coefficient-systems-phase-portraits":16754,"\u002Fdifferential-equations\u002Fsystems\u002Frepeated-eigenvalues-fundamental-matrices":16758,"\u002Fdifferential-equations\u002Fnumerical\u002Feuler-and-runge-kutta":16762,"\u002Fdifferential-equations\u002Fnumerical\u002Fmultistep-systems-stability":16767,"\u002Fdifferential-equations\u002Fnonlinear\u002Fphase-plane-autonomous-stability":16771,"\u002Fdifferential-equations\u002Fnonlinear\u002Flocally-linear-and-liapunov":16776,"\u002Fdifferential-equations\u002Fnonlinear\u002Fcompeting-species-predator-prey-limit-cycles":16780,"\u002Fdifferential-equations\u002Fpdes-fourier-bvp\u002Ffourier-series":16784,"\u002Fdifferential-equations\u002Fpdes-fourier-bvp\u002Fheat-wave-laplace-equations":16789,"\u002Fdifferential-equations\u002Fpdes-fourier-bvp\u002Fsturm-liouville":16793,"\u002Fdifferential-equations\u002Fhistory-variations\u002Fcalculus-of-variations":16797,"\u002Fdifferential-equations\u002Fhistory-variations\u002Fhistorical-notes":16802,"\u002Fdifferential-equations":16806,"\u002Frelativity\u002Ffoundations\u002Fspecial-relativity-postulates":16809,"\u002Frelativity\u002Ffoundations\u002Florentz-transformation-spacetime":16814,"\u002Frelativity\u002Ffoundations\u002Ftime-dilation-length-contraction":16818,"\u002Frelativity\u002Ffoundations\u002Frelativistic-momentum-energy":16822,"\u002Frelativity\u002Ffoundations\u002Fgeneral-relativity":16826,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Fminkowski-spacetime-and-the-interval":16830,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Ffour-vectors-and-index-notation":16835,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Fthe-lorentz-group-and-rapidity":16839,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Fdoppler-aberration-and-appearance":16843,"\u002Frelativity\u002Frelativistic-dynamics\u002Ffour-momentum-force-and-accelerated-motion":16847,"\u002Frelativity\u002Frelativistic-dynamics\u002Fparticle-decays-and-two-body-kinematics":16852,"\u002Frelativity\u002Frelativistic-dynamics\u002Fcollisions-thresholds-and-the-cm-frame":16856,"\u002Frelativity\u002Frelativistic-dynamics\u002Fmandelstam-variables-and-invariants":16860,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Ffour-current-and-the-four-potential":16864,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Fthe-electromagnetic-field-tensor":16869,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Ftransformation-of-electric-and-magnetic-fields":16873,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Fcovariant-maxwell-and-the-stress-energy-tensor":16877,"\u002Frelativity\u002Fcurved-spacetime\u002Fthe-equivalence-principle-formalized":16881,"\u002Frelativity\u002Fcurved-spacetime\u002Fmanifolds-vectors-and-the-metric":16886,"\u002Frelativity\u002Fcurved-spacetime\u002Fcovariant-derivative-and-christoffel-symbols":16890,"\u002Frelativity\u002Fcurved-spacetime\u002Fgeodesics-and-the-geodesic-equation":16894,"\u002Frelativity\u002Fcurved-spacetime\u002Fcurvature-riemann-and-geodesic-deviation":16898,"\u002Frelativity\u002Fcurved-spacetime\u002Fthe-einstein-field-equations":16902,"\u002Frelativity\u002Fthe-schwarzschild-solution\u002Fthe-schwarzschild-metric":16906,"\u002Frelativity\u002Fthe-schwarzschild-solution\u002Fgeodesics-and-orbits-in-schwarzschild":16911,"\u002Frelativity\u002Fthe-schwarzschild-solution\u002Flight-bending-and-null-geodesics":16915,"\u002Frelativity\u002Ftests-of-general-relativity\u002Fperihelion-precession-of-mercury":16919,"\u002Frelativity\u002Ftests-of-general-relativity\u002Fdeflection-of-light-and-gravitational-lensing":16924,"\u002Frelativity\u002Ftests-of-general-relativity\u002Fgravitational-redshift-and-shapiro-delay":16928,"\u002Frelativity\u002Ftests-of-general-relativity\u002Frelativity-in-technology-gps":16932,"\u002Frelativity\u002Fblack-holes\u002Fhorizons-and-coordinate-singularities":16936,"\u002Frelativity\u002Fblack-holes\u002Frotating-and-charged-black-holes":16941,"\u002Frelativity\u002Fblack-holes\u002Fblack-hole-thermodynamics":16945,"\u002Frelativity\u002Fgravitational-waves\u002Flinearized-gravity-and-wave-solutions":16949,"\u002Frelativity\u002Fgravitational-waves\u002Fgeneration-and-the-quadrupole-formula":16954,"\u002Frelativity\u002Fgravitational-waves\u002Fdetection-ligo-and-the-first-events":16958,"\u002Frelativity\u002Fcosmological-bridge\u002Fthe-cosmological-principle-and-flrw-metric":16962,"\u002Frelativity\u002Fcosmological-bridge\u002Ffriedmann-equations-and-cosmic-dynamics":16967,"\u002Frelativity":16971,"\u002Fphysical-computing":16974,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fblackbody-radiation-and-the-planck-quantum":16977,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fthe-photoelectric-effect-and-the-photon":16982,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fx-rays-and-the-compton-effect":16986,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fthe-old-quantum-theory-bohr-and-sommerfeld":16990,"\u002Fquantum-mechanics\u002Fmatter-waves\u002Fde-broglie-waves-and-electron-diffraction":16994,"\u002Fquantum-mechanics\u002Fmatter-waves\u002Fwave-packets-and-the-probability-interpretation":16999,"\u002Fquantum-mechanics\u002Fmatter-waves\u002Fthe-uncertainty-principle":17003,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fthe-schrodinger-equation-in-one-dimension":17007,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fthe-free-particle-and-wave-packet-dynamics":17012,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fparticle-in-infinite-and-finite-square-wells":17016,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Foperators-expectation-values-and-the-harmonic-oscillator":17020,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fthe-dirac-delta-potential":17024,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fbarrier-penetration-and-quantum-tunneling":17028,"\u002Fquantum-mechanics\u002Fformalism\u002Fhilbert-space-and-dirac-notation":17032,"\u002Fquantum-mechanics\u002Fformalism\u002Fobservables-hermitian-operators-and-eigenvalues":17037,"\u002Fquantum-mechanics\u002Fformalism\u002Fthe-postulates-and-quantum-measurement":17041,"\u002Fquantum-mechanics\u002Fformalism\u002Fposition-momentum-and-continuous-spectra":17045,"\u002Fquantum-mechanics\u002Fformalism\u002Fcommutators-and-the-generalized-uncertainty-principle":17049,"\u002Fquantum-mechanics\u002Fformalism\u002Ftime-evolution-schrodinger-and-heisenberg-pictures":17053,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fladder-operators-and-the-number-states":17057,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fcoherent-and-squeezed-states":17062,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fsymmetries-generators-and-conservation-laws":17066,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fparity-time-reversal-and-discrete-symmetries":17070,"\u002Fquantum-mechanics\u002Fangular-momentum\u002Forbital-angular-momentum-and-spherical-harmonics":17074,"\u002Fquantum-mechanics\u002Fangular-momentum\u002Fthe-angular-momentum-algebra":17078,"\u002Fquantum-mechanics\u002Fangular-momentum\u002Faddition-of-angular-momenta-and-clebsch-gordan":17082,"\u002Fquantum-mechanics\u002Fcentral-potentials\u002Fthe-schrodinger-equation-in-three-dimensions":17086,"\u002Fquantum-mechanics\u002Fcentral-potentials\u002Fthe-hydrogen-atom":17091,"\u002Fquantum-mechanics\u002Fcentral-potentials\u002Fthe-isotropic-oscillator-and-hidden-symmetry":17095,"\u002Fquantum-mechanics\u002Fspin\u002Fspin-half-pauli-matrices-and-stern-gerlach":17099,"\u002Fquantum-mechanics\u002Fspin\u002Fspin-in-a-magnetic-field-precession-and-resonance":17104,"\u002Fquantum-mechanics\u002Fspin\u002Ftwo-level-systems-and-the-bloch-sphere":17108,"\u002Fquantum-mechanics\u002Fidentical-particles\u002Fidentical-particles-and-exchange-symmetry":17112,"\u002Fquantum-mechanics\u002Fidentical-particles\u002Fthe-pauli-principle-atoms-and-the-periodic-table":17117,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Ftime-independent-perturbation-theory":17121,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Ffine-structure-and-the-real-hydrogen-atom":17126,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Fthe-zeeman-and-stark-effects":17130,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Fthe-variational-method":17134,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Fthe-wkb-approximation":17138,"\u002Fquantum-mechanics":17142,"\u002Freal-analysis\u002Ffoundations\u002Fsets-logic-functions":17145,"\u002Freal-analysis\u002Ffoundations\u002Fordered-fields-completeness":17150,"\u002Freal-analysis\u002Ffoundations\u002Fabsolute-value-bounds":17154,"\u002Freal-analysis\u002Ffoundations\u002Fintervals-uncountability":17158,"\u002Freal-analysis\u002Fsequences-series\u002Fsequences-limits":17162,"\u002Freal-analysis\u002Fsequences-series\u002Flimit-laws-monotone":17167,"\u002Freal-analysis\u002Fsequences-series\u002Flimsup-bolzano-weierstrass":17171,"\u002Freal-analysis\u002Fsequences-series\u002Fcauchy-completeness":17175,"\u002Freal-analysis\u002Fsequences-series\u002Fseries-convergence":17179,"\u002Freal-analysis\u002Fsequences-series\u002Fabsolute-conditional-rearrangement":17183,"\u002Freal-analysis\u002Fmetric-spaces\u002Fmetric-spaces-norms":17187,"\u002Freal-analysis\u002Fmetric-spaces\u002Fopen-closed-sets":17192,"\u002Freal-analysis\u002Fmetric-spaces\u002Fconvergence-completeness":17196,"\u002Freal-analysis\u002Fmetric-spaces\u002Fcompactness":17200,"\u002Freal-analysis\u002Fmetric-spaces\u002Fconnectedness":17204,"\u002Freal-analysis\u002Fcontinuity\u002Flimits-of-functions":17208,"\u002Freal-analysis\u002Fcontinuity\u002Fcontinuous-functions":17212,"\u002Freal-analysis\u002Fcontinuity\u002Fevt-ivt":17216,"\u002Freal-analysis\u002Fcontinuity\u002Funiform-continuity":17220,"\u002Freal-analysis\u002Fcontinuity\u002Fcontinuity-metric-spaces":17224,"\u002Freal-analysis\u002Fcontinuity\u002Flimits-infinity-monotone":17228,"\u002Freal-analysis\u002Fdifferentiation\u002Fthe-derivative":17232,"\u002Freal-analysis\u002Fdifferentiation\u002Fmean-value-theorem":17237,"\u002Freal-analysis\u002Fdifferentiation\u002Ftaylors-theorem":17241,"\u002Freal-analysis\u002Fdifferentiation\u002Finverse-function-1d":17245,"\u002Freal-analysis\u002Friemann-integration\u002Fdarboux-integral":17249,"\u002Freal-analysis\u002Friemann-integration\u002Fintegrability-classes":17254,"\u002Freal-analysis\u002Friemann-integration\u002Fproperties-of-the-integral":17258,"\u002Freal-analysis\u002Friemann-integration\u002Ffundamental-theorem":17262,"\u002Freal-analysis\u002Friemann-integration\u002Flog-exp-improper":17265,"\u002Freal-analysis\u002Ffunction-sequences\u002Fpointwise-uniform-convergence":17269,"\u002Freal-analysis\u002Ffunction-sequences\u002Finterchange-of-limits":17274,"\u002Freal-analysis\u002Ffunction-sequences\u002Fpower-series-weierstrass":17278,"\u002Freal-analysis\u002Ffunction-sequences\u002Fpicard-ode":17282,"\u002Freal-analysis\u002Fseveral-variables\u002Fdifferentiability-rn":17286,"\u002Freal-analysis\u002Fseveral-variables\u002Fgradient-chain-rule":17291,"\u002Freal-analysis\u002Fseveral-variables\u002Fhigher-derivatives-taylor-extrema":17295,"\u002Freal-analysis\u002Fseveral-variables\u002Finverse-implicit-theorems":17299,"\u002Freal-analysis\u002Fseveral-variables\u002Fmultiple-integrals":17303,"\u002Freal-analysis":17307,"\u002Fabstract-algebra\u002Ffoundations\u002Fsets-functions-relations":17310,"\u002Fabstract-algebra\u002Ffoundations\u002Fintegers-and-modular-arithmetic":17314,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fgroup-axioms-and-first-examples":17318,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fdihedral-and-symmetric-groups":17323,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fmatrix-and-quaternion-groups":17327,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fhomomorphisms-and-group-actions":17331,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fsubgroups-and-substructures":17335,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fcyclic-groups":17340,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fgeneration-and-subgroup-lattices":17344,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fcosets-lagrange-and-normal-subgroups":17348,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fisomorphism-theorems":17352,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fcomposition-series-and-the-alternating-group":17356,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Factions-and-cayleys-theorem":17360,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Fconjugation-and-the-class-equation":17365,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Fsylow-theorems":17369,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Fautomorphisms-and-simple-groups":17373,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fdirect-products-and-finite-abelian-groups":17377,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fsemidirect-products":17382,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fnilpotent-and-solvable-groups":17386,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fclassifying-small-groups":17390,"\u002Fabstract-algebra\u002Fring-theory\u002Frings-definitions-and-examples":17394,"\u002Fabstract-algebra\u002Fring-theory\u002Fideals-quotients-and-homomorphisms":17399,"\u002Fabstract-algebra\u002Fring-theory\u002Ffractions-and-the-chinese-remainder-theorem":17403,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Feuclidean-domains-pids-ufds":17407,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Fpolynomial-rings-over-fields":17412,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Fgauss-lemma-and-unique-factorization":17416,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Firreducibility-criteria-and-groebner":17420,"\u002Fabstract-algebra\u002Fmodule-theory\u002Fintroduction-to-modules":17424,"\u002Fabstract-algebra\u002Fmodule-theory\u002Ffree-modules-and-direct-sums":17429,"\u002Fabstract-algebra\u002Fmodule-theory\u002Ftensor-products-and-exact-sequences":17433,"\u002Fabstract-algebra\u002Fmodule-theory\u002Fvector-spaces-and-linear-maps":17437,"\u002Fabstract-algebra\u002Fmodules-over-pids\u002Fstructure-theorem-over-pids":17441,"\u002Fabstract-algebra\u002Fmodules-over-pids\u002Frational-canonical-form":17446,"\u002Fabstract-algebra\u002Fmodules-over-pids\u002Fjordan-canonical-form":17450,"\u002Fabstract-algebra\u002Ffield-theory\u002Ffield-extensions-and-algebraic-elements":17454,"\u002Fabstract-algebra\u002Ffield-theory\u002Fstraightedge-and-compass-constructions":17459,"\u002Fabstract-algebra\u002Ffield-theory\u002Fsplitting-fields-and-algebraic-closure":17463,"\u002Fabstract-algebra\u002Ffield-theory\u002Fseparable-and-cyclotomic-extensions":17467,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fthe-galois-correspondence":17471,"\u002Fabstract-algebra\u002Fgalois-theory\u002Ffinite-fields":17476,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fcyclotomic-and-abelian-extensions":17480,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fgalois-groups-of-polynomials":17484,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fsolvability-by-radicals-and-the-quintic":17488,"\u002Fabstract-algebra\u002Fcapstone\u002Fcommutative-algebra-and-algebraic-geometry":17492,"\u002Fabstract-algebra\u002Fcapstone\u002Frepresentation-and-character-theory":17497,"\u002Fabstract-algebra":17501,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fatomic-spectra-rutherford":17504,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fbohr-model-hydrogen":17509,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fx-ray-spectra-franck-hertz":17513,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fbohr-sommerfeld-old-quantum-theory":17517,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fold-quantum-theory-limits-wkb":17521,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fschrodinger-3d-hydrogen":17525,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fhydrogen-wave-functions":17530,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fradial-equation-in-full":17534,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fsymmetry-degeneracy-runge-lenz":17538,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fexpectation-values-virial":17542,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fquantum-defects-alkali-spectra":17546,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Frydberg-atoms":17550,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Frelativistic-kinetic-correction":17554,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Fspin-orbit-thomas-precession":17559,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Fdarwin-term-fine-structure-formula":17563,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Fdirac-equation-hydrogen":17567,"\u002Fatomic-physics\u002Fqed-corrections-and-hyperfine-structure\u002Flamb-shift-qed":17571,"\u002Fatomic-physics\u002Fqed-corrections-and-hyperfine-structure\u002Fhyperfine-structure-21cm":17576,"\u002Fatomic-physics\u002Fqed-corrections-and-hyperfine-structure\u002Fnuclear-effects-isotope-shift":17580,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fperiodic-table-atomic-spectra":17584,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fcentral-field-self-consistent":17589,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fidentical-particles-hartree-fock":17593,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fhelium-two-electron-atom":17597,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fls-jj-coupling-term-symbols":17601,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fhund-rules-ground-terms":17605,"\u002Fatomic-physics\u002Fatoms-in-external-fields\u002Fzeeman-effect":17609,"\u002Fatomic-physics\u002Fatoms-in-external-fields\u002Fpaschen-back-intermediate":17614,"\u002Fatomic-physics\u002Fatoms-in-external-fields\u002Fstark-effect-polarizability":17618,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Ftime-dependent-perturbation-golden-rule":17622,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Fdipole-approximation-einstein-coefficients":17627,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Fselection-rules-forbidden-transitions":17631,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Flifetimes-and-line-shapes":17635,"\u002Fatomic-physics\u002Flasers-and-spectroscopy\u002Flaser-principles":17639,"\u002Fatomic-physics\u002Flasers-and-spectroscopy\u002Fspectroscopy-techniques":17644,"\u002Fatomic-physics\u002Flasers-and-spectroscopy\u002Fline-catalog-nist-asd":17648,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Flaser-cooling-doppler":17652,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Fsub-doppler-trapping":17657,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Fbose-einstein-condensation":17661,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Foptical-clocks-precision":17665,"\u002Fatomic-physics":17669,"\u002Fdatabases":17672,"\u002Fcategory-theory\u002Ffoundations\u002Fwhat-is-a-category":17675,"\u002Fcategory-theory\u002Ffoundations\u002Fexamples-of-categories":17679,"\u002Fcategory-theory\u002Ffoundations\u002Fspecial-morphisms":17683,"\u002Fcategory-theory\u002Ffoundations\u002Ffunctors":17687,"\u002Fcategory-theory\u002Ffoundations\u002Fnatural-transformations":17691,"\u002Fcategory-theory\u002Ffoundations\u002Fsize-and-set-theory":17695,"\u002Fcategory-theory\u002Funiversal-properties\u002Funiversal-properties":17699,"\u002Fcategory-theory\u002Funiversal-properties\u002Fproducts-and-coproducts":17704,"\u002Fcategory-theory\u002Funiversal-properties\u002Fconstructions-on-categories":17708,"\u002Fcategory-theory\u002Frepresentables-yoneda\u002Frepresentable-functors":17712,"\u002Fcategory-theory\u002Frepresentables-yoneda\u002Fyoneda-lemma":17717,"\u002Fcategory-theory\u002Frepresentables-yoneda\u002Fyoneda-consequences":17721,"\u002Fcategory-theory\u002Flimits-colimits\u002Flimits":17725,"\u002Fcategory-theory\u002Flimits-colimits\u002Fproducts-equalizers-pullbacks":17730,"\u002Fcategory-theory\u002Flimits-colimits\u002Fcolimits":17734,"\u002Fcategory-theory\u002Flimits-colimits\u002Fcomputing-limits":17738,"\u002Fcategory-theory\u002Flimits-colimits\u002Flimits-and-functors":17742,"\u002Fcategory-theory\u002Fadjunctions\u002Fadjunctions":17746,"\u002Fcategory-theory\u002Fadjunctions\u002Funits-and-counits":17751,"\u002Fcategory-theory\u002Fadjunctions\u002Fadjunctions-via-universal-arrows":17755,"\u002Fcategory-theory\u002Fadjunctions\u002Ffree-forgetful-adjunctions":17759,"\u002Fcategory-theory\u002Fadjoints-limits\u002Flimits-via-adjoints":17763,"\u002Fcategory-theory\u002Fadjoints-limits\u002Fpresheaf-limits-colimits":17768,"\u002Fcategory-theory\u002Fadjoints-limits\u002Fadjoints-preserve-limits":17772,"\u002Fcategory-theory\u002Fadjoints-limits\u002Fadjoint-functor-theorem":17776,"\u002Fcategory-theory\u002Fmonads-algebras\u002Fmonads":17780,"\u002Fcategory-theory\u002Fmonads-algebras\u002Falgebras-eilenberg-moore":17785,"\u002Fcategory-theory\u002Fmonads-algebras\u002Fkleisli-and-programming":17789,"\u002Fcategory-theory\u002Fmonads-algebras\u002Falgebras-for-endofunctors":17793,"\u002Fcategory-theory\u002Fcartesian-closed-lambda\u002Fcartesian-closed-categories":17797,"\u002Fcategory-theory\u002Fcartesian-closed-lambda\u002Flambda-calculus-correspondence":17802,"\u002Fcategory-theory\u002Fcartesian-closed-lambda\u002Ffixed-points-and-recursion":17806,"\u002Fcategory-theory":17810,"\u002Fdeep-learning\u002Fmathematical-background\u002Flinear-algebra-for-deep-learning":17813,"\u002Fdeep-learning\u002Fmathematical-background\u002Fprobability-and-information-theory":17817,"\u002Fdeep-learning\u002Fmathematical-background\u002Fnumerical-computation":17821,"\u002Fdeep-learning\u002Fmathematical-background\u002Fcalculus":17825,"\u002Fdeep-learning\u002Ffoundations\u002Fwhat-is-deep-learning":17828,"\u002Fdeep-learning\u002Ffoundations\u002Fmachine-learning-refresher":17832,"\u002Fdeep-learning\u002Ffoundations\u002Flinear-models-and-the-perceptron":17836,"\u002Fdeep-learning\u002Fneural-networks\u002Fthe-multilayer-perceptron":17840,"\u002Fdeep-learning\u002Fneural-networks\u002Factivation-functions":17845,"\u002Fdeep-learning\u002Fneural-networks\u002Funiversal-approximation":17849,"\u002Fdeep-learning\u002Fneural-networks\u002Fbackpropagation":17853,"\u002Fdeep-learning\u002Fneural-networks\u002Floss-functions-and-output-units":17857,"\u002Fdeep-learning\u002Foptimization\u002Fgradient-descent-and-sgd":17861,"\u002Fdeep-learning\u002Foptimization\u002Fmomentum-and-adaptive-methods":17866,"\u002Fdeep-learning\u002Foptimization\u002Finitialization":17870,"\u002Fdeep-learning\u002Foptimization\u002Fthe-optimization-landscape":17874,"\u002Fdeep-learning\u002Foptimization\u002Fsecond-order-and-approximate-methods":17878,"\u002Fdeep-learning\u002Fregularization\u002Fregularization-overview":17882,"\u002Fdeep-learning\u002Fregularization\u002Fdropout-and-data-augmentation":17887,"\u002Fdeep-learning\u002Fregularization\u002Fearly-stopping-and-parameter-sharing":17891,"\u002Fdeep-learning\u002Fregularization\u002Fnormalization":17895,"\u002Fdeep-learning\u002Farchitectures\u002Fconvolutional-networks":17899,"\u002Fdeep-learning\u002Farchitectures\u002Fcnn-architectures":17904,"\u002Fdeep-learning\u002Farchitectures\u002Frecurrent-networks":17908,"\u002Fdeep-learning\u002Farchitectures\u002Flstm-and-gru":17912,"\u002Fdeep-learning\u002Farchitectures\u002Fattention-and-transformers":17916,"\u002Fdeep-learning\u002Farchitectures\u002Fthe-transformer-architecture":17920,"\u002Fdeep-learning\u002Farchitectures\u002Ftransformers-in-practice":17924,"\u002Fdeep-learning\u002Farchitectures\u002Fgraph-neural-networks":17928,"\u002Fdeep-learning\u002Farchitectures\u002Fstate-space-models":17932,"\u002Fdeep-learning\u002Ftheory\u002Fgeneralization-theory":17936,"\u002Fdeep-learning\u002Ftheory\u002Fadversarial-robustness":17941,"\u002Fdeep-learning\u002Ftheory\u002Fadversarial-defenses":17945,"\u002Fdeep-learning\u002Ftheory\u002Fbayesian-and-ensemble-methods":17949,"\u002Fdeep-learning\u002Ftheory\u002Fdeep-equilibrium-models":17953,"\u002Fdeep-learning\u002Fgenerative-models\u002Flinear-factor-models":17957,"\u002Fdeep-learning\u002Fgenerative-models\u002Fautoencoders":17962,"\u002Fdeep-learning\u002Fgenerative-models\u002Fvariational-autoencoders":17966,"\u002Fdeep-learning\u002Fgenerative-models\u002Fgenerative-adversarial-networks":17970,"\u002Fdeep-learning\u002Fgenerative-models\u002Fautoregressive-and-normalizing-flows":17974,"\u002Fdeep-learning\u002Fgenerative-models\u002Fenergy-based-and-boltzmann-machines":17978,"\u002Fdeep-learning\u002Fgenerative-models\u002Fdiffusion-and-score-based-models":17982,"\u002Fdeep-learning\u002Fprobabilistic-methods\u002Fstructured-probabilistic-models":17986,"\u002Fdeep-learning\u002Fprobabilistic-methods\u002Fmonte-carlo-and-mcmc":17991,"\u002Fdeep-learning\u002Fprobabilistic-methods\u002Fapproximate-inference":17995,"\u002Fdeep-learning\u002Fpractical\u002Fpractical-methodology":17999,"\u002Fdeep-learning\u002Fpractical\u002Fhyperparameters-and-debugging":18004,"\u002Fdeep-learning\u002Fpractical\u002Frepresentation-learning":18008,"\u002Fdeep-learning\u002Fpractical\u002Ftransfer-learning":18012,"\u002Fdeep-learning\u002Fpractical\u002Fapplications":18016,"\u002Fdeep-learning\u002Fpractical\u002Fmodel-compression-and-distillation":18020,"\u002Fdeep-learning\u002Fpractical\u002Fmeta-learning-and-few-shot":18024,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Flarge-language-models":18028,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fscaling-inference-and-alignment":18033,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fseq2seq-pretraining-and-bart":18037,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Ftext-to-text-transfer-and-conditional-generation":18041,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fspeech-and-audio-models":18045,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fself-supervised-speech-and-synthesis":18049,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fai-agents":18053,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fagent-memory-retrieval-and-orchestration":18057,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fmixture-of-experts":18061,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fmultimodal-models":18065,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Ffusion-and-vision-language-models":18069,"\u002Fdeep-learning\u002Freinforcement-learning\u002Ffoundations-of-reinforcement-learning":18073,"\u002Fdeep-learning\u002Freinforcement-learning\u002Fmodel-free-prediction-and-control":18078,"\u002Fdeep-learning\u002Freinforcement-learning\u002Fdeep-q-networks":18082,"\u002Fdeep-learning\u002Freinforcement-learning\u002Fpolicy-gradients-and-actor-critic":18086,"\u002Fdeep-learning\u002Freinforcement-learning\u002Frl-from-human-feedback":18090,"\u002Fdeep-learning":18094,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fequilibrium-state-variables-zeroth-law":18097,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Ffirst-law-heat-and-work":18101,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fsecond-law-entropy-and-the-carnot-bound":18105,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fthermodynamic-potentials-and-maxwell-relations":18109,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fstability-response-functions-and-the-third-law":18113,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fclassical-statistics-and-equipartition":18117,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fphase-space-and-liouvilles-theorem":18122,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fensembles-and-the-equal-probability-postulate":18126,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fstatistical-entropy-boltzmann-and-gibbs":18130,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Fmicrocanonical-ensemble-and-entropy":18134,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Fequilibrium-conditions-temperature-pressure-chemical-potential":18139,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Fideal-gas-phase-space-and-the-sackur-tetrode-entropy":18143,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Ftwo-state-systems-paramagnets-and-negative-temperature":18147,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fcanonical-ensemble-and-the-boltzmann-distribution":18151,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fpartition-function-and-the-helmholtz-free-energy":18156,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fenergy-fluctuations-and-ensemble-equivalence":18160,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fthe-einstein-solid-and-harmonic-systems":18164,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fparamagnetism-and-the-schottky-anomaly":18168,"\u002Fstatistical-mechanics\u002Fclassical-gas\u002Fideal-gas-partition-function-and-the-gibbs-paradox":18172,"\u002Fstatistical-mechanics\u002Fclassical-gas\u002Fequipartition-and-the-virial-theorem":18177,"\u002Fstatistical-mechanics\u002Fclassical-gas\u002Fmolecular-gases-rotation-and-vibration":18181,"\u002Fstatistical-mechanics\u002Fgrand-canonical\u002Fgrand-canonical-ensemble-and-the-grand-partition-function":18185,"\u002Fstatistical-mechanics\u002Fgrand-canonical\u002Fchemical-potential-fugacity-and-number-fluctuations":18190,"\u002Fstatistical-mechanics\u002Fgrand-canonical\u002Fensemble-summary-and-the-thermodynamic-web":18194,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fquantum-statistics-bose-einstein-and-fermi-dirac":18198,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fderiving-the-quantum-distributions":18203,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fthe-classical-limit-and-quantum-concentration":18207,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fideal-quantum-gases-general-framework":18211,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fbose-einstein-condensation-and-the-fermion-gas":18215,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fthe-photon-gas-and-plancks-radiation-law":18220,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fblackbody-thermodynamics-and-radiation-pressure":18224,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fphonons-and-the-debye-model":18228,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fbose-einstein-condensation-derived":18232,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fthermodynamics-of-the-bose-gas-and-superfluidity":18236,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fthe-ideal-fermi-gas-at-zero-temperature":18240,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fsommerfeld-expansion-and-electrons-in-metals":18245,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fwhite-dwarfs-and-the-chandrasekhar-limit":18249,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fneutron-stars-and-nuclear-matter":18253,"\u002Fstatistical-mechanics\u002Finteractions\u002Fthe-cluster-expansion-and-virial-coefficients":18257,"\u002Fstatistical-mechanics\u002Finteractions\u002Fthe-van-der-waals-gas-and-liquid-gas-coexistence":18262,"\u002Fstatistical-mechanics\u002Finteractions\u002Fquantum-gases-with-interactions-and-exchange":18266,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fphases-coexistence-and-classification":18270,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fthe-ising-model-and-exact-solutions":18275,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fmean-field-theory-and-the-weiss-model":18279,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fcritical-exponents-and-landau-theory":18283,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fthe-renormalization-group-idea":18287,"\u002Fstatistical-mechanics\u002Ffluctuations\u002Fthermodynamic-fluctuations-and-response":18291,"\u002Fstatistical-mechanics\u002Ffluctuations\u002Fbrownian-motion-and-the-langevin-equation":18296,"\u002Fstatistical-mechanics\u002Ffluctuations\u002Flinear-response-and-the-fluctuation-dissipation-theorem":18300,"\u002Fstatistical-mechanics":18304,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fbonding-mechanisms":18307,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fmolecular-orbitals-and-h2-plus":18312,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fhydrogen-molecule-and-exchange":18316,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fvan-der-waals-forces":18320,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Frotational-vibrational-spectra":18324,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Fanharmonicity-and-rovibrational-structure":18329,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Framan-and-electronic-bands":18333,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Flasers-and-masers":18337,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Fstructure-of-solids":18341,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Fbravais-lattices-and-crystal-systems":18346,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Freciprocal-lattice-and-brillouin-zones":18350,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Fdiffraction-and-structure-factors":18354,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fphonon-dispersion":18358,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fphonons-quantization-and-dos":18363,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fdebye-einstein-heat-capacity":18367,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fanharmonicity-and-thermal-transport":18371,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Ffree-electron-gas-and-conduction":18375,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Fsommerfeld-model-and-heat-capacity":18380,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Ftransport-and-the-hall-effect":18384,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Fscreening-and-plasmons":18388,"\u002Fcondensed-matter\u002Fband-theory\u002Fblochs-theorem-and-energy-bands":18392,"\u002Fcondensed-matter\u002Fband-theory\u002Fnearly-free-electron-model":18397,"\u002Fcondensed-matter\u002Fband-theory\u002Ftight-binding-method":18401,"\u002Fcondensed-matter\u002Fband-theory\u002Ffermi-surfaces-and-semiclassical-dynamics":18405,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fsemiconductor-bands-and-junctions":18409,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fintrinsic-and-extrinsic-semiconductors":18414,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fcarrier-transport-and-recombination":18418,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fthe-pn-junction":18422,"\u002Fcondensed-matter\u002Fsemiconductors\u002Ftransistors-and-optoelectronics":18426,"\u002Fcondensed-matter\u002Fdielectrics-and-ferroelectrics\u002Fdielectrics-and-polarization":18430,"\u002Fcondensed-matter\u002Fdielectrics-and-ferroelectrics\u002Fferroelectrics-and-piezoelectrics":18435,"\u002Fcondensed-matter\u002Fmagnetism\u002Fdiamagnetism-and-paramagnetism":18439,"\u002Fcondensed-matter\u002Fmagnetism\u002Fexchange-and-ferromagnetism":18444,"\u002Fcondensed-matter\u002Fmagnetism\u002Fantiferromagnetism-and-domains":18448,"\u002Fcondensed-matter\u002Fmagnetism\u002Fspin-waves-and-magnons":18452,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fsuperconductivity-phenomenology":18456,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Flondon-theory-and-the-meissner-effect":18461,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fginzburg-landau-theory":18465,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fbcs-theory":18469,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fjosephson-and-high-tc":18473,"\u002Fcondensed-matter\u002Fnanostructures\u002Fquantum-wells-wires-and-dots":18477,"\u002Fcondensed-matter\u002Fnanostructures\u002Finteger-quantum-hall-effect":18482,"\u002Fcondensed-matter\u002Fnanostructures\u002Ffractional-quantum-hall-and-topology":18486,"\u002Fcondensed-matter\u002Fnanostructures\u002Fgraphene-and-dirac-materials":18490,"\u002Fcondensed-matter":18494,"\u002Flogic\u002Ffoundations\u002Flogic-as-a-mathematical-model":18497,"\u002Flogic\u002Fsentential-logic\u002Fformal-languages-and-well-formed-formulas":18501,"\u002Flogic\u002Fsentential-logic\u002Ftruth-assignments-and-tautologies":18506,"\u002Flogic\u002Fsentential-logic\u002Funique-readability-and-parsing":18510,"\u002Flogic\u002Fsentential-logic\u002Finduction-and-recursion":18514,"\u002Flogic\u002Fsentential-logic\u002Fexpressive-completeness-and-normal-forms":18518,"\u002Flogic\u002Fsentential-logic\u002Fboolean-circuits":18522,"\u002Flogic\u002Fsentential-logic\u002Fcompactness-and-effectiveness":18526,"\u002Flogic\u002Ffirst-order-languages\u002Ffirst-order-languages":18530,"\u002Flogic\u002Ffirst-order-languages\u002Fstructures-truth-and-satisfaction":18535,"\u002Flogic\u002Ffirst-order-languages\u002Fdefinability-and-elementary-equivalence":18539,"\u002Flogic\u002Ffirst-order-languages\u002Fterms-substitution-and-parsing":18543,"\u002Flogic\u002Fdeductive-calculus\u002Fa-deductive-calculus":18547,"\u002Flogic\u002Fdeductive-calculus\u002Fdeduction-theorem-and-derived-rules":18552,"\u002Flogic\u002Fdeductive-calculus\u002Fsoundness":18556,"\u002Flogic\u002Fdeductive-calculus\u002Fcompleteness-and-consistency":18560,"\u002Flogic\u002Fmodels-and-theories\u002Fcompactness-and-lowenheim-skolem":18564,"\u002Flogic\u002Fmodels-and-theories\u002Ftheories-elementary-classes-and-categoricity":18569,"\u002Flogic\u002Fmodels-and-theories\u002Finterpretations-between-theories":18573,"\u002Flogic\u002Fmodels-and-theories\u002Fnonstandard-analysis":18577,"\u002Flogic\u002Farithmetic-and-definability\u002Fdefinability-in-arithmetic":18581,"\u002Flogic\u002Farithmetic-and-definability\u002Fnatural-numbers-with-successor":18586,"\u002Flogic\u002Farithmetic-and-definability\u002Fpresburger-and-reducts":18590,"\u002Flogic\u002Farithmetic-and-definability\u002Fa-subtheory-and-representability":18594,"\u002Flogic\u002Fincompleteness\u002Farithmetization-of-syntax":18598,"\u002Flogic\u002Fincompleteness\u002Fincompleteness-and-undecidability":18603,"\u002Flogic\u002Fincompleteness\u002Fsecond-incompleteness-theorem":18607,"\u002Flogic\u002Fcomputability-and-representability\u002Frecursive-functions":18611,"\u002Flogic\u002Fcomputability-and-representability\u002Frepresenting-exponentiation":18616,"\u002Flogic\u002Fsecond-order-logic\u002Fsecond-order-languages":18620,"\u002Flogic\u002Fsecond-order-logic\u002Fskolem-functions-and-many-sorted-logic":18625,"\u002Flogic\u002Fsecond-order-logic\u002Fgeneral-structures":18629,"\u002Flogic":18633,"\u002Freinforcement-learning\u002Ffoundations\u002Fwhat-is-reinforcement-learning":18635,"\u002Freinforcement-learning\u002Ffoundations\u002Fa-brief-history-of-rl":18639,"\u002Freinforcement-learning\u002Ffoundations\u002Fmulti-armed-bandits":18643,"\u002Freinforcement-learning\u002Ffoundations\u002Fbandit-exploration-algorithms":18647,"\u002Freinforcement-learning\u002Ffoundations\u002Fmarkov-decision-processes":18651,"\u002Freinforcement-learning\u002Ffoundations\u002Fvalue-functions-and-optimality":18655,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fdynamic-programming":18659,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fdp-async-and-gpi":18663,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fmonte-carlo-methods":18667,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fmonte-carlo-off-policy":18671,"\u002Freinforcement-learning\u002Ftabular-methods\u002Ftemporal-difference-learning":18675,"\u002Freinforcement-learning\u002Ftabular-methods\u002Ftd-control-sarsa-and-q-learning":18679,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fn-step-bootstrapping":18683,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fn-step-off-policy-methods":18687,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fplanning-and-learning":18691,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fplanning-focusing-and-decision-time":18695,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fdecision-time-planning":18699,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fmonte-carlo-tree-search":18703,"\u002Freinforcement-learning\u002Fapproximation\u002Fon-policy-prediction":18707,"\u002Freinforcement-learning\u002Fapproximation\u002Ffeature-construction-and-nonlinear":18712,"\u002Freinforcement-learning\u002Fapproximation\u002Fon-policy-control":18716,"\u002Freinforcement-learning\u002Fapproximation\u002Faverage-reward-control":18720,"\u002Freinforcement-learning\u002Fapproximation\u002Foff-policy-and-the-deadly-triad":18724,"\u002Freinforcement-learning\u002Fapproximation\u002Fbellman-error-and-gradient-td":18728,"\u002Freinforcement-learning\u002Fapproximation\u002Feligibility-traces":18732,"\u002Freinforcement-learning\u002Fapproximation\u002Ftrue-online-and-sarsa-lambda":18736,"\u002Freinforcement-learning\u002Fapproximation\u002Fpolicy-gradient-methods":18740,"\u002Freinforcement-learning\u002Fapproximation\u002Factor-critic-and-continuous-actions":18744,"\u002Freinforcement-learning\u002Fapproximation\u002Fleast-squares-and-memory-based-methods":18748,"\u002Freinforcement-learning\u002Fapproximation\u002Fmemory-and-kernel-methods":18752,"\u002Freinforcement-learning\u002Fapproximation\u002Foff-policy-eligibility-traces":18756,"\u002Freinforcement-learning\u002Fapproximation\u002Fstable-off-policy-traces":18760,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fdeep-q-networks":18764,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fdqn-improvements":18768,"\u002Freinforcement-learning\u002Fdeep-rl\u002Factor-critic-and-ppo":18772,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fppo-and-continuous-control":18776,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fcase-studies":18780,"\u002Freinforcement-learning\u002Fdeep-rl\u002Frl-beyond-games":18784,"\u002Freinforcement-learning\u002Fdeep-rl\u002Ffrontiers":18788,"\u002Freinforcement-learning\u002Fdeep-rl\u002Freward-design-and-open-problems":18792,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fdistributional-and-rainbow":18796,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fdistributional-and-rainbow-part-2":18801,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fcontinuous-control":18805,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fcontinuous-control-part-2":18809,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmodel-based-rl":18813,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmodel-based-rl-part-2":18817,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fexploration":18821,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fexploration-part-2":18825,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Foffline-rl":18829,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Foffline-rl-part-2":18833,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fimitation-and-inverse-rl":18837,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fimitation-and-inverse-rl-part-2":18841,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmulti-agent-rl":18845,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmulti-agent-rl-part-2":18849,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fhierarchical-rl":18853,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fhierarchical-rl-part-2":18857,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Frlhf-and-language-models":18861,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fpartial-observability-pomdps":18865,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fpartial-observability-pomdps-part-2":18869,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fsafe-and-constrained-rl":18873,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fsafe-and-constrained-rl-part-2":18877,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmeta-rl-and-generalization":18881,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fpsychology-of-reinforcement":18885,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Finstrumental-conditioning-and-control":18890,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fdopamine-and-td-error":18894,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fdopamine-in-the-brain":18898,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fanimal-learning-and-cognition":18902,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fcognitive-maps-and-planning":18906,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fneuroscience-of-reinforcement":18910,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fseveral-learning-systems":18914,"\u002Freinforcement-learning":18918,"\u002Fartificial-intelligence\u002Ffoundations\u002Fwhat-is-ai":18920,"\u002Fartificial-intelligence\u002Ffoundations\u002Ffoundations-of-ai":18924,"\u002Fartificial-intelligence\u002Ffoundations\u002Fintelligent-agents":18928,"\u002Fartificial-intelligence\u002Ffoundations\u002Fagent-architectures":18932,"\u002Fartificial-intelligence\u002Fsearch\u002Funinformed-search":18936,"\u002Fartificial-intelligence\u002Fsearch\u002Fsearch-strategies-compared":18941,"\u002Fartificial-intelligence\u002Fsearch\u002Finformed-search":18945,"\u002Fartificial-intelligence\u002Fsearch\u002Fheuristic-functions":18949,"\u002Fartificial-intelligence\u002Fsearch\u002Flocal-search":18953,"\u002Fartificial-intelligence\u002Fsearch\u002Fpopulation-and-continuous-search":18957,"\u002Fartificial-intelligence\u002Fsearch\u002Fadversarial-search":18961,"\u002Fartificial-intelligence\u002Fsearch\u002Fgames-of-chance-and-imperfect-information":18965,"\u002Fartificial-intelligence\u002Fsearch\u002Fconstraint-satisfaction":18969,"\u002Fartificial-intelligence\u002Fsearch\u002Fcsp-search-and-structure":18973,"\u002Fartificial-intelligence\u002Fsearch\u002Fsearch-under-uncertainty":18977,"\u002Fartificial-intelligence\u002Fsearch\u002Fbelief-state-and-online-search":18981,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fpropositional-logic":18985,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fpropositional-inference":18989,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Ffirst-order-logic":18993,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Ffirst-order-logic-in-use":18996,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Finference-and-resolution":19000,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Ffirst-order-resolution":19003,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fclassical-planning":19007,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fplanning-graphs-and-graphplan":19010,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fplanning-in-the-real-world":19014,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fplanning-under-uncertainty":19018,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fknowledge-representation":19022,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Freasoning-systems-and-defaults":19023,"\u002Fartificial-intelligence\u002Funcertainty\u002Fprobability-and-bayes":19025,"\u002Fartificial-intelligence\u002Funcertainty\u002Fbayes-rule-and-naive-bayes":19029,"\u002Fartificial-intelligence\u002Funcertainty\u002Fbayesian-networks":19033,"\u002Fartificial-intelligence\u002Funcertainty\u002Finference-in-bayesian-networks":19037,"\u002Fartificial-intelligence\u002Funcertainty\u002Freasoning-over-time":19041,"\u002Fartificial-intelligence\u002Funcertainty\u002Ftracking-and-data-association":19045,"\u002Fartificial-intelligence\u002Funcertainty\u002Fmaking-decisions":19049,"\u002Fartificial-intelligence\u002Funcertainty\u002Fmarkov-decision-processes":19053,"\u002Fartificial-intelligence\u002Funcertainty\u002Fdecision-networks-and-game-theory":19056,"\u002Fartificial-intelligence\u002Funcertainty\u002Fgame-theory-and-mechanism-design":19060,"\u002Fartificial-intelligence\u002Flearning\u002Flearning-from-examples":19064,"\u002Fartificial-intelligence\u002Flearning\u002Ftheory-and-model-families":19069,"\u002Fartificial-intelligence\u002Flearning\u002Fprobabilistic-learning":19073,"\u002Fartificial-intelligence\u002Flearning\u002Fexpectation-maximization":19077,"\u002Fartificial-intelligence\u002Flearning\u002Freinforcement-learning":19081,"\u002Fartificial-intelligence\u002Flearning\u002Fgeneralization-and-policy-search":19084,"\u002Fartificial-intelligence\u002Flearning\u002Fknowledge-in-learning":19088,"\u002Fartificial-intelligence\u002Flearning\u002Fknowledge-based-learning-methods":19092,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fvision-and-perception":19096,"\u002Fartificial-intelligence\u002Ffrontiers\u002Freconstructing-the-3d-world":19101,"\u002Fartificial-intelligence\u002Ffrontiers\u002Frobotics":19105,"\u002Fartificial-intelligence\u002Ffrontiers\u002Frobot-planning-and-control":19109,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fnatural-language-in-ai":19113,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fnlp-grammar-translation-and-speech":19117,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fphilosophy-and-future":19121,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fai-ethics-and-future":19125,"\u002Fartificial-intelligence":19129,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-constituents-nuclide-chart":19132,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-size-charge-distributions":19137,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-masses-binding-energy":19141,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fsemi-empirical-mass-formula":19145,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-moments-multipoles":19149,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fnuclear-force-shell-overview":19153,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fthe-deuteron":19158,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fnucleon-nucleon-scattering":19162,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fmeson-theory-isospin":19166,"\u002Fnuclear-physics\u002Fnuclear-models\u002Ffermi-gas-model":19170,"\u002Fnuclear-physics\u002Fnuclear-models\u002Fliquid-drop-collective-coordinates":19175,"\u002Fnuclear-physics\u002Fnuclear-models\u002Fshell-model-single-particle":19179,"\u002Fnuclear-physics\u002Fnuclear-models\u002Fcollective-model-rotations-vibrations":19183,"\u002Fnuclear-physics\u002Fradioactive-decay\u002Fdecay-law-modes":19187,"\u002Fnuclear-physics\u002Fradioactive-decay\u002Fdecay-kinetics-equilibrium":19192,"\u002Fnuclear-physics\u002Falpha-decay\u002Falpha-decay-gamow-theory":19196,"\u002Fnuclear-physics\u002Falpha-decay\u002Falpha-fine-structure-hindrance":19201,"\u002Fnuclear-physics\u002Fbeta-decay\u002Fbeta-decay-energetics-neutrino":19205,"\u002Fnuclear-physics\u002Fbeta-decay\u002Ffermi-theory-beta-decay":19210,"\u002Fnuclear-physics\u002Fbeta-decay\u002Fweak-interaction-parity-violation":19214,"\u002Fnuclear-physics\u002Fbeta-decay\u002Fdouble-beta-decay-neutrino-mass":19218,"\u002Fnuclear-physics\u002Fgamma-decay\u002Fgamma-multipole-radiation":19222,"\u002Fnuclear-physics\u002Fgamma-decay\u002Finternal-conversion-isomers":19227,"\u002Fnuclear-physics\u002Fgamma-decay\u002Fangular-correlations-mossbauer":19231,"\u002Fnuclear-physics\u002Fnuclear-reactions\u002Freaction-kinematics-cross-sections":19235,"\u002Fnuclear-physics\u002Fnuclear-reactions\u002Fcompound-nucleus-resonances":19240,"\u002Fnuclear-physics\u002Fnuclear-reactions\u002Fdirect-reactions-optical-model":19244,"\u002Fnuclear-physics\u002Ffission\u002Ffission-barrier-dynamics":19248,"\u002Fnuclear-physics\u002Ffission\u002Fchain-reactions-reactor-physics":19253,"\u002Fnuclear-physics\u002Ffusion-nucleosynthesis\u002Ffusion-reactions-confinement":19257,"\u002Fnuclear-physics\u002Ffusion-nucleosynthesis\u002Fstellar-nucleosynthesis":19262,"\u002Fnuclear-physics\u002Ffusion-nucleosynthesis\u002Fbig-bang-nucleosynthesis":19266,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fcharged-particle-stopping-power":19270,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fphoton-neutron-interactions":19275,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fradiation-detectors":19279,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fdosimetry-radiation-biology":19283,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fnuclear-applications-dating-medicine":19287,"\u002Fnuclear-physics":19291,"\u002Fnatural-language-processing\u002Ffoundations\u002Fwhat-is-nlp":19294,"\u002Fnatural-language-processing\u002Ffoundations\u002Fregex-and-text-normalization":19298,"\u002Fnatural-language-processing\u002Ffoundations\u002Fminimum-edit-distance":19302,"\u002Fnatural-language-processing\u002Ffoundations\u002Fn-gram-language-models":19306,"\u002Fnatural-language-processing\u002Ffoundations\u002Fsmoothing-and-backoff":19310,"\u002Fnatural-language-processing\u002Fclassification\u002Fnaive-bayes-and-sentiment":19314,"\u002Fnatural-language-processing\u002Fclassification\u002Fevaluating-classifiers":19319,"\u002Fnatural-language-processing\u002Fclassification\u002Flogistic-regression":19323,"\u002Fnatural-language-processing\u002Fclassification\u002Fsentiment-and-affect-lexicons":19327,"\u002Fnatural-language-processing\u002Fsemantics\u002Fvector-semantics-and-embeddings":19331,"\u002Fnatural-language-processing\u002Fsemantics\u002Fstatic-word-embeddings":19336,"\u002Fnatural-language-processing\u002Fsemantics\u002Fneural-language-models":19340,"\u002Fnatural-language-processing\u002Fsequences\u002Fsequence-labeling":19344,"\u002Fnatural-language-processing\u002Fsequences\u002Fcrfs-and-neural-taggers":19348,"\u002Fnatural-language-processing\u002Fsequences\u002Frnns-and-lstms":19352,"\u002Fnatural-language-processing\u002Ftransformers\u002Ftransformers-and-attention":19356,"\u002Fnatural-language-processing\u002Ftransformers\u002Fthe-transformer-architecture":19360,"\u002Fnatural-language-processing\u002Ftransformers\u002Flarge-language-models":19363,"\u002Fnatural-language-processing\u002Ftransformers\u002Fllm-pretraining-and-scaling":19366,"\u002Fnatural-language-processing\u002Ftransformers\u002Ffine-tuning-and-prompting":19370,"\u002Fnatural-language-processing\u002Ftransformers\u002Fprompting-and-alignment":19374,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fconstituency-parsing":19378,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcky-scoring-and-evaluation":19383,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fdependency-parsing":19387,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fgraph-based-and-neural-dependency-parsing":19391,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fword-senses-and-wsd":19395,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fwsd-in-practice-and-induction":19399,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fsemantic-roles-and-information-extraction":19403,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Frelations-events-and-templates":19407,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcoreference-and-discourse":19411,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcoherence-and-discourse-structure":19415,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Flogical-semantics":19419,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcompositional-semantics-and-description-logics":19423,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fsemantic-parsing":19427,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fneural-semantic-parsing":19431,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Finformation-extraction":19435,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Ftimes-events-and-templates":19439,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fdiscourse-coherence":19443,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fentity-based-and-global-coherence":19447,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fconstituency-grammars":19451,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Ftreebanks-and-lexicalized-grammars":19455,"\u002Fnatural-language-processing\u002Fapplications\u002Fmachine-translation":19459,"\u002Fnatural-language-processing\u002Fapplications\u002Fmachine-translation-decoding-and-evaluation":19463,"\u002Fnatural-language-processing\u002Fapplications\u002Fquestion-answering":19467,"\u002Fnatural-language-processing\u002Fapplications\u002Fquestion-answering-knowledge-and-llms":19471,"\u002Fnatural-language-processing\u002Fapplications\u002Fdialogue-and-chatbots":19475,"\u002Fnatural-language-processing\u002Fapplications\u002Fdialogue-systems-and-assistants":19479,"\u002Fnatural-language-processing\u002Fapplications\u002Ftext-summarization":19483,"\u002Fnatural-language-processing\u002Fapplications\u002Fabstractive-summarization-and-evaluation":19487,"\u002Fnatural-language-processing\u002Fspeech\u002Fphonetics":19491,"\u002Fnatural-language-processing\u002Fspeech\u002Facoustic-phonetics":19496,"\u002Fnatural-language-processing\u002Fspeech\u002Fautomatic-speech-recognition":19500,"\u002Fnatural-language-processing\u002Fspeech\u002Fasr-evaluation-and-applications":19504,"\u002Fnatural-language-processing":19508,"\u002Fparticle-physics\u002Ffoundations\u002Fhistorical-overview-particle-zoo":19511,"\u002Fparticle-physics\u002Ffoundations\u002Fparticle-physics-basic-concepts":19515,"\u002Fparticle-physics\u002Ffoundations\u002Ffundamental-interactions-force-carriers":19519,"\u002Fparticle-physics\u002Funits-kinematics\u002Fnatural-units-and-scales":19523,"\u002Fparticle-physics\u002Funits-kinematics\u002Ffour-vectors-invariant-mass":19528,"\u002Fparticle-physics\u002Funits-kinematics\u002Fdecay-scattering-kinematics-mandelstam":19532,"\u002Fparticle-physics\u002Funits-kinematics\u002Fcross-sections-golden-rule":19536,"\u002Fparticle-physics\u002Fsymmetries\u002Fconservation-laws-symmetries":19540,"\u002Fparticle-physics\u002Fsymmetries\u002Fdiscrete-symmetries-cpt":19545,"\u002Fparticle-physics\u002Fsymmetries\u002Fparity-violation-weak":19549,"\u002Fparticle-physics\u002Fsymmetries\u002Fsu2-su3-flavor-symmetry":19553,"\u002Fparticle-physics\u002Fquark-model\u002Feightfold-way-su3":19557,"\u002Fparticle-physics\u002Fquark-model\u002Fmeson-spectroscopy":19562,"\u002Fparticle-physics\u002Fquark-model\u002Fbaryon-spectroscopy":19566,"\u002Fparticle-physics\u002Fquark-model\u002Fcolor-confinement-exotics":19570,"\u002Fparticle-physics\u002Frelativistic-wave-equations\u002Fklein-gordon-equation":19574,"\u002Fparticle-physics\u002Frelativistic-wave-equations\u002Fdirac-equation-spinors":19579,"\u002Fparticle-physics\u002Frelativistic-wave-equations\u002Fantiparticles-hole-theory":19583,"\u002Fparticle-physics\u002Fqed\u002Ffeynman-rules-qed":19587,"\u002Fparticle-physics\u002Fqed\u002Fqed-tree-processes":19592,"\u002Fparticle-physics\u002Fqed\u002Frenormalization-running-coupling":19596,"\u002Fparticle-physics\u002Fqed\u002Felectron-g-2":19600,"\u002Fparticle-physics\u002Fweak-interaction\u002Fva-structure-weak":19604,"\u002Fparticle-physics\u002Fweak-interaction\u002Fw-z-bosons-decays":19609,"\u002Fparticle-physics\u002Fweak-interaction\u002Fckm-matrix":19613,"\u002Fparticle-physics\u002Fweak-interaction\u002Fcp-violation-kaons-b-mesons":19617,"\u002Fparticle-physics\u002Fqcd\u002Fcolor-su3-gluons":19621,"\u002Fparticle-physics\u002Fqcd\u002Fasymptotic-freedom-confinement":19626,"\u002Fparticle-physics\u002Fqcd\u002Fdeep-inelastic-scattering-partons":19630,"\u002Fparticle-physics\u002Fqcd\u002Fjets-hadronization":19634,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Felectroweak-su2-u1":19638,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fspontaneous-symmetry-breaking":19643,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fhiggs-mechanism":19647,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fhiggs-boson-discovery":19651,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fstandard-model":19655,"\u002Fparticle-physics\u002Fneutrinos\u002Fneutrino-oscillations":19659,"\u002Fparticle-physics\u002Fneutrinos\u002Fneutrino-mass-pmns":19664,"\u002Fparticle-physics\u002Fneutrinos\u002Fdirac-majorana-experiments":19668,"\u002Fparticle-physics\u002Fexperiment\u002Faccelerators-luminosity":19672,"\u002Fparticle-physics\u002Fexperiment\u002Fdetectors-subsystems":19677,"\u002Fparticle-physics\u002Fexperiment\u002Fhow-discoveries-are-made":19681,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fbeyond-standard-model":19685,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fgrand-unified-theories":19689,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fsupersymmetry":19693,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fhierarchy-problem-naturalness":19697,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fdark-matter-candidates":19701,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fmatter-antimatter-open-questions":19705,"\u002Fparticle-physics":19709,"\u002Fastrophysics-cosmology\u002Forientation\u002Fthe-sun-and-stars":19712,"\u002Fastrophysics-cosmology\u002Forientation\u002Fstellar-death-final-states":19717,"\u002Fastrophysics-cosmology\u002Forientation\u002Fgalaxies-and-cosmology":19721,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Fmagnitudes-fluxes-and-the-distance-modulus":19725,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Fstellar-spectra-and-spectral-classification":19730,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Ftelescopes-and-detectors-across-the-spectrum":19734,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Fthe-cosmic-distance-ladder":19738,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fblackbody-radiation-and-specific-intensity":19742,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fradiative-transfer-and-the-transfer-equation":19747,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fspectral-line-formation-and-broadening":19751,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fopacity-and-the-rosseland-mean":19755,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fhydrostatic-equilibrium-and-the-virial-theorem":19759,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fthe-equations-of-stellar-structure":19764,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fthe-equation-of-state-and-polytropes":19768,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fthe-standard-solar-model":19772,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fthermonuclear-reaction-rates-and-the-gamow-peak":19776,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fhydrogen-burning-pp-chains-and-cno":19781,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fhelium-burning-and-the-triple-alpha-process":19785,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fadvanced-burning-and-neutron-capture-nucleosynthesis":19789,"\u002Fastrophysics-cosmology\u002Fism-and-star-formation\u002Fphases-of-the-interstellar-medium":19793,"\u002Fastrophysics-cosmology\u002Fism-and-star-formation\u002Fmolecular-clouds-and-gravitational-collapse":19798,"\u002Fastrophysics-cosmology\u002Fism-and-star-formation\u002Fprotostars-and-the-pre-main-sequence":19802,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fthe-main-sequence-and-its-structure":19806,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fpost-main-sequence-low-mass-evolution":19811,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fthe-evolution-of-massive-stars":19815,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fstellar-pulsation-and-the-instability-strip":19819,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fwhite-dwarfs-and-the-chandrasekhar-limit":19823,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fcore-collapse-supernovae":19827,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fthermonuclear-supernovae-type-ia":19831,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fneutron-stars-and-pulsars":19835,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fblack-holes-schwarzschild-and-kerr":19839,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Fbinary-systems-and-mass-transfer":19843,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Faccreting-compact-objects":19848,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Fgravitational-waves-from-inspiraling-binaries":19852,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Fmultimessenger-astronomy-and-gamma-ray-bursts":19856,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fthe-milky-way":19860,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fgalaxy-morphology-and-classification":19865,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fgalaxy-rotation-curves-and-dark-matter":19869,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Factive-galactic-nuclei-and-supermassive-black-holes":19873,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fgalaxy-clusters-and-large-scale-structure":19877,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fthe-expanding-universe-and-hubbles-law":19881,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fthe-frw-metric-and-cosmological-redshift":19886,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fthe-friedmann-equations-and-cosmic-dynamics":19890,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fcosmological-models-and-distances":19893,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fdark-energy-and-the-accelerating-universe":19897,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fthe-thermal-history-of-the-universe":19901,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fbig-bang-nucleosynthesis":19906,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Frecombination-and-the-cosmic-microwave-background":19910,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fcmb-anisotropies-and-cosmological-parameters":19914,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fcosmic-inflation":19918,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fstructure-formation-and-the-growth-of-perturbations":19922,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fdark-matter-dark-energy-and-open-questions":19926,"\u002Fastrophysics-cosmology":19930,"\u002Fcolophon":19933,"\u002F":19936},{"path":15260,"title":15261,"module":15262,"summary":15263},"\u002Falgorithms\u002Ffoundations\u002Fwhat-is-an-algorithm","What Is an Algorithm?","Foundations","An algorithm is a finite, mechanical recipe that transforms inputs into outputs. We define what counts as an algorithm, how we write one down, and the three things we always ask of it: is it correct, is it fast, and can we prove it.\n",{"path":15265,"title":15266,"module":15262,"summary":15267},"\u002Falgorithms\u002Ffoundations\u002Fproof-techniques","Proof Techniques","An algorithm without a proof is a conjecture. This lesson collects the handful\nof arguments that certify the algorithms in this course — direct proof,\ncontrapositive, contradiction, ordinary and strong induction, construction, and\ndisproof by counterexample — each with a small worked\nexample and a picture. Loop invariants are a form of induction,\nrecursive correctness falls to strong induction, and the classic broken proofs\n(all horses are the same color) show where inductions go wrong.\n",{"path":15269,"title":15270,"module":15262,"summary":15271},"\u002Falgorithms\u002Ffoundations\u002Fasymptotic-analysis","Asymptotic Analysis","We measure an algorithm's running time as a function of its input size, then strip away machine-specific constants and lower-order terms to compare algorithms cleanly. This lesson defines the RAM model and the $O$, $\\Omega$, $\\Theta$, $o$, and $\\omega$ notations, proves the polynomial theorem, and shows how to rank growth rates with the limit test, L'Hôpital, base substitution, and the logarithm identities the arguments lean on.\n",{"path":15273,"title":15274,"module":15262,"summary":15275},"\u002Falgorithms\u002Ffoundations\u002Fgrowth-rates-and-loop-analysis","Growth Rates and Loop Analysis","With the asymptotic notations in hand, we rank the functions that actually arise in running times — from constant to factorial — proving the orderings between rungs, then read the running time of a loop nest straight off the page. Sequential blocks add, nested loops multiply, index scaling gives logarithms; a worked trace and a tour of cache-aware and galactic algorithms close the lesson.\n",{"path":15277,"title":15278,"module":15262,"summary":15279},"\u002Falgorithms\u002Ffoundations\u002Frecurrences","Recurrences and the Master Theorem","Recursive and divide-and-conquer algorithms describe their own running time with a recurrence: $T(n)$ in terms of $T$ on smaller inputs. We solve recurrences three ways — drawing the recursion tree, guessing-and-verifying by induction, and applying the Master Theorem — using merge sort as the running example, then handle unequal splits with Akra–Bazzi.\n",{"path":15281,"title":15282,"module":15262,"summary":15283},"\u002Falgorithms\u002Ffoundations\u002Famortized-analysis","Amortized Analysis","Some operations are occasionally expensive but cheap on average across any\nsequence. Amortized analysis bounds the average cost per operation over a\nworst-case sequence — not an expectation — so a rare costly step is paid for by\nthe many cheap ones around it. This lesson develops the aggregate, accounting,\nand potential methods on dynamic-array doubling, the binary counter, and a\nstack with multipop.\n",{"path":15285,"title":15286,"module":15287,"summary":15288},"\u002Falgorithms\u002Fdivide-and-conquer\u002Fmergesort","Divide and Conquer & Mergesort","Divide & Conquer","Divide and conquer breaks a problem into smaller copies of itself, solves\nthem recursively, and stitches the answers together. We meet the paradigm\nthrough mergesort — its merge step, its loop-invariant proof, and the\nrecursion tree that pins its cost at $\\Theta(n\\log n)$ — then count inversions\nwith the same machinery and distill the whole pattern into the master theorem.\n",{"path":15290,"title":15291,"module":15287,"summary":15292},"\u002Falgorithms\u002Fdivide-and-conquer\u002Fquicksort","Quicksort","Quicksort sorts in place by partitioning around a pivot and recursing on\neach side. We give Lomuto and Hoare partitioning with a correctness\ninvariant, see why a bad pivot costs $\\Theta(n^2)$ while a balanced one gives\n$\\Theta(n\\log n)$, and prove that randomizing the pivot makes the expected\ncost $\\Theta(n\\log n)$ on every input.\n",{"path":15294,"title":15295,"module":15287,"summary":15296},"\u002Falgorithms\u002Fdivide-and-conquer\u002Fselection","Linear-Time Selection","Finding the $k$-th smallest element looks like it should require sorting, but\nit does not. Quickselect adapts quicksort's partition to recurse on just one\nside, achieving expected $O(n)$. The median-of-medians algorithm guarantees a\ngood pivot with the groups-of-five trick, pushing the worst case down to a\nprovable $O(n)$.\n",{"path":15298,"title":15299,"module":15287,"summary":15300},"\u002Falgorithms\u002Fdivide-and-conquer\u002Ffast-multiplication","Fast Multiplication","Grade-school multiplication is $\\Theta(n^2)$, yet divide and conquer beats it.\nKaratsuba multiplies $n$-bit integers with three half-size products instead of\nfour, giving $\\Theta(n^{\\log_2 3})$, and Strassen multiplies matrices with\nseven block products instead of eight, giving $\\Theta(n^{\\log_2 7})$. Both\nspend cheap additions to save an expensive multiplication, and the master\ntheorem quantifies the savings.\n",{"path":15302,"title":15303,"module":15304,"summary":15305},"\u002Falgorithms\u002Fsorting\u002Fheaps-and-heapsort","Heaps and Heapsort","Sorting & Order Statistics","A binary heap is a tree we store flat in an array, with index arithmetic\nstanding in for pointers. We build the max-heap property bottom-up in $O(n)$\ntime, sort in place in $\\Theta(n\\log n)$ by repeatedly extracting the maximum,\nand reuse the same structure to implement a priority queue.\n",{"path":15307,"title":15308,"module":15304,"summary":15309},"\u002Falgorithms\u002Fsorting\u002Fsorting-lower-bounds","Lower Bounds for Comparison Sorting","Every sort we have seen runs in $\\Omega(n\\log n)$, and that is no accident.\nModeling a sort as a decision tree of comparisons, we show any such tree must\nhave $n!$ leaves, forcing height $\\ge \\log_2(n!) = \\Omega(n\\log n)$ — a bound\nno comparison sort beats in the worst case, on average, or with randomness.\n",{"path":15311,"title":15312,"module":15304,"summary":15313},"\u002Falgorithms\u002Fsorting\u002Flinear-time-sorting","Sorting in Linear Time","The $\\Omega(n\\log n)$ barrier only binds algorithms that compare. By instead\nusing keys as array indices we slip past it: counting sort runs in\n$\\Theta(n+k)$ and is stable, radix sort layers it digit by digit, and bucket\nsort averages $\\Theta(n)$ on uniform data. We see exactly when each applies.\n",{"path":15315,"title":15316,"module":15304,"summary":15317},"\u002Falgorithms\u002Fsorting\u002Fexternal-sorting","External Sorting","When the data dwarfs main memory, the cost that matters is no longer\ncomparisons but block transfers to and from disk. External merge sort sorts\nmemory-sized runs, then folds them together with a heap-driven $k$-way merge in\n$\\Theta(\\log_k(N\u002FM))$ passes. Larger fan-out cuts passes; replacement selection\nbuilds longer runs to cut them further.\n",{"path":15319,"title":15320,"module":15321,"summary":15322},"\u002Falgorithms\u002Fdata-structures\u002Felementary-structures","Elementary Data Structures","Data Structures","Every container is built one of two ways: **contiguous** in an array, or\n**linked** through pointers. We trade cache-friendly random access against\n$O(1)$ splicing, derive the **amortized $O(1)$** append of a doubling dynamic\narray, and assemble the two ordered access disciplines — the LIFO **stack** and\nthe FIFO **queue** (with its generalization, the **deque**) — on top of both.\n",{"path":15324,"title":15325,"module":15321,"summary":15326},"\u002Falgorithms\u002Fdata-structures\u002Fhash-tables","Hash Tables","A hash table implements the dictionary — insert, search, delete — in expected\n$O(1)$ time by scattering keys across an array with a hash function. We build\nup from direct addressing, handle collisions by chaining and by open\naddressing, analyze the load factor $\\alpha$, and see how universal hashing\nachieves its expected-time guarantee against every input.\n",{"path":15328,"title":15329,"module":15321,"summary":15330},"\u002Falgorithms\u002Fdata-structures\u002Fbinary-search-trees","Binary Search Trees","A binary search tree keeps keys ordered so that every operation follows a\nsingle root-to-leaf path. We state the BST property, trace search, insert,\nsuccessor, and all three delete cases on concrete trees, prove the inorder\nwalk sorts, and note the drawback — every operation costs $O(h)$, and a\ncarelessly built tree degrades to height $h = \\Theta(n)$, motivating balance.\n",{"path":15332,"title":15333,"module":15321,"summary":15334},"\u002Falgorithms\u002Fdata-structures\u002Favl-trees","AVL Trees","An AVL tree is the first balanced BST: at every node the two subtrees' heights\ndiffer by at most $1$. A Fibonacci-style minimal-node argument forces height\n$h \\le 1.44\\log_2 n = O(\\log n)$, so search, insert, and delete are all\n$O(\\log n)$. Insertion rebalances with at most one of four rotation cases\n(LL, RR, LR, RL); deletion may rotate all the way to the root.\n",{"path":15336,"title":15337,"module":15321,"summary":15338},"\u002Falgorithms\u002Fdata-structures\u002Fbalanced-trees","Balanced Search Trees","An ordinary BST can degrade to height $\\Theta(n)$; balanced search trees\nguarantee $h = O(\\log n)$ by maintaining invariants and repairing them after\nevery update. We meet rotations, the local restructuring primitive, then\nred-black trees, whose color invariants force logarithmic height, and finally\nB-trees, which trade tall-and-thin for short-and-wide to win on disk.\n",{"path":15340,"title":15341,"module":15321,"summary":15342},"\u002Falgorithms\u002Fdata-structures\u002Funion-find","Disjoint Sets (Union-Find)","The disjoint-set data structure tracks a partition of elements into groups,\nanswering \"are these two in the same group?\" and merging groups on demand. A\nforest of parent pointers, sped up by union by rank and path compression,\ndrives every operation to near-constant $O(\\alpha(n))$ amortized time — the\nstructure behind connectivity queries and Kruskal's minimum spanning tree.\n",{"path":15344,"title":15345,"module":15321,"summary":15346},"\u002Falgorithms\u002Fdata-structures\u002Ffenwick-and-segment-trees","Fenwick & Segment Trees","A prefix-sum array answers a range sum in $O(1)$ but pays $O(n)$ per update;\na plain array updates in $O(1)$ but pays $O(n)$ per range sum. Fenwick and\nsegment trees give us _both_ in $O(\\log n)$. The Fenwick (binary indexed) tree\nis a tiny array keyed by the low bit; the segment tree is a general balanced\ntree over canonical ranges that handles any associative aggregate and, with\nlazy propagation, range updates too.\n",{"path":15348,"title":15349,"module":15321,"summary":15350},"\u002Falgorithms\u002Fdata-structures\u002Fspatial-data-structures","Spatial Data Structures","A balanced BST orders keys on a line, but points in the plane have no single\nnatural order. Quadtrees subdivide space recursively into quadrants; k-d trees\nsplit on alternating coordinates at the median. Both make range and\nnearest-neighbour queries fast by carving the plane into boxes a query can\nprune away. Range trees nest a y-tree in an x-tree for fast orthogonal range\nreporting; interval trees index intervals to answer stabbing queries.\n",{"path":15352,"title":15353,"module":15321,"summary":15354},"\u002Falgorithms\u002Fdata-structures\u002Fskip-lists-and-probabilistic-structures","Skip Lists & Probabilistic Structures","Balanced trees achieve $O(\\log n)$ with rotations and invariants; randomization\ngives the same bound far more simply. A skip list is a layered linked list whose\nexpress lanes are chosen by coin flips, giving expected $O(\\log n)$ search and\ninsert with no rebalancing. A Bloom filter trades exactness for space: a bit\narray and a few hashes answer set membership with no false negatives and a\ntunable false-positive rate, but cannot delete.\n",{"path":15356,"title":15357,"module":15321,"summary":15358},"\u002Falgorithms\u002Fdata-structures\u002Fb-trees","B-Trees","When data lives on disk, the cost that dominates is block transfers, not\ncomparisons — and a binary tree of a billion keys is thirty reads deep. A\nB-tree of minimum degree $t$ is short and wide: $t-1$ to $2t-1$ keys per node,\nall leaves at one depth, height $O(\\log_t n)$. Insertion splits a full node on\nthe way down and pushes its median up; deletion borrows or merges to keep nodes\nfull enough. High fan-out is what minimizes disk I\u002FO.\n",{"path":15360,"title":15361,"module":15321,"summary":15362},"\u002Falgorithms\u002Fdata-structures\u002Fdata-stream-algorithms","Data-Stream Algorithms","Most of this course assumes data sits in fast memory, addressable at will.\nExternal sorting relaxed that to a re-readable disk. The streaming model goes\nfurther: items arrive one at a time, are seen once, and must be discarded, with\nonly sublinear, often polylogarithmic, memory. In exchange, the answers are\napproximate and probabilistic. We set up the model, then meet reservoir\nsampling for a uniform sample of an unknown-length stream and Morris counting\nfor an approximate tally in doubly-logarithmic space.\n",{"path":15364,"title":15365,"module":15321,"summary":15366},"\u002Falgorithms\u002Fdata-structures\u002Fstreaming-sketches","Streaming Sketches","Sampling and counting kept a random subset or a single approximate tally.\nSketches go further: fixed, tiny summaries that answer questions about a\nstream's frequencies. We meet the Count–Min sketch for point frequency\nestimation, Misra–Gries for heavy hitters, and HyperLogLog for distinct\ncounts, each trading a controlled error for space that never grows with the\nstream.\n",{"path":15368,"title":15369,"module":15370,"summary":15371},"\u002Falgorithms\u002Fsequences\u002Ftwo-pointers-and-windows","Two Pointers & Sliding Windows","Sequences & Strings","A family of array idioms that collapse an obvious $O(n^2)$ scan into a single\n$O(n)$ pass by maintaining an invariant as indices move. We meet two pointers\n(converging on a sorted array, and a fast\u002Fslow pair for in-place rewriting)\nand the sliding window (fixed and variable size, amortized $O(n)$). The\ncompanion lesson on prefix sums picks up where the window's positivity\nassumption fails.\n",{"path":15373,"title":15374,"module":15370,"summary":15375},"\u002Falgorithms\u002Fsequences\u002Fprefix-sums","Prefix Sums & Difference Arrays","Prefix sums precompute the running total once so that any range-sum query is a\nsingle subtraction, $P[r{+}1]-P[l]$, in $O(1)$. A hash map of prefix\nfrequencies then counts subarrays summing to $k$ in $O(n)$ — even with negative\nentries, where the sliding window fails. The difference-array dual turns $m$\nrange-adds into $O(m+n)$, and the whole idea lifts to 2-D rectangle sums by\ninclusion–exclusion.\n",{"path":15377,"title":15378,"module":15370,"summary":15379},"\u002Falgorithms\u002Fsequences\u002Fmonotonic-stacks","Monotonic Stacks & Queues","A **monotonic stack** keeps its contents sorted by popping every element that\nwould break the order before each push — turning a family of \"previous\u002Fnext\ngreater (or smaller) element\" questions into a single $O(n)$ scan. We trace\nthe next-greater-element routine push by push and prove its amortized bound,\nfuse two such scans to measure the **largest rectangle in a histogram** in\nlinear time, extend the idea to a **monotonic deque** that streams the\n**sliding-window maximum** in $O(n)$, and use asymmetric tie-breaking to\ncount **subarray minimums** without double-counting duplicates.\n",{"path":15381,"title":15382,"module":15370,"summary":15383},"\u002Falgorithms\u002Fsequences\u002Fbinary-search-on-the-answer","Binary Search on the Answer","Binary search locates the boundary of a **monotone predicate** $p(x)$ in\n$O(\\log(\\text{range}))$ probes; sorted arrays are only one instance. We first\nestablish the half-open `while (lo \u003C hi)` template for $\\textsc{lower\\_bound}$\nand $\\textsc{upper\\_bound}$, then generalize to \"binary search on the answer\":\nwhenever feasibility is monotone in a numeric parameter, we binary search the\nparameter itself, calling a feasibility check at each step.\n",{"path":15385,"title":15386,"module":15370,"summary":15387},"\u002Falgorithms\u002Fsequences\u002Fstring-matching","String Matching: Naive & Rabin–Karp","Given a text $T$ of length $n$ and a pattern $P$ of length $m$, find every\noccurrence of $P$ in $T$. The naive scan costs $O(nm)$ and re-reads text it has\nalready seen. Rabin–Karp fixes the first inefficiency with a **rolling hash**:\neach length-$m$ window is summarized by one number, updated in $O(1)$ per slide,\nverified on a hash match to kill collisions, for expected $O(n+m)$. A companion\nlesson removes the re-reading entirely with KMP and the Z-function.\n",{"path":15389,"title":15390,"module":15370,"summary":15391},"\u002Falgorithms\u002Fsequences\u002Fkmp-and-z-function","String Matching: KMP & the Z-Function","Two linear-time matchers that beat Rabin–Karp's expected bound with a\nworst-case guarantee and no randomness. KMP precomputes a **failure function**\n$\\pi$ so a mismatch slides the pattern by $q-\\pi[q-1]$ and the text pointer\nnever backs up, for $O(n+m)$. The **Z-function** computes the longest\nprefix-match at every position via the Z-box, giving the same bound from a\ndifferent angle; the two encodings of a string's self-overlap convert freely.\n",{"path":15393,"title":15394,"module":15370,"summary":15395},"\u002Falgorithms\u002Fsequences\u002Ftries","Tries & Prefix Trees","A **trie** stores a set of strings in a tree keyed by _characters_, so that\ninsert, search, delete, and prefix-test all run in $O(L)$ time — the length\nof the key, _independent of how many keys are stored_. Shared prefixes are\nstored once, which makes tries the natural structure for autocomplete,\nwildcard dictionaries, board word-search, and — over the alphabet $\\{0,1\\}$\n— the maximum-XOR-pair problem. Radix (Patricia) trees compress the chains.\n",{"path":15397,"title":15398,"module":15370,"summary":15399},"\u002Falgorithms\u002Fsequences\u002Fsuffix-arrays-and-aho-corasick","Suffix Arrays, LCP & Aho–Corasick","A **suffix array** sorts all $n$ suffixes of a string, indexing every substring\nat once; built in $O(n\\log n)$, it locates a pattern by binary search in\n$O(m\\log n)$. Its companion **LCP array** (Kasai's $O(n)$ algorithm) counts\ndistinct substrings and finds the longest repeated substring. **Aho–Corasick**\ngeneralises KMP to a whole dictionary: a trie of patterns plus failure links\nscans the text once in $O(\\text{text} + \\text{matches})$ to report every\noccurrence of every pattern. Manacher's algorithm finds all palindromic\nsubstrings in $O(n)$.\n",{"path":15401,"title":15402,"module":15403,"summary":15404},"\u002Falgorithms\u002Fgraphs\u002Frepresentations-and-traversal","Graph Representations and Traversal","Graphs","A graph captures _relationships_ — who connects to whom. We fix the\nvocabulary, weigh the two standard representations (adjacency list versus\nmatrix), then meet the single search skeleton behind everything that follows:\nWhatever-First-Search, and its breadth-first reading, which finds shortest\npaths by number of edges in $O(V + E)$.\n",{"path":15406,"title":15407,"module":15403,"summary":15408},"\u002Falgorithms\u002Fgraphs\u002Fdepth-first-search","Depth-First Search","Swap BFS's queue for a stack and the search plunges instead of fanning out.\nDepth-first search stamps every vertex with discovery and finish times that\nnest like parentheses, classifies each edge as tree, back, forward, or cross,\nand — through the back edge — decides in one pass whether a graph has a cycle.\nThese timestamps underpin topological sort, strong\nconnectivity, and the rest of this module.\n",{"path":15410,"title":15411,"module":15403,"summary":15412},"\u002Falgorithms\u002Fgraphs\u002Ftopological-sort-and-scc","Topological Sort and Strong Connectivity","Directed acyclic graphs model dependencies: tasks that must precede other\ntasks. A _topological order_ lays such a graph out in a line so every edge\npoints forward, and depth-first finish times yield one almost for free.\nWe then ask the harder question for graphs _with_ cycles: which vertices can\nreach each other? The answer is the strongly connected components, found by a\ntwo-pass DFS.\n",{"path":15414,"title":15415,"module":15403,"summary":15416},"\u002Falgorithms\u002Fgraphs\u002Fminimum-spanning-trees","Minimum Spanning Trees","Given a weighted network, how do we connect everything as cheaply as possible?\nThe answer is a minimum spanning tree, and one lemma — the cut property —\njustifies _every_ correct MST algorithm. We prove the cut and cycle\nproperties by exchange arguments, use them to settle uniqueness, and meet the\noldest MST algorithm, Borůvka's, whose parallel component-merging rounds fall\nstraight out of the cut rule.\n",{"path":15418,"title":15419,"module":15403,"summary":15420},"\u002Falgorithms\u002Fgraphs\u002Fkruskal-and-prim","Kruskal and Prim","The two minimum-spanning-tree algorithms you will actually implement.\nKruskal grows a forest edge by edge, cheapest first, using a union-find\nstructure to reject cycle-closing edges; Prim grows one tree outward from a\nroot with a priority queue, exactly Dijkstra rekeyed by attachment cost. Both\ntraced in full on a nine-town graph, with the edge cases, the bottleneck\nproperty, and where each one wins.\n",{"path":15422,"title":15423,"module":15403,"summary":15424},"\u002Falgorithms\u002Fgraphs\u002Fshortest-paths","Shortest Paths","Finding the cheapest route through a weighted network is one of the most-used\nalgorithms in computing, and a single operation — _relaxation_ — underlies\nevery method. We build the primitive, prove the triangle inequality and\noptimal substructure that make it work, then meet Dijkstra's algorithm: the\ngreedy solution for non-negative weights, traced vertex by vertex, with the\ncut argument that proves each extraction is final.\n",{"path":15426,"title":15427,"module":15403,"summary":15428},"\u002Falgorithms\u002Fgraphs\u002Fall-pairs-and-negative-weights","All-Pairs and Negative Weights","Dijkstra's greedy schedule breaks the moment an edge goes negative. We give it\nup for dynamic programming: Bellman-Ford derived as a DP over edge budgets,\nwith its negative-cycle detector, and Floyd-Warshall computing the distance\nbetween _every_ pair of vertices via a DP over which vertices a path may pass\nthrough. We close with Johnson's algorithm and the arbitrage problems that\nnegative cycles encode.\n",{"path":15430,"title":15431,"module":15403,"summary":15432},"\u002Falgorithms\u002Fgraphs\u002Fnetwork-flow","Network Flow","How much can flow through a network from source to sink? We build flow\nnetworks with capacity and conservation constraints, increase a flow by\npushing along augmenting paths in the residual graph, and see how reverse\nedges let the algorithm undo earlier routing. Ford-Fulkerson and its BFS refinement\nEdmonds-Karp find a maximum flow, traced end to end on a worked network.\n",{"path":15434,"title":15435,"module":15403,"summary":15436},"\u002Falgorithms\u002Fgraphs\u002Fmax-flow-min-cut","Max-Flow Min-Cut and Applications","Why is the flow found when no augmenting path remains actually optimal? The\nanswer is a duality theorem: the maximum flow equals the minimum cut. We prove\nit, read the minimum cut off the final residual graph, then derive bipartite\nmatching and a catalog of modeling reductions from the flow\nabstraction — before touching the modern algorithms that supersede\nEdmonds-Karp.\n",{"path":15438,"title":15439,"module":15403,"summary":15440},"\u002Falgorithms\u002Fgraphs\u002Fbridges-and-articulation-points","Bridges & Articulation Points","A **bridge** is an edge whose removal disconnects the graph; an **articulation\npoint** is a vertex whose removal does. Both are single points of failure in a\nnetwork. A single depth-first search computes discovery times and **low-links**,\nand two local criteria — $low[v] > disc[u]$ for bridges, $low[v] \\ge disc[u]$\nfor cut vertices — find them all in $O(V+E)$.\n",{"path":15442,"title":15443,"module":15403,"summary":15444},"\u002Falgorithms\u002Fgraphs\u002Flowest-common-ancestor","Lowest Common Ancestor & Binary Lifting","Given a rooted tree, the lowest common ancestor of $u$ and $v$ is the deepest\nnode that is an ancestor of both. A naive walk answers one query in $O(h)$;\n**binary lifting** precomputes the $2^k$-th ancestor of every node in\n$O(n\\log n)$, then answers $k$-th-ancestor and LCA queries in $O(\\log n)$ each.\nWe derive both jumps, apply them to tree distance, and compare against the\nEuler-tour + RMQ and Tarjan offline alternatives.\n",{"path":15446,"title":15447,"module":15403,"summary":15448},"\u002Falgorithms\u002Fgraphs\u002Ftwo-sat","2-SAT via Implication Graphs","A boolean formula whose every clause has exactly two literals can be solved in\n_linear_ time — even though its three-literal cousin is NP-complete. The idea\nis to read each clause as a pair of implications, build a directed graph on the\n$2n$ literals, and ask a question we already know how to answer: which literals\nshare a strongly connected component? The formula is satisfiable iff no variable\nlands in the same SCC as its own negation, and the SCCs' topological order\nyields a satisfying assignment for free.\n",{"path":15450,"title":15451,"module":15403,"summary":15452},"\u002Falgorithms\u002Fgraphs\u002Feulerian-tours","Eulerian Tours","An **Eulerian tour** uses every _edge_ of a graph exactly once. We give the\nexact parity and balance conditions under which one exists (even degree\nfor undirected graphs, in-degree equal to out-degree for directed) and Hierholzer's\n$O(E)$ algorithm that constructs one by splicing closed sub-tours. We contrast\nthis sharply with the **Hamiltonian** problem (visit every _vertex_ once),\nwhich is NP-complete: visiting edges is easy, visiting vertices is hard.\n",{"path":15454,"title":15455,"module":15403,"summary":15456},"\u002Falgorithms\u002Fgraphs\u002Fbipartite-matching","Bipartite Matching","Pairing applicants to jobs, students to slots, files to disks: all are\n**maximum bipartite matching**. We solve it combinatorially with **augmenting\npaths** (Kuhn's algorithm, $O(VE)$), speed it up to $O(E\\sqrt V)$ with\n**Hopcroft–Karp**, and uncover the structure behind it — **König's theorem**\n(max matching equals min vertex cover) and **Hall's marriage theorem** (a\nperfect matching exists iff every set has enough neighbors).\n",{"path":15458,"title":15459,"module":15460,"summary":15461},"\u002Falgorithms\u002Fgreedy\u002Fthe-greedy-method","The Greedy Method","Greedy Algorithms","A greedy algorithm builds a solution one locally-best choice at a time and\nnever looks back. We isolate the two properties that make this work — the\ngreedy-choice property and optimal substructure — prove the canonical\nactivity-selection algorithm correct with an exchange argument, watch greedy\nfail on the 0\u002F1 knapsack, and glimpse matroids as the theory\nthat says exactly when the greedy method is optimal.\n",{"path":15463,"title":15464,"module":15460,"summary":15465},"\u002Falgorithms\u002Fgreedy\u002Fscheduling-and-intervals","Scheduling & Interval Partitioning","Three classic scheduling problems all yield to greedy algorithms — and all\nthree turn on a single design decision: which key to sort by. Interval\nscheduling sorts by **finish** time to pack the most compatible jobs;\ninterval partitioning sorts by **start** time and proves the rooms needed\nequal the maximum overlap **depth**; minimizing maximum lateness sorts by\n**deadline** and is justified by an adjacent-swap exchange argument.\n",{"path":15467,"title":15468,"module":15460,"summary":15469},"\u002Falgorithms\u002Fgreedy\u002Fhuffman-codes","Huffman Codes","Huffman coding builds a\nprovably optimal prefix-free binary code by repeatedly merging the two least\nfrequent symbols. We develop prefix-free codes as binary trees, give the\nalgorithm with a priority queue, build a Huffman tree from example\nfrequencies, prove optimality with the same greedy-choice-plus-substructure\nargument, and pin the running time at $O(n\\log n)$.\n",{"path":15471,"title":15472,"module":15460,"summary":15473},"\u002Falgorithms\u002Fgreedy\u002Fmatroids","Matroids & Exchange Arguments","The capstone of the greedy module: _why_ and _when_ a greedy algorithm is\nprovably optimal. We recap the two correctness templates — **greedy-stays-ahead**\nand the **exchange argument** — then meet the **matroid** $M=(S,\\mathcal{I})$, an\nabstraction whose **exchange property** is the structure greedy needs.\nThe matroid–greedy theorem says sorting by weight and taking what stays\nindependent yields a maximum-weight basis _if and only if_ the structure is a\nmatroid. Kruskal's MST is the canonical instance; 0\u002F1 knapsack and TSP are the\ncanonical failures.\n",{"path":15475,"title":15476,"module":15460,"summary":15477},"\u002Falgorithms\u002Fgreedy\u002Fstable-matching","Stable Matching (Gale–Shapley)","Two sides each rank the other; we want a matching with no **blocking pair** — no\ntwo participants who both prefer each other to their assigned partners. The\n**Gale–Shapley deferred-acceptance** algorithm has proposers propose in\npreference order while receivers tentatively hold the best offer so far. We prove\nit terminates in $\\O(n^2)$ proposals, returns a **perfect** matching, and that\nthe matching is **stable**. A sharper asymmetry follows: deferred acceptance is\n**proposer-optimal** and **receiver-pessimal**, the structural fact behind the\nresidency match and school-choice systems.\n",{"path":15479,"title":15480,"module":15481,"summary":15482},"\u002Falgorithms\u002Fdynamic-programming\u002Fprinciples","Principles of Dynamic Programming","Dynamic Programming","Dynamic programming is recursion with memory: when a recursive solution\nre-solves the same subproblems again and again, we solve each one once and\nstore the answer. We identify the two structural conditions that make this\nwork — overlapping subproblems and optimal substructure — contrast top-down\nmemoization with bottom-up tabulation, and distil the whole method into a\nfive-step recipe.\n",{"path":15484,"title":15485,"module":15481,"summary":15486},"\u002Falgorithms\u002Fdynamic-programming\u002Fsequence-dp","Sequence Alignment & LCS","Two strings can be compared by how much of one appears inside the\nother. The longest common subsequence (LCS) and edit distance are the two\nclassic measures, and they are the _same_ dynamic program with different\ncosts. We derive the LCS recurrence by examining the last characters, fill a\nworked DP table, reconstruct the subsequence, and then show edit distance as\nthe identical $\\Theta(mn)$ pattern.\n",{"path":15488,"title":15489,"module":15481,"summary":15490},"\u002Falgorithms\u002Fdynamic-programming\u002Flongest-increasing-subsequence","Longest Increasing Subsequence","Given a sequence of numbers, how long is its longest strictly increasing\nsubsequence? A first dynamic program indexes subproblems by the element each\nsubsequence _ends at_, giving an $O(n^2)$ solution with parent-pointer\nreconstruction. A sharper idea, the patience-sorting _tails_ array searched by\nbinary search, drops the time to $O(n\\log n)$. We then fold in the\nvariants: non-decreasing, counting, Russian-doll envelopes, and bitonic.\n",{"path":15492,"title":15493,"module":15481,"summary":15494},"\u002Falgorithms\u002Fdynamic-programming\u002Fknapsack","Knapsack & Subset Problems","We start from $\\textsc{Subset-sum}$ — does some sublist hit a target $t$? — and its\ninclude\u002Fexclude recurrence over a boolean table $A(i, u)$, then bolt on values\nto get 0\u002F1 knapsack as the same machine with $\\lor$ promoted to $\\max$. We fill\nboth tables, recover the chosen items, and confront the surprise that the\n$\\Theta(nt)$ running time is only _pseudo-polynomial_ — exponential in the bit\nlength $b$, and unimprovable unless $\\mathrm{P}=\\mathrm{NP}$ since subset-sum is\n$\\textsc{NP-complete}$. The fractional variant reveals the sharp line between greedy\nand dynamic programming.\n",{"path":15496,"title":15497,"module":15481,"summary":15498},"\u002Falgorithms\u002Fdynamic-programming\u002Fcoin-change-and-unbounded","Coin Change & Unbounded Knapsack","The previous lesson let each item be taken at most once. Drop that cap — items\nmay be reused _any number of times_ — and the 0\u002F1 knapsack collapses from a\ntwo-dimensional table to a one-dimensional one, because there is no longer a\nprefix of \"already-used\" items to track. We meet **unbounded knapsack**, then\nits most famous instance, **coin change**: the minimum-coins recurrence\n$C[a] = 1 + \\min_c C[a-c]$, and the counting variant where the _order of the\nloops_ decides whether you count unordered combinations or ordered sequences —\nthe classic bug. Greed fails in general but works for canonical coin systems.\n",{"path":15500,"title":15501,"module":15481,"summary":15502},"\u002Falgorithms\u002Fdynamic-programming\u002Finterval-dp","Interval DP","Many problems ask for the best way to combine a contiguous range of items, and\nthe answer is a dynamic program over subintervals $[i,j]$ that chooses a split\npoint $k$. We derive the pattern from matrix-chain multiplication —\nparenthesising a product to minimize scalar multiplications in $O(n^3)$ — distil\nit into a reusable template filled by increasing interval length, and then meet\nits sharpest variant: the \"last operation\" trick behind Burst Balloons and\ncutting a stick, where fixing the _last_ move (not the first) makes the two\nsides independent.\n",{"path":15504,"title":15505,"module":15481,"summary":15506},"\u002Falgorithms\u002Fdynamic-programming\u002Ftree-dp","Dynamic Programming on Trees","When the subproblems of a dynamic program are _rooted subtrees_, a single\npost-order DFS solves the whole thing in $O(n)$: each node combines the\nalready-computed answers of its children. We meet the archetype — maximum-weight\nindependent set on a tree — then the \"path through a node\" pattern behind tree\ndiameter and maximum path sum, and finally **rerooting**, which computes a\nper-node answer for _every_ node as root in $O(n)$ with two passes.\n",{"path":15508,"title":15509,"module":15481,"summary":15510},"\u002Falgorithms\u002Fdynamic-programming\u002Fbitmask-dp","Bitmask DP","When a subproblem depends not on an index or a prefix but on _which subset_ of\na small ground set has been used, we can encode that subset as the bits of an\ninteger and index a DP table by it. With $n \\le \\sim 20$ the $2^n$ subsets fit\nin a table, turning $\\Theta(n!)$ brute force into $O(2^n \\cdot \\text{poly}(n))$.\nWe meet the bit tricks, the Held–Karp TSP archetype, assignment by mask,\nsubset-sum partitioning, and submask enumeration with its $3^n$ bound.\n",{"path":15512,"title":15513,"module":15481,"summary":15514},"\u002Falgorithms\u002Fdynamic-programming\u002Fdp-optimizations","DP Optimizations","A correct DP recurrence is only half the battle; its naive evaluation is often\na factor of $n$ slower than necessary. This capstone surveys five techniques,\nmonotonic-queue, the convex hull trick, divide-and-conquer optimization,\nKnuth's optimization, and SOS DP, that each exploit _structure in the\ntransition_ (a sliding window, linear costs, monotone optimal splits, the\nquadrangle inequality, or subset lattices) to shave an $O(n)$, $O(\\log n)$, or\nworse factor off the running time.\n",{"path":15516,"title":15517,"module":15481,"summary":15518},"\u002Falgorithms\u002Fdynamic-programming\u002Fdp-on-graphs","Dynamic Programming on Graphs","Many graph algorithms are dynamic programs: the subproblem is the\n_best value reachable under a restricted resource_ — intermediate vertices\nallowed, edges allowed, or a topological prefix — and edge _relaxation_ is the\nDP transition. We frame Floyd–Warshall as the archetype ($O(V^3)$ all-pairs\nshortest paths), Bellman–Ford as a DP over path length (the at-most-$K$-stops\nvariant), DAG-DP in topological order ($O(V+E)$), and Warshall's transitive\nclosure as the boolean analog.\n",{"path":15520,"title":15521,"module":15481,"summary":15522},"\u002Falgorithms\u002Fdynamic-programming\u002Fdigit-and-probability-dp","Digit & Probability DP","Two DP patterns with unusual state. _Digit DP_ counts the\nintegers in a range $[L, R]$ that satisfy a digit constraint by walking the\ndecimal places of the bound, carrying a _tight_ flag that marks when the prefix\nstill equals the bound's. _Probability\u002FExpectation DP_ replaces \"best value\" with\n\"expected value,\" using linearity of expectation to make each state an\naverage over its weighted transitions — the natural tool for expected step\ncounts and absorbing Markov chains.\n",{"path":15524,"title":15525,"module":15526,"summary":15527},"\u002Falgorithms\u002Fbacktracking\u002Fbacktracking-fundamentals","Backtracking: Subsets, Permutations & Combinations","Backtracking & Search","Backtracking builds a solution one choice at a time and abandons a partial\nsolution the moment it cannot be completed, exploring a state-space tree by\ndepth-first search. We meet the universal choose\u002Fexplore\u002Fun-choose template,\nderive the canonical enumerations — subsets ($2^n$), permutations ($n!$), and\ncombinations ($\\binom{n}{k}$) — handle duplicate elements by skipping equal\nsiblings, and see how pruning turns an exponential search into a tractable one.\n",{"path":15529,"title":15530,"module":15526,"summary":15531},"\u002Falgorithms\u002Fbacktracking\u002Fconstraint-search","Constraint Search: N-Queens & Sudoku","Many hard puzzles are **constraint satisfaction problems**: assign each\nvariable a value from its domain so that every constraint holds. Backtracking\nsolves them by assigning variables one at a time and rejecting a partial\nassignment the instant a constraint breaks. We make the rejection cheap — $O(1)$\nconflict checks for N-Queens via column and diagonal sets — and prune harder\nwith **forward checking**, **MRV** ordering, and **constraint propagation**,\nwhich is what lets an exponential search actually finish.\n",{"path":15533,"title":15534,"module":15526,"summary":15535},"\u002Falgorithms\u002Fbacktracking\u002Fbranch-and-bound","Branch & Bound and Meet in the Middle","Plain backtracking prunes a search tree by _feasibility_; for _optimization_\nproblems we can prune far more aggressively by _value_. **Branch and bound**\nkeeps the best complete solution found so far and discards any partial solution\nwhose optimistic bound cannot beat it. **Meet in the middle** splits the\ninstance in two, enumerates each half, and recombines by binary search — turning\n$2^n$ into $O(2^{n\u002F2}\\,n)$ and pushing exact search out to $n \\approx 40$.\n",{"path":15537,"title":15538,"module":15526,"summary":15539},"\u002Falgorithms\u002Fbacktracking\u002Fgraph-backtracking","Graph Backtracking: m-Coloring & Hamiltonian Paths","Two famous graph problems have no known efficient algorithm, yet yield cleanly\nto backtracking with the right pruning. **Graph $m$-coloring** assigns one of\n$m$ colors to each vertex so no edge is monochromatic; we color vertices in turn\nand reject a color the instant a neighbor already has it. **Hamiltonian\npath\u002Fcycle** asks for a walk visiting every vertex exactly once; we extend a path\ngreedily and backtrack on dead ends. Both are NP-complete, so the worst case is\nexponential — but feasibility pruning and good vertex ordering make real\ninstances tractable, and the contrast with the easy Eulerian condition shows why.\n",{"path":15541,"title":15542,"module":15543,"summary":15544},"\u002Falgorithms\u002Fmathematical-algorithms\u002Fnumber-theory-basics","Number Theory: GCD & Modular Arithmetic","Mathematical Algorithms","This lesson opens the mathematical-algorithms module with the bedrock of\ncomputational number theory. We prove Euclid's recurrence\n$\\gcd(a,b)=\\gcd(b,\\,a\\bmod b)$ and its $O(\\log\\min(a,b))$ running time, extend\nit to recover Bézout coefficients $x,y$ with $ax+by=\\gcd(a,b)$, and build\nmodular arithmetic on residue classes — including when a modular inverse\n$a^{-1}\\bmod m$ exists and how to compute it.\n",{"path":15546,"title":15547,"module":15543,"summary":15548},"\u002Falgorithms\u002Fmathematical-algorithms\u002Fmodular-exponentiation-and-primality","Modular Exponentiation & Primality","Computing $a^n \\bmod m$ naively costs $n$ multiplications; **repeated squaring**\ndoes it in $O(\\log n)$ by reading the bits of the exponent. We use this routine\nto state **Fermat's little theorem** (and the modular inverse it gives), then to\ntest primality — trial division, the probabilistic **Fermat** and **Miller–Rabin**\ntests, and the deterministic witness set that settles primality for every 64-bit\nnumber.\n",{"path":15550,"title":15551,"module":15543,"summary":15552},"\u002Falgorithms\u002Fmathematical-algorithms\u002Fsieve-and-factorization","Sieves & Factorization","The previous lesson tested one number for primality; here we ask for _all_\nprimes up to $n$ at once. The **sieve of Eratosthenes** cross-cuts composites\nin $O(n\\log\\log n)$, and a **linear sieve** does it in $O(n)$ while recording\neach number's **smallest prime factor**, which then factors any $x \\le n$ in\n$O(\\log x)$. From a factorization $x = \\prod p_i^{e_i}$ the multiplicative\nfunctions $\\tau$, $\\sigma$, and Euler's totient $\\varphi$ fall out immediately.\n",{"path":15554,"title":15555,"module":15543,"summary":15556},"\u002Falgorithms\u002Fmathematical-algorithms\u002Fcombinatorics","Combinatorics & Counting","Counting is the arithmetic of finite sets. We build up from permutations\n$n!$ and combinations $\\binom{n}{k}$, prove Pascal's rule by a bijection,\nand count multisets with stars and bars. The practical core is computing\n$\\binom{n}{k}\\bmod p$ in $O(1)$ from precomputed factorials and inverse\nfactorials. We close with inclusion–exclusion and the Chinese Remainder\nTheorem, both of which lean on the modular inverse from the previous lesson.\n",{"path":15558,"title":15559,"module":15543,"summary":15560},"\u002Falgorithms\u002Fmathematical-algorithms\u002Fmatrix-exponentiation","Matrix Exponentiation","A linear recurrence advances by a fixed linear rule, so one step is a\n**matrix–vector** product and $n$ steps are a **matrix power**. Packaging\nFibonacci, and any $k$-term recurrence, into a transition matrix lets us jump\nto the $n$-th term in $O(k^3 \\log n)$ by **exponentiation by squaring** — the\nsame doubling trick from modular exponentiation, now over matrices.\n",{"path":15562,"title":15563,"module":15543,"summary":15564},"\u002Falgorithms\u002Fmathematical-algorithms\u002Ffast-fourier-transform","Fast Fourier Transform","Multiplying two degree-$n$ polynomials by the schoolbook method costs\n$\\Theta(n^2)$. Evaluating them at the **$n$-th roots of unity** turns\nmultiplication into pointwise products, and the **Cooley–Tukey FFT** computes\nall those evaluations in $\\Theta(n\\log n)$ by splitting even and odd\ncoefficients. The inverse FFT interpolates back, giving $\\Theta(n\\log n)$\npolynomial and big-integer multiplication.\n",{"path":15566,"title":15567,"module":15543,"summary":15568},"\u002Falgorithms\u002Fmathematical-algorithms\u002Fgradient-descent","Numerical Optimization and Gradient Descent","Most of this course chases **discrete** optima over finite structures; here the\nsearch space is **continuous** and the objective $f$ is differentiable. The\n**gradient** points uphill, so stepping against it —\n$x_{t+1} = x_t - \\eta\\,\\nabla f(x_t)$ — walks downhill. **Convexity** makes every\nlocal minimum global; for convex $L$-smooth $f$ gradient descent converges at\n$O(1\u002Ft)$, and **geometrically** under strong convexity. **Newton's method** uses\nthe Hessian for local quadratic convergence, and **bisection** is the robust\nbracketing fallback for roots.\n",{"path":15570,"title":15571,"module":15572,"summary":15573},"\u002Falgorithms\u002Fcomputational-geometry\u002Fgeometric-primitives","Geometric Primitives & Orientation","Computational Geometry","Computational geometry is built on a single reliable primitive — the\n**orientation test**, a sign of a cross product that tells whether three points\nturn left, right, or lie collinear. From points-as-vectors and the dot and\ncross products we derive orientation, segment intersection, the shoelace area\nformula, and point-in-polygon tests, keeping all arithmetic **exact and\ninteger** so that no floating-point rounding can corrupt a sign.\n",{"path":15575,"title":15576,"module":15572,"summary":15577},"\u002Falgorithms\u002Fcomputational-geometry\u002Fconvex-hull","Convex Hull","The convex hull is the smallest convex polygon enclosing a point set — the\nrubber band snapped around the nails. We build it with Andrew's monotone chain,\nsorting by $(x,y)$ and sweeping a lower and upper hull while popping any\nnon-left turn via the orientation primitive, in $O(n\\log n)$. A reduction from\nsorting shows that bound is optimal, and the hull yields diameter, smallest\nenclosing rectangle, and more through rotating calipers.\n",{"path":15579,"title":15580,"module":15572,"summary":15581},"\u002Falgorithms\u002Fcomputational-geometry\u002Fsweep-line","Sweep-Line Algorithms","The plane-sweep paradigm turns a static $2$-D geometry problem into a dynamic\n$1$-D ordered-set problem: a vertical line sweeps left to right, stopping at an\n$x$-sorted **event queue** while a balanced-BST **status structure** tracks the\nobjects it currently crosses, ordered by $y$. We derive Bentley–Ottmann segment\nintersection in $O((n+k)\\log n)$, recover closest-pair in $O(n\\log n)$, and\nreduce skyline, rectangle-area, and overlap problems to $\\pm1$ event sweeps.\n",{"path":15583,"title":15584,"module":15572,"summary":15585},"\u002Falgorithms\u002Fcomputational-geometry\u002Fpolygons-and-proximity","Polygons & Proximity","Four classics that live on top of the orientation primitive and the convex\nhull. **Closest pair** falls to divide-and-conquer in $\\Theta(n\\log n)$, where a\npacking argument caps the cross-boundary combine at seven neighbours per point.\n**Point-in-polygon** is the ray-casting parity test or the winding-number count\nthat also handles self-intersecting boundaries, both with their edge caveats. The **shoelace formula**\ngives signed area as a sum of cross products, and **rotating calipers** walk the\nhull to read off diameter and width in $O(n)$.\n",{"path":15587,"title":15588,"module":15589,"summary":15590},"\u002Falgorithms\u002Fintractability\u002Fp-np-reductions","P, NP, and Reductions","Intractability","Most problems we have met so far have fast algorithms. A vast and important\nfamily seemingly does not. This lesson builds the vocabulary for that\ndivide: decision problems, the class $\\mathsf{P}$ of problems we can solve\nquickly, the class $\\mathsf{NP}$ of problems whose solutions we can _check_\nquickly, and polynomial-time reductions, the tool that lets us compare the\ndifficulty of two problems without solving either.\n",{"path":15592,"title":15593,"module":15589,"summary":15594},"\u002Falgorithms\u002Fintractability\u002Fnp-completeness","NP-Completeness","Some problems in $\\mathsf{NP}$ are universally hardest: every other problem\nin $\\mathsf{NP}$ reduces to them. This lesson defines $\\mathsf{NP}$-hard and\n$\\mathsf{NP}$-complete, states the Cook–Levin theorem that anchors the\ntheory on **SAT**, walks the web of reductions that grows from it, and gives\nthe four-step recipe for proving a brand-new problem $\\mathsf{NP}$-complete.\n",{"path":15596,"title":15597,"module":15589,"summary":15598},"\u002Falgorithms\u002Fintractability\u002Fcoping-with-hardness","Coping with NP-Hardness","An $\\mathsf{NP}$-hardness proof rules out an exact polynomial-time algorithm,\nnot the need for answers. This lesson surveys four practical responses to\nhardness: approximation algorithms with a provable ratio (worked through a\n2-approximation for vertex cover), heuristics and local search, exact\nexponential methods like branch and bound, and exploiting special structure\nin the instances you actually face.\n",{"path":15600,"title":15601,"module":15589,"summary":15602},"\u002Falgorithms\u002Fintractability\u002Fapproximation-algorithms","Approximation Algorithms","When a problem is $\\mathsf{NP}$-hard we can still ask for a solution\nprovably close to optimal. This lesson makes the approximation ratio\n$\\rho$ precise, separates absolute from relative guarantees, and proves the\nratios of four classic algorithms: greedy set cover ($H_n \\approx \\ln n$),\nthe MST-doubling $2$-approximation for metric TSP, load balancing, and the\nknapsack FPTAS. It closes with the hierarchy PTAS \u002F FPTAS and the limits of\ninapproximability.\n",{"path":15604,"title":15605,"module":6,"summary":6},"\u002Falgorithms","Algorithms",{"path":15607,"title":15608,"module":15609,"summary":15610},"\u002Fcalculus\u002Flimits-and-continuity\u002Ffunctions-and-models","Functions and Mathematical Models","Limits and Continuity","A function assigns exactly one output to each input and can be presented four ways: verbally, numerically, graphically, or by a formula. The elementary families — linear, polynomial, power, rational, trigonometric, exponential — model most elementary phenomena, and transformation, combination, and composition build every other function from them.\n",{"path":15612,"title":15613,"module":15609,"summary":15614},"\u002Fcalculus\u002Flimits-and-continuity\u002Fthe-limit-of-a-function","The Limit of a Function","The tangent and velocity problems both ask for a value a ratio approaches but never reaches — the limit. Its intuitive two-sided form splits into one-sided limits that must agree; a limit fails to exist when they disagree or when the function grows without bound, the latter producing a vertical asymptote.\n",{"path":15616,"title":15617,"module":15609,"summary":15618},"\u002Fcalculus\u002Flimits-and-continuity\u002Flimit-laws-and-the-precise-definition","Limit Laws and the ε–δ Definition","The Limit Laws reduce a limit to arithmetic on simpler limits, and direct substitution settles polynomials and rational functions outright. The 0\u002F0 forms that resist substitution yield to algebra or the Squeeze Theorem, and the ε–δ definition makes \"arbitrarily close\" precise as a pair of quantified inequalities.\n",{"path":15620,"title":15621,"module":15609,"summary":15622},"\u002Fcalculus\u002Flimits-and-continuity\u002Fcontinuity","Continuity","A function is continuous at a point when its limit there equals its value, so the graph has no break. Continuity fails in three geometric ways; it is closed under arithmetic and composition, so the elementary families and their combinations are continuous; and on a closed interval it forces the Intermediate Value Theorem, which locates roots.\n",{"path":15624,"title":15625,"module":15626,"summary":15627},"\u002Fcalculus\u002Fderivatives\u002Fthe-derivative-and-rates-of-change","The Derivative and Rates of Change","Derivatives","A single limit with three readings: the slope of the tangent line, the instantaneous velocity of a moving object, and the rate of change of one quantity with respect to another. Built from the difference quotient, extended from a value at one point to a function of x, and undefined exactly where a corner, jump, or vertical tangent appears.\n",{"path":15629,"title":15630,"module":15626,"summary":15631},"\u002Fcalculus\u002Fderivatives\u002Fdifferentiation-rules-and-the-chain-rule","Differentiation Rules and the Chain Rule","Computing every derivative from the limit definition is tedious. A short list of rules — power, constant multiple, sum, product, quotient — differentiates any polynomial or rational function by inspection. The trigonometric derivatives follow from one limit, and the chain rule extends everything to composite functions by multiplying rates along the composition.\n",{"path":15633,"title":15634,"module":15626,"summary":15635},"\u002Fcalculus\u002Fderivatives\u002Fimplicit-differentiation-and-related-rates","Implicit Differentiation and Related Rates","Not every curve is the graph of y = f(x). Implicit differentiation finds a slope from an equation in x and y directly, treating y as an unknown function and differentiating both sides. The same chain-rule idea drives related rates, where one measured rate of change forces another through a geometric constraint, and interprets the derivative as a rate across the sciences.\n",{"path":15637,"title":15638,"module":15626,"summary":15639},"\u002Fcalculus\u002Fderivatives\u002Flinear-approximations-and-differentials","Linear Approximations and Differentials","A differentiable curve looks like its tangent line under enough magnification, so the tangent is a usable stand-in for the function near the point of contact. The linear approximation and its linearization, written in the language of differentials dy and dx, estimate both function values and the measurement error propagated into a computed quantity.\n",{"path":15641,"title":15642,"module":15643,"summary":15644},"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fextrema-and-the-mean-value-theorem","Extrema and the Mean Value Theorem","Applications of Derivatives","Absolute and local extrema, the Extreme Value Theorem that guarantees them, and Fermat's Theorem pinning candidates to critical numbers. The Closed Interval Method turns the search for extrema into a finite checklist. Rolle's Theorem and the Mean Value Theorem then connect a function's values to its derivative, giving the tool that most of differential calculus rests on.\n",{"path":15646,"title":15647,"module":15643,"summary":15648},"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fhow-derivatives-shape-a-graph","How Derivatives Shape a Graph","The sign of the first derivative fixes where a function rises and falls, and a sign change identifies each local extremum through the First Derivative Test. The second derivative sets concavity and inflection points and gives a faster Second Derivative Test. Limits at infinity describe end behavior and the horizontal asymptotes a curve settles toward.\n",{"path":15650,"title":15651,"module":15643,"summary":15652},"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fcurve-sketching-and-optimization","Curve Sketching and Optimization","A checklist that synthesizes domain, symmetry, asymptotes, monotonicity, extrema, and concavity into a hand sketch of any function, plus the slant asymptote for rational functions whose degree exceeds the denominator's. The same extremum machinery, applied to a word problem, becomes the optimization template: model one quantity, reduce it to a function of a single variable, and find its absolute extremum.\n",{"path":15654,"title":15655,"module":15643,"summary":15656},"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fnewtons-method-and-antiderivatives","Newton's Method and Antiderivatives","Newton's method solves $f(x) = 0$ by repeatedly replacing the curve with its tangent line and jumping to the tangent's root, converging fast when it works and diverging when the derivative is small. Antiderivatives reverse differentiation: every antiderivative of a function differs from another by a constant, so the general antiderivative is a family of parallel curves, pinned to one by an initial condition.\n",{"path":15658,"title":15659,"module":15660,"summary":15661},"\u002Fcalculus\u002Fintegrals\u002Farea-and-the-definite-integral","Area and the Definite Integral","Integrals","The area under a curve is defined as a limit of sums of rectangle areas. The same limit — a Riemann sum taken as the mesh shrinks to zero — defines the definite integral, a single number measuring signed area, total distance, and every accumulated quantity built the same way. Its properties, comparison bounds, and reading as net area follow directly from the limit.\n",{"path":15663,"title":15664,"module":15660,"summary":15665},"\u002Fcalculus\u002Fintegrals\u002Fthe-fundamental-theorem-of-calculus","The Fundamental Theorem of Calculus","Differentiation and integration are inverse operations. Part 1 says the derivative of an area-accumulation function is the integrand; Part 2 says a definite integral equals the change in any antiderivative across the interval. Together they replace limits of Riemann sums with antiderivative lookups, define the indefinite integral, and give the Net Change Theorem for rates.\n",{"path":15667,"title":15668,"module":15660,"summary":15669},"\u002Fcalculus\u002Fintegrals\u002Fthe-substitution-rule","The Substitution Rule","Substitution runs the Chain Rule backward: spotting an inner function whose derivative also appears in the integrand lets the variable change to $u$ and collapse a composite integral to a simple one. The rule applies to indefinite and definite integrals, with two ways to handle the limits, and it yields the symmetry shortcuts that double even integrands and vanish odd ones.\n",{"path":15671,"title":15672,"module":15673,"summary":15674},"\u002Fcalculus\u002Fapplications-of-integration\u002Fareas-and-volumes","Areas Between Curves and Volumes","Applications of Integration","A definite integral computes any quantity that a limit of Riemann sums approximates. Applied to geometry it gives the area between two curves and the volume of a solid: by cross-sections, by disks and washers when the region is revolved, and by cylindrical shells when inverting the boundary is awkward.\n",{"path":15676,"title":15677,"module":15673,"summary":15678},"\u002Fcalculus\u002Fapplications-of-integration\u002Fwork-average-value-and-arc-length","Work, Average Value, Arc Length, and Surface Area","The work done by a force that varies with position, the average value of a function and the Mean Value Theorem it satisfies, the length of a curve, and the area of a surface swept out by revolving that curve. Each is a limit of Riemann sums, hence a definite integral.\n",{"path":15680,"title":15681,"module":15673,"summary":15682},"\u002Fcalculus\u002Fapplications-of-integration\u002Fphysics-economics-and-probability","Applications to Physics, Economics, and Probability","Definite integrals in physics, economics, and statistics: the force a fluid exerts on a submerged plate, the balance point of a plane region, the money consumers save at a market price, and the probability that a continuous random variable lands in an interval, together with its mean.\n",{"path":15684,"title":15685,"module":15686,"summary":15687},"\u002Fcalculus\u002Fexponential-logarithmic-and-inverse-functions\u002Finverse-functions-logarithms-and-exponentials","Inverse Functions, Logarithms, and Exponentials","Exponential, Logarithmic, and Inverse Functions","A one-to-one function has an inverse that reverses it, with a graph mirrored across y = x and a derivative given by the reciprocal-slope rule. The exponential e^x is its own derivative and the natural logarithm has derivative 1\u002Fx; logarithmic differentiation turns products, quotients, and variable powers into sums.\n",{"path":15689,"title":15690,"module":15686,"summary":15691},"\u002Fcalculus\u002Fexponential-logarithmic-and-inverse-functions\u002Fgrowth-decay-inverse-trig-and-hyperbolic-functions","Growth, Decay, Inverse Trigonometric, and Hyperbolic Functions","Any quantity whose rate of change is proportional to its size grows or decays exponentially, the single equation y' = ky behind populations, radioactive decay, cooling, and continuously compounded interest. The inverse trigonometric functions have algebraic derivatives, and the hyperbolic functions, built from e^x and e^{-x}, describe the hanging cable.\n",{"path":15693,"title":15694,"module":15686,"summary":15695},"\u002Fcalculus\u002Fexponential-logarithmic-and-inverse-functions\u002Flhospitals-rule","Indeterminate Forms and l'Hospital's Rule","When a limit produces 0\u002F0 or infinity over infinity, the value is undetermined by the forms alone. l'Hospital's Rule resolves both by replacing the ratio of functions with the ratio of their derivatives. Products, differences, and powers reduce to a quotient the rule can handle, and repeated use ranks the growth of logarithms, powers, and exponentials.\n",{"path":15697,"title":15698,"module":15699,"summary":15700},"\u002Fcalculus\u002Ftechniques-of-integration\u002Fintegration-by-parts","Integration by Parts","Techniques of Integration","The product rule for derivatives reverses into integration by parts, trading the integral of $u\\,\\d v$ for the integral of $v\\,\\d u$ whenever the second is easier. The LIATE ordering fixes which factor to differentiate. Standard cases: a polynomial against a transcendental factor, repeated parts, cyclic integrals that solve for themselves, and reduction formulas that peel an exponent down by recursion.\n",{"path":15702,"title":15703,"module":15699,"summary":15704},"\u002Fcalculus\u002Ftechniques-of-integration\u002Ftrigonometric-integrals-and-substitution","Trigonometric Integrals and Substitution","Two related techniques. Trigonometric integrals evaluate powers and products of sine, cosine, tangent, and secant by splitting off one factor and converting the rest with a Pythagorean identity, or by dropping even powers with half-angle formulas. Trigonometric substitution runs the idea in reverse: replace x by a sine, tangent, or secant to clear a radical, integrate, then read the answer back off a reference triangle.\n",{"path":15706,"title":15707,"module":15699,"summary":15708},"\u002Fcalculus\u002Ftechniques-of-integration\u002Fpartial-fractions-and-integration-strategy","Partial Fractions and Integration Strategy","Any rational function integrates in closed form: factor the denominator, split the fraction into simple pieces by partial fractions, and integrate each piece as a logarithm or an arctangent. Four denominator cases exhaust the possibilities. A four-step strategy then sorts an arbitrary integrand by its shape to the technique that fits it, and a short catalog records elementary functions whose antiderivatives are not elementary.\n",{"path":15710,"title":15711,"module":15699,"summary":15712},"\u002Fcalculus\u002Ftechniques-of-integration\u002Fapproximate-and-improper-integrals","Approximate and Improper Integrals","Two definite integrals the Fundamental Theorem cannot reach. With no antiderivative available, the Midpoint, Trapezoidal, and Simpson rules approximate the integral from sample values, each carrying a provable error bound. With an infinite interval or an integrand that blows up, the improper integral is defined as a limit that either converges or diverges; the Comparison Test settles which without evaluating it.\n",{"path":15714,"title":15715,"module":15716,"summary":15717},"\u002Fcalculus\u002Fparametric-and-polar\u002Fparametric-curves-and-their-calculus","Parametric Curves and Their Calculus","Parametric Equations and Polar Coordinates","A parametric curve gives x and y separately as functions of a third variable, recording not only a path but the direction and timing with which it is traced. Eliminating the parameter recovers a Cartesian equation; the slope, area, arc-length, and surface-area formulas run directly on the parameter, with the cycloid and astroid as worked examples.\n",{"path":15719,"title":15720,"module":15716,"summary":15721},"\u002Fcalculus\u002Fparametric-and-polar\u002Fpolar-coordinates","Polar Coordinates","Polar coordinates locate a point by a distance from the pole and an angle from the polar axis, giving circles, spirals, and flower-shaped curves short equations. Conversion between the two systems is right-triangle trigonometry, and treating a polar curve as a parametric curve in the angle yields the tangent, area, and arc-length formulas.\n",{"path":15723,"title":15724,"module":15716,"summary":15725},"\u002Fcalculus\u002Fparametric-and-polar\u002Fconic-sections","Conic Sections","Parabolas, ellipses, and hyperbolas are the plane curves cut from a double cone. Each has a focus-based geometric definition and a standard Cartesian equation. A single number, the eccentricity, ties the three together, and placing a focus at the pole gives all of them one polar equation that describes planetary orbits.\n",{"path":15727,"title":15728,"module":15729,"summary":15730},"\u002Fcalculus\u002Fsequences-and-series\u002Fsequences","Sequences","Infinite Sequences and Series","A sequence is a function on the positive integers, and its limit is defined almost exactly like a limit at infinity. The Limit Laws and Squeeze Theorem carry over from functions, monotonic and bounded sequences give a convergence criterion, and the Monotonic Sequence Theorem guarantees a limit exists without naming it.\n",{"path":15732,"title":15733,"module":15729,"summary":15734},"\u002Fcalculus\u002Fsequences-and-series\u002Fseries-and-the-integral-test","Series and the Integral Test","Adding infinitely many terms is made precise as the limit of partial sums. The two series with closed-form partial sums are geometric and telescoping; the harmonic series diverges even as its terms shrink to zero. The Integral Test compares a positive series to an improper integral, settling the p-series and supplying a remainder bound for estimating sums.\n",{"path":15736,"title":15737,"module":15729,"summary":15738},"\u002Fcalculus\u002Fsequences-and-series\u002Fthe-convergence-tests","The Convergence Tests","The comparison, alternating-series, ratio, and root tests decide convergence without a closed-form partial sum. Absolute convergence is stronger than conditional convergence and is preserved under rearrangement; an alternating series errs by less than its first omitted term. A test is chosen from the shape of the general term.\n",{"path":15740,"title":15741,"module":15729,"summary":15742},"\u002Fcalculus\u002Fsequences-and-series\u002Fpower-series","Power Series","A power series is a polynomial of infinite degree whose convergence set is an interval centered at $a$, with a radius the Ratio Test finds and endpoints that must be tested by hand. Inside that interval the series represents a function that can be differentiated and integrated term by term, generating new representations from the geometric series.\n",{"path":15744,"title":15745,"module":15729,"summary":15746},"\u002Fcalculus\u002Fsequences-and-series\u002Ftaylor-and-maclaurin-series","Taylor and Maclaurin Series","If a function equals a power series, its coefficients are forced: the nth is the nth derivative at the center over n factorial. We derive that formula, use Taylor's Inequality to prove the standard series for the exponential, sine, and cosine, record the binomial series and a reference table, and bound the error when a Taylor polynomial replaces a function.\n",{"path":15748,"title":15749,"module":15750,"summary":15751},"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fvectors-and-the-dot-product","Three-Dimensional Coordinates, Vectors, and the Dot Product","Vectors and the Geometry of Space","Space needs three coordinates, so we set up the rectangular system, the distance formula, and the equation of a sphere. Vectors then package magnitude and direction into a single algebraic object with its own arithmetic. The dot product turns two vectors into a number that measures the angle between them, gives a clean test for orthogonality, and produces the projection of one vector onto another.\n",{"path":15753,"title":15754,"module":15750,"summary":15755},"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fthe-cross-product-lines-and-planes","The Cross Product, Lines, and Planes","The cross product multiplies two vectors into a third perpendicular to both, with length equal to the area of the parallelogram they span. That one construction supplies the direction of a line, the normal of a plane, and, through the scalar triple product, the volume of a parallelepiped. Lines carry a point and a direction vector; planes carry a point and a normal, which fixes the angle between planes and the distance from a point to a plane.\n",{"path":15757,"title":15758,"module":15750,"summary":15759},"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fcylinders-and-quadric-surfaces","Cylinders and Quadric Surfaces","A surface whose equation omits one variable is a cylinder: the graph of a plane curve swept along the missing axis. A second-degree equation in three variables is a quadric, and translation and rotation reduce every one to a short standard list. Traces — the curves cut by planes parallel to the coordinate planes — sort the six quadrics into ellipsoid, the two paraboloids, the cone, and the two hyperboloids.\n",{"path":15761,"title":15762,"module":15750,"summary":15763},"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fvector-functions-and-space-curves","Vector Functions and Space Curves","A vector function assigns a vector to each value of a parameter, and as the parameter runs its tip traces a space curve. Taking limits, derivatives, and integrals component by component carries all of single-variable calculus into three dimensions. The derivative of a vector function is the tangent vector to its curve, and normalizing it gives the unit tangent that points the way along the path.\n",{"path":15765,"title":15766,"module":15750,"summary":15767},"\u002Fcalculus\u002Fvectors-and-space-curves\u002Farc-length-curvature-and-motion","Arc Length, Curvature, and Motion in Space","Integrating the speed of a vector function gives the length of its curve and a natural parameter, arc length, that depends only on the curve's shape. Curvature measures how fast the unit tangent turns, and together with the normal and binormal it builds the moving TNB frame. Reading the same vector function as a trajectory, its first two derivatives are velocity and acceleration, and acceleration splits cleanly into tangential and normal parts.\n",{"path":15769,"title":15770,"module":15771,"summary":15772},"\u002Fcalculus\u002Fpartial-derivatives\u002Ffunctions-of-several-variables","Functions of Several Variables, Limits, and Continuity","Partial Derivatives","A function of several variables assigns one number to each point of a region in the plane or in space. Domain, graph, level curve, and level surface describe it; limits and continuity extend to two variables, where a limit must agree along every path of approach, not just from the left and the right.\n",{"path":15774,"title":15771,"module":15771,"summary":15775},"\u002Fcalculus\u002Fpartial-derivatives\u002Fpartial-derivatives","A partial derivative holds every variable but one fixed and differentiates in the ordinary sense. Geometrically it is the slope of a trace curve cut from the surface by a coordinate plane. The freeze-and-differentiate rule computes the two first partials; the four second partials follow, and the two mixed ones agree under Clairaut's Theorem when they are continuous.\n",{"path":15777,"title":15778,"module":15771,"summary":15779},"\u002Fcalculus\u002Fpartial-derivatives\u002Ftangent-planes-and-the-chain-rule","Tangent Planes, Linear Approximation, and the Chain Rule","Near a point, a smooth surface looks like its tangent plane, and the plane's equation is built from the two partial derivatives. That linearization defines the total differential and the meaning of differentiability in two variables. The chain rule then propagates derivatives through composed functions, tracked by a tree diagram, and yields clean formulas for implicit differentiation.\n",{"path":15781,"title":15782,"module":15771,"summary":15783},"\u002Fcalculus\u002Fpartial-derivatives\u002Fdirectional-derivatives-and-the-gradient","Directional Derivatives and the Gradient","The partial derivatives measure slope along the two axes; the directional derivative measures slope along any chosen direction, and equals the gradient dotted with a unit vector. The gradient points in the direction of steepest increase, its length is the greatest rate, and it stands perpendicular to level curves and surfaces, which fixes the tangent plane to a level surface.\n",{"path":15785,"title":15786,"module":15771,"summary":15787},"\u002Fcalculus\u002Fpartial-derivatives\u002Foptimization-and-lagrange-multipliers","Optimization and Lagrange Multipliers","Extrema of a two-variable function sit at critical points where the gradient vanishes; the Second Derivatives Test sorts them into peaks, valleys, and saddles by the sign of a discriminant. Absolute extrema on a closed region also need the boundary. When the domain is itself a constraint curve, Lagrange multipliers set the two gradients parallel and solve the constrained problem.\n",{"path":15789,"title":15790,"module":15791,"summary":15792},"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fdouble-integrals","Double Integrals","Multiple Integrals and Vector Calculus","The double integral extends the definite integral to functions of two variables: a limit of Riemann sums that measures signed volume under a surface. Fubini's Theorem turns it into two ordinary integrations done one after the other, general regions of type I and type II fix the inner limits, polar coordinates absorb circular symmetry through the factor r, and the same machine computes mass, center of mass, and moments of a lamina.\n",{"path":15794,"title":15795,"module":15791,"summary":15796},"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Ftriple-integrals-and-coordinate-systems","Triple Integrals and Coordinate Systems","The triple integral integrates a function of three variables over a solid, as a limit of Riemann sums evaluated by three nested single integrations. Cylindrical coordinates add the factor r to handle axial symmetry, spherical coordinates add rho-squared sine-phi for radial symmetry, and the general change of variables shows both volume elements are Jacobian determinants of the coordinate map. Surface area for a graph completes the measurement toolkit.\n",{"path":15798,"title":15799,"module":15791,"summary":15800},"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fvector-fields-and-line-integrals","Vector Fields and Line Integrals","A vector field assigns a vector to every point of space; the line integral of a field along a curve accumulates its tangential component, measuring work. Conservative fields are gradients of a potential, and for them the Fundamental Theorem for Line Integrals makes the integral depend only on the endpoints. Path independence, closed-loop integrals of zero, and the component test for a potential are three faces of the same property.\n",{"path":15802,"title":15803,"module":15791,"summary":15804},"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fgreens-theorem-curl-and-divergence","Green's Theorem, Curl, and Divergence","Green's Theorem equates the line integral of a field around a positively oriented closed curve with a double integral over the enclosed region, turning a boundary computation into an area computation and vice versa. Curl measures local circulation and divergence measures local outflow; the two vector forms of Green's Theorem express the boundary integral as the integrated curl or divergence, the planar case of Stokes' and the Divergence Theorem.\n",{"path":15806,"title":15807,"module":15791,"summary":15808},"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fsurface-integrals","Parametric Surfaces and Surface Integrals","A parametric surface is the image of a two-variable vector function; its area element is the magnitude of the cross product of the two tangent vectors. The surface integral of a scalar function sums it over that area, and the flux integral of a vector field sums the field's normal component, measuring flow through the surface. Orientation by a choice of unit normal makes flux well-defined, the integral Stokes' and the Divergence Theorem operate on.\n",{"path":15810,"title":15811,"module":15791,"summary":15812},"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fstokes-and-the-divergence-theorem","Stokes' Theorem and the Divergence Theorem","Stokes' Theorem lifts Green's Theorem into space: the line integral of a field around the boundary of a surface equals the flux of its curl through the surface. The Divergence Theorem relates the outward flux across a closed surface to the triple integral of divergence over the solid it encloses. Together with the Fundamental Theorem of Calculus and its line-integral and Green counterparts, they are one theorem: the integral of a derivative over a region equals the integral of the field over its oriented boundary.\n",{"path":15814,"title":15815,"module":6,"summary":6},"\u002Fcalculus","Calculus",{"path":15817,"title":15818,"module":15262,"summary":15819},"\u002Fmechanics\u002Ffoundations\u002Fmeasurement-and-dimensions","Measurement and Dimensions","Every physical quantity is a number attached to a unit, and that pairing is what lets you check an equation before computing anything, since terms that add together must carry the same dimensions. We build the SI base units and the notion of dimension, then use dimensional analysis to test a proposed relation and form scaling groups — a method that fixes a formula's shape but never its numerical constants. The lesson also sets how precisely a result may be stated, through significant figures, propagated uncertainty, and order-of-magnitude checks that catch errors a raw calculator answer hides.\n",{"path":15821,"title":15822,"module":15262,"summary":15823},"\u002Fmechanics\u002Ffoundations\u002Fvector-algebra","Vector Algebra","Force, velocity, and displacement all carry a direction, so mechanics needs an arithmetic that respects it; adding magnitudes alone gives the wrong answer the moment two arrows point different ways. We set up vectors and their components in a chosen basis, then build the two products that carry most of the physics — the dot product, which extracts the part of one vector along another and yields work and power, and the cross product, which measures oriented area and yields torque and angular momentum. Rotating the axes changes the components while leaving the vector itself untouched, and the same component method resolves a force along whatever directions a constraint picks out.\n",{"path":15825,"title":15826,"module":15827,"summary":15828},"\u002Fmechanics\u002Fkinematics\u002Fone-dimensional-motion","One-Dimensional Motion","Kinematics","Motion along a line already forces the two questions the whole of kinematics repeats: how fast is the object moving now, and where will it be next? Velocity and acceleration answer the first as derivatives of position; integrating them back — the signed area under a graph — answers the second. We derive the constant-acceleration equations, mark exactly where the \"constant\" assumption is load-bearing, and see why sign, not magnitude, is what carries direction.\n",{"path":15830,"title":15831,"module":15827,"summary":15832},"\u002Fmechanics\u002Fkinematics\u002Fmotion-graphs","Motion Graphs","Draw a motion as a graph and its two most useful facts turn geometric: the slope of the position curve is the velocity, and the area under the velocity curve is the displacement. We read motion in both directions — differentiating a graph for the next rate, integrating it back to recover position — and handle the curved, piecewise, and noisy graphs that real measurements produce. Along the way we see why a velocity estimated from two positions belongs to the midpoint of their interval, not its end.\n",{"path":15834,"title":15835,"module":15827,"summary":15836},"\u002Fmechanics\u002Fkinematics\u002Fprojectile-motion","Projectile Motion","Throw an object and it seems to trace one curved path, but the motion is really two independent one-dimensional motions running at once: constant velocity across the ground and free fall in the vertical. Splitting it that way turns every projectile question — how long it stays up, how far it lands, how high it climbs, whether it clears an obstacle — into a pair of equations you already know. We derive the parabolic trajectory, work both the forward and the inverse problems, and show why the familiar $45^\\circ$ range-maximizing angle holds only when launch and landing heights match.\n",{"path":15838,"title":15839,"module":15827,"summary":15840},"\u002Fmechanics\u002Fkinematics\u002Frelative-motion","Relative Motion","A velocity is only ever measured relative to some observer, so a boat's speed through the water, over the ground, and as seen from another boat are three different vectors. Choosing the right frame — and subtracting one motion from another — collapses river crossings, crosswind headings, pursuit, and closest-approach problems into a single vector equation. We build the relative-velocity and relative-position relations for uniformly moving frames, show why acceleration is the one quantity all such observers agree on, and note where rotating frames break the simple subtraction.\n",{"path":15842,"title":15843,"module":15827,"summary":15844},"\u002Fmechanics\u002Fkinematics\u002Fcircular-motion","Circular Motion","An object going around a circle at a steady speed is still accelerating, because its velocity is forever changing direction — the fact that governs everything from a car on a curve to a satellite in orbit. We tie the angular description (angle, angular velocity, angular acceleration) to the linear one through $v=r\\omega$, split the acceleration into an inward part that turns the velocity and a tangential part that changes its speed, and extend the inward $v^2\u002Fr$ result to any curved path through its local radius of curvature. Constant angular acceleration then mirrors straight-line motion equation for equation.\n",{"path":15846,"title":15847,"module":15848,"summary":15849},"\u002Fmechanics\u002Fdynamics\u002Fnewtons-laws","Newton's Laws","Dynamics","What makes a body change its motion, and in which frames does the answer take its simplest form? Newton's three laws settle both: inertial frames are the ones where a force-free body coasts, force is whatever changes momentum, and every interaction pushes back on its source. We write the second law as $\\sum\\vec F=\\d\\vec p\u002F\\d t$, reduce it to $m\\vec a$ at constant mass, and separate what a scale actually reads — the support force — from the weight $m\\vec g$ it is so often mistaken for.\n",{"path":15851,"title":15852,"module":15848,"summary":15853},"\u002Fmechanics\u002Fdynamics\u002Ffree-body-diagrams","Free-Body Diagrams","Once several forces act on a body at once, the reliable way to predict its motion is to isolate that one body and draw every external push and pull on it — nothing more, nothing less. The free-body diagram is that discipline. We fix a system boundary, resolve $\\sum\\vec F=m\\vec a$ into components along axes chosen to fit the geometry, and solve for the unknowns a problem hands us — normal forces, tensions, friction, and the acceleration a constraint permits — seeing why internal forces drop out only when the boundary encloses both bodies that share them.\n",{"path":15855,"title":15856,"module":15848,"summary":15857},"\u002Fmechanics\u002Fdynamics\u002Ffriction-and-curved-motion","Friction and Curved Motion","Real surfaces grip before they slip, fluids push back harder the faster you move through them, and anything rounding a bend must be pulled toward the inside of the curve by something. This lesson supplies the force laws for those three cases. We bound static friction by $|f_s|\\leq\\mu_sN$ and switch to kinetic friction $\\mu_kN$ once sliding starts, model drag as a speed-dependent resistance that levels off at a terminal speed, and show that circular motion demands an inward net force $mv^2\u002Fr$ furnished by real interactions — friction, a banked normal force, tension — never by an invented outward one.\n",{"path":15859,"title":15860,"module":15848,"summary":15861},"\u002Fmechanics\u002Fdynamics\u002Fnumerical-dynamics","Numerical Dynamics","Most force laws — quadratic drag, coupled oscillators, anything nonlinear — admit no closed-form trajectory, so we advance the motion one small time step at a time and let arithmetic do what algebra cannot. This lesson turns $\\d\\vec y\u002F\\d t=f(t,\\vec y)$ into a marching rule. We derive the Euler, Euler--Cromer, midpoint, and Verlet updates, weigh their accuracy and stability, watch a drifting energy expose a bad scheme, and use step-halving and conserved quantities to separate the error of the method from the error of the model.\n",{"path":15863,"title":15864,"module":15848,"summary":15865},"\u002Fmechanics\u002Fdynamics\u002Fcenter-of-mass-systems","Center-of-Mass Systems","A firework bursts into a dozen fragments, yet one point keeps gliding along the original parabola as though nothing had happened. That point is the centre of mass, and following it collapses a many-body tangle into a single equation of motion. We define $\\vec R=\\frac1M\\sum_i m_i\\vec r_i$ and its continuous form, show that internal forces cancel so that only external ones move it, $M\\vec A_{\\rm cm}=\\sum\\vec F_{\\rm ext}$, and put the result to work on recoil, collisions viewed from the centre-of-mass frame, and rocket propulsion, where mass leaving the boundary carries momentum with it.\n",{"path":15867,"title":15868,"module":15869,"summary":15870},"\u002Fmechanics\u002Fenergy\u002Fwork-and-kinetic-energy","Work and Kinetic Energy","Energy","A constant push along a straight path is trivial to score, but real forces vary and bend along curved trajectories, and only the component along the motion transfers any energy. Work captures exactly that transfer as the line integral $W=\\int\\vec F\\cdot\\d\\vec r$, and the work-kinetic-energy theorem turns it into a statement about speed: the net work on a particle equals the change in its $\\tfrac12 mv^2$. We build work up from the dot product to the signed area under a force curve, derive the theorem from Newton's second law, and read power as its instantaneous rate $P=\\vec F\\cdot\\vec v$.\n",{"path":15872,"title":15873,"module":15869,"summary":15874},"\u002Fmechanics\u002Fenergy\u002Fpotential-energy","Potential Energy","When a force does the same work no matter which path a particle takes, that work can be stored as a function of position alone, and solving for the motion becomes bookkeeping instead of integration. We single out the forces that qualify — the conservative ones, for which $\\oint\\vec F\\cdot\\d\\vec r=0$ — define their potential energy through $\\vec F=-\\nabla U$, and use conservation of mechanical energy to read speeds, turning points, and equilibria straight off a potential curve. Friction breaks the shortcut, so we also track where mechanical energy leaks away as heat.\n",{"path":15876,"title":15877,"module":15869,"summary":15878},"\u002Fmechanics\u002Fenergy\u002Fmultiparticle-work","Multiparticle Work","A single particle has one velocity and one kinetic energy; a system of many can spin, deform, explode, and warm up while its centre of mass glides along as if nothing happened. Splitting the motion into a centre-of-mass part and an internal part separates the energy that momentum already fixes from the energy left free for relative motion, $K=\\tfrac12MV_{\\rm cm}^2+K'$. We derive the centre-of-mass work theorem, see why an explosion or a released spring can raise total kinetic energy with no external work at all, and use the reduced-mass and centre-of-mass frames to make collisions and internal transfers clean.\n",{"path":15880,"title":15881,"module":15869,"summary":15882},"\u002Fmechanics\u002Fenergy\u002Fmass-energy-and-binding","Mass-Energy and Binding","Relativity puts rest itself on the energy ledger: a mass $m$ carries energy $mc^2$ even when it sits still, so weighing a system's separated pieces and weighing the assembled whole give different answers, and the gap is binding energy. We convert freely between mass units and MeV, compute the energy that holds a nucleus together, and read the binding-energy-per-nucleon curve that explains why fusing light nuclei and splitting heavy ones both release energy. Reaction $Q$ values, thresholds, and recoil then follow from the same mass-difference accounting, once the frame and mass convention are fixed.\n",{"path":15884,"title":15885,"module":15869,"summary":15886},"\u002Fmechanics\u002Fenergy\u002Fphotons-and-quantization","Photons and Quantization","Light delivers its energy in indivisible lumps: a photon of frequency $f$ carries exactly $hf$, and this one fact explains why a dim blue lamp ejects electrons that an intense red one cannot. We fix a photon's energy and momentum from its wavelength, follow the quanta through emission, absorption, and the photoelectric threshold $K_{\\rm max}=hf-\\phi$, and watch energy and momentum conservation together produce the Compton wavelength shift when a photon scatters from an electron. The recurring discipline is unit and frame care, where a stray factor of $10^9$ or a forgotten rest energy quietly ruins an answer.\n",{"path":15888,"title":15889,"module":15890,"summary":15891},"\u002Fmechanics\u002Fmomentum\u002Fmomentum-and-collisions","Momentum and Collisions","Momentum","When two objects collide, the forces between them are too brief and too tangled to integrate directly, yet the result is fixed by one conserved quantity. Linear momentum $\\vec p=m\\vec v$ turns Newton's second law into the impulse-momentum theorem $\\vec J=\\Delta\\vec p$, and for an isolated system into a conservation law that holds through any internal collision, however dissipative. We use it to separate elastic from inelastic collisions, follow the centre of mass, and read impulse as the signed area under a force-time curve — always tracking which external impulses the chosen system and interval let us drop.\n",{"path":15893,"title":15894,"module":15890,"summary":15895},"\u002Fmechanics\u002Fmomentum\u002Fcenter-of-mass-collisions","Center-of-Mass Collisions","A two-body collision that looks asymmetric in the laboratory becomes almost trivial in the frame that rides along with the centre of mass, where the total momentum is zero and the two momenta stay equal and opposite. We build that frame, reduce the pair to a single relative coordinate carrying the reduced mass $\\mu$, and show that an elastic collision there only rotates one momentum vector while its length holds fixed. Transforming back to the laboratory then handles elastic and inelastic collisions, scattering angles, and reaction thresholds with the same construction — and shows why relative speed, not laboratory kinetic energy, measures what a collision can convert.\n",{"path":15897,"title":15898,"module":15890,"summary":15899},"\u002Fmechanics\u002Fmomentum\u002Frocket-propulsion","Rocket Propulsion","A rocket speeds up by throwing mass backward, so its own mass drops as it flies and $\\vec F=m\\vec a$ no longer applies to a fixed body. Tracking the momentum the exhaust carries across the vehicle boundary gives thrust $T=Ru_e$ and, for a force-free burn, the rocket equation $\\Delta v=u_e\\ln(m_i\u002Fm_f)$ — a logarithm that makes large velocity changes expensive in propellant and forces staging. We then add the forces a real ascent cannot ignore, gravity, drag, and steering, and show how thrust and mass-flow records are cross-checked to infer the exhaust speed.\n",{"path":15901,"title":15902,"module":15903,"summary":15904},"\u002Fmechanics\u002Frotation\u002Frotational-inertia","Rotational Inertia","Rotation","Push a wheel and a merry-go-round with the same force and they speed up at wildly different rates: the same mass resists rotation differently depending on where it sits relative to the axis. That single fact is the moment of inertia, $I=\\int r_\\perp^2\\,\\d m$, and this lesson builds it from the ground up. We tie angular motion to linear through $s=r\\theta$, $v=r\\omega$, and $a_t=r\\alpha$, derive $I$ for rods, disks, and spheres, and use the parallel- and perpendicular-axis theorems to move between axes — always naming the axis, because the same body has as many moments of inertia as it has lines to spin about.\n",{"path":15906,"title":15907,"module":15903,"summary":15908},"\u002Fmechanics\u002Frotation\u002Frotational-dynamics","Rotational Dynamics","A force applied to a wheel does nothing unless it acts off the axis: what turns a rigid body is torque, force times lever arm. This lesson makes that precise and turns it into the rotational Newton's second law, $\\sum\\tau=I\\alpha$ about a fixed axis, the exact analogue of $\\sum F=ma$. From there we get rotational work $W=\\int\\tau\\,\\d\\theta$ and power $P=\\tau\\omega$, size a motor to a load, and solve pulleys and Atwood machines where the pulley's own inertia can no longer be ignored — always insisting that every torque be measured about the same axis.\n",{"path":15910,"title":15911,"module":15903,"summary":15912},"\u002Fmechanics\u002Frotation\u002Frolling-motion","Rolling Motion","A rolling wheel is doing two things at once — translating and spinning — but the no-slip condition $v_{cm}=R\\omega$ locks them together, and that single constraint is what makes rolling tractable. We use it to split the kinetic energy into $\\tfrac12Mv_{cm}^2+\\tfrac12I\\omega^2$, find how fast a cylinder reaches the bottom of an incline, and show why the contact point is instantaneously at rest. The static friction that enforces rolling does no work; we track its direction from the tendency to slip, and mark exactly where the model breaks once the required friction exceeds $\\mu_sN$.\n",{"path":15914,"title":15915,"module":15903,"summary":15916},"\u002Fmechanics\u002Frotation\u002Fangular-momentum","Angular Momentum","A skater pulls in her arms and spins faster, with no torque acting: that is angular momentum conservation, and it lets us answer questions that would be hopeless force by force. We build $\\vec L=\\vec r\\times\\vec p$, show it obeys $\\vec\\tau_{ext}=\\d\\vec L\u002F\\d t$, and use its conservation under zero external torque to link before and after in collisions, reconfigurations, and coupled rotors without ever resolving the internal forces. The catch is bookkeeping: the origin, the system boundary, and the frame must be fixed first, and a change in total $\\vec L$ always points to an external impulse someone forgot.\n",{"path":15918,"title":15919,"module":15903,"summary":15920},"\u002Fmechanics\u002Frotation\u002Frolling-resistance","Rolling Resistance","Ideal rolling should coast forever, yet every real wheel slows down. The reason is that a deformable tire and road do not press through a single point: the contact patch spreads, the normal-force resultant shifts ahead of the axle, and that offset is a resisting moment even with no gross sliding. We package it as an equivalent force $F_{rr}=C_{rr}N$, tie the coefficient to load, surface, speed, and temperature, and use coast-down, towing, and traction tests to separate this contact loss from aerodynamic drag, bearing friction, and the adhesion limit where rolling gives way to skidding.\n",{"path":15922,"title":15923,"module":15903,"summary":15924},"\u002Fmechanics\u002Frotation\u002Fgyroscopic-precession","Gyroscopic Precession","A spinning top leans over but does not fall — it swings its axis in a slow horizontal circle instead. The paradox dissolves once torque is read as the rate of change of a vector: gravity's torque is perpendicular to the spin angular momentum, so it turns $\\vec L$ rather than toppling it. We derive the steady precession rate $\\Omega\\simeq Mgr\u002F(I_s\\omega_s)$ in the fast-top limit, state the assumptions it leans on — dominant spin, slow tilt, negligible bearing torque — and read nutation, support motion, and a decaying spin as the ways real gyroscopes depart from it.\n",{"path":15926,"title":15927,"module":15928,"summary":15929},"\u002Fmechanics\u002Fgravity-and-matter\u002Fkeplerian-orbits","Keplerian Orbits","Gravitation and Matter","Why do the planets trace ellipses rather than any other curve? Newton's inverse-square law collapses the two-body problem onto a single conic section, and the answer falls out of two conserved quantities: a central force can exert no torque, so angular momentum is fixed, and gravity is conservative, so energy is fixed. We read an orbit's size and shape straight off those invariants, recover all three of Kepler's laws, and derive escape speed, the vis-viva relation, and the timing of a pass. We also mark where the ideal ellipse breaks down — drag, oblateness, and a third body slowly move a real orbit.\n",{"path":15931,"title":15932,"module":15928,"summary":15933},"\u002Fmechanics\u002Fgravity-and-matter\u002Fgravitational-fields","Gravitational Fields","Instead of tracking the force between every pair of masses, we attach a field to the source and ask a test mass to read it off locally. That move pays off because gravity is conservative: the field is the gradient of a single scalar potential, and potentials from many sources simply add. We build the field-potential picture, use spherical symmetry and the shell theorem to get the point-mass exterior field and the zero interior field of a shell, and read tides straight out of the field's gradient. Along the way we mark exactly when the constant-$g$ and point-mass shortcuts hold and when a shape correction is needed.\n",{"path":15935,"title":15936,"module":15928,"summary":15937},"\u002Fmechanics\u002Fgravity-and-matter\u002Fstatic-equilibrium","Static Equilibrium","What does it take for a loaded structure to stay put? A body at rest needs its forces to cancel and its turning effects to cancel — $\\sum\\vec F=0$ and $\\sum\\vec\\tau=0$ about any point — and almost all of statics is the craft of turning a physical setup into those equations. We build free-body diagrams, replace supports, cables, friction, couples, and distributed loads with their idealized reactions, and locate the centre of gravity that decides whether a body tips. We also count equations against unknowns to separate a determinate problem from one that needs the material's deformation to resolve, and read every negative or inconsistent reaction as a sign that a contact or a boundary was chosen wrong.\n",{"path":15939,"title":15940,"module":15928,"summary":15941},"\u002Fmechanics\u002Fgravity-and-matter\u002Ffluid-statics","Fluid Statics","A fluid at rest cannot support a shear, so the only stress it carries is a pressure that must grow with depth to hold up the fluid above it. That single balance, $\\d p\u002F\\d z=-\\rho g$, runs the whole subject: it sets manometer readings, the force on a dam, and — integrated over a submerged boundary — Archimedes' buoyant force $F_B=\\rho g V_{\\rm disp}$. We derive these, use them to decide when a body floats and whether it floats upright, and mark where acceleration, rotation, compressibility, or capillarity forces a richer pressure model.\n",{"path":15943,"title":15944,"module":15928,"summary":15945},"\u002Fmechanics\u002Fgravity-and-matter\u002Ffluid-flow","Fluid Flow","Two accounting rules carry most of steady flow: mass cannot pile up, so the same volume crosses every section each second, and mechanical energy is conserved along a streamline when the fluid is ideal. From those we get continuity, Bernoulli's relation between pressure, speed, and height, and the results that follow — Torricelli's efflux speed, the Venturi meter, the Pitot tube. We then let go of the ideal assumptions one at a time: viscosity adds wall shear and head loss, Reynolds number decides laminar versus turbulent, and Mach number marks where a gas stops behaving as incompressible.\n",{"path":15947,"title":15948,"module":15928,"summary":15949},"\u002Fmechanics\u002Fgravity-and-matter\u002Forbital-motion","Orbital Motion","A circular orbit is nothing but free fall with enough sideways speed to keep missing the ground, and setting gravity equal to the centripetal requirement fixes that speed and the period once and for all. From the same energy bookkeeping we read off escape speed, sort orbits into bound, parabolic, and hyperbolic by the sign of their specific energy, and see why a tangential burn is the efficient way to change an orbit. We build the Hohmann transfer and its launch window, work the numbers for a geostationary orbit and an escape burn, and mark where finite thrust, perturbations, and an uncertain initial state pull a real trajectory off the ideal.\n",{"path":15951,"title":15952,"module":15928,"summary":15953},"\u002Fmechanics\u002Fgravity-and-matter\u002Fstress-and-elasticity","Stress and Elasticity","Rigid bodies are a fiction; every real material stretches, shears, or squeezes under load, and the useful question is how much. We define stress as force per area and strain as fractional deformation, then find that for small deformations the two are simply proportional — Hooke's law — with Young's, shear, and bulk moduli as the constants for stretch, twist, and volume change. From these we compute extensions, torsional twist, and stored elastic energy, and read a tensile curve for the yield, ultimate, and fracture points where linear elasticity ends. We also mark the practical limits: stress concentrations, fatigue, and the multiaxial states a single uniaxial modulus cannot capture.\n",{"path":15955,"title":15956,"module":15957,"summary":15958},"\u002Fmechanics\u002Foscillations-waves\u002Fdamped-oscillators","Damped Oscillators","Oscillations and Waves","Every real oscillator eventually stops: friction, drag, and internal loss drain its energy, so free motion is a decay rather than a permanent swing. Adding a velocity-proportional resistance to the spring-mass equation produces one dimensionless number, $b\u002F(2\\sqrt{mk})$, that decides whether the mass rings down through many cycles, returns once without overshoot, or crawls back slowly. We solve the three regimes, tie the observed decay to the power balance $b\\dot x^2$, and turn a measured ring-down into the decay rate and quality factor of the apparatus — reading damping off the data instead of assuming it.\n",{"path":15960,"title":15961,"module":15957,"summary":15962},"\u002Fmechanics\u002Foscillations-waves\u002Ftravelling-waves","Travelling Waves","A wave carries a shape, not the material: each element of a rope or air column oscillates in place while the disturbance travels through it. Writing that shape as $f(x\\mp vt)$ turns \"the pattern moves\" into a statement about the cosine's argument, and a local force balance on one string segment fixes the speed at $v=\\sqrt{T\u002F\\mu}$ — restoring stiffness over inertia, with amplitude nowhere in it. We build the sinusoidal wave and its phase, derive the wave equation from Newton's second law, and follow the energy a travelling wave transports, then check speed and power against those predictions.\n",{"path":15964,"title":15965,"module":15957,"summary":15966},"\u002Fmechanics\u002Foscillations-waves\u002Fwave-superposition","Wave Superposition","When two waves cross the same point, what does a probe read? In a linear medium the answer is arithmetic: the displacements add, $y=y_1+y_2$, and the pulses pass through each other unchanged. That one rule produces interference — reinforcement where the signs agree, cancellation where they oppose — and it guards against a common mistake, since displacement can vanish at an instant while the energy sits in transverse motion instead. We work out the signed sum, the phase bookkeeping for equal-frequency components, and why a null in the record is not a null in the wave.\n",{"path":15968,"title":15969,"module":15957,"summary":15970},"\u002Fmechanics\u002Foscillations-waves\u002Fstanding-waves","Standing Waves","Clamp a string at both ends and only certain frequencies survive: the ends must be nodes, and that single geometric demand quantizes the wave into a discrete set of modes $f_n=nv\u002F(2L)$. The travelling wave becomes a fixed pattern of nodes and antinodes — standing, not moving — because equal waves running in opposite directions superpose. We build the standing wave from its counter-propagating pieces, read the harmonic sequence off the boundary conditions (half-wavelengths for a fixed-fixed string, odd quarter-wavelengths for a closed pipe), and test the ideal model against node scans and resonance peaks.\n",{"path":15972,"title":15973,"module":15957,"summary":15974},"\u002Fmechanics\u002Foscillations-waves\u002Fsound-waves","Sound Waves","Sound is a pressure wave so small that a loud tone displaces air molecules by less than the width of an atom, yet a microphone reads it easily — because pressure, not displacement, is what the ear and the instrument sense. The acoustic impedance $Z=\\rho c$ ties pressure, density, and particle velocity together, fixes the intensity a wave carries, and sets the reference for the decibel, a logarithm that tames a $10^{12}$ range in power. We derive the sound speed from the gas's stiffness, convert between pressure and intensity levels, and treat the measurement itself — calibration, geometry, background, averaging — as part of the physics.\n",{"path":15976,"title":15977,"module":15957,"summary":15978},"\u002Fmechanics\u002Foscillations-waves\u002Fdoppler-effect","Doppler Effect","A passing siren drops in pitch not because the source changes but because motion repacks the wavefronts: an approaching source crowds its crests, a receding one stretches them, and a moving listener samples them at a different rate. For mechanical waves every velocity is measured against the medium, and one signed ratio $f_r=f_s(v-u_r)\u002F(v-u_s)$ captures both effects at once. We separate source motion, which sets crest spacing, from receiver motion, which sets arrival rate, invert the shift to recover radial velocity, and mark where the model breaks — supersonic sources, moving air, and reflected paths that carry two shifts, not one.\n",{"path":15980,"title":15981,"module":15957,"summary":15982},"\u002Fmechanics\u002Foscillations-waves\u002Fwave-packets","Wave Packets","No real signal is a single frequency: a disturbance that starts and stops is built from a band of wave numbers, and the width of that band is what makes it local. We ask how such a packet moves — carrier crests at the phase velocity $v_\\mathrm p=\\omega\u002Fk$, the envelope at the group velocity $v_\\mathrm g=\\d\\omega\u002F\\d k$ — and why the two differ once a medium is dispersive. Curvature $\\d^2\\omega\u002F\\d k^2$ spreads and chirps the packet as it travels, and the Fourier reciprocity that ties bandwidth to duration explains why a finite record, aliasing, or a coarse probe can imitate that spreading unless the sampling limits are respected.\n",{"path":15984,"title":15985,"module":15957,"summary":15986},"\u002Fmechanics\u002Foscillations-waves\u002Fbeats-and-coupling","Beats and Coupling","Add two tones a few hertz apart and the sum swells and fades at their difference frequency — a beat — though neither source is changing. We work out that envelope, then ask the mechanical version of the same question: join two oscillators and a single resonance splits into normal modes, with energy sloshing between the coordinates at their frequency difference. The lesson identifies when a slow amplitude envelope signals genuine coupling rather than two independent sources, drift, or deliberate modulation, reading it from envelope timing, spectral sidebands, and the mode shapes.\n",{"path":15988,"title":15989,"module":15957,"summary":15990},"\u002Fmechanics\u002Foscillations-waves\u002Fsimple-harmonic-motion","Simple Harmonic Motion","Any system pushed back toward equilibrium by a force proportional to its displacement obeys one equation, $\\ddot x+\\omega_0^2x=0$, and so moves sinusoidally at $\\omega_0=\\sqrt{k\u002Fm}$ whatever the amplitude. We derive that motion, follow its energy $E=mv^2\u002F2+kx^2\u002F2$ trading between kinetic and potential form at constant total, and read the elliptical phase-space orbit Hooke's law implies. Period, amplitude, velocity, and acceleration then supply redundant checks: an amplitude-dependent period or a curved force residual is the signature that the linear model has failed, and mass-loading and offset tests separate a calibration error from a real frequency shift.\n",{"path":15992,"title":15993,"module":15957,"summary":15994},"\u002Fmechanics\u002Foscillations-waves\u002Fpendulum-motion","Pendulum Motion","A pendulum keeps time only because, for small swings, gravity supplies a restoring torque proportional to the angle — and $T=2\\pi\\sqrt{L\u002Fg}$ then follows without the mass appearing at all. We derive that result, mark exactly which assumptions carry it (small angle, negligible pivot loss, a rigid support), then relax them: finite amplitude lengthens the period through an elliptic integral, and an extended body replaces $L$ with the ratio of its moment of inertia to its center-of-mass distance. How the period drifts with amplitude or pivot position is what diagnoses the geometric, damping, and distributed-mass corrections.\n",{"path":15996,"title":15997,"module":15957,"summary":15998},"\u002Fmechanics\u002Foscillations-waves\u002Fdriven-oscillators","Driven Oscillators","Drive a damped oscillator at a frequency you control and it eventually forgets its own: $m\\ddot x+b\\dot x+kx=F_0\\cos\\omega t$ settles into a steady response whose amplitude and phase depend sharply on how close the drive sits to resonance. We solve for that response, show how damping alone fixes the resonance width, the peak power, and the settling time, and treat base excitation as the same problem with a different input. The steady-state formulas hold only for constant $m$, $b$, and $k$; level-dependent peaks or hysteresis between up- and down-sweeps are how nonlinearity or an extra mode announces itself.\n",{"path":16000,"title":16001,"module":15957,"summary":16002},"\u002Fmechanics\u002Foscillations-waves\u002Fwave-boundaries","Wave Boundaries","A pulse traveling along a string does something abrupt where the string's properties change: part reflects, part transmits, and which is which is set by the impedance mismatch alone. We impose continuity of displacement and transverse force at the join to get the reflection and transmission coefficients in terms of $Z=\\sqrt{T\\mu}$, fix their signs and the polarity flip, and balance the energy. The clean result assumes linear, nondispersive segments meeting at a localized join; pulse polarity, return timing, and energy ratios are the measurements that expose a real connector's mass, loss, or distributed transition.\n",{"path":16004,"title":16005,"module":16006,"summary":16007},"\u002Fmechanics\u002Fthermodynamics\u002Fkinetic-theory-of-ideal-gases","Kinetic Theory of Ideal Gases","Thermodynamics","A gas has no springs and no gears, yet it pushes on its container with a definite pressure and stores energy in a lawful way. Kinetic theory explains both from the motion of the molecules alone: pressure is the accumulated recoil of countless elastic impacts, and temperature is the average translational kinetic energy each molecule carries. We derive $pV=\\tfrac13Nm\\overline{v^2}$ from momentum transfer, read off $\\overline{K}_{\\rm tr}=\\tfrac32kT$, and use the Maxwell–Boltzmann distribution to separate the most probable, mean, and rms speeds — each the right average for a different question — while marking where the dilute, classical assumptions stop holding.\n",{"path":16009,"title":16010,"module":16006,"summary":16011},"\u002Fmechanics\u002Fthermodynamics\u002Ffirst-law-of-thermodynamics","First Law of Thermodynamics","Heat a gas and it may warm, expand, or both; compress it and the same energy can reappear as a temperature rise. The first law settles the bookkeeping: internal energy is a state property whose change equals the heat added plus the work done on the system, $\\Delta E_{\\rm int}=Q_{\\rm in}+W_{\\rm on}$. We fix a system boundary and one sign convention, compute boundary work as $\\int p\\,\\d V$ along a path, and use calorimetry to measure heat and heat capacities. The recurring point is that heat and work are path-dependent transfers while their sum is not, so an energy ledger closes only once every boundary crossing is named.\n",{"path":16013,"title":16014,"module":16006,"summary":16015},"\u002Fmechanics\u002Fthermodynamics\u002Fentropy-and-the-second-law","Entropy and the Second Law","The first law lets energy flow either way; it never says which way heat actually goes. The second law supplies the missing arrow. Entropy, defined through the reversible transfer $\\d S=\\delta Q_{\\rm rev}\u002FT$, can only increase in an isolated system, and that single inequality fixes the direction of heat flow and caps every engine, refrigerator, and heat pump at its Carnot value. We build entropy ledgers for reservoirs and working substances, separate the entropy carried by heat from the entropy generated by irreversibility, and read the sign of the total as a hard check on any proposed thermal machine.\n",{"path":16017,"title":16018,"module":16006,"summary":16019},"\u002Fmechanics\u002Fthermodynamics\u002Fthermal-processes","Thermal Processes","Heat rarely sits still: it stretches solids, pushes real gases off their ideal isotherms, and leaks across walls by conduction, convection, and radiation. Each behavior becomes a number a designer can use. Thermal expansion sets the gaps in a bridge and the stress in a clamped rod; the van der Waals equation and a phase diagram fix when $pV=nRT$ or a latent-heat term applies; Fourier's law, Newton cooling, and Stefan–Boltzmann radiation give the rate of heat flow. We assemble these into thermal-resistance networks and transient time constants, then mark where contact resistance, phase change, or a hidden thermal bridge breaks the simple model.\n",{"path":16021,"title":16022,"module":16006,"summary":16023},"\u002Fmechanics\u002Fthermodynamics\u002Fphase-changes","Phase Changes","Add heat to ice and its temperature climbs — until it reaches $0\\ ^\\circ\\mathrm C$, where the thermometer stalls while the ice melts. That plateau is the whole subject: at a phase boundary the energy rearranges molecules, $Q=mL$, instead of raising temperature, which resumes only once one phase is gone. We stage a heating path into sensible-heat legs ($Q=mc\\Delta T$) and latent plateaus, use the Clausius–Clapeyron relation to track how a boiling point moves with pressure, and solve calorimetry by testing each coexistence endpoint — so a melt fraction that lands outside $[0,1]$ flags a wrong final-state guess rather than a real state.\n",{"path":16025,"title":16026,"module":16006,"summary":16027},"\u002Fmechanics\u002Fthermodynamics\u002Fthermal-machines","Thermal Machines","An engine, a refrigerator, and a heat pump are one machine read three ways: each shuttles heat between a hot and a cold reservoir while trading work at the boundary, and only the flow you call useful separates them. A heat engine turns part of $Q_h$ into work, $W=Q_h-Q_c$; a refrigerator spends work to pull $Q_c$ from the cold side; a heat pump counts the warm-side delivery instead. We measure each with its own ratio — efficiency or coefficient of performance — bound them all by the Carnot limit that reservoir temperatures alone set, and track how finite temperature differences, throttling, and friction generate entropy and pull real machines below that bound.\n",{"path":16029,"title":16030,"module":6,"summary":6},"\u002Fmechanics","Mechanics & Dynamics",{"path":16032,"title":16033,"module":16034,"summary":16035},"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Fcharge-and-conductors","Charge and Conductors","Electric Fields","Rub two objects together and one pulls electrons from the other; nothing is created, only moved. We define what electric charge is — conserved, additive, and quantized in units of $e$ — and why a conductor's mobile carriers rearrange until its interior field vanishes and its surface sits at one potential. We follow charge through contact, induction, and grounding, treat the field-free cavity that turns a conductor into a shield, and mark where finite conductivity and leakage set the limits of the electrostatic picture.\n",{"path":16037,"title":16038,"module":16034,"summary":16039},"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Fcoulombs-law","Coulomb's Law","Two charges at rest push or pull along the line joining them, and the whole of electrostatics is assembled by adding up such pairs. We measure that force — its inverse-square falloff, its linear dependence on each charge, the sign that says attract or repel — and write it as a vector so direction survives superposition. We work the magnitude and component forms on real numbers, check them against limiting cases and dimensions, and fix the point-charge approximation to source sizes small against every separation.\n",{"path":16041,"title":16042,"module":16034,"summary":16043},"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Felectric-field-and-force","Electric Field and Force","Rather than ask how one charge reaches across empty space to another, we credit the source with a field that fills the space and let a second charge respond to whatever field sits at its own location. Electric field is force per unit positive test charge, $\\vec E=kq\\hat r\u002Fr^2$ for a point source, and source fields add before any receiving charge is placed. We compute those fields and the force $\\vec F=q\\vec E$ they exert, then follow a charge along its parabolic path through a uniform field and into nonuniform fields where the dynamics turn position-dependent.\n",{"path":16045,"title":16046,"module":16034,"summary":16047},"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Felectric-field-maps","Electric Field Maps","A field is a vector at every point of space, and the quickest way to grasp one is to draw it. We build the two standard pictures — continuous field lines tangent to $\\vec E$, and scaled vector arrows — and read direction, magnitude, and the location of nulls straight off them. We fix what a line drawing can and cannot say: density encodes magnitude only under a stated seeding rule, and integral curves never cross at a regular point. From there we work the topology near sources, sinks, and conductor surfaces, and state the step-size and interpolation checks a numerical map must pass.\n",{"path":16049,"title":16050,"module":16034,"summary":16051},"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Felectric-dipoles","Electric Dipoles","Most neutral matter carries no net charge yet still responds to an electric field, because its positive and negative charge sit slightly apart. That separation is a dipole, moment $\\vec p=q\\vec d$ pointing from the negative to the positive charge, and it is the leading term in how any neutral distribution looks from far away. We derive the torque $\\vec p\\times\\vec E$ and energy $-\\vec p\\cdot\\vec E$ a uniform field imposes, the net force a field gradient adds, and the axial and equatorial $1\u002Fr^3$ fields the pair produces, then measure how far out the point-dipole approximation still holds.\n",{"path":16053,"title":16054,"module":16055,"summary":16056},"\u002Felectricity-and-magnetism\u002Fcontinuous-charge-distributions\u002Fcontinuous-charge-fields","Continuous Charge Fields","Continuous Charge Distributions","A charged rod, ring, or disk is not a point, yet its field is still nothing but Coulomb's law added up over the charge it carries. We replace the discrete sum by an integral, with $\\d q=\\lambda\\d\\ell$, $\\sigma\\d A$, or $\\rho\\d V$, so the real work becomes geometry: writing the vector from each source element to the field point, and letting symmetry cancel the components that must cancel before any integral is attempted. We carry the line, ring, and disk fields through in full, then check each result against its near field, its far field, and its dimensions.\n",{"path":16058,"title":16059,"module":16055,"summary":16060},"\u002Felectricity-and-magnetism\u002Fcontinuous-charge-distributions\u002Fgauss-law-and-conductors","Gauss's Law and Conductors","Adding up Coulomb's law over a whole distribution is laborious; Gauss's law trades that sum for a single statement, that the flux of $\\vec E$ out of any closed surface counts the charge inside, $\\oint\\vec E\\cdot\\d\\vec A=Q_{\\rm enc}\u002F\\varepsilon_0$. The law is always true, but it hands over the field only when the source is symmetric enough to pull $E$ outside the integral. We apply it to spheres, lines, and sheets, then turn it on conductors, where the zero interior field drives every excess charge to the surface and fixes the normal-field jump $\\sigma\u002F\\varepsilon_0$, the charge induced on a cavity wall, and electrostatic shielding.\n",{"path":16062,"title":16063,"module":16064,"summary":16065},"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Fpoint-charge-potential","Point-Charge Potential","Electric Potential","The electrostatic force is conservative, so the work it does between two points\ndepends only on the endpoints. That lets us trade the vector field for a single\nscalar attached to each point, the electric potential, the potential energy a unit\ncharge would have there. We build potential from the work integral, fix the usual\nreference at infinity, and add point sources as scalars, $V=k\\sum_i q_i\u002Fr_i$,\navoiding the vector bookkeeping the field demands. Signed charges, the reference\nchoice, equipotential motion, and far-field expansions each give an independent\ncheck on a result.\n",{"path":16067,"title":16068,"module":16064,"summary":16069},"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Fpotential-gradients-and-equipotentials","Potential Gradients and Equipotentials","Given the potential everywhere, how do we recover the field? The field is the\nnegative gradient, $\\vec E=-\\nabla V$: it points down the steepest local drop in\npotential, and its magnitude is set by how fast $V$ changes, not by the shape of a\ncontour. We read off components with directional derivatives, reconstruct fields\nfrom measured potential grids using centered differences, and use closed-loop\nintegrals and grid refinement to test whether a reconstructed field is physically\nconsistent.\n",{"path":16071,"title":16072,"module":16064,"summary":16073},"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Felectrostatic-energy-and-pressure","Electrostatic Energy and Pressure","Assembling a charge configuration takes work, and that work is stored, but where\nis it kept and how much is there? We total it two ways: as a sum over the charges,\n$U=\\tfrac12\\sum_i q_iV_i$, and as an integral over the field itself,\n$u_E=\\tfrac12\\varepsilon_0E^2$, energy the field carries in every region it fills.\nDifferentiating the stored energy at fixed charge or at fixed voltage recovers the\nmechanical force on a conductor, and at a charged surface the same field scale\nappears as an outward electrostatic pressure. We work the parallel-plate case in\nfull and mark where curvature and fringing make the pressure nonuniform.\n",{"path":16075,"title":16076,"module":16064,"summary":16077},"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Flaplace-boundary-problems","Laplace Boundary Problems","Often the charges are not given, only the conductors and the voltages held on\nthem, and the potential in the empty space between has to be found. There $V$ obeys\nLaplace's equation $\\nabla^2V=0$, and the boundary data alone determine a unique solution.\nWe solve it two ways: separation of variables into boundary-matched modes, whose\nhigher spatial frequencies die away with depth into the domain, and finite-difference\nrelaxation for boundaries no analytic mode fits. Residual norms, boundary error, and\nflux balance tell us when the computed potential and its field can be trusted.\n",{"path":16079,"title":16080,"module":16064,"summary":16081},"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Fcontinuous-charge-potentials","Continuous Charge Potentials","When charge is spread over a line, a surface, or a volume, the sum over point\nsources becomes an integral, $V(\\vec r)=k\\int \\d q\u002F|\\vec r-\\vec r'|$. Because\npotential is a scalar, this integral sidesteps the component algebra the field\nwould force, until the field is actually wanted through $\\vec E=-\\nabla V$. We set\nup the right density element for each geometry, choose a workable reference, handle\nthe integrable singularities that arise when the observation point sits on the\ncharge, and check every result against symmetry, dimensions, and the far-field\nmultipole limit.\n",{"path":16083,"title":16084,"module":16085,"summary":16086},"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fcapacitance-fundamentals","Capacitance Fundamentals","Capacitance","How much charge must you separate onto two conductors to hold a given voltage between\nthem? That ratio, $C=Q\u002F\\Delta V$, is fixed by the conductor geometry and the medium,\nnot by how much charge is presently stored. We compute it from the field for the\nparallel-plate, isolated-sphere, concentric-sphere, and coaxial geometries, trace how\nsurface charge and boundary conditions set each result, and see where fringing,\nguarding, and stray coupling separate the ideal formula from what a bridge measures.\n",{"path":16088,"title":16089,"module":16085,"summary":16090},"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fcapacitor-networks","Capacitor Networks","Wire several capacitors together and the source sees one equivalent capacitance — but\nwhich? The answer comes not from how the symbols are drawn but from which conductors\nshare a node: parallel branches hold a common voltage and add, $C_{\\rm eq}=\\sum_iC_i$,\nwhile series branches share a common charge and add reciprocally. We derive both rules\nfrom charge conservation on the floating internal node, then extend the node-charge\nmethod to unequal, precharged, and stray-coupled branches and carry a worked reduction\nthrough to the charge and voltage on every element.\n",{"path":16092,"title":16093,"module":16085,"summary":16094},"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fcapacitor-energy-and-force","Capacitor Energy and Force","Charging a capacitor takes work, because every increment of charge is pushed through\nthe voltage the earlier charge already established. We total that work three\nequivalent ways, $U=Q^2\u002F(2C)=Q\\Delta V\u002F2=C(\\Delta V)^2\u002F2$, locate it in the field as\na density $u=\\tfrac12\\epsilon_0E^2$, then let the plates move. Differentiating the\nstored energy at fixed charge, or the coenergy at fixed voltage, gives the mechanical\nforce; the two boundaries differ only by the work the source supplies. We work the\nparallel-plate attraction and its electrostatic pressure in full, and follow the same\ngradient into pull-in, tilt, comb drives, and traceable force calibration.\n",{"path":16096,"title":16097,"module":16085,"summary":16098},"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fdielectric-polarization-and-breakdown","Dielectric Polarization and Breakdown","Slide a dielectric between the plates and the capacitance rises — but why, and how\nhard can you drive it before the insulator fails? Bound charge answers the first:\npolarization $\\vec P$ sets up surface and volume charge that partly cancels the\napplied field, so $\\vec D=\\varepsilon_0\\vec E+\\vec P$ separates what the circuit\ncontrols from what the material contributes. We follow the field across layered\ndielectrics and interfaces, tie permittivity and loss to their frequency dependence,\nand treat dielectric strength as a measured, geometry-dependent limit rather than one\nmaterial number.\n",{"path":16100,"title":16101,"module":16102,"summary":16103},"\u002Felectricity-and-magnetism\u002Fdirect-current-circuits\u002Fcurrent-and-resistance","Current and Resistance","Direct-Current Circuits","What does it mean, physically, for charge to flow, and what sets how hard a wire resists that flow? Current counts charge crossing a surface, $I=\\int\\vec J\\cdot\\d\\vec A$, and traces back to a slow drift of many carriers, $\\vec J=nq\\vec v_d$. We establish when the linear law $V=IR$ actually holds, how resistivity and geometry combine into bulk resistance, why real sources sag under load through their internal resistance, and how the three power forms $P=IV=I^2R=V^2\u002FR$ tie electrical work to heating and component ratings.\n",{"path":16105,"title":16106,"module":16102,"summary":16107},"\u002Felectricity-and-magnetism\u002Fdirect-current-circuits\u002Fkirchhoff-network-analysis","Kirchhoff Network Analysis","Once a circuit has more than one loop, no amount of series-parallel folding will reduce it — you need the two conservation laws written as equations. Kirchhoff's junction law is charge conservation at a node; his loop law is energy conservation around a closed path. We turn a labelled network into a linear system in node voltages or mesh currents, fix the sign conventions so a negative answer just means a reversed arrow, and use power balance as an independent check that the algebra describes the circuit that was actually built.\n",{"path":16109,"title":16110,"module":16102,"summary":16111},"\u002Felectricity-and-magnetism\u002Fdirect-current-circuits\u002Frc-transients","RC Transients","How does a circuit get from one steady state to the next when a capacitor refuses to change its voltage all at once? Because a jump would demand infinite current, an RC circuit slides between states exponentially, with a single time constant $\\tau=RC$ that sets the whole schedule: charging fills as $1-e^{-t\u002F\\tau}$, discharge empties as $e^{-t\u002F\\tau}$. We solve the first-order loop equation, read the response off three numbers — the switch-instant voltage, the final dc voltage, and the Thevenin resistance the capacitor sees — and mark where source and probe resistance shift $\\tau$ or where a second storage element hides a mode a one-$\\tau$ fit misses.\n",{"path":16113,"title":16114,"module":16115,"summary":16116},"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmagnetic-trajectories","Magnetic Trajectories","Magnetic Field","A charged particle in a magnetic field never speeds up or slows down, yet its path curves relentlessly. We work out why: the magnetic force is always perpendicular to velocity, so it does no work and bends the transverse motion into a circle of radius $r=mv_\\perp\u002F(|q|B)$ while leaving the parallel motion untouched, producing a helix. We derive the cyclotron frequency, show why it is independent of speed until relativity intervenes, and turn the geometry around: a measured curvature reads back a particle's momentum, which is how tracking detectors weigh what they cannot see.\n",{"path":16118,"title":16119,"module":16115,"summary":16120},"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fhall-effect","Hall Effect","Current tells you charge is moving, but not whether the movers are positive or negative, nor how many there are. A magnetic field settles both questions. Push current through a strip in a transverse field and the carriers pile up on one edge until a transverse electric field just balances the magnetic deflection; the sign of the resulting Hall voltage names the carrier's charge and its size counts the carriers per volume. We derive the balance $q\\vec E+q\\vec v_d\\times\\vec B=0$, read off $V_H=IB\u002F(nqt)$, and see why field-and-current reversal is what separates the real Hall signal from the offsets that mimic it.\n",{"path":16122,"title":16123,"module":16115,"summary":16124},"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmagnetic-force-on-conductors","Magnetic Force on Conductors","A magnet pushes on a current-carrying wire even though the wire is electrically neutral. The reason is that each moving carrier feels the Lorentz force, and those microscopic pushes add up to a force the wire's supports must hold. We sum them into $\\d\\vec F=I\\,\\d\\vec\\ell\\times\\vec B$, collapse it to $\\vec F=I\\vec L\\times\\vec B$ for a straight segment in a uniform field, and see exactly when that shortcut fails and the full path integral is needed. The same law runs backward as a measurement: a force-versus-current slope weighs a magnetic field against a known length.\n",{"path":16126,"title":16127,"module":16115,"summary":16128},"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmagnetic-dipoles","Magnetic Dipoles","A compass needle turns to point north; a current loop in a field does the same thing, and for the same reason. Both are magnetic dipoles, and a uniform field cannot push a dipole anywhere, only twist it. We package a loop's response into one vector, the magnetic moment $\\vec\\mu=IA\\hat n$, from which torque $\\vec\\tau=\\vec\\mu\\times\\vec B$ and orientation energy $U=-\\vec\\mu\\cdot\\vec B$ both follow. Stable alignment sits at the energy minimum, a field gradient is what it takes to produce a net force $\\vec F=\\nabla(\\vec\\mu\\cdot\\vec B)$, and the same moment reappears whenever anything from an electron to a planet acts magnetic.\n",{"path":16130,"title":16131,"module":16115,"summary":16132},"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmass-spectrometry","Mass Spectrometry","To weigh a single atom you cannot use a scale, so you use a magnetic field instead. A charged ion of unknown mass bends in a field by an amount that depends on its momentum and charge, so if every ion enters with the same velocity, its landing position reads off its mass-to-charge ratio directly. We build the instrument in two stages: crossed electric and magnetic fields that pass only ions with $v=E\u002FB$, and a magnetic sector that bends the survivors along $r=mv\u002F(|q|B)$. Then we ask what blurs a spectral line and how reference ions turn a position into a calibrated mass.\n",{"path":16134,"title":16135,"module":16136,"summary":16137},"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fmoving-charge-fields","Moving-Charge Fields","Magnetic Sources","Every magnetic field comes from charge in motion, and the simplest source is a single point charge drifting past. We work out the field it produces — normal to both the velocity and the line of sight, falling off as the inverse square — and read off why it vanishes straight ahead of the charge and peaks broadside. Summing many such charges is the bridge to steady currents, valid while speeds stay far below $c$ and the motion changes little during the time its field takes to propagate outward.\n",{"path":16139,"title":16140,"module":16136,"summary":16141},"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fbiot-savart-law","Biot–Savart Law","A steady current is a continuous stream of current elements, and the Biot–Savart law hands each one a magnetic contribution — a right-hand cross product that falls off as the inverse square of distance. Summing the contributions along a conductor is a vector line integral, which we carry out for the straight wire to get the endpoint-angle formula. The infinite-wire field $B=\\mu_0 I\u002F2\\pi s$ falls out as the limit where both ends recede, and we mark how fast a finite wire departs from it and when a thin-filament model is safe.\n",{"path":16143,"title":16144,"module":16136,"summary":16145},"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fcircular-current-loops","Circular Current Loops","A ring of current is the simplest source with a well-defined magnetic axis, and it is the building block of every coil and electromagnet. Symmetry kills the transverse Biot–Savart contributions along that axis and leaves a single clean integral; we evaluate it to get $B_z=\\mu_0 I R^2\u002F[2(R^2+z^2)^{3\u002F2}]$, read off the centre field $\\mu_0 I\u002F2R$, and watch it fall into the $1\u002Fz^3$ tail of a magnetic dipole far away. Stacking turns just adds their axial contributions, which is what makes a solenoid out of a pile of loops.\n",{"path":16147,"title":16148,"module":16136,"summary":16149},"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Famperes-law","Ampère’s Law","When a current arrangement is symmetric enough, the Biot–Savart integral is overkill: Ampère's law, $\\oint_C\\vec B\\cdot\\d\\vec\\ell=\\mu_0 I_{\\rm enc}$, gets the field from a single line of reasoning about how much current a loop encloses. We see why the law holds for any steady current, then use cylindrical, planar, and toroidal symmetry to turn the circulation into simple algebra — the field inside and outside a wire, an infinite sheet, a solenoid, and a toroid. We also mark the catch: without symmetry the law still holds but no longer hands you the field pointwise.\n",{"path":16151,"title":16152,"module":16136,"summary":16153},"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fgauss-law-for-magnetism","Gauss’s Law for Magnetism","Electric field lines start and end on charges; magnetic field lines do neither, because no one has ever found an isolated magnetic pole. That single experimental fact is Gauss's law for magnetism: the flux of $\\vec B$ through any closed surface is zero, $\\oint\\vec B\\cdot\\d\\vec A=0$, or in differential form $\\nabla\\cdot\\vec B=0$. We work through what it says — every field line that enters a closed surface must leave it, so field lines close on themselves — and, just as important, what it does not say, since flux through an open surface is generally nonzero.\n",{"path":16155,"title":16156,"module":16136,"summary":16157},"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fmagnetic-materials","Magnetic Materials","Put matter in a magnetic field and its atoms respond, each acting as a tiny current loop; the aligned moments per unit volume are the magnetization $\\vec M$, whose bound currents add to the field. Separating what we control (the free current) from what the material supplies leads to $\\vec H$ and the relation $\\vec B=\\mu_0(\\vec H+\\vec M)$. We sort materials into diamagnets, paramagnets, and ferromagnets by how $\\vec M$ answers, follow a ferromagnet around its hysteresis loop, and see why the loop's area is the energy dissipated per cycle and why a sample's shape changes the field it actually feels.\n",{"path":16159,"title":16160,"module":16161,"summary":16162},"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fmagnetic-flux","Magnetic Flux","Electromagnetic Induction","A magnetic field threading a loop collapses to one signed number, the flux, and every induced voltage in this module turns out to be a rate of change of that number — so defining the flux and its sign comes first. We define it as the surface integral of $\\vec B$ over an oriented surface, reduce it to $BA\\cos\\theta$ for a uniform field on a flat loop, and carry the flux linkage $N\\Phi_B$ of a coil. The chosen normal fixes the sign; reversing it flips the sign without touching the field. Nonuniform fields and curved surfaces force the integral, so we also build the numerical estimate and the checks that separate a reliable value from a nominal field-times-area product.\n",{"path":16164,"title":16165,"module":16161,"summary":16166},"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Ffaradays-law","Faraday's Law","Move a magnet toward a coil, or ramp the current in a nearby circuit, and a voltage appears with no battery in sight. Faraday's law names the cause: the emf around a loop equals minus the rate of change of the magnetic flux through it, so any change of field, area, orientation, or position that alters the flux drives an emf. We separate the emf, which lives around the boundary whether or not current can flow, from the current that follows only when the path is closed; fix the single sign convention that ties flux to loop orientation; and read the emf off rotating coils and off flux sampled at discrete times.\n",{"path":16168,"title":16169,"module":16161,"summary":16170},"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Flenzs-law","Lenz's Law","The minus sign in Faraday's law is not decoration: it decides which way the induced current flows, and it always chooses the direction that fights the change that produced it. Lenz's law reads that sign off energy conservation — a current that aided the change would be free energy — and turns it into a repeatable procedure. We fix a surface normal and a positive loop direction so the sign is calculable, then work through approaching magnets, expanding loops, coupled coils, and rotating generators, using mechanical work and Joule heating as an independent check on every direction we draw.\n",{"path":16172,"title":16173,"module":16161,"summary":16174},"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fmotional-emf","Motional EMF","Push a wire through a magnetic field and its free charges feel a sideways magnetic force that piles them up at the ends — a battery made of motion. Motional emf is that effect: the work per unit charge a moving conductor supplies is the line integral of $\\vec v\\times\\vec B$ along it, which for a rod moving perpendicular to both its length and the field collapses to $B\\ell v$. We chase where the energy comes from — the hand or motor fighting the magnetic drag, never the magnetic force itself — solve the sliding-rail circuit from both flux and carrier forces, and carry the idea into rotating rods, homopolar disks, generators, and the back emf of a motor.\n",{"path":16176,"title":16177,"module":16161,"summary":16178},"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Feddy-currents","Eddy Currents","A wire carries current along one path; a solid block of metal offers a continuum of them, and any changing flux threading that block sets charge circulating in closed loops it chooses for itself. We ask what those eddy currents do — where they heat, where they drag, and how Lenz's law fixes their direction — and why the same circulation is a feature in an induction furnace and a loss to be suppressed in a transformer core. From a representative-loop estimate we get the scaling (heating grows with the square of frequency and flux rate) and the two design levers, lamination and resistivity, that break the paths a solid conductor would otherwise hand the current.\n",{"path":16180,"title":16181,"module":16161,"summary":16182},"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fself-inductance","Self-Inductance","A coil resists changes to its own current. Drive current through it and the flux it produces threads its own turns; change that current and Faraday's law turns the coil against the source with a back emf $\\mathcal E_L=-L\\,\\d I\u002F\\d t$. We define self-inductance as the flux linkage per ampere fixed by winding and core geometry, derive the long-solenoid value $L=\\mu_0 N^2A\u002F\\ell$, and follow the consequence that dominates circuits: because a finite voltage can only sustain a finite $\\d I\u002F\\d t$, an inductor's current cannot jump — which is why opening a switch on a live coil throws a spark.\n",{"path":16184,"title":16185,"module":16161,"summary":16186},"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fmagnetic-energy","Magnetic Energy","Building current in a coil means working against its back emf, and that work does not vanish — it sits in the magnetic field as recoverable energy $U_B=\\tfrac12LI^2$, spread through space at density $u_B=B^2\u002F(2\\mu_0)$. We derive both forms, show they agree for a solenoid, and read a force out of the same energy: an armature is pulled toward higher inductance, and $B^2\u002F(2\\mu_0)$ doubles as a magnetic pressure. The lesson closes on the accounting a real switching event demands, where recoverable energy, copper heating, core loss, and clamp dissipation must balance a single ledger.\n",{"path":16188,"title":16189,"module":16161,"summary":16190},"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Frl-circuits","RL Circuits","Put a resistor and an inductor in series and the current cannot switch on or off at will: it climbs to $V_0\u002FR$ and falls away exponentially on a single time scale $\\tau=L\u002FR$ set by how much flux the coil hoards against how fast the resistor bleeds it. We solve the turn-on and turn-off, then confront the practical sting — because the coil's current refuses to stop instantly, breaking its path throws up a large voltage, which is why real inductive circuits carry freewheel diodes and clamps that trade voltage stress against how quickly the current dies.\n",{"path":16192,"title":16193,"module":16194,"summary":16195},"\u002Felectricity-and-magnetism\u002Falternating-current\u002Fac-fundamentals","AC Fundamentals","Alternating Current","A wall socket delivers a voltage that averages to zero over each cycle, yet it still heats a filament and runs a motor. The resolution is that dissipation follows the mean of the square, not the mean, so we define the root-mean-square value that makes an alternating source the equal of a DC one for resistive heating. We show a sinusoid's RMS is its peak divided by $\\sqrt2$, work out the average power an ideal resistor draws when its current stays in phase with the applied voltage, and separate the peak, average, and RMS descriptions that a single number cannot combine.\n",{"path":16197,"title":16198,"module":16194,"summary":16199},"\u002Felectricity-and-magnetism\u002Falternating-current\u002Freactance","Reactance","A resistor obeys Ohm's law instant by instant, but a capacitor responds to how fast its voltage changes and an inductor to how fast its current changes. Under a steady sinusoid that rate-dependence collapses to a fixed quarter-cycle phase shift and a frequency-dependent amplitude ratio, the reactance. We derive $X_C=1\u002F(\\omega C)$ and $X_L=\\omega L$, adopt phasors to turn the defining derivatives into multiplication by $j\\omega$ so a single complex impedance carries amplitude and phase together, and track the energy an ideal reactance stores and returns without dissipating it. Real windings and dielectrics add loss, leakage, and self-resonance that bound where the ideal formulas hold.\n",{"path":16201,"title":16202,"module":16194,"summary":16203},"\u002Felectricity-and-magnetism\u002Falternating-current\u002Frlc-resonance","RLC Resonance","Put a resistor, inductor, and capacitor in one loop and their reactances work against each other: inductive reactance grows with frequency while capacitive reactance shrinks, and at one frequency they cancel exactly. There the branch looks purely resistive, the current peaks, and the inductor and capacitor voltages can swing far above the source. We locate that resonance at $\\omega_0=1\u002F\\sqrt{LC}$, measure how sharp the peak is with the quality factor $Q=\\omega_0L\u002FR$, tie its half-power bandwidth $R\u002FL$ to the ringdown of the unforced circuit, and read the same poles off as bandpass and peaked filters at the R, L, or C terminals.\n",{"path":16205,"title":16206,"module":16194,"summary":16207},"\u002Felectricity-and-magnetism\u002Falternating-current\u002Fac-power","AC Power","Multiply an AC load's RMS voltage by its RMS current and you get an answer in volt-amperes that the wiring must carry, but not in general the watts the load consumes. The phase between voltage and current splits that product into a part that does net work and a part that merely sloshes energy back and forth. We derive the average power $P=V_{\\rm rms}I_{\\rm rms}\\cos\\phi$, package amplitude and phase into complex power $S=P+jQ$ so that real, reactive, and apparent power form one right triangle, and see why a harmonic-rich current forces the time-domain definition $P=\\langle vi\\rangle$ in place of a single phase angle.\n",{"path":16209,"title":16210,"module":16194,"summary":16211},"\u002Felectricity-and-magnetism\u002Falternating-current\u002Ftransformers","Transformers","Two coils sharing an iron core exchange no charge, yet a changing current in one drives a voltage in the other, and the ratio of their turns sets how voltage and current trade off between the windings. That lets a transformer step a voltage up or down, isolate two circuits, and make a load look larger or smaller to the source by the square of the turns ratio. We build the ideal ratio element from Faraday's law and the dot convention, derive the reflected-impedance rule, then add the winding resistance, leakage, magnetizing current, and core loss that turn the ideal ratios into real regulation, efficiency, and a bounded voltage-frequency range.\n",{"path":16213,"title":16214,"module":16215,"summary":16216},"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Fdisplacement-current","Displacement Current","Maxwell’s Equations and Electromagnetic Waves","Ampère's law asks for the current through a surface bounded by a loop, but a charging capacitor breaks it: slide the surface off the wire and into the gap and the enclosed conduction current drops to zero, while the magnetic field around the loop plainly does not. Maxwell's repair is to count a changing electric flux as itself a source of magnetic circulation. We derive the displacement-current term $\\varepsilon_0\\,\\d\\Phi_E\u002F\\d t$, show that charge continuity demands it, compute the magnetic field it produces inside a charging capacitor, and see how it closes the Ampère–Maxwell law so that electric and magnetic fields can sustain one another as a wave.\n",{"path":16218,"title":16219,"module":16215,"summary":16220},"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Felectromagnetic-waves","Electromagnetic Waves","Once a changing electric flux can drive a magnetic field, the two curl laws feed each other: a disturbance in one regenerates the other, and the pair walks off through empty space with no medium holding it up. We take the curl of Faraday's law, land on a wave equation whose speed is fixed entirely by $\\mu_0$ and $\\varepsilon_0$, and find that $c=1\u002F\\sqrt{\\mu_0\\varepsilon_0}$ falls out of purely electric and magnetic constants. The plane-wave solution then fixes the geometry — $\\vec E$, $\\vec B$, and the propagation direction mutually perpendicular, oscillating in phase, with amplitudes locked at $E=cB$ — a set of independent predictions any real measurement must meet at once.\n",{"path":16222,"title":16223,"module":16215,"summary":16224},"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Felectromagnetic-momentum","Electromagnetic Momentum","A light beam carries no mass, yet it pushes: shine it on a surface and the surface feels a force. We trace that force back to the fields, which store energy with density $\\varepsilon_0E^2$ and carry it along the Poynting vector $\\vec S=\\vec E\\times\\vec B\u002F\\mu_0$. Because that energy also carries momentum $U\u002Fc$, an absorbed beam presses with $I\u002Fc$ and a mirror with $2I\u002Fc$. We derive the Poynting theorem as local energy conservation, tie intensity to field amplitude, and work the momentum balance carefully enough that oblique incidence, partial reflection, and finite beams all drop out of one accounting.\n",{"path":16226,"title":16227,"module":16215,"summary":16228},"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Fdipole-radiation","Dipole Radiation","Only accelerating charge radiates, and the simplest accelerator is a charge sloshing back and forth: an oscillating electric dipole. We work out the field it throws off, keeping the part that survives to large distance — the $1\u002Fr$ radiation field whose intensity goes as $\\sin^2\\theta\u002Fr^2$, zero along the dipole axis and strongest broadside. From it follow the $\\omega^4$ scaling of total radiated power, radiation resistance as the feed's view of that escaping power, and, through reciprocity, the fact that a good transmitter receives well in the same directions. The near-zone terms that fall off faster carry no net power, and we mark carefully where each description is allowed to be used.\n",{"path":16230,"title":16231,"module":16215,"summary":16232},"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Fpolarization","Polarization","A plane wave still leaves one thing free: which way its electric field points as it oscillates. That freedom is polarization, set entirely by the relative amplitude and phase of the two transverse field components — in phase gives a line, equal amplitudes a quarter cycle apart give a circle, everything else an ellipse. We work out how a linear analyzer reads a state through Malus's law $I=I_0\\cos^2\\theta$, why that scan alone cannot tell circular light from unpolarized, and how a quarter-wave plate plus a few analyzer settings recover the full Stokes vector and the degree of polarization.\n",{"path":16234,"title":16235,"module":16236,"summary":16237},"\u002Felectricity-and-magnetism\u002Foptics\u002Freflection-and-refraction","Reflection and Refraction","Geometrical Optics","Light meeting a boundary between two transparent media splits into a reflected ray and a bent transmitted one, and predicting where those rays go is the whole starting point of geometrical optics. Fixing one convention — every angle measured from the surface normal — we get reflection's equal angles and derive Snell's law $n_1\\sin\\theta_1=n_2\\sin\\theta_2$ from wavefront timing. That single relation, applied once or twice, yields the critical angle and total internal reflection, prism deviation, the lateral shift through a window, apparent depth, and a fiber's acceptance cone; a wavelength-dependent index then adds dispersion. We mark throughout where the ray picture is trustworthy: feature sizes large against the wavelength and clean interface geometry.\n",{"path":16239,"title":16240,"module":16236,"summary":16241},"\u002Felectricity-and-magnetism\u002Foptics\u002Fthin-lenses","Thin Lenses","A lens gathers the light spreading from one point back onto another, and a single paraxial relation $1\u002Fs+1\u002Fs'=1\u002Ff$ predicts where that image lands and how large it is. We collapse two refractions into one bending plane, read image position and orientation off the three principal rays, and trace focal length back to glass and curvature through the lensmaker equation. Sign conventions carry the physics here — they separate real from virtual images and upright from inverted — so we drill them before chaining lenses in sequence and in contact. The lesson ends on how focal length is actually measured on a bench, and where finite thickness, aperture, and dispersion break the thin-lens picture.\n",{"path":16243,"title":16244,"module":16236,"summary":16245},"\u002Felectricity-and-magnetism\u002Foptics\u002Fspherical-mirrors","Spherical Mirrors","Curve a mirror and it stops merely reflecting an image and starts forming one: the same $1\u002Fs+1\u002Fs'=1\u002Ff$ that governs lenses reappears, now with $f=R\u002F2$ and reflected rays and object sharing one side of the glass. We derive the mirror equation from the reflection geometry of a single paraxial ray, then let signed distances do the sorting — real inverted images on the near branch, virtual upright ones behind the surface — and check the concave, convex, and plane-mirror limits against each other. The second half turns to how focal length is actually measured on a bench, by finite conjugates, distant targets, return imaging, and sagitta, and to the aperture and off-axis aberrations the single paraxial focus cannot capture.\n",{"path":16247,"title":16248,"module":6,"summary":6},"\u002Felectricity-and-magnetism","Electricity & Magnetism",{"path":16250,"title":16251,"module":16252,"summary":16253},"\u002Flinear-algebra\u002Flinear-systems\u002Fsystems-and-echelon-forms","Systems of Linear Equations and Row Reduction","Linear Equations in Linear Algebra","A linear system is a finite set of linear equations in shared variables. Elementary row operations rewrite it without changing its solution set, and reducing the augmented matrix to echelon form decides both existence and uniqueness. Pivot positions say whether the solution set is empty, a single point, or infinite.\n",{"path":16255,"title":16256,"module":16252,"summary":16257},"\u002Flinear-algebra\u002Flinear-systems\u002Fvector-and-matrix-equations","Vector Equations and the Matrix Equation Ax = b","The same linear system reads three equivalent ways: a system of equations, a vector equation asking whether b is a linear combination of fixed vectors, and a matrix equation Ax = b. Ax is the linear combination of A's columns weighted by x, so consistency for a given b means b lies in the span of the columns, and consistency for every b means the columns span all of R^m.\n",{"path":16259,"title":16260,"module":16252,"summary":16261},"\u002Flinear-algebra\u002Flinear-systems\u002Fsolution-sets-and-applications","Solution Sets and Applied Linear Systems","A homogeneous system Ax = 0 has a solution set that is a span through the origin; a consistent Ax = b has that same span translated by any one particular solution. Parametric vector form writes both explicitly. The structure shows up in applied systems with many solutions: equilibrium prices, balanced chemical reactions, network flows, weight-loss diets, and migration models.\n",{"path":16263,"title":16264,"module":16252,"summary":16265},"\u002Flinear-algebra\u002Flinear-systems\u002Flinear-independence","Linear Independence","A set of vectors is linearly independent when the only linear combination equal to zero is the trivial one; otherwise a dependence relation writes one vector in terms of the others. For the columns of A the question becomes whether Ax = 0 has only the trivial solution — a pivot in every column. Counting pivots settles independence, and any set with more vectors than entries is automatically dependent.\n",{"path":16267,"title":16268,"module":16252,"summary":16269},"\u002Flinear-algebra\u002Flinear-systems\u002Flinear-transformations","Linear Transformations and Their Matrices","Reading A as an action rather than an array, x maps to Ax is a transformation from R^n to R^m. The ones that preserve addition and scalar multiplication are the linear transformations, and every one is x maps to Ax for a unique standard matrix whose columns are the images of the standard basis vectors. Onto and one-to-one translate into the span and independence of those columns.\n",{"path":16271,"title":16272,"module":16273,"summary":16274},"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fmatrix-operations","Matrix Operations","Matrix Algebra","Matrices add and scale entrywise, but their product is defined so that multiplication corresponds to composition of linear maps: the columns of AB are A applied to the columns of B. From that requirement follow the row-column rule, the algebra of products (associative and distributive but not commutative), powers, and the transpose.\n",{"path":16276,"title":16277,"module":16273,"summary":16278},"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fmatrix-inverse-and-invertibility","The Inverse and the Invertible Matrix Theorem","The inverse of a square matrix is the matrix analogue of a reciprocal, defined by AA⁻¹ = I. A closed form settles the 2×2 case; the Gauss–Jordan algorithm row reduces [A | I] to [I | A⁻¹] in general; and elementary matrices record single row operations. The Invertible Matrix Theorem collects a dozen equivalent conditions for invertibility into one statement.\n",{"path":16280,"title":16281,"module":16273,"summary":16282},"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fpartitioned-matrices-and-lu","Block Matrices and the LU Factorization","Partitioning a matrix into blocks lets sums, products, and inverses be computed block by block, as if the submatrices were scalars. Block structure also underlies the LU factorization A = LU, which splits solving Ax = b into two fast triangular solves and repays the cost whenever many systems share one coefficient matrix.\n",{"path":16284,"title":16285,"module":16273,"summary":16286},"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fsubspaces-dimension-rank","Subspaces of Rⁿ, Dimension, and Rank","A subspace is a set closed under addition and scalar multiplication. Every matrix carries two: the column space of all attainable outputs Ax, and the null space of all solutions of Ax = 0. A basis measures each with a minimal spanning set, dimension counts it, and the Rank Theorem ties pivots and free variables together as rank + nullity = n.\n",{"path":16288,"title":16289,"module":16273,"summary":16290},"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fapplications-leontief-and-graphics","Applications: Leontief Economics and Computer Graphics","The Leontief input–output model balances an economy through (I − C)x = d and expands the inverse as a geometric series in the consumption matrix. Computer graphics moves figures with matrix products, using homogeneous coordinates so that translation and perspective projection become matrix multiplications too.\n",{"path":16292,"title":16293,"module":16294,"summary":16295},"\u002Flinear-algebra\u002Fdeterminants\u002Fdeterminants-and-cofactors","Introduction to Determinants","Determinants","The determinant of a square matrix is defined recursively by cofactor expansion: an n-by-n determinant is a signed sum of (n-1)-by-(n-1) determinants built from the first row. The expansion can equally run along any row or down any column, and a triangular matrix has determinant equal to the product of its diagonal.\n",{"path":16297,"title":16298,"module":16294,"summary":16299},"\u002Flinear-algebra\u002Fdeterminants\u002Fproperties-of-determinants","Properties of Determinants","Row operations act on the determinant in three predictable ways, and this turns row reduction into a fast algorithm: the determinant is the product of the pivots times a sign for the interchanges. The same properties yield the invertibility test det A is nonzero, the transpose identity, and the multiplicative law det(AB) equals det A times det B.\n",{"path":16301,"title":16302,"module":16294,"summary":16303},"\u002Flinear-algebra\u002Fdeterminants\u002Fcramer-volume-and-area","Cramer's Rule, Volume, and Linear Transformations","Cramer's rule writes each unknown of an invertible system as a ratio of determinants, and the same idea gives a closed formula for the inverse through the adjugate. Geometrically the absolute determinant is the area of the parallelogram or the volume of the parallelepiped spanned by the columns, so a linear map scales every region's measure by that factor.\n",{"path":16305,"title":16306,"module":16307,"summary":16308},"\u002Flinear-algebra\u002Fvector-spaces\u002Fvector-spaces-and-subspaces","Vector Spaces and Subspaces","Vector Spaces","A vector space is any set closed under addition and scalar multiplication that obeys ten algebraic axioms. The same axioms that govern arrows in the plane govern polynomials, functions, matrices, and infinite signals, so one theory covers them all. A subspace is a subset that is a vector space in its own right, tested by three conditions, and the span of any set of vectors is the smallest subspace containing them.\n",{"path":16310,"title":16311,"module":16307,"summary":16312},"\u002Flinear-algebra\u002Fvector-spaces\u002Fnull-and-column-spaces","Null Spaces, Column Spaces, and Linear Transformations","Two subspaces sit inside every matrix. The null space collects all solutions of $Ax = 0$ and lives in the domain; the column space collects every attainable $Ax$ and lives in the codomain. One is defined implicitly by a condition, the other explicitly by a spanning set, and the same pair appears for an abstract linear transformation as its kernel and range.\n",{"path":16314,"title":16315,"module":16307,"summary":16316},"\u002Flinear-algebra\u002Fvector-spaces\u002Fbases-and-independent-sets","Linearly Independent Sets and Bases","A basis is a spanning set with no redundancy: linearly independent and still large enough to reach every vector. The spanning-set theorem shows any spanning set can be trimmed to a basis by discarding dependent vectors, and the pivot columns of a matrix give a basis for its column space. Independence and spanning are defined for abstract spaces exactly as in $\\mathbb{R}^n$.\n",{"path":16318,"title":16319,"module":16307,"summary":16320},"\u002Flinear-algebra\u002Fvector-spaces\u002Fcoordinate-systems","Coordinate Systems","Fixing a basis assigns every vector a unique list of coordinates, turning an abstract space into $\\mathbb{R}^n$. The coordinate mapping is a one-to-one linear transformation onto $\\mathbb{R}^n$ — an isomorphism — so any $n$-dimensional space is indistinguishable from $\\mathbb{R}^n$ as far as vector-space computations go. In $\\mathbb{R}^n$ the change-of-coordinates matrix $P_B$ and its inverse convert between basis coordinates and standard coordinates.\n",{"path":16322,"title":16323,"module":16307,"summary":16324},"\u002Flinear-algebra\u002Fvector-spaces\u002Fdimension-and-rank","The Dimension of a Vector Space and Rank","Every basis of a space has the same number of vectors, and that number is the dimension. Rank is the dimension of the column space, equal to the dimension of the row space and to the number of pivots. The Rank Theorem, rank plus nullity equals the number of columns, ties the four fundamental subspaces of a matrix together and adds six lines to the Invertible Matrix Theorem.\n",{"path":16326,"title":16327,"module":16307,"summary":16328},"\u002Flinear-algebra\u002Fvector-spaces\u002Fchange-of-basis","Change of Basis","Two bases give the same vector two different coordinate vectors, and a single invertible matrix converts between them. Its columns are the coordinate vectors of the old basis expressed in the new one, and its inverse reverses the conversion. In $\\mathbb{R}^n$ the change-of-coordinates matrix between two bases is found by one row reduction.\n",{"path":16330,"title":16331,"module":16307,"summary":16332},"\u002Flinear-algebra\u002Fvector-spaces\u002Fdifference-equations-and-markov","Applications: Difference Equations and Markov Chains","The solutions of an nth-order linear difference equation form an $n$-dimensional vector space, so finding $n$ independent solutions gives them all. A Markov chain evolves a probability distribution by repeated multiplication by a stochastic matrix, and a regular chain converges to a unique steady-state vector fixed by that matrix. Both applications turn a dynamic process into a subspace or a fixed-point question.\n",{"path":16334,"title":16335,"module":16336,"summary":16337},"\u002Flinear-algebra\u002Feigenvalues\u002Feigenvectors-and-eigenvalues","Eigenvectors and Eigenvalues","Eigenvalues and Eigenvectors","An eigenvector of a square matrix is a nonzero vector the matrix only stretches; its eigenvalue is the stretch factor. The eigenspace of an eigenvalue is the null space of A minus lambda times the identity, the eigenvalues of a triangular matrix are its diagonal entries, and eigenvectors for distinct eigenvalues are linearly independent.\n",{"path":16339,"title":16340,"module":16336,"summary":16341},"\u002Flinear-algebra\u002Feigenvalues\u002Fthe-characteristic-equation","The Characteristic Equation","The eigenvalues of a matrix are the roots of its characteristic polynomial det(A minus lambda I). This degree-n polynomial carries an algebraic multiplicity at each repeated root, a nonzero determinant is equivalent to zero not being an eigenvalue, and similar matrices share a characteristic polynomial and hence the same eigenvalues.\n",{"path":16343,"title":16344,"module":16336,"summary":16345},"\u002Flinear-algebra\u002Feigenvalues\u002Fdiagonalization","Diagonalization","A matrix is diagonalizable when it factors as A equals P D P inverse with D diagonal, which happens exactly when it has n linearly independent eigenvectors. The factorization computes matrix powers cheaply, distinct eigenvalues guarantee it, and a repeated eigenvalue permits it only when its eigenspace dimension equals its multiplicity.\n",{"path":16347,"title":16348,"module":16336,"summary":16349},"\u002Flinear-algebra\u002Feigenvalues\u002Feigenvectors-and-linear-transformations","Eigenvectors and Linear Transformations","Every linear transformation between finite-dimensional spaces has a matrix relative to chosen bases, built from the coordinate vectors of the images of the basis vectors. For a map from a space to itself, an eigenvector basis makes that matrix diagonal, and that change of basis is diagonalization; the matrices similar to A are the representations of the map in every basis.\n",{"path":16351,"title":16352,"module":16336,"summary":16353},"\u002Flinear-algebra\u002Feigenvalues\u002Fcomplex-eigenvalues","Complex Eigenvalues","A real matrix with no real eigenvalues still has complex ones, occurring in conjugate pairs. A real 2-by-2 matrix with eigenvalue a plus b i is similar to a rotation-scaling matrix, whose rotation angle is the argument of the eigenvalue and whose scale factor is its modulus; the modulus decides whether the trajectories close up, spiral in, or spiral out.\n",{"path":16355,"title":16356,"module":16336,"summary":16357},"\u002Flinear-algebra\u002Feigenvalues\u002Fdynamical-systems","Discrete and Continuous Dynamical Systems","Eigenvalues govern the long-term behavior of a system that evolves by x becomes A x or by x prime equals A x. An eigenvector basis decouples both kinds of system into independent scalar equations; the eigenvalues then classify the origin as attractor, repeller, saddle, or spiral, and the dominant eigenpair fixes the growth rate and limiting direction.\n",{"path":16359,"title":16360,"module":16336,"summary":16361},"\u002Flinear-algebra\u002Feigenvalues\u002Fpower-method","Iterative Estimates for Eigenvalues","When only a numerical eigenvalue is needed, iteration is preferred over the characteristic polynomial. The power method repeatedly multiplies by A to converge on the dominant eigenvalue and its eigenvector; the Rayleigh quotient sharpens the estimate for symmetric matrices; and the inverse power method targets any eigenvalue near a known guess.\n",{"path":16363,"title":16364,"module":16365,"summary":16366},"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Finner-product-length-orthogonality","Inner Product, Length, and Orthogonality","Orthogonality and Least Squares","The dot product turns the algebra of vectors in R^n into geometry: length, distance, and perpendicularity. The inner product yields the norm, the Pythagorean theorem, and the orthogonal complement, and the null space of a matrix is the orthogonal complement of its row space.\n",{"path":16368,"title":16369,"module":16365,"summary":16370},"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Forthogonal-sets-and-projections","Orthogonal Sets and Orthogonal Projections","An orthogonal basis makes coordinates trivial: each weight is a single dot product, no linear system required. Orthogonal and orthonormal bases give a direct projection formula onto a line and onto a subspace, the orthogonal decomposition and best-approximation theorems, and the matrix form U U-transpose of a projection.\n",{"path":16372,"title":16373,"module":16365,"summary":16374},"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fgram-schmidt-and-qr","The Gram-Schmidt Process and QR Factorization","Gram-Schmidt turns any basis into an orthogonal one by repeatedly subtracting off projections onto the span already built. Normalizing the result and recording the coefficients factors the matrix as A = QR, with Q orthonormal and R upper triangular, the factorization behind stable least-squares and eigenvalue algorithms.\n",{"path":16376,"title":16377,"module":16365,"summary":16378},"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fleast-squares-problems","Least-Squares Problems","When Ax = b has no solution, the least-squares solution makes Ax as close to b as possible. The closest Ax is the projection of b onto the column space, and the vector that produces it solves the normal equations A-transpose A x = A-transpose b. Uniqueness, the residual error, and the stabler QR route follow.\n",{"path":16380,"title":16381,"module":16365,"summary":16382},"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fleast-squares-applications","Applications to Linear Models","Curve fitting is a least-squares problem in statistical notation. The least-squares line, polynomial fits, and multiple regression all reduce to X beta = y with a design matrix X built from the data, solved by the same normal equations.\n",{"path":16384,"title":16385,"module":16365,"summary":16386},"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Finner-product-spaces","Inner Product Spaces","Promoting the four properties of the dot product to axioms defines an inner product on any vector space, including spaces of functions. Length, distance, orthogonality, Gram-Schmidt, and best approximation all carry over, along with the Cauchy-Schwarz and triangle inequalities and the integral inner product behind Fourier approximation.\n",{"path":16388,"title":16389,"module":16390,"summary":16391},"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fdiagonalizing-symmetric-matrices","Diagonalization of Symmetric Matrices","Symmetric Matrices, Quadratic Forms, and the SVD","A symmetric matrix is one that equals its own transpose. Every such matrix can be diagonalized by an orthogonal change of basis, A = PDPᵀ, with real eigenvalues and perpendicular eigenvectors. This is the Spectral Theorem, and it rewrites A as a weighted sum of rank-one projections onto its eigenvectors.\n",{"path":16393,"title":16394,"module":16390,"summary":16395},"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fquadratic-forms","Quadratic Forms","A quadratic form xᵀAx is the second-degree analogue of a linear map, attached to a symmetric matrix A. Orthogonal diagonalization changes variables to the eigenbasis, removing all cross-terms and rotating the form into standard position. The signs of the eigenvalues then classify it as definite or indefinite.\n",{"path":16397,"title":16398,"module":16390,"summary":16399},"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fconstrained-optimization","Constrained Optimization","Maximizing a quadratic form xᵀAx over the unit sphere has an exact answer: the maximum is the largest eigenvalue of A, attained at its eigenvector, and the minimum is the smallest eigenvalue. Adding orthogonality constraints peels off the eigenvalues in order, characterizing the whole spectrum by optimization.\n",{"path":16401,"title":16402,"module":16390,"summary":16403},"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fsingular-value-decomposition","The Singular Value Decomposition","The singular value decomposition factors any m×n matrix as A = UΣVᵀ, with orthogonal U and V and a nonnegative diagonal Σ of singular values. The singular values are the square roots of the eigenvalues of AᵀA, and they describe the matrix geometrically as a rotation, an axiswise stretch, and another rotation, exposing rank, the four fundamental subspaces, and a best low-rank approximation.\n",{"path":16405,"title":16406,"module":16390,"summary":16407},"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fsvd-applications-pca-imaging","Applications: Image Processing and Statistics","Principal component analysis diagonalizes the covariance matrix of a data set, producing uncorrelated variables ordered by variance. The leading components capture most of the variation, which reduces dimension, compresses images through low-rank SVD approximation, and connects directly to the singular values of the data matrix.\n",{"path":16409,"title":16410,"module":16411,"summary":16412},"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fnumerical-thinking-and-matrix-computation","Numerical Thinking and Matrix Computation","Numerical Linear Algebra","Numerical analysis builds efficient discrete algorithms for continuous problems, and its cost is dominated as much by memory traffic as by arithmetic. Block matrix calculus, flop counts, and the BLAS efficiency ratio fix the cost model; triangular and unitary matrices are the two computational building blocks every factorization rests on.\n",{"path":16414,"title":16415,"module":16411,"summary":16416},"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Flu-and-cholesky","LU and Cholesky Factorization in Practice","Gaussian elimination, read as a factorization A = LU, turns a linear system into two triangular solves. A single near-zero pivot wrecks it, so partial pivoting reorders rows to pick the largest available pivot and makes the method work for every invertible matrix. For symmetric positive-definite systems, Cholesky halves the cost and needs no pivoting.\n",{"path":16418,"title":16419,"module":16411,"summary":16420},"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fconditioning-and-floating-point","Conditioning and Floating-Point Arithmetic","A problem's condition number measures how much its answer moves when its data is perturbed, independent of any algorithm. Subtraction is ill-conditioned under cancellation, and for a linear system the amplifier is the matrix condition number κ(A). Floating-point arithmetic supplies the perturbation: every real number is rounded to within a relative machine precision, so even perfect computation inherits an error of order κ times the unit roundoff.\n",{"path":16422,"title":16423,"module":16411,"summary":16424},"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fstability-and-error-analysis","Numerical Stability and Backward Error Analysis","An algorithm is backward stable when its computed answer is the exact answer to a slightly perturbed problem. Combined with the condition number this gives the governing rule of thumb: forward error is at most condition times stability. Three cancellation case studies make the point, then the residual-based backward error applies it to Ax = b and shows why partial pivoting keeps Gaussian elimination stable.\n",{"path":16426,"title":16427,"module":16411,"summary":16428},"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fqr-and-numerical-least-squares","QR, Householder, and Numerical Least Squares","The least-squares problem reduces to the normal equations, but forming AᵀA squares the condition number and can wreck accuracy. The stable route computes a QR factorization directly on A and solves Rx = Qᵀb. Householder reflectors build that QR one column at a time using length-preserving reflections, the unconditionally backward-stable building block behind every serious least-squares solver.\n",{"path":16430,"title":16431,"module":16411,"summary":16432},"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fnumerical-eigenvalues-and-svd","Numerical Eigenvalue Problems and the SVD","Eigenvalues cannot be found by a formula for large matrices, so they are found by iteration. Power and inverse iteration converge to one eigenvector at a rate set by the eigenvalue gap; the QR algorithm sweeps a matrix to Schur form and, with a good shift and a Hessenberg reduction, computes the whole spectrum in cubic time. Singular values follow from the same machinery applied without ever forming AᵀA.\n",{"path":16434,"title":16435,"module":16436,"summary":16437},"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Faffine-combinations","Affine Combinations","Geometry of Vector Spaces","An affine combination is a linear combination whose weights sum to one. The affine hull of a set is the smallest flat containing it: a point, a line, a plane, or a translated subspace. Homogeneous coordinates turn every affine combination into an ordinary linear combination one dimension up.\n",{"path":16439,"title":16440,"module":16436,"summary":16441},"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Faffine-independence-and-barycentric-coordinates","Affine Independence and Barycentric Coordinates","Affine independence is linear independence for the translated or lifted points, and it guarantees each point of an affine hull a unique weight vector. Those weights are barycentric coordinates: centers of mass, ratios of triangle areas, and the interpolation rule behind smooth shading in computer graphics.\n",{"path":16443,"title":16444,"module":16436,"summary":16445},"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Fconvex-combinations-and-convex-sets","Convex Combinations and Convex Sets","A convex combination is an affine combination with nonnegative weights, and the convex hull of a set is the smallest convex set containing it. Convex sets are closed under intersection, and Carathéodory's theorem bounds how many points a convex combination in $\\mathbb{R}^n$ ever needs: at most $n+1$.\n",{"path":16447,"title":16448,"module":16436,"summary":16449},"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Fhyperplanes-and-polytopes","Hyperplanes and Polytopes","A hyperplane is a level set of a linear functional, the set where an inner product equals a constant. Hyperplanes separate disjoint convex sets and support them at their boundaries. Polytopes are convex hulls of finite point sets; their vertices are the extreme points, and a linear functional attains its extremes there.\n",{"path":16451,"title":16452,"module":16436,"summary":16453},"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Fcurves-and-surfaces","Curves and Surfaces","Bézier curves are affine combinations of control points with polynomial weights, so they lie in the convex hull of those points and bend toward them. The de Casteljau algorithm evaluates them by repeated interpolation, a matrix form factors them for computation, and matching endpoints and tangents joins segments into smooth curves and surfaces.\n",{"path":16455,"title":16456,"module":6,"summary":6},"\u002Flinear-algebra","Linear Algebra",{"path":16458,"title":16459,"module":6,"summary":6},"\u002Ftheory-of-computation","Theory of Computation",{"path":16461,"title":16462,"module":15262,"summary":16463},"\u002Fcomputer-architecture\u002Ffoundations\u002Fbits-bytes-and-words","Bits, Bytes, and Words","Everything a machine stores is a string of bits grouped into bytes. We set out binary and hexadecimal, the byte as the unit of addressing, the word as the machine's natural integer size, and byte ordering — why the same four bytes read as 0x01234567 on one machine and 0x67452301 on another.\n",{"path":16465,"title":16466,"module":15262,"summary":16467},"\u002Fcomputer-architecture\u002Ffoundations\u002Finteger-representation","Integer Representation","A fixed-width byte string is just a pattern; what makes it a number is the rule we read it by. We define unsigned encoding and two's complement — where the top bit carries a negative weight — derive the ranges UMax, TMin, and TMax, and show how the same bits reinterpret between signed and unsigned, how widening sign-extends, and what truncation throws away.\n",{"path":16469,"title":16470,"module":15262,"summary":16471},"\u002Fcomputer-architecture\u002Ffoundations\u002Finteger-arithmetic","Integer Arithmetic","Fixed-width integer arithmetic is arithmetic modulo a power of two: add past the top and the result wraps. We work out unsigned and two's-complement addition and the rules that detect their overflow, why negation is a complement-plus-one, how multiplication truncates to the low-order bits and how compilers turn constant multiplies into shifts and adds, why C declares signed overflow undefined, and the bias fix that keeps shift-based signed division rounding toward zero.\n",{"path":16473,"title":16474,"module":15262,"summary":16475},"\u002Fcomputer-architecture\u002Ffoundations\u002Ffloating-point","Floating Point","IEEE-754 trades the exactness of integers for enormous range by storing numbers as sign, exponent, and fraction — scientific notation in binary. We lay out the single and double formats, the bias that encodes the exponent, the three regimes (normalized, denormalized, special), a worked encode\u002Fdecode, the four rounding modes and round-to-even at the bit level, why addition is not associative, the pitfalls of float-int conversion, and why 0.1 has no exact binary representation.\n",{"path":16477,"title":16478,"module":15262,"summary":16479},"\u002Fcomputer-architecture\u002Ffoundations\u002Fboolean-algebra-and-bit-manipulation","Boolean Algebra and Bit Manipulation","Treat a word as a vector of independent bits and the bitwise operators become an algebra. We define AND, OR, NOT, and XOR as bit vectors, build the masking idioms that set, clear, toggle, and test individual bits, extract fields with zero- and sign-extension, count set bits three ways, derive the classic x & (x - 1) family of tricks, and distinguish bitwise operators from C's short-circuiting logical operators.\n",{"path":16481,"title":16482,"module":16483,"summary":16484},"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fthe-machines-view","The Machine's View","Machine-Level Programming","The instruction set architecture is the contract a compiler writes against: the program counter, sixteen integer registers with their sub-register widths, and the condition codes. We follow one C function down through gcc to assembly, learn to read an instruction as operation plus operands, and fix the vocabulary the rest of the module uses.\n",{"path":16486,"title":16487,"module":16483,"summary":16488},"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fdata-movement","Data Movement","Most instructions a program runs simply move data. We cover the mov family and its size suffixes, the three operand forms, the full memory addressing mode D(Rb,Ri,S) and its special cases, lea for address arithmetic, and how push and pop manipulate the stack pointer %rsp on a stack that grows toward lower addresses.\n",{"path":16490,"title":16491,"module":16483,"summary":16492},"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Farithmetic-and-logic","Arithmetic and Logic","The ALU instructions that compute on register and memory values: add, sub, and imul; the unary inc\u002Fdec\u002Fneg\u002Fnot; the shifts sal\u002Fshr\u002Fsar; the bitwise and\u002For\u002Fxor; and lea reused as a fast arithmetic trick. Each binary operation also sets the condition-code flags CF, ZF, SF, and OF, which cmp and test compute without keeping a result.\n",{"path":16494,"title":16495,"module":16483,"summary":16496},"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fcontrol-flow","Control Flow","How a flat instruction stream realizes branches and loops. The conditional jumps read the condition-code flags; set instructions turn flags into a 0\u002F1 byte. We translate if\u002Felse into the standard compare-and-branch pattern, while\u002Ffor loops into the guarded-do form, and dense switches into jump tables that index a target directly.\n",{"path":16498,"title":16499,"module":16483,"summary":16500},"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fprocedures","Procedures","How a function call works at the machine level: the run-time stack, call and ret passing control through a saved return address, the System V convention that routes the first six arguments through %rdi..%r9 and the result through %rax, the caller-saved versus callee-saved split, the stack frame, and a recursive factorial traced through its frames.\n",{"path":16502,"title":16503,"module":16483,"summary":16504},"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Farrays-structs-and-alignment","Arrays, Structs, and Alignment","How aggregate data lays out in memory. Arrays as base-plus-scaled-index, the row-major ordering of multidimensional arrays, pointer arithmetic in units of the pointed-to type, struct fields at fixed byte offsets, the overlapping storage of unions, and the alignment rules that force padding into a struct.\n",{"path":16506,"title":16507,"module":16483,"summary":16508},"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fmemory-layout-and-buffer-overflows","Memory Layout and Buffer Overflows","The process address space — text, data, heap, and stack — and the classic vulnerability it enables. A stack buffer that is written past its end can overwrite the saved return address and redirect ret, so we sketch the mechanism defensively and then the three standard protections: stack canaries, a non-executable stack, and address-space layout randomization.\n",{"path":16510,"title":16511,"module":16512,"summary":16513},"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Fwhat-an-isa-is","What an ISA Is","Instruction Set Architecture","The instruction set architecture is the contract that lets a compiler and a chip be written by people who never meet: the stable interface software targets and hardware implements. We separate architecture from microarchitecture, read RISC and CISC as opposite answers to where complexity should live, price out what each choice costs in decode hardware, code density, and pipeline friendliness, and see how x86-64 endures by translating its instructions into RISC-like operations on the fly.\n",{"path":16515,"title":16516,"module":16512,"summary":16517},"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Finstruction-formats-and-operands","Instruction Formats and Operands","An instruction is an opcode plus a way to name its operands. We count operands — 3-address, 2-address, 1-address accumulator, and 0-address stack machines — by writing the same C = A + B four ways, weigh register operands against memory operands, then lay out the same add byte by byte in x86-64 (REX prefix, opcode, ModRM) and in Y86-64, and what fixed versus variable length costs at fetch time.\n",{"path":16519,"title":16520,"module":16512,"summary":16521},"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Faddressing-modes","Addressing Modes","Once an operand field exists, it needs a rule for turning its bits into the data it names. That rule is the addressing mode. We walk the standard set — immediate, register, direct, register-indirect, displacement, scaled-indexed, and PC-relative — fixing the effective-address computation for each, run every mode against one concrete machine state, and price out what Y86-64 loses by keeping only base plus displacement.\n",{"path":16523,"title":16524,"module":16512,"summary":16525},"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Fthe-y86-64-instruction-set","The Y86-64 Instruction Set","Y86-64 is a teaching ISA — a stripped-down x86-64 simple enough to implement by hand yet real enough to compile to. We fix its programmer-visible state (fifteen registers, three condition codes, the PC, memory, and a status code), give the instruction set with exact byte encodings, spell out how the condition codes decide every jXX and cmovXX, and run the encoding both directions: assembly to bytes and raw bytes back to meaning.\n",{"path":16527,"title":16528,"module":16512,"summary":16529},"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Fy86-64-programming","Y86-64 Programming","With the encodings fixed, we write real Y86-64 assembly: the .pos, .align, and .quad directives, the calling convention borrowed from x86-64, a stack set up by hand, and complete programs — an array sum and a branch-free max. We watch the assembler turn the listing into the exact byte image the processor will execute, and trace the stack across the call.\n",{"path":16531,"title":16532,"module":16533,"summary":16534},"\u002Fcomputer-architecture\u002Fdigital-logic\u002Ftransistors-gates-and-boolean-functions","Transistors, Gates, and Boolean Functions","Digital Logic","A processor is built from millions of transistor switches. We start at the MOS transistor as a voltage-controlled switch, build the CMOS inverter and NAND transistor by transistor, meet the seven standard gates with their truth tables, show that NAND alone is functionally complete, price each gate in transistors and in time, and turn any truth table into a sum-of-products circuit.\n",{"path":16536,"title":16537,"module":16533,"summary":16538},"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fcombinational-logic-and-hcl","Combinational Logic and HCL","A combinational circuit is a pure Boolean function of its current inputs — no memory, no clock. We draw the line between combinational and sequential logic, do the gate-delay accounting that finds a circuit's critical path and bounds the clock, meet don't-cares, then introduce CS:APP's Hardware Control Language: bit-level operators, word-level signals, equality nets, and the case expression that compiles to a multiplexer tree.\n",{"path":16540,"title":16541,"module":16533,"summary":16542},"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fmultiplexers-decoders-and-the-alu","Multiplexers, Decoders, and the ALU","The combinational building blocks that make a datapath. We build the 2:1 and 4:1 multiplexer and tie it back to HCL's case expression, the n-to-2^n decoder, a one-bit full adder (sum is XOR, carry is majority), the ripple-carry adder that chains them, and finally the ALU — a function unit that selects among add, sub, and, and xor under a control input and exposes condition flags.\n",{"path":16544,"title":16545,"module":16533,"summary":16546},"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fmemory-elements-latches-flip-flops-and-clocking","Memory Elements: Latches, Flip-Flops, and Clocking","A combinational circuit holds no state; feeding a circuit's output back to its input creates memory. We build the SR latch from cross-coupled gates, the level-sensitive D latch, and the master\u002Fslave edge-triggered D flip-flop, then introduce the clock and the synchronous design discipline, the setup\u002Fhold timing window, clock skew, metastability, and the register as n flip-flops sharing one clock.\n",{"path":16548,"title":16549,"module":16533,"summary":16550},"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fregister-files-and-random-access-memory","Register Files and Random-Access Memory","Storage organized for access by address. We build the register file (a small bank of registers with addressed read ports and clocked write ports, the exact structure Y86-64's decode and write-back stages use), then descend to the SRAM and DRAM cells of main memory, why one is fast and dear and the other dense and slow, and how a row decoder picks a word out of a memory array.\n",{"path":16552,"title":16553,"module":16554,"summary":16555},"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fthe-fetch-decode-execute-cycle","The Fetch-Decode-Execute Cycle","Processor Design","A processor is a machine that repeats one loop forever: read the next instruction from memory, figure out what it asks for, do it, and advance. We fix the stored-program idea, lay out the datapath at a high level — PC, instruction memory, register file, ALU, data memory — and the control unit that sequences them, break the work into the six stages the rest of the module builds in hardware, and work out exactly how fetch parses variable-length instructions and computes the next PC.\n",{"path":16557,"title":16558,"module":16554,"summary":16559},"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fthe-seq-stages","The SEQ Stages","The six SEQ stages, made exact. For every Y86-64 instruction — halt, nop, the moves, OPq, the jumps, call and ret, pushq and popq — we write down what Fetch, Decode, Execute, Memory, Write-back, and PC update each compute, as per-instruction stage tables with every row justified. Once the tables are filled in, the processor is fully specified; the remaining lessons turn them into wires.\n",{"path":16561,"title":16562,"module":16554,"summary":16563},"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fcontrol-logic-and-sequencing","Control Logic and Sequencing","The stage tables say what each instruction needs; the control logic computes it from icode. We write the HCL for the register-port selections (srcA, srcB, dstE, dstM), the ALU function and input selection, the memory read\u002Fwrite and address, the branch condition, and the next-PC mux — each a case expression on icode that compiles to a mux — and see how one blob of combinational logic serves every instruction at once. We close by contrasting hardwired control with the microprogrammed alternative.\n",{"path":16565,"title":16566,"module":16554,"summary":16567},"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fassembling-seq","Assembling SEQ","We wire the whole thing together. The functional units from digital logic and the control signals from the last lesson assemble into the complete SEQ datapath, laid out the way CS:APP draws it — six stages stacked bottom to top, Fetch at the floor and PC update at the ceiling, signals flowing up the margins. Then the timing analysis: why everything must settle in one cycle, the no-reading-back principle that makes single-cycle execution consistent, and the critical path that sets the clock. We close by walking an OPq and a ret through the assembled machine.\n",{"path":16569,"title":16570,"module":16554,"summary":16571},"\u002Fcomputer-architecture\u002Fprocessor-design\u002Ftracing-a-program","Tracing a Program","To close the module, we take a complete Y86-64 program — a loop that sums 1 through 3 — and run it through SEQ one cycle at a time, recording the PC, the fetched instruction, every stage computation, and the registers, condition codes, and memory after each cycle. Then we examine single cycles in detail: every named signal of an OPq in concrete hex, and a second program whose call and ret we trace through the stack. The traces confirm that the assembled datapath and control logic behave as a processor.\n",{"path":16573,"title":16574,"module":16575,"summary":16576},"\u002Fcomputer-architecture\u002Fpipelining\u002Fpipelining-principles","Pipelining Principles","Pipelining","A processor that runs one instruction to completion before starting the next wastes most of its hardware most of the time. Pipelining splits the work into stages separated by registers so several instructions are in flight at once. We separate throughput from latency, work the 300 ps example through one, two, and three stages, and derive the three ceilings on the gain: uneven stages, register overhead, and the dependencies between instructions.\n",{"path":16578,"title":16579,"module":16575,"summary":16580},"\u002Fcomputer-architecture\u002Fpipelining\u002Ffrom-seq-to-pipe","From SEQ to PIPE","We turn the sequential Y86-64 processor into a pipelined one by inserting pipeline registers between its stages so each cycle holds one instruction per stage. Doing it correctly forces a rearrangement: the next-PC computation must move into Fetch as a prediction, because the later stages that used to compute it are now busy with other instructions. We walk SEQ to SEQ+ to PIPE, spell out exactly what each pipeline register carries, and fix the naming discipline (D_stat versus d_stat) that keeps five in-flight instructions straight.\n",{"path":16582,"title":16583,"module":16575,"summary":16584},"\u002Fcomputer-architecture\u002Fpipelining\u002Fdata-hazards-stalling-and-forwarding","Data Hazards: Stalling and Forwarding","Overlapping instructions collide when a later one needs a value an earlier one has not finished computing: a read-after-write data hazard. We map exactly which instruction distances are dangerous, fix hazards the slow way by stalling (three bubbles), then the fast way by forwarding from five distinct sources into Decode, in a priority order that sequential semantics forces. Forwarding handles almost everything; the load-use hazard still needs exactly one stall.\n",{"path":16586,"title":16587,"module":16575,"summary":16588},"\u002Fcomputer-architecture\u002Fpipelining\u002Fcontrol-hazards-and-branch-prediction","Control Hazards and Branch Prediction","A pipeline must fetch an instruction every cycle, but after a conditional jump or a ret the next address is not yet known: a control hazard. We measure the branch penalty, weigh predict-taken against its alternatives with real loop arithmetic, watch PIPE detect a misprediction in Execute and squash the two wrong-path instructions, and meet the ret hazard, which has nothing to predict and stalls three cycles. A 2-bit counter gives a taste of dynamic prediction.\n",{"path":16590,"title":16591,"module":16575,"summary":16592},"\u002Fcomputer-architecture\u002Fpipelining\u002Fthe-complete-pipe-processor","The Complete PIPE Processor","We assemble the full pipelined Y86-64: five stages, five pipeline registers, forwarding paths, and a small control unit that decides, each cycle, whether to stall or bubble each register. The subtle part is when hazards combine: one pairing hides a genuine bug. A fourth control case reads stat and keeps exceptions precise. Performance reduces to CPI = 1 + lp + mp + rp, worked out to 1.27 with realistic frequencies, and PIPE beats SEQ by several times despite every penalty.\n",{"path":16594,"title":16595,"module":16596,"summary":16597},"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fstorage-technologies-and-the-latency-gap","Storage Technologies and the Latency Gap","The Memory Hierarchy","No single memory is both fast and large and cheap. We survey the technologies a machine can store bits in — SRAM, DRAM, flash, and rotating disk — open up a DRAM chip to find the row buffer, work a disk access down to the millisecond, and rank everything by speed, density, and cost per bit. Then we watch the processor outrun memory decade after decade. That widening gap is the whole reason a machine stacks fast small storage on top of slow large storage into a hierarchy.\n",{"path":16599,"title":16600,"module":16596,"summary":16601},"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Flocality","Locality","A hierarchy only pays off because programs do not touch memory at random. They reuse recently-used data (temporal locality) and touch nearby data soon after (spatial locality). We make both precise and then quantitative: miss rates for stride-1 and stride-k traversals against a concrete block size, and the loop-order pair on a 2-D array where the same sum misses 16 times one way and 64 times the other — why row-major versus column-major order can change a program's speed by an order of magnitude.\n",{"path":16603,"title":16604,"module":16596,"summary":16605},"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fcache-memories-direct-mapped","Cache Memories and Direct Mapping","A cache is fast SRAM that holds copies of recently-used blocks of main memory. We fix its organization — S sets, E lines per set, B bytes per block — and the way it dissects an address into tag, set index, and block offset, worked bit by bit on a concrete 16-byte cache. Then we run the direct-mapped (E=1) access algorithm end to end on a seven-access trace: index to a set, compare the tag, hit or miss, evict. Cold and conflict misses fall out of the structure, and a two-array ping-pong shows conflict thrashing and its padding fix.\n",{"path":16607,"title":16608,"module":16596,"summary":16609},"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fset-associative-and-write-policies","Set-Associative Caches and Write Policies","Give each set several lines and a block has a choice of homes — fewer conflict misses, at the cost of comparing E tags in parallel and choosing a victim to evict. We re-run the direct-mapped ping-pong trace on a 2-way cache and watch the conflicts vanish, weigh LRU against random replacement, then turn to writes: write-through versus write-back with a dirty bit on a hit, write-allocate versus no-write-allocate on a miss, and a worked traffic count showing when each pairing wins.\n",{"path":16611,"title":16612,"module":16596,"summary":16613},"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fcache-performance-and-cache-friendly-code","Cache Performance and Cache-Friendly Code","Turn the cache mechanism into a number. Hit time, miss rate, and miss penalty combine into the average memory access time; we compute AMAT for a two-level hierarchy with real numbers, weigh the design knobs against each other, and read the memory mountain. Then we write cache-friendly code — the matrix-multiply loop-order case study (ijk versus kij, misses counted per iteration) and loop blocking, where cache-sized tiles turn evicted reuse back into hits.\n",{"path":16615,"title":16616,"module":16617,"summary":16618},"\u002Fcomputer-architecture\u002Fvirtual-memory\u002Faddress-spaces-and-translation","Address Spaces and Translation","Virtual Memory","Every process runs as if it owns a private, contiguous span of memory — its virtual address space — while the hardware maps those addresses onto a single shared physical memory. We fix virtual memory's three jobs (a cache for disk, a memory manager, a protection boundary), the page as the unit of mapping, and the MMU replacing the virtual page number while the offset passes through untouched — then run one translation end to end at the bit level and trace the control flow of a page hit against a page fault.\n",{"path":16620,"title":16621,"module":16617,"summary":16622},"\u002Fcomputer-architecture\u002Fvirtual-memory\u002Fpage-tables-and-page-faults","Page Tables and Page Faults","The page table is an array of page-table entries indexed by virtual page number; each entry's valid bit says whether the page is in DRAM, on disk, or unallocated, and its permission, reference, and dirty bits drive protection and replacement. We walk translation as a table lookup, the page fault and demand paging, the clock algorithm the OS uses to approximate LRU, memory mapping and copy-on-write (why fork is cheap), the taxonomy of bad references, and thrashing.\n",{"path":16624,"title":16625,"module":16617,"summary":16626},"\u002Fcomputer-architecture\u002Fvirtual-memory\u002Fthe-tlb-and-multi-level-page-tables","The TLB and Multi-Level Page Tables","A page-table read on every access would double memory traffic; a flat table for a 48-bit space would occupy 512 GB per process. The TLB fixes the first: a small set-associative cache of PTEs inside the MMU whose tag and index come from the VPN. Multi-level page tables fix the second, allocating only the sub-tables a process uses; x86-64 walks four levels with a 9+9+9+9+12 split. We trace one reference end to end through TLB, walk, and cache, and close with the overlap trick that lets the L1 cache start before translation ends.\n",{"path":16628,"title":16629,"module":16630,"summary":16631},"\u002Fcomputer-architecture\u002Fexceptions-and-io\u002Fexceptional-control-flow","Exceptional Control Flow","Exceptions & I\u002FO","Beyond the sequential, branch, and call flow a program controls itself, the hardware can divert the processor in response to events. We sort these into four classes — interrupts (asynchronous, from devices), traps (intentional syscalls), faults (recoverable, like a page fault), and aborts (unrecoverable) — then take the mechanism apart: exception numbers and the table dispatch, what the hardware pushes and why it differs from a procedure call, the divide-error \u002F page-fault \u002F general-protection trio on x86-64, the full syscall round trip with a worked write in assembly, and processes and signals as the abstractions ECF makes possible.\n",{"path":16633,"title":16634,"module":16630,"summary":16635},"\u002Fcomputer-architecture\u002Fexceptions-and-io\u002Finterrupts-and-the-kernel","Interrupts and the Kernel","An I\u002FO device signals completion by raising an interrupt, crossing the privilege boundary from user mode into the kernel. We fix that boundary, follow an interrupt from device through the interrupt controller to its vectored handler, and use the timer interrupt to drive preemptive scheduling and the context switch. Then the I\u002FO mechanics: polling versus interrupt-driven I\u002FO with a cycle count, device registers and memory-mapped I\u002FO versus port I\u002FO, DMA's full transfer walkthrough and its cache hazard, and a disk read traced end to end, from the read syscall to the completion interrupt.\n",{"path":16637,"title":16638,"module":16639,"summary":16640},"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fprocesses-threads-and-parallelism","Processes, Threads, and Parallelism","Multithreading & Multicore","Around 2004 the single core stopped getting faster, and the industry's answer was to hand programmers more cores instead. This lesson builds the vocabulary that shift demands: process versus thread and exactly which hardware state each one owns, concurrency versus parallelism, the three kinds of parallelism a machine can exploit, why Dennard scaling ended and forced the multicore turn, and Amdahl's law — the arithmetic that bounds the speedup those cores can deliver.\n",{"path":16642,"title":16643,"module":16639,"summary":16644},"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fhardware-multithreading","Hardware Multithreading","A pipeline spends much of its life waiting — on cache misses, on dependences, on branches. Hardware multithreading fills the dead cycles with instructions from another thread. We compare coarse-grained switching (change threads on a long stall), fine-grained interleaving (change every cycle), and simultaneous multithreading (mix threads inside a single cycle), work out exactly which hardware a second thread context duplicates and which it shares, and weigh when SMT pays off and when two threads just fight over one cache.\n",{"path":16646,"title":16647,"module":16639,"summary":16648},"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fcache-coherence","Cache Coherence","Give each core its own cache and the same address can live in two places at once, with copies that disagree. We reproduce the stale-copy bug with a two-core trace, then fix it the way hardware does: snooping caches that watch a shared bus and keep every line in a protocol state. We build MSI in full, upgrade it to MESI, contrast invalidation with updating, add coherence misses as the fourth C, and end with false sharing: the performance bug where cores fight over a line while never touching the same byte.\n",{"path":16650,"title":16651,"module":16639,"summary":16652},"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fmemory-consistency-and-synchronization","Memory Consistency and Synchronization","Coherence keeps cores agreeing about one location; consistency is the contract about many. We define sequential consistency, then watch real hardware break it: the store buffer lets a load slip ahead of an older store, and the classic two-thread litmus test ends with both sides reading zero. We state x86-TSO precisely, restore order with mfence, build atomic read-modify-write from the lock prefix, xchg, and cmpxchg, and write a spinlock twice — once naively, once bus-friendly — closing with what lock-free progress actually guarantees.\n",{"path":16654,"title":16655,"module":16639,"summary":16656},"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fmulticore-organization","Multicore Organization","Where everything sits on the die. A modern die gives each core private L1 and L2 caches, spreads a shared last-level cache across slices, and wires it all together with a ring or mesh; multi-socket servers add NUMA, where memory is local to one socket and every remote access pays a latency penalty. We walk the floorplan, put numbers on local versus remote latency, meet thread affinity, and account for the two shared resources — coherence traffic and LLC capacity — that decide how far a parallel program scales.\n",{"path":16658,"title":16659,"module":16660,"summary":16661},"\u002Fcomputer-architecture\u002Fcapstone\u002Fthe-whole-machine","The Whole Machine","Capstone","We take one line of C down the whole tower the course built — compiler to assembly, assembly to machine-code bytes, the bytes into the fetch–decode–execute datapath — then trace one load and one add through the pipelined, cached, translated, interruptible machine, each step cross-linked to the lesson that built it. We close with the map of the course as a stack of layers and an accounting of what we simplified: out-of-order execution, superscalar issue, and speculation past the branch predictor.\n",{"path":16663,"title":16664,"module":16660,"summary":16665},"\u002Fcomputer-architecture\u002Fcapstone\u002Fassembling-a-complete-cpu","Assembling a Complete CPU","We bolt the parts the course built — PC, instruction memory and its fetch logic, register file, ALU, condition codes, data memory, and the control unit — into one complete CPU, name the lesson that built each, wire them in a deliberate order, and power the machine on from reset. Then we assemble a real test program (sum a four-element array through a call\u002Fret procedure), give its exact bytes and memory layout, and trace it cycle by cycle to the answer 0xabcdabcdabcd. We close with how to validate such a machine, and what it takes to put two of them on one die.\n",{"path":16667,"title":16668,"module":6,"summary":6},"\u002Fcomputer-architecture","Computer Architecture",{"path":16670,"title":16671,"module":15262,"summary":16672},"\u002Fdifferential-equations\u002Ffoundations\u002Fmodels-and-direction-fields","Models, Direction Fields, and Solution Curves","A differential equation relates an unknown function to its own rates of change. Three first-order models — a falling body, a cooling object, a population under predation — share the form dy\u002Fdt = ay - b; the slope field fixes their equilibria and long-run behavior before any formula is found. Solving the linear case gives the general solution, its integral curves, and the particular solution selected by an initial condition.\n",{"path":16674,"title":16675,"module":15262,"summary":16676},"\u002Fdifferential-equations\u002Ffoundations\u002Fclassification-and-terminology","Classifying Equations: Order, Linearity, ODE vs. PDE","Every solution method targets a specific class of equation, so the first question about any differential equation is which classes it belongs to. Four independent axes sort them: ordinary versus partial, order, linear versus nonlinear, and homogeneous versus nonhomogeneous. Systems, verification of a solution by substitution, and the split between initial and boundary value problems complete the vocabulary.\n",{"path":16678,"title":16679,"module":16680,"summary":16681},"\u002Fdifferential-equations\u002Ffirst-order\u002Flinear-first-order-integrating-factors","Linear Equations and Integrating Factors","First-Order Equations","A first-order linear equation has the unknown and its derivative to the first power only. Multiplying by an integrating factor collapses the left side into a single derivative, and one integration gives the general solution in closed form. The solution exists wherever the coefficients are continuous, and for a constant coefficient it splits into a decaying transient and a steady state set by the forcing.\n",{"path":16683,"title":16684,"module":16680,"summary":16685},"\u002Fdifferential-equations\u002Ffirst-order\u002Fseparable-and-exact","Separable and Exact Equations","Two nonlinear first-order classes solve by direct integration. A separable equation splits so that each variable can be integrated on its own side, giving an implicit relation. An exact equation is the total differential of a hidden potential function, recognized by a symmetry test on its coefficients; when the test fails, an integrating factor can sometimes restore exactness. A change of variable brings homogeneous equations into the separable class.\n",{"path":16687,"title":16688,"module":16680,"summary":16689},"\u002Fdifferential-equations\u002Ffirst-order\u002Fmodeling-first-order","Modeling with First-Order Equations","A rate law is a differential equation. Each first-order model starts from one governing principle: conservation of mass for a mixing tank, proportional change for interest and radioactive decay, Newton's law of cooling, a force balance for a body falling against drag, and Kirchhoff's law for a series circuit. Setting the derivative to zero recovers the steady state, and the transient records how the initial condition relaxes toward it.\n",{"path":16691,"title":16692,"module":16680,"summary":16693},"\u002Fdifferential-equations\u002Ffirst-order\u002Fautonomous-and-population-dynamics","Autonomous Equations, Phase Lines, and Population Dynamics","An autonomous equation y' = f(y) can be analyzed qualitatively without being solved. Its constant solutions are the zeros of f, and the sign of f between them fixes whether nearby solutions rise or fall, which the phase line records as a column of arrows. The logistic and threshold models, constant- and effort-proportional harvesting, and the properties nonlinear equations lose all follow from this reading.\n",{"path":16695,"title":16696,"module":16680,"summary":16697},"\u002Fdifferential-equations\u002Ffirst-order\u002Fexistence-uniqueness-euler","Existence, Uniqueness, and Euler's Method","Existence and uniqueness can be settled before any attempt to solve. The existence-uniqueness theorem gives sufficient conditions on f, and a standard example shows what fails when they do not hold. Picard's successive approximations build the solution as the limit of an iteration, and Euler's method turns the same tangent-line idea into a numerical procedure for the equations no formula reaches.\n",{"path":16699,"title":16700,"module":16680,"summary":16701},"\u002Fdifferential-equations\u002Ffirst-order\u002Ffirst-order-difference-equations","First-Order Difference Equations","A difference equation advances a sequence one index at a time by a rule y_{n+1} = f(y_n). The linear case y_{n+1} = rho*y_n + b solves in closed form and converges to its equilibrium exactly when the ratio has magnitude below one, which underlies compound-interest and loan calculations. The logistic difference equation shows the nonlinear counterpart: an exchange of stability, a cascade of period doublings, and the onset of chaos.\n",{"path":16703,"title":16704,"module":16705,"summary":16706},"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fhomogeneous-constant-coefficients","Homogeneous Equations, the Wronskian, and Real Roots","Second-Order Linear Equations","A second-order linear homogeneous equation with constant coefficients is solved by guessing an exponential and reducing to the quadratic characteristic equation. Two solutions span every solution exactly when their Wronskian is nonzero; that condition, superposition, and Abel's formula give the full structure of the general solution for the case of two distinct real roots.\n",{"path":16708,"title":16709,"module":16705,"summary":16710},"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fcomplex-and-repeated-roots","Complex Roots, Repeated Roots, and Reduction of Order","When the characteristic equation has complex conjugate roots, Euler's formula converts the complex exponentials into a real fundamental set of decaying or growing oscillations. When it has a repeated root, one exponential is lost and reduction of order recovers the missing second solution as $t\\,e^{rt}$. The same substitution $y = v(t)y_1(t)$ finds a second solution from any known one.\n",{"path":16712,"title":16713,"module":16705,"summary":16714},"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fnonhomogeneous-undetermined-coefficients","Nonhomogeneous Equations: Undetermined Coefficients","The general solution of a nonhomogeneous linear equation is a complementary solution plus any one particular solution. When the forcing term is a polynomial, exponential, sine, or cosine, a particular solution can be found by assuming a trial form of the same shape with unknown coefficients and solving for them. The one complication is resonance, handled by multiplying the trial by a power of $t$.\n",{"path":16716,"title":16717,"module":16705,"summary":16718},"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fvariation-of-parameters","Variation of Parameters","Variation of parameters finds a particular solution of any nonhomogeneous linear equation from a fundamental set of the homogeneous one. Replacing the constants in the complementary solution by functions and imposing one convenient constraint reduces the problem to a two-by-two linear system whose solution is expressed through the Wronskian, giving an integral formula that works for forcing terms undetermined coefficients cannot touch.\n",{"path":16720,"title":16721,"module":16705,"summary":16722},"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fmechanical-electrical-vibrations","Mechanical and Electrical Vibrations","A spring-mass-damper obeys a second-order linear equation, and so does a series RLC circuit, with the same mathematics governing both. Free undamped motion is a pure sinusoid; damping adds a decaying envelope with three regimes; periodic forcing produces a transient that dies out and a steady-state oscillation whose amplitude peaks sharply near the natural frequency, the phenomenon of resonance.\n",{"path":16724,"title":16725,"module":16705,"summary":16726},"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fhigher-order-linear","Higher-Order Linear Equations","The second-order theory extends directly to order $n$: the solution space is $n$-dimensional, spanned by any $n$ solutions with nonzero Wronskian. For constant coefficients the characteristic polynomial has degree $n$, and its roots (counted with multiplicity, real and complex) build the basis by the same rules as before. Coupled oscillators are the natural application that raises the order.\n",{"path":16728,"title":16729,"module":16730,"summary":16731},"\u002Fdifferential-equations\u002Fseries-solutions\u002Fpower-series-ordinary-points","Power Series Solutions Near Ordinary Points","Series Solutions and Special Functions","A linear equation with variable coefficients has no characteristic equation. A power series substituted into the equation matches coefficients to a recurrence relation, which near an ordinary point yields two independent analytic solutions. The radius of convergence is at least the distance from the expansion point to the nearest singular point in the complex plane.\n",{"path":16733,"title":16734,"module":16730,"summary":16735},"\u002Fdifferential-equations\u002Fseries-solutions\u002Fregular-singular-frobenius","Euler Equations, Regular Singular Points, and Frobenius","The Euler equation x^2 y'' + a x y' + b y = 0 is solved outright by y = x^r, and its three root cases fix the behavior at any regular singular point. The Frobenius method multiplies x^r by a power series; the indicial equation chooses the exponents, and equal or integer-separated roots force a logarithm in the second solution. Gauss's hypergeometric equation is the archetype containing most classical functions as special cases.\n",{"path":16737,"title":16738,"module":16730,"summary":16739},"\u002Fdifferential-equations\u002Fseries-solutions\u002Fbessel-and-special-functions","Bessel's Equation, Legendre Polynomials, and Special Functions","Bessel's equation puts the Frobenius machinery through all three of its cases and produces the functions J and Y that govern anything vibrating or diffusing with circular symmetry. The gamma function extends the factorial so that Bessel functions of every order make sense; Legendre's equation, run through the hypergeometric form, yields the polynomials that play the same role in spherical geometry. Orthogonality ties both families to the eigenfunction expansions of Sturm–Liouville theory.\n",{"path":16741,"title":16742,"module":16743,"summary":16744},"\u002Fdifferential-equations\u002Flaplace\u002Flaplace-definition-ivps","The Laplace Transform: Definition, Properties, and Solving IVPs","The Laplace Transform","The Laplace transform sends a function of time to a function of a complex frequency by integrating it against the kernel e^{-st}. Differentiation in t becomes multiplication by s, so a linear constant-coefficient initial value problem turns into an algebraic equation. Existence rests on piecewise continuity and exponential order; the derivative rule folds in the initial data; and inversion runs through a transform table and partial fractions.\n",{"path":16746,"title":16747,"module":16743,"summary":16748},"\u002Fdifferential-equations\u002Flaplace\u002Fstep-impulse-convolution","Step Functions, Discontinuous Forcing, Impulses, and Convolution","The Heaviside step function and the second shifting theorem transform switches and discontinuous forcing into exponential factors on the transform. The Dirac delta idealizes an instantaneous impulse and transforms to a pure exponential. The convolution theorem inverts a product of transforms, writes the forced response as the impulse response convolved with the input, and solves Abel's tautochrone by transform.\n",{"path":16750,"title":16751,"module":16752,"summary":16753},"\u002Fdifferential-equations\u002Fsystems\u002Fmatrices-eigenvalues-review","Matrices, Linear Systems, and the Eigenvalue Toolkit","Systems of First-Order Linear Equations","Any nth-order linear equation, and any coupled collection of them, rewrites as a single first-order system x' = P(t)x + g(t). The matrix and vector algebra behind that form, the eigenvalue problem det(A - λI) = 0 that drives every solution method, and the fundamental theory — superposition, the Wronskian, Abel's theorem — together establish that n independent solutions span all solutions.\n",{"path":16755,"title":16756,"module":16752,"summary":16757},"\u002Fdifferential-equations\u002Fsystems\u002Fconstant-coefficient-systems-phase-portraits","Homogeneous Constant-Coefficient Systems and Phase Portraits","For x' = Ax with A constant, the trial x = ξe^{rt} turns the differential equation into the eigenvalue problem Aξ = rξ. The eigenvalues fix the geometry of the phase plane: real opposite signs give a saddle, real same sign a node, complex a spiral, purely imaginary a center. Worked in the plane, these cases form the eigenvalue-type classification of equilibria.\n",{"path":16759,"title":16760,"module":16752,"summary":16761},"\u002Fdifferential-equations\u002Fsystems\u002Frepeated-eigenvalues-fundamental-matrices","Repeated Eigenvalues, Fundamental Matrices, and Nonhomogeneous Systems","When a repeated eigenvalue supplies too few eigenvectors, a generalized eigenvector supplies the missing solution as ξte^{ρt} + ηe^{ρt}, giving an improper node. A fundamental set packaged as a matrix Φ(t) yields the matrix exponential e^{At}, the propagator mapping initial states to later ones. Variation of parameters solves the nonhomogeneous system x' = Ax + g(t).\n",{"path":16763,"title":16764,"module":16765,"summary":16766},"\u002Fdifferential-equations\u002Fnumerical\u002Feuler-and-runge-kutta","Euler, Improved Euler, and Runge–Kutta","Numerical Methods","Most initial value problems have no closed-form solution, so the solution is approximated on a grid. Euler's method steps along the tangent line, the improved Euler method averages two slopes, and the classical Runge–Kutta method averages four. Each added stage raises the order of accuracy at the cost of more evaluations per step, measured by how the local and global truncation errors scale with the step size.\n",{"path":16768,"title":16769,"module":16765,"summary":16770},"\u002Fdifferential-equations\u002Fnumerical\u002Fmultistep-systems-stability","Multistep Methods, Systems, and Stability","One-step methods discard everything but the last point. Multistep methods fit a polynomial to several past values and integrate it forward: the explicit Adams–Bashforth formulas, the implicit and more accurate Adams–Moulton formulas, and predictor–corrector pairs that combine them. The same rules extend verbatim to systems in vector form. A separate concern is stability: round-off can dominate truncation, and stiff equations force a tiny step for stability even when accuracy would allow a large one.\n",{"path":16772,"title":16773,"module":16774,"summary":16775},"\u002Fdifferential-equations\u002Fnonlinear\u002Fphase-plane-autonomous-stability","The Phase Plane, Critical Points, and Stability","Nonlinear Systems and Stability","Most nonlinear systems cannot be solved in closed form, so they are studied geometrically. The phase plane turns an autonomous planar system into a family of trajectories; the five archetypes of critical point follow from the eigenvalues of the coefficient matrix; the trace-determinant plane reads off type and stability directly; and epsilon-delta definitions make stability, asymptotic stability, and instability precise.\n",{"path":16777,"title":16778,"module":16774,"summary":16779},"\u002Fdifferential-equations\u002Fnonlinear\u002Flocally-linear-and-liapunov","Locally Linear Systems and Liapunov's Method","Near a critical point a nonlinear system looks linear, and the linear part is the Jacobian. The linearization fixes the type and stability of the nonlinear critical point in every case except a center or a repeated eigenvalue. Liapunov's direct method settles those cases and bounds the basin of attraction by constructing an energy-like function, without solving the system.\n",{"path":16781,"title":16782,"module":16774,"summary":16783},"\u002Fdifferential-equations\u002Fnonlinear\u002Fcompeting-species-predator-prey-limit-cycles","Population Models, Limit Cycles, and Chaos","The phase-plane methods apply directly to interacting-population models. Competing species either coexist or drive one another to extinction, decided by a single inequality among the interaction constants; the Lotka-Volterra predator-prey system produces closed population cycles. Limit cycles and the Poincaré-Bendixson theorem, the van der Pol oscillator, and the Lorenz equations with their strange attractor carry the theory into chaos.\n",{"path":16785,"title":16786,"module":16787,"summary":16788},"\u002Fdifferential-equations\u002Fpdes-fourier-bvp\u002Ffourier-series","Fourier Series and Convergence","PDEs, Fourier Series, and Boundary Value Problems","A two-point boundary value problem has nontrivial solutions only at a discrete set of eigenvalues, the same trichotomy that governs a singular linear system. For y'' + lambda y = 0 with zero endpoints the eigenfunctions are sines and cosines, and their orthogonality gives the Euler-Fourier coefficient formulas. The convergence theorem fixes when the series returns the function, the Gibbs phenomenon measures the overshoot at a jump, and even\u002Fodd symmetry produces half-range sine and cosine series.\n",{"path":16790,"title":16791,"module":16787,"summary":16792},"\u002Fdifferential-equations\u002Fpdes-fourier-bvp\u002Fheat-wave-laplace-equations","Separation of Variables: Heat, Wave, and Laplace Equations","Separation of variables replaces a partial differential equation by a pair of ordinary ones joined through a shared separation constant. Applied to the heat equation it produces the eigenvalue problem X'' + lambda X = 0, and the solution assembles as a Fourier series in the eigenfunctions. The same steps solve the wave equation, whose modes are standing waves, and Laplace's equation, the steady-state limit posed on a region rather than an interval.\n",{"path":16794,"title":16795,"module":16787,"summary":16796},"\u002Fdifferential-equations\u002Fpdes-fourier-bvp\u002Fsturm-liouville","Sturm-Liouville Theory","The eigenvalue problem behind separation of variables generalizes to the self-adjoint Sturm-Liouville form. Lagrange's identity makes the operator symmetric, and from that one fact follow real eigenvalues, orthogonal eigenfunctions, and eigenfunction expansions that behave like Fourier series. Singular problems admit Bessel and Legendre functions, and Sturm's separation and comparison theorems describe how the eigenfunctions oscillate.\n",{"path":16798,"title":16799,"module":16800,"summary":16801},"\u002Fdifferential-equations\u002Fhistory-variations\u002Fcalculus-of-variations","The Calculus of Variations","Historical Notes and the Calculus of Variations","Ordinary calculus finds the point where a function is stationary; the calculus of variations finds the whole curve where an integral is stationary. Euler's differential equation is the necessary condition for an extremal, and it becomes integrable in three cases, solving the shortest-path, minimal-surface, and brachistochrone problems. Lagrange multipliers extend the method to isoperimetric constraints, and Hamilton's principle recovers Newton's law from a single stationary integral.\n",{"path":16803,"title":16804,"module":16800,"summary":16805},"\u002Fdifferential-equations\u002Fhistory-variations\u002Fhistorical-notes","Great Problems and the People Who Solved Them","Differential equations grew out of specific problems, not a plan: the invention of calculus by Newton and Leibniz, the Bernoulli brachistochrone challenge, Euler's flood of methods, Lagrange's analytical mechanics, Gauss and Riemann's rigor, Laplace's celestial mechanics, and Poincaré's qualitative theory. Each method descends from a named problem, and reading the subject forward from those problems explains why its parts fit together.\n",{"path":16807,"title":16808,"module":6,"summary":6},"\u002Fdifferential-equations","Differential Equations",{"path":16810,"title":16811,"module":16812,"summary":16813},"\u002Frelativity\u002Ffoundations\u002Fspecial-relativity-postulates","The Postulates of Special Relativity","Foundations of Relativity","Newton's laws are the same in every inertial frame, but Maxwell's are not: the equations of electromagnetism single out one speed, c, and the nineteenth century read that as the speed of light relative to a medium, the ether. The Michelson-Morley experiment looked for Earth's motion through that medium and found nothing. Einstein's two postulates replace the ether, and their first consequence is that simultaneity is frame-dependent.\n",{"path":16815,"title":16816,"module":16812,"summary":16817},"\u002Frelativity\u002Ffoundations\u002Florentz-transformation-spacetime","The Lorentz Transformation and Spacetime","Requiring that a light sphere stay a light sphere in every inertial frame fixes the coordinate change between frames uniquely: the Lorentz transformation, with its factor gamma. Differentiating it gives relativistic velocity addition, which caps composed speeds at c. Plotting the same events on skewed spacetime axes turns the algebra into geometry, with calibration hyperbolae, an invariant interval, and a light cone that sorts events into past, future, and elsewhere.\n",{"path":16819,"title":16820,"module":16812,"summary":16821},"\u002Frelativity\u002Ffoundations\u002Ftime-dilation-length-contraction","Time Dilation, Length Contraction, and Paradoxes","A light clock and the constancy of c give the two headline effects directly: a moving clock runs slow by gamma, and a moving rod is short by the same factor. Cosmic-ray muons reaching sea level are the standing experimental proof. The relativistic Doppler effect adds the time-dilation factor to the classical shift, and the twin and pole-barn paradoxes dissolve once the relativity of simultaneity is taken seriously.\n",{"path":16823,"title":16824,"module":16812,"summary":16825},"\u002Frelativity\u002Ffoundations\u002Frelativistic-momentum-energy","Relativistic Momentum and Energy","Conserving momentum in every inertial frame forces the redefinition p = gamma m u, which diverges as the speed approaches c. Integrating the corresponding force gives the total energy E = gamma m c-squared, whose rest term m c-squared is Einstein's mass-energy equivalence. Energy and momentum join into a four-vector whose invariant length is the rest energy, giving E-squared = (pc)-squared + (m c-squared)-squared, massless particles, and nuclear binding energy.\n",{"path":16827,"title":16828,"module":16812,"summary":16829},"\u002Frelativity\u002Ffoundations\u002Fgeneral-relativity","A Taste of General Relativity","Einstein's happiest thought was that a freely falling observer feels no gravity: a uniform gravitational field is locally indistinguishable from an accelerating frame. That equivalence principle predicts that light bends near a mass, that clocks run slow deep in a gravitational well, that Mercury's orbit precesses, and that radar echoes are delayed. Every prediction has been confirmed, and pushing the redshift to its limit gives the black hole.\n",{"path":16831,"title":16832,"module":16833,"summary":16834},"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Fminkowski-spacetime-and-the-interval","Minkowski Spacetime and the Interval","Spacetime and the Lorentz Group","The Lorentz transformation of the foundations module is repackaged as the geometry of a four-dimensional space whose invariant is not a distance but the spacetime interval. Events, worldlines, and the metric signature define a causal structure that every observer shares. Proper time is the length of a timelike worldline, and the twin paradox becomes the statement that a straight worldline accumulates the most proper time.\n",{"path":16836,"title":16837,"module":16833,"summary":16838},"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Ffour-vectors-and-index-notation","Four-Vectors and Index Notation","The index calculus that the rest of the course runs on. Contravariant and covariant components, the Minkowski metric as the machine that raises and lowers indices, and the Einstein summation convention are assembled into scalar products that are the same in every frame. The four-velocity and four-acceleration follow, together with the identity that the four-velocity has constant invariant length.\n",{"path":16840,"title":16841,"module":16833,"summary":16842},"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Fthe-lorentz-group-and-rapidity","The Lorentz Group and Rapidity","The Lorentz transformations are the linear maps that preserve the Minkowski metric, and they form the group O(1,3). Boosts are hyperbolic rotations parametrized by rapidity, which adds along a line where velocity does not. The boost and rotation generators fix the group's local structure; its four disconnected components are set by two signs; and two non-collinear boosts compose into a boost plus a rotation, the Wigner rotation behind Thomas precession.\n",{"path":16844,"title":16845,"module":16833,"summary":16846},"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Fdoppler-aberration-and-appearance","Doppler, Aberration, and Appearance","Light carries a null four-momentum, and boosting it produces every optical effect of relativity at once. The covariant Doppler formula follows from the transformation of frequency, aberration from the transformation of direction, and the headlight effect from the resulting concentration of light forward. The Terrell-Penrose result shows that a fast object photographs as rotated, not contracted.\n",{"path":16848,"title":16849,"module":16850,"summary":16851},"\u002Frelativity\u002Frelativistic-dynamics\u002Ffour-momentum-force-and-accelerated-motion","Four-Momentum, Four-Force, and Accelerated Motion","Relativistic Dynamics","The four-momentum packages energy and momentum into a single vector whose invariant length is the rest mass. Its proper-time derivative is the four-force, always orthogonal to the four-velocity, and a constant orthogonal four-force produces hyperbolic motion. Constant proper acceleration gives rapidity linear in proper time, the relativistic rocket equation, and the Rindler horizon behind an eternally accelerating observer.\n",{"path":16853,"title":16854,"module":16850,"summary":16855},"\u002Frelativity\u002Frelativistic-dynamics\u002Fparticle-decays-and-two-body-kinematics","Particle Decays and Two-Body Kinematics","Conservation of four-momentum fixes the kinematics of a decay from the masses alone. In the center-of-momentum frame a parent breaks into two daughters with equal and opposite momenta and energies set by the Kallen triangle function. Boosting to the lab opens the decay into a cone, and the invariant mass built from the daughters reconstructs the parent as a peak. Worked cases: the two-photon decay of the neutral pion and a heavy two-body hadronic decay.\n",{"path":16857,"title":16858,"module":16850,"summary":16859},"\u002Frelativity\u002Frelativistic-dynamics\u002Fcollisions-thresholds-and-the-cm-frame","Relativistic Collisions and Threshold Energies","Two-body collisions run on the same conserved four-momentum as decays. The invariant s sets the total energy available in the center-of-momentum frame and therefore the threshold for producing new particles. Fixed-target energy grows only as the square root of beam energy while a collider grows linearly, which is why colliders reach high energy. Compton scattering follows as a worked photon-electron collision giving the wavelength shift.\n",{"path":16861,"title":16862,"module":16850,"summary":16863},"\u002Frelativity\u002Frelativistic-dynamics\u002Fmandelstam-variables-and-invariants","Mandelstam Variables and Lorentz Invariants","For a two-to-two process the three Mandelstam invariants s, t, and u encode all the kinematics in frame-independent form. They obey a single linear constraint, the sum of the four squared masses, so only two are independent. s is the center-of-momentum energy squared, t and u are momentum transfers tied to the scattering angle, and crossing symmetry relates one amplitude across three channels through these variables.\n",{"path":16865,"title":16866,"module":16867,"summary":16868},"\u002Frelativity\u002Fcovariant-electrodynamics\u002Ffour-current-and-the-four-potential","The Four-Current and Four-Potential","Covariant Electromagnetism","Charge density and current combine into a single four-vector whose divergence is charge conservation. The scalar and vector potentials combine likewise into the four-potential, whose gauge freedom fixes to the Lorenz condition, reducing Maxwell's equations for the potentials to a single wave equation sourced by the four-current.\n",{"path":16870,"title":16871,"module":16867,"summary":16872},"\u002Frelativity\u002Fcovariant-electrodynamics\u002Fthe-electromagnetic-field-tensor","The Electromagnetic Field Tensor","The antisymmetric derivative of the four-potential is the field-strength tensor F, gauge invariant by construction, with the electric and magnetic fields as its components. Its dual exchanges E and B, and its two contractions form the Lorentz invariants that classify a field as electric, magnetic, or radiative in every frame.\n",{"path":16874,"title":16875,"module":16867,"summary":16876},"\u002Frelativity\u002Fcovariant-electrodynamics\u002Ftransformation-of-electric-and-magnetic-fields","How E and B Transform","Transforming the field tensor under a boost gives explicit rules for the electric and magnetic fields: components along the motion are unchanged, transverse components mix and pick up a gamma. The field of a uniformly moving charge compresses transversely, and the force between a current and a moving charge shows that magnetism is the relativistic shadow of electrostatics.\n",{"path":16878,"title":16879,"module":16867,"summary":16880},"\u002Frelativity\u002Fcovariant-electrodynamics\u002Fcovariant-maxwell-and-the-stress-energy-tensor","Covariant Maxwell and the Stress–Energy Tensor","Maxwell's four equations collapse into two tensor equations, one sourced by the four-current and one an identity on the field strength, with charge conservation automatic. The Lorentz force becomes a four-vector law, and the field's energy, momentum, and stress assemble into a symmetric, conserved stress–energy tensor — the object that will source gravity.\n",{"path":16882,"title":16883,"module":16884,"summary":16885},"\u002Frelativity\u002Fcurved-spacetime\u002Fthe-equivalence-principle-formalized","The Equivalence Principle","Curved Spacetime","The equality of gravitational and inertial mass promotes to a physical principle in three graded strengths — weak, Einstein, and strong. A freely falling laboratory is locally indistinguishable from an inertial frame, but the qualifier \"locally\" is essential: the size of the patch over which gravity vanishes is set by the tidal field, which no change of frame can remove. Tidal forces are the true, coordinate-independent signature of gravity, and they are what curvature will measure.\n",{"path":16887,"title":16888,"module":16884,"summary":16889},"\u002Frelativity\u002Fcurved-spacetime\u002Fmanifolds-vectors-and-the-metric","Manifolds, Vectors, and the Metric","A manifold is a space that looks locally like flat space, described by overlapping coordinate charts. Tangent vectors are directional derivatives with the coordinate basis vectors as partial-derivative operators; one-forms live in the dual space; and the metric tensor turns a coordinate line element into an invariant length. The 2-sphere and Rindler metrics serve as worked examples, including the coordinate singularities that are artefacts of the chart, not of the geometry.\n",{"path":16891,"title":16892,"module":16884,"summary":16893},"\u002Frelativity\u002Fcurved-spacetime\u002Fcovariant-derivative-and-christoffel-symbols","Parallel Transport and the Covariant Derivative","The ordinary derivative of a vector field is not a tensor, because it subtracts vectors living in different tangent spaces. A connection supplies the missing comparison: the covariant derivative adds Christoffel-symbol correction terms that cancel the coordinate artefacts. Requiring the connection to be torsion-free and to preserve the metric fixes the Christoffel symbols uniquely in terms of derivatives of the metric, giving the Levi-Civita connection that general relativity uses.\n",{"path":16895,"title":16896,"module":16884,"summary":16897},"\u002Frelativity\u002Fcurved-spacetime\u002Fgeodesics-and-the-geodesic-equation","Geodesics and the Newtonian Limit","Free fall is geodesic motion: a freely falling particle follows the straightest possible worldline, obtained either by parallel-transporting its own tangent vector or by extremizing proper time. Both routes give the geodesic equation. Affine parameters, and conserved quantities from symmetries via Killing vectors, make it solvable. In the weak-field slow-motion limit the geodesic equation reproduces Newton's law of gravity, fixing the time-time metric component as the Newtonian potential.\n",{"path":16899,"title":16900,"module":16884,"summary":16901},"\u002Frelativity\u002Fcurved-spacetime\u002Fcurvature-riemann-and-geodesic-deviation","Curvature and the Riemann Tensor","Curvature is the failure of parallel transport to commute: carrying a vector around an infinitesimal loop returns it rotated, and the rotation per unit area is the Riemann tensor. Its symmetries cut the components to twenty in four dimensions. Geodesic deviation makes it the equation of tidal forces, and its contractions — the Ricci tensor, the Ricci scalar, and the divergence-free Einstein tensor — assemble the objects the field equation is built from.\n",{"path":16903,"title":16904,"module":16884,"summary":16905},"\u002Frelativity\u002Fcurved-spacetime\u002Fthe-einstein-field-equations","The Einstein Field Equations","The field equation is assembled from a short list of requirements: a symmetric, divergence-free, second-order geometric tensor set proportional to the stress–energy tensor, with the coefficient fixed by the Newtonian limit. The cosmological constant is the one extra term the requirements allow. The Einstein–Hilbert action gives the same equation from a variational principle, and the coupled system closes the logic of the module: matter curves spacetime, and spacetime tells matter how to move.\n",{"path":16907,"title":16908,"module":16909,"summary":16910},"\u002Frelativity\u002Fthe-schwarzschild-solution\u002Fthe-schwarzschild-metric","The Schwarzschild Metric","The Schwarzschild Solution","The first exact solution of Einstein's equation follows from two assumptions, staticity and spherical symmetry, imposed on the vacuum outside a mass. Solving the vacuum field equations fixes two metric functions and produces the Schwarzschild geometry, whose one length scale is the Schwarzschild radius $r_s = 2GM\u002Fc^2$. Birkhoff's theorem shows this is the only spherical vacuum, and the far field reduces to Newtonian gravity.\n",{"path":16912,"title":16913,"module":16909,"summary":16914},"\u002Frelativity\u002Fthe-schwarzschild-solution\u002Fgeodesics-and-orbits-in-schwarzschild","Orbits in the Schwarzschild Geometry","The two Killing symmetries of the Schwarzschild metric give a conserved energy and angular momentum per unit mass, reducing geodesic motion to a one-dimensional problem in an effective potential. The potential carries an extra attractive $1\u002Fr^3$ term absent from Newton's, which caps the centrifugal barrier, produces an innermost stable circular orbit at $6GM\u002Fc^2$, and makes bound orbits precess instead of closing.\n",{"path":16916,"title":16917,"module":16909,"summary":16918},"\u002Frelativity\u002Fthe-schwarzschild-solution\u002Flight-bending-and-null-geodesics","Null Geodesics and the Photon Sphere","Light follows null geodesics, governed by a photon effective potential with a single unstable maximum at $3GM\u002Fc^2$, the photon sphere. The impact parameter sorts rays into those that escape with a deflection and those captured, with the critical value $b_c = 3\\sqrt{3}\\,GM\u002Fc^2$ dividing them. A grazing ray bends by $4GM\u002F(c^2 b)$, twice the naive Newtonian value, and the critical impact parameter sets the edge of a black hole's shadow.\n",{"path":16920,"title":16921,"module":16922,"summary":16923},"\u002Frelativity\u002Ftests-of-general-relativity\u002Fperihelion-precession-of-mercury","The Perihelion Precession of Mercury","Tests of General Relativity","A single extra term in the Schwarzschild orbit equation, cubic in the inverse radius, keeps a bound orbit from closing. The perturbation advances the perihelion by 6πGM\u002F(c²a(1−e²)) per revolution, which for Mercury is 43 arcseconds per century — exactly the anomaly left after Newtonian planetary perturbations are subtracted. A note on frame dragging closes the lesson.\n",{"path":16925,"title":16926,"module":16922,"summary":16927},"\u002Frelativity\u002Ftests-of-general-relativity\u002Fdeflection-of-light-and-gravitational-lensing","Light Deflection and Gravitational Lensing","A light ray grazing the Sun bends by 4GM\u002F(c²b), exactly twice the value a Newtonian corpuscle would give; the extra factor is the curvature of space. The 1919 eclipse confirmed it. The same bending focuses light from distant sources into Einstein rings, multiple images, and microlensing brightenings, making lensing a direct probe of mass, including mass that emits no light.\n",{"path":16929,"title":16930,"module":16922,"summary":16931},"\u002Frelativity\u002Ftests-of-general-relativity\u002Fgravitational-redshift-and-shapiro-delay","Gravitational Redshift and the Shapiro Delay","A clock deeper in a gravitational well ticks slower, and a photon climbing out loses frequency by the ratio of the metric's time-time components. Pound and Rebka measured the 2.5×10⁻¹⁵ shift over a 22.5-metre tower. Radar signals grazing the Sun return late by about 250 microseconds, the Shapiro delay. Both probe the time part of the metric directly.\n",{"path":16933,"title":16934,"module":16922,"summary":16935},"\u002Frelativity\u002Ftests-of-general-relativity\u002Frelativity-in-technology-gps","Relativity and the Global Positioning System","A GPS satellite clock runs slow by 7 microseconds a day from its orbital speed and fast by 46 from its higher gravitational potential, a net gain of about 38 microseconds a day. Left uncorrected, the timing error would grow into kilometres of position error within a day and exceed navigation tolerance within minutes. The satellites carry a pre-launch frequency offset to cancel it.\n",{"path":16937,"title":16938,"module":16939,"summary":16940},"\u002Frelativity\u002Fblack-holes\u002Fhorizons-and-coordinate-singularities","Horizons and Coordinate Singularities","Black Holes","The Schwarzschild radius is a coordinate singularity, not a curvature singularity: the metric blows up there only because the static coordinates fail, while the geometry stays finite. Eddington–Finkelstein and Kruskal– Szekeres coordinates cross the horizon smoothly and show the light cones tipping toward the center. A freely falling observer reaches the true singularity at r=0 in finite proper time, while a distant observer sees the infall freeze and redden at the horizon.\n",{"path":16942,"title":16943,"module":16939,"summary":16944},"\u002Frelativity\u002Fblack-holes\u002Frotating-and-charged-black-holes","Rotating and Charged Black Holes","A stationary black hole is fixed by three numbers: mass, angular momentum, and charge. The Reissner–Nordström metric adds charge and splits the horizon in two; the Kerr metric adds rotation, drags inertial frames, and wraps the horizon in an ergosphere where nothing can stay still. Inside the ergosphere the Penrose process extracts rotational energy, and the no-hair theorem states that no other detail of the collapsed matter survives.\n",{"path":16946,"title":16947,"module":16939,"summary":16948},"\u002Frelativity\u002Fblack-holes\u002Fblack-hole-thermodynamics","Black-Hole Thermodynamics","The four laws of black-hole mechanics mirror the four laws of thermodynamics term for term, with horizon area playing the role of entropy and surface gravity the role of temperature. Hawking's calculation makes the analogy literal: a black hole radiates at a temperature set by its surface gravity, carries a real entropy proportional to its horizon area, and slowly evaporates. The thermal spectrum raises the information paradox.\n",{"path":16950,"title":16951,"module":16952,"summary":16953},"\u002Frelativity\u002Fgravitational-waves\u002Flinearized-gravity-and-wave-solutions","Linearized Gravity and Wave Solutions","Gravitational Waves","Weak gravity is a small perturbation of flat spacetime, and the linearized Einstein equation in the Lorenz gauge is an ordinary wave equation propagating at the speed of light. The trace-reversed perturbation carries the dynamics, residual gauge freedom fixes the transverse-traceless form, and the two physical polarizations deform a ring of freely falling masses into oscillating ellipses whose fractional size change is the strain.\n",{"path":16955,"title":16956,"module":16952,"summary":16957},"\u002Frelativity\u002Fgravitational-waves\u002Fgeneration-and-the-quadrupole-formula","The Quadrupole Formula","The retarded solution of the linearized field equation gives the field of a moving source, and conservation of mass and momentum forbids monopole and dipole radiation, leaving the mass quadrupole as the leading emitter. The quadrupole formula fixes the strain and the radiated luminosity, and applied to a compact binary it predicts the inspiral chirp of rising frequency and amplitude. The Hulse-Taylor pulsar's orbital decay confirmed it to a fraction of a percent.\n",{"path":16959,"title":16960,"module":16952,"summary":16961},"\u002Frelativity\u002Fgravitational-waves\u002Fdetection-ligo-and-the-first-events","LIGO and the First Detections","A gravitational wave is measured as a differential length change of the two arms of a kilometre-scale Michelson interferometer, a strain of order ten to the minus twenty-one that moves the mirrors by a fraction of a proton radius. GW150914 recorded the inspiral, merger, and ringdown of two black holes, fixing their masses and the energy radiated, and GW170817 with its coincident gamma-ray burst and kilonova opened multimessenger astronomy.\n",{"path":16963,"title":16964,"module":16965,"summary":16966},"\u002Frelativity\u002Fcosmological-bridge\u002Fthe-cosmological-principle-and-flrw-metric","The Cosmological Principle and the FLRW Metric","A Bridge to Cosmology","Homogeneity and isotropy restrict the spacetime of the universe to a single family of metrics: a flat cosmic-time slicing of spatial sections of constant curvature, scaled by a time-dependent factor a(t). This lesson builds the Friedmann–Lemaître–Robertson–Walker metric from those symmetries, separates comoving from proper distance, and derives cosmological redshift as the stretching of wavelengths with the scale factor.\n",{"path":16968,"title":16969,"module":16965,"summary":16970},"\u002Frelativity\u002Fcosmological-bridge\u002Ffriedmann-equations-and-cosmic-dynamics","The Friedmann Equations and Cosmic Dynamics","The Einstein equation applied to the FLRW metric with a perfect-fluid source yields the two Friedmann equations and the conservation law that ties them together. This lesson derives them, defines the critical density and the density parameters that fix the spatial geometry, works out how matter, radiation, and a cosmological constant dilute and drive the expansion, and hands off to a dedicated cosmology subject.\n",{"path":16972,"title":16973,"module":6,"summary":6},"\u002Frelativity","Relativity",{"path":16975,"title":16976,"module":6,"summary":6},"\u002Fphysical-computing","Physical Computing",{"path":16978,"title":16979,"module":16980,"summary":16981},"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fblackbody-radiation-and-the-planck-quantum","Blackbody Radiation and the Planck Quantum","Origins of the Quantum","Millikan's oil-drop experiment fixed the electron charge as an indivisible unit, and the spectrum of thermal radiation forced a second, deeper quantum. Classical physics predicts an infinite energy density at short wavelengths; Planck removed the divergence by allowing a cavity oscillator to hold only energies that are integer multiples of hf, the first appearance of the quantum of action.\n",{"path":16983,"title":16984,"module":16980,"summary":16985},"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fthe-photoelectric-effect-and-the-photon","The Photoelectric Effect and the Photon","Light shone on a clean metal ejects electrons, but the details defied the wave theory: the electrons' maximum energy depends on the light's frequency, not its brightness, and there is a sharp threshold frequency below which nothing happens. Einstein resolved every anomaly by treating light as a stream of energy quanta hf, each absorbed whole by one electron, and Millikan's measurement of the stopping-potential slope confirmed h to a decade before anyone expected.\n",{"path":16987,"title":16988,"module":16980,"summary":16989},"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fx-rays-and-the-compton-effect","X-Rays and the Compton Effect","X-rays are short-wavelength electromagnetic waves produced when fast electrons are braked in a target, and their diffraction by crystals lets Bragg's law measure atomic spacings. Compton then scattered X-rays off electrons and found the wavelength shifted by an amount that only a photon carrying momentum hf\u002Fc could explain, closing the case for the particle nature of light.\n",{"path":16991,"title":16992,"module":16980,"summary":16993},"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fthe-old-quantum-theory-bohr-and-sommerfeld","The Old Quantum Theory: Bohr, Sommerfeld, and Correspondence","Between Bohr's 1913 atom and Schrödinger's 1926 equation, physics ran on a provisional recipe: keep classical orbits, but admit only those whose action integral is a whole multiple of Planck's constant. This lesson develops the Wilson-Sommerfeld phase-integral rule, applies it to the oscillator and to the elliptical Kepler orbits of hydrogen, derives Sommerfeld's relativistic fine structure and the quantization of orbit orientation, and shows how the correspondence principle fixed intensities and selection rules. The systematic failures — helium, line intensities, the anomalous Zeeman effect — mark exactly where a theory of orbits had to give way to a theory of waves.\n",{"path":16995,"title":16996,"module":16997,"summary":16998},"\u002Fquantum-mechanics\u002Fmatter-waves\u002Fde-broglie-waves-and-electron-diffraction","De Broglie Waves and Electron Diffraction","The Wave Nature of Matter","In 1924 de Broglie proposed that every particle carries a wave of wavelength h\u002Fp. The hypothesis explains Bohr's quantized orbits as standing waves, and Davisson and Germer, then G. P. Thomson, confirmed it by diffracting electrons from crystals exactly as X-rays diffract. We derive the electron wavelength, work the Bragg analysis of the data, and give the relativistic form.\n",{"path":17000,"title":17001,"module":16997,"summary":17002},"\u002Fquantum-mechanics\u002Fmatter-waves\u002Fwave-packets-and-the-probability-interpretation","Wave Packets and the Probabilistic Wave Function","A single de Broglie wave fills all space, but a particle is localized. Adding many waves of nearby wavelength builds a wave packet that is confined and moves at the group velocity, which equals the particle velocity. Born's rule reads the squared amplitude of the wave function as a probability density, the meaning confirmed by electron interference building up one detection at a time.\n",{"path":17004,"title":17005,"module":16997,"summary":17006},"\u002Fquantum-mechanics\u002Fmatter-waves\u002Fthe-uncertainty-principle","The Uncertainty Principle and Wave-Particle Duality","The packet relations delta-k delta-x about 1 become Heisenberg's principle once momentum is hbar times wave number: position and momentum cannot both be sharp, nor energy and time. The gamma-ray microscope shows the limit is physical, not technical. It fixes the zero-point energy of a confined particle, the size of the hydrogen atom, and the natural width of spectral lines, and it frames the wave-particle duality of all matter and radiation.\n",{"path":17008,"title":17009,"module":17010,"summary":17011},"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fthe-schrodinger-equation-in-one-dimension","The Schrödinger Equation in One Dimension","Wave Mechanics in One Dimension","The wave equation for matter cannot be derived; it is postulated and judged by experiment. We build the time-dependent Schrödinger equation from the de Broglie relations, read Born's probability rule off the complex wave function, and separate the time and space dependence to get the time-independent equation whose bound-state solutions are the stationary states. The five acceptability conditions on the wave function are what force energy to be quantized.\n",{"path":17013,"title":17014,"module":17010,"summary":17015},"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fthe-free-particle-and-wave-packet-dynamics","The Free Particle and Wave-Packet Dynamics","The free particle has no bound states: its stationary solutions are non-normalizable plane waves forming a continuum. Physical states are wave packets built by superposing them, and the superposition is a Fourier transform. We delta-normalize the plane waves, assemble a Gaussian packet, solve for its exact time evolution, and read off the two facts that reconcile the wave picture with mechanics: the packet moves at the group velocity ħk\u002Fm, the classical velocity, and it spreads because its component momenta travel at different speeds.\n",{"path":17017,"title":17018,"module":17010,"summary":17019},"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fparticle-in-infinite-and-finite-square-wells","Particle in Infinite and Finite Square Wells","The infinite square well is the simplest bound-state problem: two boundary conditions quantize the energy into a ladder E_n = n² E_1, and the eigenfunctions are the standing waves of a string fixed at both ends. Relaxing the walls to a finite depth lets the wave function leak into the classically forbidden region, keeps the number of bound states finite, and turns the eigenvalue condition into a transcendental equation solved graphically.\n",{"path":17021,"title":17022,"module":17010,"summary":17023},"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Foperators-expectation-values-and-the-harmonic-oscillator","Operators, Expectation Values, and the Harmonic Oscillator","Measurable quantities are extracted from the wave function as expectation values, and each observable is represented by an operator that acts between Ψ* and Ψ — position by multiplication, momentum by a derivative, energy by the Hamiltonian. Applied to the harmonic oscillator, the machinery yields evenly spaced levels E_n = (n+½)ℏω, Gaussian- times-Hermite eigenfunctions of definite parity, and the selection rule Δn = ±1.\n",{"path":17025,"title":17026,"module":17010,"summary":17027},"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fthe-dirac-delta-potential","The Dirac-Delta Potential: A Single Bound State and Scattering","A potential concentrated at a single point is solvable in closed form and isolates the physics of matching a wave function across a discontinuity. Integrating the Schrödinger equation across the spike gives a jump condition on the derivative; the attractive delta well then supports exactly one bound state, of energy set by the strength alone, while the same spike scatters an incoming beam with a transmission that rises from zero to one. The attractive well and the repulsive barrier scatter identically yet only the well binds.\n",{"path":17029,"title":17030,"module":17010,"summary":17031},"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fbarrier-penetration-and-quantum-tunneling","Barrier Penetration and Quantum Tunneling","Unbound states scatter rather than bind. A particle meeting a step is partly reflected even when it has more than enough energy to pass, and a particle meeting a barrier taller than its energy has a nonzero chance of appearing on the far side. Matching the wave function across the boundaries gives the reflection and transmission coefficients and the exponential tunneling probability that explains alpha decay, the scanning tunneling microscope, and the ammonia clock.\n",{"path":17033,"title":17034,"module":17035,"summary":17036},"\u002Fquantum-mechanics\u002Fformalism\u002Fhilbert-space-and-dirac-notation","Hilbert Space and Dirac Bra–Ket Notation","The Formalism of Quantum Mechanics","Wave mechanics is one representation of a deeper structure: quantum states are vectors in a complex inner-product space, and observables act on them as linear operators. We build that space from the axioms, introduce Dirac's kets and bras as vectors and the linear functionals that measure them, and identify the wavefunction as the components of an abstract state in the position basis. The resolution of the identity is the single algebraic tool that ties every basis, expansion, and matrix element together.\n",{"path":17038,"title":17039,"module":17035,"summary":17040},"\u002Fquantum-mechanics\u002Fformalism\u002Fobservables-hermitian-operators-and-eigenvalues","Observables, Hermitian Operators, and the Spectral Theorem","Every measurable quantity is represented by a Hermitian operator, and the reason is forced: a measurement needs real eigenvalues, orthogonal eigenvectors, and a complete eigenbasis, and Hermiticity delivers precisely those. We derive those properties from self-adjointness, state the spectral theorem, handle degeneracy, and show that two observables share an eigenbasis precisely when they commute — the algebraic condition behind compatible and incompatible measurements.\n",{"path":17042,"title":17043,"module":17035,"summary":17044},"\u002Fquantum-mechanics\u002Fformalism\u002Fthe-postulates-and-quantum-measurement","The Postulates and Quantum Measurement","With states as vectors and observables as Hermitian operators, the physical content of quantum mechanics reduces to a short list of postulates. We state them precisely, derive the Born probability rule for discrete and continuous spectra, work out projective collapse and its idempotence, compute expectation values and their variance, and state the measurement problem cleanly — the one place the postulates split unitary evolution from measurement without explaining the seam.\n",{"path":17046,"title":17047,"module":17035,"summary":17048},"\u002Fquantum-mechanics\u002Fformalism\u002Fposition-momentum-and-continuous-spectra","Position, Momentum, and Continuous Spectra","Position and momentum are the observables with no normalizable eigenstates: their spectra are continuous, their eigenkets are delta-normalized, and the two are Fourier conjugates. We derive the canonical commutator from the momentum operator, build the continuous-basis machinery (Dirac deltas replacing Kronecker deltas), show the position and momentum wavefunctions are a Fourier-transform pair, and compute expectation values in either representation.\n",{"path":17050,"title":17051,"module":17035,"summary":17052},"\u002Fquantum-mechanics\u002Fformalism\u002Fcommutators-and-the-generalized-uncertainty-principle","Commutators and the Generalized Uncertainty Principle","The commutator of two observables measures the obstruction to sharing an eigenbasis, and it bounds how sharply both can be known at once. We derive the generalized uncertainty relation from the Schwarz inequality, recover the position–momentum bound as a special case, characterize the minimum-uncertainty states that saturate it as Gaussians, and give the energy–time relation its correct reading as a lifetime bound rather than a commutator relation.\n",{"path":17054,"title":17055,"module":17035,"summary":17056},"\u002Fquantum-mechanics\u002Fformalism\u002Ftime-evolution-schrodinger-and-heisenberg-pictures","Time Evolution, Propagators, and the Heisenberg Picture","Time evolution is generated by the Hamiltonian and implemented by a unitary operator that preserves probability. We build that operator, expand a state in stationary states to see why probability densities freeze while phases wind, introduce the propagator, transfer the time dependence onto operators in the Heisenberg picture, and derive Ehrenfest's theorem — which recovers classical equations of motion for expectation values and identifies conserved quantities as observables commuting with the Hamiltonian.\n",{"path":17058,"title":17059,"module":17060,"summary":17061},"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fladder-operators-and-the-number-states","Ladder Operators and the Number States","The Oscillator Algebraically, and Symmetry","The harmonic oscillator can be solved without touching a differential equation. Factoring the Hamiltonian into a lowering operator and its adjoint turns the spectrum into pure algebra: the commutator relation fixes the ladder, the vacuum condition fixes the ground state, and the energies fall out as equally spaced rungs. The same operators give the matrix elements of position and momentum for free.\n",{"path":17063,"title":17064,"module":17060,"summary":17065},"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fcoherent-and-squeezed-states","Coherent and Squeezed States","A single number state never moves — its position expectation is pinned at the origin. The superposition that oscillates like a classical particle is the eigenstate of the annihilation operator: the coherent state. It is a displaced vacuum, carries Poissonian photon statistics, saturates the uncertainty bound, and traces a rigid Gaussian orbit in phase space. Squeezing deforms that circle, trading precision in one quadrature for noise in the other.\n",{"path":17067,"title":17068,"module":17060,"summary":17069},"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fsymmetries-generators-and-conservation-laws","Symmetries, Generators, and Conservation Laws","Every continuous symmetry of a quantum system is a unitary operator built by exponentiating a Hermitian generator: momentum generates translations, angular momentum generates rotations, the Hamiltonian generates time evolution. When a generator commutes with the Hamiltonian, the transformation leaves the dynamics unchanged and the generator is conserved — the quantum form of Noether's theorem — and any symmetry that mixes states within a level forces degeneracy.\n",{"path":17071,"title":17072,"module":17060,"summary":17073},"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fparity-time-reversal-and-discrete-symmetries","Parity, Time Reversal, and Discrete Symmetries","Parity and time reversal are symmetries no continuous generator can reach. Parity is a unitary involution whose eigenvalues label states even or odd, fixing the dipole selection rules. Time reversal is antiunitary: it conjugates i, flips momenta and spins, and for half-integer spin squares to minus one, which by Kramers' theorem makes every level of a time-reversal-invariant Hamiltonian at least doubly degenerate.\n",{"path":17075,"title":17076,"module":15915,"summary":17077},"\u002Fquantum-mechanics\u002Fangular-momentum\u002Forbital-angular-momentum-and-spherical-harmonics","Orbital Angular Momentum and Spherical Harmonics","Orbital angular momentum is the operator triple built from position and momentum. Its components fail to commute, so no state carries sharp values of more than one of them, but each commutes with the total square. Solving the common eigenvalue problem in spherical coordinates quantizes both the magnitude and the projection and produces the spherical harmonics, the angular part of every central-force wavefunction.\n",{"path":17079,"title":17080,"module":15915,"summary":17081},"\u002Fquantum-mechanics\u002Fangular-momentum\u002Fthe-angular-momentum-algebra","The Angular-Momentum Algebra and Ladder Operators","The eigenvalues of angular momentum follow from the commutation relations alone, with no reference to coordinates or wavefunctions. Raising and lowering operators built from the components generate finite multiplets, force the total quantum number to be a non-negative integer or half-integer, and fix the matrix elements of every component. The half-integer values excluded by orbital motion appear here, and they are what spin realizes.\n",{"path":17083,"title":17084,"module":15915,"summary":17085},"\u002Fquantum-mechanics\u002Fangular-momentum\u002Faddition-of-angular-momenta-and-clebsch-gordan","Addition of Angular Momenta and Clebsch–Gordan Coefficients","Two angular momenta combine into a total whose allowed magnitudes run from the difference to the sum of the parts in integer steps. The change from the uncoupled product basis to the coupled total-angular-momentum basis is carried out with the lowering operator and orthogonality, and its matrix of overlaps is the table of Clebsch–Gordan coefficients. Two spin-halves split into a triplet and a singlet, the prototype for every composite spin.\n",{"path":17087,"title":17088,"module":17089,"summary":17090},"\u002Fquantum-mechanics\u002Fcentral-potentials\u002Fthe-schrodinger-equation-in-three-dimensions","The Schrödinger Equation in Three Dimensions","Central Potentials","A central potential depends only on the distance from a force center, so the three-dimensional Schrödinger equation separates in spherical coordinates. The angular factor is a spherical harmonic; the radial factor obeys a one-dimensional equation with an effective potential whose centrifugal barrier depends on the angular-momentum quantum number. The free particle and the spherical box fix the two limiting cases through the spherical Bessel functions.\n",{"path":17092,"title":17093,"module":17089,"summary":17094},"\u002Fquantum-mechanics\u002Fcentral-potentials\u002Fthe-hydrogen-atom","The Hydrogen Atom","The Coulomb potential turns the radial equation into one whose bound states exist only for a discrete set of energies. A power-series solution truncated to keep the wavefunction normalizable forces the principal quantum number, and the energy comes out proportional to minus one over its square, recovering the Rydberg spectrum. The bound states are the associated Laguerre functions times spherical harmonics, and their energy depends on the principal number alone, giving an n-squared degeneracy larger than rotational symmetry can explain.\n",{"path":17096,"title":17097,"module":17089,"summary":17098},"\u002Fquantum-mechanics\u002Fcentral-potentials\u002Fthe-isotropic-oscillator-and-hidden-symmetry","The Isotropic Oscillator and Hidden Symmetry","The three-dimensional isotropic harmonic oscillator solves in both Cartesian and spherical bases, and the two solutions must agree on the degeneracy of every level. That agreement, and the accidental degeneracy of hydrogen, both come from a symmetry larger than rotation: the oscillator carries an SU(3) invariance built from a conserved quadrupole tensor, and the Coulomb problem carries an SO(4) invariance built from the conserved Runge–Lenz vector. These hidden symmetries pin the degeneracies that rotational invariance alone leaves unexplained.\n",{"path":17100,"title":17101,"module":17102,"summary":17103},"\u002Fquantum-mechanics\u002Fspin\u002Fspin-half-pauli-matrices-and-stern-gerlach","Spin-½, the Pauli Matrices, and Stern–Gerlach","Spin","A silver atom passing through an inhomogeneous magnetic field splits into two beams, not a smear. That single fact fixes the internal angular momentum of the electron to a two-valued quantity with no spatial wavefunction. We build the two-dimensional spin space, the Pauli matrices and their algebra, the spinor for measurement along an arbitrary axis, and the sequential Stern–Gerlach filters that expose measurement disturbance.\n",{"path":17105,"title":17106,"module":17102,"summary":17107},"\u002Fquantum-mechanics\u002Fspin\u002Fspin-in-a-magnetic-field-precession-and-resonance","Spin in a Magnetic Field: Precession and Resonance","A spin coupled to a magnetic field is the simplest nontrivial quantum dynamics. A static field makes the spin expectation precess on a cone at the Larmor frequency while the energy levels split linearly. Adding a weak oscillating field and passing to the rotating frame produces Rabi oscillations and a resonance lineshape — the physics of NMR and ESR, and the driven qubit.\n",{"path":17109,"title":17110,"module":17102,"summary":17111},"\u002Fquantum-mechanics\u002Fspin\u002Ftwo-level-systems-and-the-bloch-sphere","Two-Level Systems and the Bloch Sphere","Every two-state quantum system is a spin-½ in disguise. Its Hamiltonian is an effective magnetic field, its pure states are points on the Bloch sphere, and its unitary evolution is a rigid rotation of that sphere. The same structure produces avoided level crossings, the ammonia inversion doublet and its maser, and the qubit.\n",{"path":17113,"title":17114,"module":17115,"summary":17116},"\u002Fquantum-mechanics\u002Fidentical-particles\u002Fidentical-particles-and-exchange-symmetry","Identical Particles and Exchange Symmetry","Identical Particles","Two electrons carry no label that distinguishes one from the other, and that bare fact reshapes the state space. The exchange operator that swaps particle labels commutes with any Hamiltonian built from identical particles, so its eigenvalue is conserved, and nature admits only its two extremes: totally symmetric states for bosons and totally antisymmetric states for fermions. The antisymmetry forces a statistical correlation, the exchange \"force,\" that keeps fermions apart and draws bosons together even with no interaction between them.\n",{"path":17118,"title":17119,"module":17115,"summary":17120},"\u002Fquantum-mechanics\u002Fidentical-particles\u002Fthe-pauli-principle-atoms-and-the-periodic-table","The Pauli Principle, Atoms, and the Periodic Table","Antisymmetry packaged as a Slater determinant turns the exclusion principle into an operating rule for building atoms. Helium shows the machinery in full: the electron-electron repulsion splits into a direct Coulomb integral and an exchange integral, and the exchange term alone pushes the spin-triplet (orthohelium) below the spin-singlet (parahelium) with no magnetic interaction in sight. Screening, the aufbau order, and Hund's rules then assemble the whole periodic table from the same antisymmetry.\n",{"path":17122,"title":17123,"module":17124,"summary":17125},"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Ftime-independent-perturbation-theory","Time-Independent Perturbation Theory","Approximation Methods for Bound States","Almost no realistic Hamiltonian can be solved exactly. Perturbation theory treats a hard Hamiltonian as a solvable one plus a small correction and expands the eigenvalues and eigenstates in powers of that correction. We derive the first- and second-order energy shifts and the first-order state correction for a nondegenerate level, expose the small-denominator failure that degeneracy forces, and fix it by diagonalizing the perturbation inside the degenerate subspace to find the \"good\" zeroth-order states.\n",{"path":17127,"title":17128,"module":17124,"summary":17129},"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Ffine-structure-and-the-real-hydrogen-atom","Fine Structure and the Real Hydrogen Atom","The Bohr spectrum is only the leading term. Two relativistic corrections of order alpha-squared — the relativistic kinetic-energy correction and spin–orbit coupling, joined by the Darwin term for s states — split the hydrogen levels into fine structure that depends on the total angular momentum j. We derive each shift as a first-order perturbation, combine them into a formula depending only on n and j, and continue down the energy ladder to the Lamb shift and the hyperfine 21 cm line.\n",{"path":17131,"title":17132,"module":17124,"summary":17133},"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Fthe-zeeman-and-stark-effects","The Zeeman and Stark Effects","An atom in an external field is a perturbation problem whose good basis depends on which interaction wins. A magnetic field competes with the internal spin–orbit coupling: the weak-field limit gives the anomalous Zeeman splitting set by the Landé g-factor, the strong-field limit gives the Paschen–Back pattern in the uncoupled basis, and the intermediate regime is a matrix diagonalization. An electric field gives a quadratic shift for the nondegenerate ground state and a linear splitting for the degenerate n = 2 level.\n",{"path":17135,"title":17136,"module":17124,"summary":17137},"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Fthe-variational-method","The Variational Method","The expectation of the Hamiltonian in any trial state is an upper bound on the true ground-state energy. Minimizing that expectation over a parametrized family of trial functions turns the ground-state problem into ordinary calculus and needs no small parameter. We prove the bound, apply it to the helium atom with a screened effective charge, use a two-center trial to predict binding in the hydrogen molecular ion, and extend the method to excited states through orthogonality.\n",{"path":17139,"title":17140,"module":17124,"summary":17141},"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Fthe-wkb-approximation","The WKB Approximation","When the potential varies slowly on the scale of the de Broglie wavelength, the wavefunction is locally a plane wave with a position-dependent wavelength. This semiclassical picture builds the wavefunction from the classical momentum, breaks down at the turning points where the momentum vanishes, and is repaired there by connection formulas. The result recovers the Bohr–Sommerfeld quantization rule with its half-integer correction and gives the exponential tunneling rate through a smooth barrier, the Gamow factor.\n",{"path":17143,"title":17144,"module":6,"summary":6},"\u002Fquantum-mechanics","Quantum Mechanics",{"path":17146,"title":17147,"module":17148,"summary":17149},"\u002Freal-analysis\u002Ffoundations\u002Fsets-logic-functions","Sets, Logic, and Functions","Foundations and the Real Number System","The working language of analysis: quantifiers and the proof patterns (contrapositive, contradiction, induction), sets and their operations, relations and equivalence classes, and functions with their images, injections, surjections, and bijections. Cardinality is measured by bijection, and Cantor's theorem that no set surjects onto its power set forces uncountable sets to exist.\n",{"path":17151,"title":17152,"module":17148,"summary":17153},"\u002Freal-analysis\u002Ffoundations\u002Fordered-fields-completeness","Ordered Fields and the Completeness Axiom","The real numbers are the unique ordered field with the least-upper-bound property. The field and order axioms, the exact failure of the rationals (no supremum for the set of rationals below √2), and completeness as the defining axiom of ℝ lead to the first consequences: the existence of √2, the Archimedean property, and the density of ℚ in ℝ.\n",{"path":17155,"title":17156,"module":17148,"summary":17157},"\u002Freal-analysis\u002Ffoundations\u002Fabsolute-value-bounds","Absolute Value, Bounded Sets, and Inequalities","The absolute value turns the order on ℝ into a notion of distance, with the triangle inequality as the estimate underlying most later proofs. Covered: its algebra, the triangle and reverse-triangle inequalities, and the extension of the sup\u002Finf vocabulary from sets to bounded functions.\n",{"path":17159,"title":17160,"module":17148,"summary":17161},"\u002Freal-analysis\u002Ffoundations\u002Fintervals-uncountability","Intervals, Uncountability, and Decimals","Intervals are classified, and ℝ is proved uncountable two ways: a nested-interval construction and the decimal diagonal argument. Decimal expansions are built as suprema of truncations, which pins the source of their non-uniqueness (the 0.4999… equals 0.5000… identity) and the identification of the rationals with the eventually-repeating expansions. The middle-thirds Cantor set is an uncountable set of measure zero.\n",{"path":17163,"title":17164,"module":17165,"summary":17166},"\u002Freal-analysis\u002Fsequences-series\u002Fsequences-limits","Sequences and Their Limits","Sequences and Series","A sequence is a function on the natural numbers; it converges to a limit when its terms eventually stay within any prescribed tolerance of that number. The epsilon-M definition fixes the order of the quantifiers, and from it the limit is unique, every convergent sequence is bounded, and only the tail matters. Divergence to plus or minus infinity records terms that outgrow every bound.\n",{"path":17168,"title":17169,"module":17165,"summary":17170},"\u002Freal-analysis\u002Fsequences-series\u002Flimit-laws-monotone","Limit Laws and Monotone Convergence","Limits commute with sums, products, quotients, roots, and absolute values and preserve non-strict inequalities, so a limit can be assembled from the limits of its parts without returning to epsilon and M. The squeeze lemma transfers a limit through two envelopes; the monotone convergence theorem produces a limit from boundedness alone; and the ratio test settles the geometric and factorial standard limits.\n",{"path":17172,"title":17173,"module":17165,"summary":17174},"\u002Freal-analysis\u002Fsequences-series\u002Flimsup-bolzano-weierstrass","Subsequences, Limit Superior, and Bolzano–Weierstrass","A bounded sequence need not converge, but it always has convergent subsequences, and its terms cluster between two extreme values. The limit superior and inferior are the limits of the tail suprema and infima; they always exist for a bounded sequence, coincide exactly when it converges, and are its largest and smallest subsequential limits. Bolzano–Weierstrass extracts a convergent subsequence from boundedness alone.\n",{"path":17176,"title":17177,"module":17165,"summary":17178},"\u002Freal-analysis\u002Fsequences-series\u002Fcauchy-completeness","Cauchy Sequences and the Completeness of the Reals","The Cauchy criterion tests convergence without knowing the limit: a sequence converges exactly when its terms eventually all lie within any tolerance of one another. Cauchy sequences are bounded, in the reals Cauchy and convergent are equivalent, and this completeness property is interchangeable with the least-upper-bound axiom — the single feature that separates the real line from the rationals.\n",{"path":17180,"title":17181,"module":17165,"summary":17182},"\u002Freal-analysis\u002Fsequences-series\u002Fseries-convergence","Series and Convergence Tests","A series converges when its sequence of partial sums does, so every fact about sequences transfers. Geometric and telescoping series sum in closed form; the n-th term test rejects series whose terms miss zero, though the harmonic series shows the converse fails; and the comparison test against the geometric and p-series benchmarks settles most nonnegative-term series.\n",{"path":17184,"title":17185,"module":17165,"summary":17186},"\u002Freal-analysis\u002Fsequences-series\u002Fabsolute-conditional-rearrangement","Absolute Convergence, the Ratio and Root Tests, and Rearrangements","Absolute convergence is the strong form of convergence that permits free manipulation; conditional convergence is fragile. Absolute convergence implies convergence, and the ratio and root tests detect it by comparison with the geometric series. The alternating series test supplies conditionally convergent series, Riemann's theorem rearranges any of them to any sum, and Mertens' theorem multiplies series when at least one converges absolutely.\n",{"path":17188,"title":17189,"module":17190,"summary":17191},"\u002Freal-analysis\u002Fmetric-spaces\u002Fmetric-spaces-norms","Metric Spaces, Norms, and Examples","Metric Spaces and Topology","A metric is a function $d(x,y)$ obeying four axioms: nonnegativity, identity of indiscernibles, symmetry, and the triangle inequality. The Euclidean, taxicab, sup, discrete, and great-circle metrics all qualify, as does the sup metric on $C[a,b]$. Every norm induces a metric, and strongly equivalent metrics share the same open sets.\n",{"path":17193,"title":17194,"module":17190,"summary":17195},"\u002Freal-analysis\u002Fmetric-spaces\u002Fopen-closed-sets","Open and Closed Sets, Interior, Closure","Open sets are those in which every point has room to move; closed sets are their complements. From the single ball construction come the topology axioms (arbitrary unions, finite intersections), the interior, closure, and boundary of a set, and the fact that openness is always relative to the ambient space.\n",{"path":17197,"title":17198,"module":17190,"summary":17199},"\u002Freal-analysis\u002Fmetric-spaces\u002Fconvergence-completeness","Convergence, Cauchy Sequences, and Completeness","The $\\varepsilon$-$N$ definition of a limit transfers verbatim to any metric space once $|x-y|$ is replaced by $d(x,y)$. Convergent sequences characterize closed sets and closures; Cauchy sequences and completeness capture spaces with no missing limits, with $\\mathbb{R}^n$ and $C[a,b]$ complete and $\\mathbb{Q}$ and $(0,1]$ not.\n",{"path":17201,"title":17202,"module":17190,"summary":17203},"\u002Freal-analysis\u002Fmetric-spaces\u002Fcompactness","Compactness","A set is compact if every open cover has a finite subcover. In a metric space this is equivalent to sequential compactness and to being complete and totally bounded. Compact sets are closed and bounded; the Heine–Borel theorem gives the converse in $\\mathbb{R}^n$ but nowhere else in general.\n",{"path":17205,"title":17206,"module":17190,"summary":17207},"\u002Freal-analysis\u002Fmetric-spaces\u002Fconnectedness","Connectedness","A space is connected when it cannot be split into two nonempty open pieces. The connected subsets of $\\mathbb{R}$ are precisely the intervals, path- connectedness gives a constructive sufficient condition, and connectedness is a topological invariant preserved by continuous maps, the fact behind the intermediate value theorem.\n",{"path":17209,"title":17210,"module":15609,"summary":17211},"\u002Freal-analysis\u002Fcontinuity\u002Flimits-of-functions","Limits of Functions","The limit of a function at a point is an epsilon–delta condition pinning one value L as the target of f(x) as x approaches c, mirroring the sequence definition with distance replacing index. It is stated only at cluster points of the domain, is unique when it exists, and reduces to sequential limits through the Heine criterion. The algebra of limits and one-sided limits follow from that reduction.\n",{"path":17213,"title":17214,"module":15609,"summary":17215},"\u002Freal-analysis\u002Fcontinuity\u002Fcontinuous-functions","Continuous Functions","A function is continuous at c when its limit there equals its own value, lim f(x) = f(c). The epsilon–delta and sequential forms agree; sums, products, quotients, and compositions of continuous functions are continuous; and the failures split into jump, Dirichlet, popcorn, and removable types. The topological reading is that preimages of open sets are open.\n",{"path":17217,"title":17218,"module":15609,"summary":17219},"\u002Freal-analysis\u002Fcontinuity\u002Fevt-ivt","Extreme and Intermediate Value Theorems","On a closed bounded interval a continuous function attains an absolute maximum and minimum (the extreme value theorem, compactness preserved by continuity) and takes every value between its endpoint values (the intermediate value theorem, connectedness preserved). Both proofs run through Bolzano–Weierstrass and bisection, and yield root-finding, existence of k-th roots, and fixed-point theorems.\n",{"path":17221,"title":17222,"module":15609,"summary":17223},"\u002Freal-analysis\u002Fcontinuity\u002Funiform-continuity","Uniform Continuity","Uniform continuity strengthens continuity by demanding one delta that works at every point of the domain, not a delta re-chosen at each point. It separates x^2 on a compact interval from x^2 on the whole line and from 1\u002Fx near zero; continuity on a closed bounded interval is automatically uniform; uniformly continuous functions preserve Cauchy sequences and extend to endpoints; and Lipschitz continuity is the strongest of the three, through its secant-slope bound.\n",{"path":17225,"title":17226,"module":15609,"summary":17227},"\u002Freal-analysis\u002Fcontinuity\u002Fcontinuity-metric-spaces","Continuity on Metric Spaces","The epsilon–delta definition used only distances, so continuity transfers to maps between metric spaces by replacing absolute values with the two metrics. In this generality continuity still admits a sequential form, preserves compactness and connectedness, is uniform on a compact domain, and reads topologically as preimages of open sets being open, the formulation that defines homeomorphisms.\n",{"path":17229,"title":17230,"module":15609,"summary":17231},"\u002Freal-analysis\u002Fcontinuity\u002Flimits-infinity-monotone","Limits at Infinity and Monotone Functions","Treating infinity as a cluster point extends the epsilon–delta limit to x approaching plus or minus infinity, giving horizontal asymptotes and infinite limits. For monotone functions the one-sided limits always exist as suprema and infima, the discontinuities are jumps and at most countably many, the continuity is equivalent to the image being an interval, and a strictly monotone function always has a continuous inverse.\n",{"path":17233,"title":17234,"module":17235,"summary":17236},"\u002Freal-analysis\u002Fdifferentiation\u002Fthe-derivative","The Derivative","Differentiation","The derivative is the limit of the difference quotient, the slope the secant lines approach as the second point slides into the first. Differentiability forces continuity; linearity and the product, quotient, and chain rules follow from the definition; and a continuous function can fail to be differentiable, as the absolute value does at the origin.\n",{"path":17238,"title":17239,"module":17235,"summary":17240},"\u002Freal-analysis\u002Fdifferentiation\u002Fmean-value-theorem","The Mean Value Theorem","A relative extremum in the interior forces the derivative to vanish; Rolle's theorem and the mean value theorem turn that local fact into global control. The sign of the derivative fixes monotonicity, a bounded derivative yields a Lipschitz bound, and Darboux's theorem shows derivatives have the intermediate value property even where they are discontinuous.\n",{"path":17242,"title":17243,"module":17235,"summary":17244},"\u002Freal-analysis\u002Fdifferentiation\u002Ftaylors-theorem","Taylor's Theorem","Taylor's theorem generalizes the mean value theorem: an n-times differentiable function is matched near a point by a degree-n polynomial, with a Lagrange remainder that names the error exactly through one higher derivative. Iterating the mean value theorem proves it; the second-derivative test is the order-one case; and a smooth non-analytic bump separates a Taylor series from the function it fails to represent.\n",{"path":17246,"title":17247,"module":17235,"summary":17248},"\u002Freal-analysis\u002Fdifferentiation\u002Finverse-function-1d","The Inverse Function Theorem in One Variable","A nonzero derivative certifies a local inverse and fixes its slope. A strictly monotone differentiable function has a differentiable inverse whose derivative is the reciprocal of the original; the inverse function theorem removes the monotonicity hypothesis, and the reciprocal formula constructs nth roots and the logarithm's derivative, failing exactly where the derivative vanishes.\n",{"path":17250,"title":17251,"module":17252,"summary":17253},"\u002Freal-analysis\u002Friemann-integration\u002Fdarboux-integral","Partitions, Darboux Sums, and Integrability","The Riemann Integral","The Riemann integral is defined by trapping the area under a bounded function between under- and over-estimates. Partitions cut the domain into strips; lower and upper Darboux sums bracket the area; refining a partition tightens the bracket. A function is integrable exactly when the bracket can be made arbitrarily thin, and the tagged Riemann-sum limit gives the same number.\n",{"path":17255,"title":17256,"module":17252,"summary":17257},"\u002Freal-analysis\u002Friemann-integration\u002Fintegrability-classes","Which Functions Are Integrable","The Cauchy criterion certifies whole classes of functions as integrable. Continuous functions are integrable because uniform continuity makes every oscillation cap small; monotone functions are integrable because their caps telescope to a single total jump; bounded functions with finitely many discontinuities are integrable by isolating the bad points. The Dirichlet function fails, and the Lebesgue criterion names the exact boundary.\n",{"path":17259,"title":17260,"module":17252,"summary":17261},"\u002Freal-analysis\u002Friemann-integration\u002Fproperties-of-the-integral","Properties of the Integral","The integral is a linear, order-preserving, additive operator on the integrable functions. It splits across subintervals, respects inequalities, bounds the size of a function by the integral of its absolute value, and preserves products. The mean value theorem for integrals identifies the integral with an attained average height on a fixed rectangle.\n",{"path":17263,"title":15664,"module":17252,"summary":17264},"\u002Freal-analysis\u002Friemann-integration\u002Ffundamental-theorem","The fundamental theorem ties the integral to the derivative in two forms. The evaluation form computes a definite integral from any antiderivative; the differentiation form shows the area function has derivative equal to the integrand at points of continuity. Together they make differentiation and integration inverse operations, and yield integration by parts and change of variables.\n",{"path":17266,"title":17267,"module":17252,"summary":17268},"\u002Freal-analysis\u002Friemann-integration\u002Flog-exp-improper","The Logarithm, Exponential, and Improper Integrals","The integral defines transcendental functions. The logarithm is the area under 1\u002Ft, the exponential is its inverse, and their calculus properties follow from the fundamental theorem. Improper integrals extend integration to unbounded intervals and unbounded integrands as limits of proper integrals, with a p-test, a comparison test, absolute versus conditional convergence, and the integral test linking integrals to series.\n",{"path":17270,"title":17271,"module":17272,"summary":17273},"\u002Freal-analysis\u002Ffunction-sequences\u002Fpointwise-uniform-convergence","Pointwise and Uniform Convergence","Sequences and Series of Functions","A sequence of functions has two natural notions of limit. Pointwise convergence fixes each input and takes the limit of numbers; uniform convergence demands one rate that works for every input at once. The uniform norm turns the second into a statement about a single sequence of numbers, and the uniform Cauchy criterion and the Weierstrass M-test let us certify it.\n",{"path":17275,"title":17276,"module":17272,"summary":17277},"\u002Freal-analysis\u002Ffunction-sequences\u002Finterchange-of-limits","Interchange of Limits: Continuity, Integration, Differentiation","Passing to a limit inside a continuity statement, an integral, or a derivative is an interchange of two limits, and the two limits do not always commute. Uniform convergence licenses the first two swaps: the uniform limit of continuous functions is continuous, and the limit of the integrals is the integral of the limit. Differentiation needs uniform convergence of the derivatives, and counterexamples show why each hypothesis is required.\n",{"path":17279,"title":17280,"module":17272,"summary":17281},"\u002Freal-analysis\u002Ffunction-sequences\u002Fpower-series-weierstrass","Power Series and the Weierstrass Approximation Theorem","A power series converges uniformly on every closed subinterval inside its radius of convergence, together with all of its derivatives. That makes it continuous, differentiable, and integrable term by term, so a power series defines an infinitely differentiable function. The Weierstrass approximation theorem then shows that polynomials come uniformly close to any continuous function on a closed bounded interval.\n",{"path":17283,"title":17284,"module":17272,"summary":17285},"\u002Freal-analysis\u002Ffunction-sequences\u002Fpicard-ode","Picard's Existence and Uniqueness Theorem","The Banach fixed-point theorem says a contraction of a complete metric space has exactly one fixed point, found by iterating from any start. Applied to the space of continuous functions with the uniform norm, it proves Picard's theorem: a first-order differential equation with a Lipschitz right-hand side has a unique local solution. Picard iteration constructs that solution explicitly, and worked examples show the Lipschitz condition is not optional.\n",{"path":17287,"title":17288,"module":17289,"summary":17290},"\u002Freal-analysis\u002Fseveral-variables\u002Fdifferentiability-rn","The Derivative of a Map ℝⁿ → ℝᵐ","Functions of Several Variables (Introduction)","The derivative of a map between Euclidean spaces is the linear transformation of vanishing relative error, unique when it exists and represented in coordinates by the Jacobian matrix of partial derivatives. Differentiability forces continuity through a local Lipschitz bound. Existence of the partial derivatives alone does not suffice; continuity of the partials does.\n",{"path":17292,"title":17293,"module":17289,"summary":17294},"\u002Freal-analysis\u002Fseveral-variables\u002Fgradient-chain-rule","Directional Derivatives, the Gradient, and the Chain Rule","The directional derivative measures the rate of change of a scalar field along a chosen heading and equals the derivative applied to that direction. The gradient collects these into a vector that points along steepest ascent and sits orthogonal to level sets. The chain rule composes derivatives by multiplying Jacobians, and a mean value theorem holds for scalar fields but fails for vector-valued maps.\n",{"path":17296,"title":17297,"module":17289,"summary":17298},"\u002Freal-analysis\u002Fseveral-variables\u002Fhigher-derivatives-taylor-extrema","Higher Derivatives, Taylor's Theorem, and Extrema","Iterating the derivative gives a symmetric second derivative, the Hessian, whose mixed partials agree when they are continuous. Taylor's theorem expands a smooth map to any order with a Lagrange-type remainder, and at a critical point the definiteness of the Hessian decides between a local minimum, a local maximum, and a saddle.\n",{"path":17300,"title":17301,"module":17289,"summary":17302},"\u002Freal-analysis\u002Fseveral-variables\u002Finverse-implicit-theorems","The Inverse and Implicit Function Theorems","A nonlinear map with a nonsingular Jacobian is locally invertible, with the inverse's derivative given by the inverse matrix. The contraction mapping principle supplies the local inverse; the implicit function theorem then solves a system for some variables in terms of the rest whenever the relevant Jacobian block is invertible. Worked coordinate changes show both theorems in use.\n",{"path":17304,"title":17305,"module":17289,"summary":17306},"\u002Freal-analysis\u002Fseveral-variables\u002Fmultiple-integrals","Multiple Integrals","The Riemann integral of a bounded function over a closed rectangle in Euclidean space is built from Darboux upper and lower sums on a grid of subrectangles, with the same squeeze criterion that governs the one-variable integral. Continuous integrands are integrable, and a set of content zero can be ignored. Fubini's theorem evaluates a multiple integral as an iterated one in either order, and the indicator trick extends the theory to regions bounded by curves.\n",{"path":17308,"title":17309,"module":6,"summary":6},"\u002Freal-analysis","Real Analysis",{"path":17311,"title":17312,"module":15262,"summary":17313},"\u002Fabstract-algebra\u002Ffoundations\u002Fsets-functions-relations","Sets, Functions, and Equivalence Relations","Algebra is built on three prior notions: the set, the map between sets, and the equivalence relation that reorganizes a set into disjoint classes. Sets, maps (injective, surjective, bijective), fibers and preimages, and the correspondence between equivalence relations and partitions — the one structural fact reused in every later quotient construction.\n",{"path":17315,"title":17316,"module":15262,"summary":17317},"\u002Fabstract-algebra\u002Ffoundations\u002Fintegers-and-modular-arithmetic","The Integers and Modular Arithmetic","The integers carry the template every ring later imitates: well-ordering drives induction, induction drives the division algorithm, and division drives the Euclidean algorithm, gcd, Bézout's identity, and unique factorization into primes. Quotienting by congruence mod n builds the first finite arithmetic, Z\u002FnZ, whose invertible elements form the group of units.\n",{"path":17319,"title":17320,"module":17321,"summary":17322},"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fgroup-axioms-and-first-examples","Group Axioms and First Examples","Groups and Symmetry","A group is a set with one associative operation that has an identity and inverses. We state the axioms, prove that the identity, inverses, and cancellation behave as expected, define the order of a group and of an element, and catalogue the running examples: the integers, the additive group of residues mod n, and the multiplicative group of units mod n.\n",{"path":17324,"title":17325,"module":17321,"summary":17326},"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fdihedral-and-symmetric-groups","Dihedral and Symmetric Groups","The dihedral group D_{2n} is the symmetries of a regular n-gon, generated by a rotation r and a reflection s subject to three relations. The symmetric group S_n is all permutations of n objects, written in cycle notation. Orders, generators and relations, cycle decomposition, the order of a permutation from its cycle type, and the parity that splits S_n in half.\n",{"path":17328,"title":17329,"module":17321,"summary":17330},"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fmatrix-and-quaternion-groups","Matrix and Quaternion Groups","Invertible matrices over a field form the general linear group GL_n(F), with the determinant-one matrices as the subgroup SL_n(F). Over a finite field the order of GL_n(F) has a clean product formula. The quaternion group Q_8 is a second small nonabelian group, distinct from the dihedral group of the same order; its multiplication and subgroup structure sharpen the contrast between the two.\n",{"path":17332,"title":17333,"module":17321,"summary":17334},"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fhomomorphisms-and-group-actions","Homomorphisms, Isomorphisms, and Actions","A homomorphism is a map between groups that respects the operation; an isomorphism is a bijective one, making two groups the same up to relabeling. The kernel and image measure how far a homomorphism is from injective and surjective. A group action realizes a group as permutations of a set, and actions correspond exactly to homomorphisms into a symmetric group, with orbits and stabilizers as the first tools for counting.\n",{"path":17336,"title":17337,"module":17338,"summary":17339},"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fsubgroups-and-substructures","Subgroups and Their Substructures","Subgroups and Quotients","A subgroup is a subset that is a group under the inherited operation. One test decides it: nonempty and closed under the map $(x,y) \\mapsto xy^{-1}$. From an arbitrary subset $A$ we build the centralizer, normalizer, and center, and from an action the stabilizer and kernel, all of them subgroups nested in a fixed chain inside $G$.\n",{"path":17341,"title":17342,"module":17338,"summary":17343},"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fcyclic-groups","Cyclic Groups","A cyclic group is generated by one element. Two facts organize the whole theory: the order of an element equals the order of the subgroup it generates, and cyclic groups of equal order are isomorphic, so $\\mathbb{Z}$ and $\\mathbb{Z}\u002Fn\\mathbb{Z}$ are the only ones. From there the generators ($\\varphi(n)$ of them), the subgroups (one per divisor of $n$), and a fast exponentiation algorithm all follow.\n",{"path":17345,"title":17346,"module":17338,"summary":17347},"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fgeneration-and-subgroup-lattices","Generation and the Lattice of Subgroups","The subgroup generated by a subset $A$ is the smallest subgroup containing it, described top-down as an intersection and bottom-up as the set of words in $A$ and its inverses. Collecting all subgroups and ordering them by containment produces the subgroup lattice, whose Hasse diagram shows the joins, meets, and containment relations among all subgroups.\n",{"path":17349,"title":17350,"module":17338,"summary":17351},"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fcosets-lagrange-and-normal-subgroups","Cosets, Lagrange, and Normal Subgroups","The left cosets of a subgroup partition a group into equal-sized blocks, so the order of a subgroup divides the order of the group: Lagrange's theorem. When the blocks can be multiplied consistently — exactly when the subgroup is normal — they form the quotient group $G\u002FN$. Fermat's and Euler's theorems fall out as index computations.\n",{"path":17353,"title":17354,"module":17338,"summary":17355},"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fisomorphism-theorems","The Isomorphism Theorems","Four theorems relate homomorphisms, quotients, and subgroup lattices. The first identifies the image of a homomorphism with the quotient by its kernel; the second and third compute quotients built from two subgroups and quotients of quotients; the fourth matches the subgroups of $G\u002FN$ with the subgroups of $G$ lying above $N$. Together they make quotient groups computable.\n",{"path":17357,"title":17358,"module":17338,"summary":17359},"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fcomposition-series-and-the-alternating-group","Composition Series and the Alternating Group","A composition series breaks a finite group into simple quotient factors, and Jordan-Hölder says those factors are unique up to order. This turns classification into two problems: list the simple groups, and describe how to reassemble them. The sign homomorphism splits $S_n$ into even and odd permutations, defining the alternating group $A_n$, simple for $n \\ge 5$.\n",{"path":17361,"title":17362,"module":17363,"summary":17364},"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Factions-and-cayleys-theorem","Actions, Orbits, and Cayley's Theorem","Group Actions and Sylow Theory","A group action turns abstract elements into permutations of a set. The action splits the set into orbits, and the orbit-stabilizer theorem ties each orbit's size to the index of a stabilizer. Applied to a group acting on itself by left multiplication, this gives Cayley's theorem: every group is a group of permutations.\n",{"path":17366,"title":17367,"module":17363,"summary":17368},"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Fconjugation-and-the-class-equation","Conjugation and the Class Equation","A group acts on itself by conjugation, and the orbits are the conjugacy classes. Orbit-stabilizer turns the resulting partition into the class equation, which forces every group of prime-power order to have a nontrivial center. Conjugacy in the symmetric group is cycle type, and Burnside's lemma counts orbits by averaging fixed points.\n",{"path":17370,"title":17371,"module":17363,"summary":17372},"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Fsylow-theorems","The Sylow Theorems","Lagrange's theorem forbids subgroups whose order fails to divide the group order; Sylow's theorems supply a partial converse for prime powers. A Sylow p-subgroup always exists, all of them are conjugate, and their count satisfies two congruence-and-divisibility constraints tight enough to prove many groups non-simple from their order alone.\n",{"path":17374,"title":17375,"module":17363,"summary":17376},"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Fautomorphisms-and-simple-groups","Automorphisms and Simplicity of Aₙ","Conjugation makes a group act on itself and on its normal subgroups by automorphisms, giving the inner automorphism group G\u002FZ(G) and the embedding of N(H)\u002FC(H) into Aut(H). Characteristic subgroups are those every automorphism fixes, and the automorphism group of a cyclic group is its unit group. The lesson closes by proving the alternating group Aₙ is simple for n ≥ 5.\n",{"path":17378,"title":17379,"module":17380,"summary":17381},"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fdirect-products-and-finite-abelian-groups","Direct Products and Finite Abelian Groups","Products and Group Structure","The direct product assembles a larger group from componentwise copies of smaller ones, and a recognition theorem reverses the process when two normal subgroups meet trivially and span the group. The Fundamental Theorem of Finitely Generated Abelian Groups then classifies every such group by two equivalent invariants, invariant factors and elementary divisors.\n",{"path":17383,"title":17384,"module":17380,"summary":17385},"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fsemidirect-products","Semidirect Products","The semidirect product relaxes the direct product by requiring only one factor to be normal, with the other acting on it through a homomorphism into its automorphism group. This single twisting map lets abelian pieces assemble into non-abelian groups, realizes the dihedral groups as $\\mathbb{Z}_n \\rtimes \\mathbb{Z}_2$, and, with a recognition theorem, classifies groups of several small orders.\n",{"path":17387,"title":17388,"module":17380,"summary":17389},"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fnilpotent-and-solvable-groups","p-Groups, Nilpotent, and Solvable Groups","Finite p-groups have nontrivial center, and iterating the center upward builds the nilpotent groups, which decompose as the direct product of their Sylow subgroups. Iterating the commutator downward builds the solvable groups, whose factors are abelian. The chain cyclic, abelian, nilpotent, solvable orders these classes, and A_5 breaks the last link.\n",{"path":17391,"title":17392,"module":17380,"summary":17393},"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fclassifying-small-groups","Classifying Groups of Small Order","With Sylow's theorem to force normal subgroups, direct and semidirect products to assemble them, and presentations to name the result, every group up to order fifteen can be listed explicitly. Free groups make presentations precise: generators with no relations, from which any group is a quotient by the normal closure of its relations.\n",{"path":17395,"title":17396,"module":17397,"summary":17398},"\u002Fabstract-algebra\u002Fring-theory\u002Frings-definitions-and-examples","Rings: Definitions and Examples","Ring Theory","A ring carries two operations: an abelian group under addition and an associative multiplication linked by the distributive laws. The named special cases — commutative rings, integral domains, division rings, and fields — differ only in how their multiplication behaves. Standard examples include quadratic integer rings, polynomial rings, matrix rings, and group rings.\n",{"path":17400,"title":17401,"module":17397,"summary":17402},"\u002Fabstract-algebra\u002Fring-theory\u002Fideals-quotients-and-homomorphisms","Ideals, Quotient Rings, and Homomorphisms","Ring homomorphisms have kernels that absorb multiplication; such subsets are ideals, and every ideal is the kernel of the projection onto a quotient ring. The quotient construction yields the ring isomorphism theorems and classifies ideals by their quotients: R\u002FI is a field exactly when I is maximal, an integral domain exactly when I is prime.\n",{"path":17404,"title":17405,"module":17397,"summary":17406},"\u002Fabstract-algebra\u002Fring-theory\u002Ffractions-and-the-chinese-remainder-theorem","Fields of Fractions and the CRT","Rings of fractions invert a multiplicatively closed set, enlarging an integral domain into its field of fractions the way Z becomes Q. The Chinese Remainder Theorem splits a quotient by comaximal ideals into a direct product, generalizing Z\u002FmnZ ≅ Z\u002FmZ × Z\u002FnZ and explaining why the Euler function is multiplicative.\n",{"path":17408,"title":17409,"module":17410,"summary":17411},"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Feuclidean-domains-pids-ufds","Euclidean Domains, PIDs, and UFDs","Factorization and Polynomial Rings","Three classes of integral domain, ordered by how much of elementary arithmetic survives: Euclidean domains carry a division algorithm, principal ideal domains make every ideal a single multiple, and unique factorization domains factor every element into irreducibles in one way. We prove the chain ED implies PID implies UFD, the classes are separated by explicit counterexamples, and irreducible and prime coincide exactly in a UFD.\n",{"path":17413,"title":17414,"module":17410,"summary":17415},"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Fpolynomial-rings-over-fields","Polynomial Rings over Fields","When the coefficients form a field, polynomial long division works exactly as it does over the rationals, and it works with a unique quotient and remainder. That single fact makes F[x] a Euclidean domain, hence a PID and a UFD: every ideal is the multiples of one polynomial, roots correspond to linear factors, and F[x]\u002F(f) is a field precisely when f is irreducible.\n",{"path":17417,"title":17418,"module":17410,"summary":17419},"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Fgauss-lemma-and-unique-factorization","Gauss's Lemma and Unique Factorization","A UFD is not a field, so its polynomial ring is not a PID — yet unique factorization survives the passage from R to R[x]. Gauss's lemma supplies the passage: a polynomial that factors over the fraction field already factors over R, once content is factored out. This gives the theorem that R[x] is a UFD whenever R is, so Z[x] and Q[x,y] factor uniquely even though neither is a PID.\n",{"path":17421,"title":17422,"module":17410,"summary":17423},"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Firreducibility-criteria-and-groebner","Irreducibility Criteria and Gröbner Bases","Deciding whether a given polynomial is irreducible, and computing in multivariate polynomial rings. In one variable: the rational root test, reduction modulo a prime, and Eisenstein's criterion. In several variables, where division fails, a monomial order gives leading terms, a Gröbner basis restores a well-defined remainder, and Buchberger's algorithm computes it.\n",{"path":17425,"title":17426,"module":17427,"summary":17428},"\u002Fabstract-algebra\u002Fmodule-theory\u002Fintroduction-to-modules","Introduction to Modules","Module Theory","A module is an abelian group on which a ring acts, generalizing both vector spaces (when the ring is a field) and abelian groups (when the ring is the integers). Submodules, homomorphisms, quotients, and the isomorphism theorems carry over from groups, and an F[x]-module is the same datum as a vector space with a chosen linear operator — the correspondence behind the canonical forms.\n",{"path":17430,"title":17431,"module":17427,"summary":17432},"\u002Fabstract-algebra\u002Fmodule-theory\u002Ffree-modules-and-direct-sums","Generation, Direct Sums, and Free Modules","A generating set spans a module by R-linear combinations; a direct sum decomposes it into independent pieces; a free module has a basis and the universal property that a homomorphism is determined by arbitrary values on that basis. Rank is well defined over a commutative ring, torsion blocks a basis, and every module is a quotient of a free one — a presentation by generators and relations.\n",{"path":17434,"title":17435,"module":17427,"summary":17436},"\u002Fabstract-algebra\u002Fmodule-theory\u002Ftensor-products-and-exact-sequences","Tensor Products and Exact Sequences","The tensor product builds a module in which elements of two modules can be multiplied, characterized by a universal property turning bilinear maps into linear ones; extension of scalars is its guiding case. Exact sequences track how a module is assembled from a submodule and a quotient, when that assembly splits, and which modules — projective, injective, flat — make the Hom and tensor functors preserve exactness.\n",{"path":17438,"title":17439,"module":17427,"summary":17440},"\u002Fabstract-algebra\u002Fmodule-theory\u002Fvector-spaces-and-linear-maps","Vector Spaces and Linear Maps","A vector space is a module over a field, and the field hypothesis removes every pathology a general module can have: every vector space is free, so it has a basis, a well-defined dimension, and a coordinate isomorphism with F^n. Linear maps become matrices, change of basis becomes similarity, every space pairs with a dual of the same dimension, and the determinant is the unique alternating multilinear normalized form.\n",{"path":17442,"title":17443,"module":17444,"summary":17445},"\u002Fabstract-algebra\u002Fmodules-over-pids\u002Fstructure-theorem-over-pids","The Structure Theorem for Modules over a PID","Modules over PIDs and Canonical Forms","Every finitely generated module over a principal ideal domain splits as a free part plus a direct sum of cyclic torsion pieces, in two canonical ways: invariant factors, tied together by a divisibility chain, and elementary divisors, one prime power at a time. Existence follows from the stacked-basis theorem, both lists are unique, and the case $R = \\mathbb{Z}$ is the classification of finitely generated abelian groups.\n",{"path":17447,"title":17448,"module":17444,"summary":17449},"\u002Fabstract-algebra\u002Fmodules-over-pids\u002Frational-canonical-form","Rational Canonical Form","A linear operator turns its vector space into a module over the polynomial ring $F[x]$, with $x$ acting as the operator. The structure theorem's invariant factors then become polynomials, each cyclic summand becomes a companion matrix, and the block-diagonal assembly is the rational canonical form. It is unique, it is computed inside the base field, and two matrices are similar exactly when their rational canonical forms agree.\n",{"path":17451,"title":17452,"module":17444,"summary":17453},"\u002Fabstract-algebra\u002Fmodules-over-pids\u002Fjordan-canonical-form","Jordan Canonical Form","When the base field contains all the eigenvalues, the elementary divisors of an operator are powers of linear polynomials, and each cyclic summand becomes a Jordan block: an eigenvalue on the diagonal with ones just above it. Stacking the blocks gives the Jordan canonical form, unique up to reordering, as close to diagonal as the operator allows. Diagonalizability reads off the minimal polynomial, and the block sizes are counted by ranks of powers of the operator minus the eigenvalue.\n",{"path":17455,"title":17456,"module":17457,"summary":17458},"\u002Fabstract-algebra\u002Ffield-theory\u002Ffield-extensions-and-algebraic-elements","Field Extensions and Algebraic Elements","Field Theory","A field extension makes a larger field K into a vector space over a smaller field F, and its degree [K:F] is that dimension. Adjoining a root of an irreducible polynomial builds a simple extension F(α) isomorphic to F[x]\u002F(m), whose degree is the degree of the minimal polynomial. The tower law makes these degrees multiply, which turns algebra over fields into bookkeeping with integers.\n",{"path":17460,"title":17461,"module":17457,"summary":17462},"\u002Fabstract-algebra\u002Ffield-theory\u002Fstraightedge-and-compass-constructions","Straightedge-and-Compass Constructions","The lengths a straightedge and compass can build from a unit form a field closed under square roots, and every constructible number lies in a tower of quadratic extensions. So its degree over the rationals is a power of two. That single obstruction settles three problems the Greeks left open: doubling the cube, trisecting a general angle, and squaring the circle are all impossible.\n",{"path":17464,"title":17465,"module":17457,"summary":17466},"\u002Fabstract-algebra\u002Ffield-theory\u002Fsplitting-fields-and-algebraic-closure","Splitting Fields and Algebraic Closure","The splitting field of a polynomial is the smallest extension in which it factors into linear pieces, obtained by adjoining all its roots. Every polynomial has one, its degree is at most n factorial, and any two splitting fields are isomorphic. Pushing this to all polynomials at once gives the algebraic closure, a field in which every polynomial splits and which is unique up to isomorphism.\n",{"path":17468,"title":17469,"module":17457,"summary":17470},"\u002Fabstract-algebra\u002Ffield-theory\u002Fseparable-and-cyclotomic-extensions","Separable Extensions and Cyclotomic Fields","A polynomial is separable when its roots are distinct, detected by whether it shares a factor with its formal derivative. Over perfect fields — characteristic zero and finite fields — every irreducible is separable, and the existence and uniqueness of the finite fields follow. Cyclotomic polynomials package the roots of unity by order, are irreducible over the rationals, and give the cyclotomic field its degree phi(n).\n",{"path":17472,"title":17473,"module":17474,"summary":17475},"\u002Fabstract-algebra\u002Fgalois-theory\u002Fthe-galois-correspondence","The Galois Correspondence","Galois Theory","Galois theory attaches to a field extension its group of symmetries and shows that, for the right extensions, the subgroups of that group are in exact order-reversing correspondence with the intermediate fields. The automorphism group, Artin's theorem, the characterization of Galois extensions, and the Fundamental Theorem together turn questions about fields into questions about finite groups.\n",{"path":17477,"title":17478,"module":17474,"summary":17479},"\u002Fabstract-algebra\u002Fgalois-theory\u002Ffinite-fields","Finite Fields","Every finite field has prime-power order, is the splitting field of $x^{p^n} - x$, and is unique up to isomorphism. Its extension over the prime field is Galois with cyclic group generated by the Frobenius map $x \\mapsto x^p$, so the Galois correspondence reduces the subfield lattice to the divisor lattice of $n$. Möbius inversion counts the irreducible polynomials of each degree, and cyclic error-correcting codes are one application.\n",{"path":17481,"title":17482,"module":17474,"summary":17483},"\u002Fabstract-algebra\u002Fgalois-theory\u002Fcyclotomic-and-abelian-extensions","Cyclotomic and Abelian Extensions","The Galois group of the $n$th cyclotomic field over $\\mathbb{Q}$ is the unit group $(\\mathbb{Z}\u002Fn\\mathbb{Z})^\\times$, which makes cyclotomic fields the worked catalogue of abelian extensions of $\\mathbb{Q}$. The isomorphism identifies subfields with subgroups, realizes every finite abelian group as a Galois group over $\\mathbb{Q}$, and leads to Kronecker–Weber. Composites of Galois extensions and the primitive element theorem supply the machinery.\n",{"path":17485,"title":17486,"module":17474,"summary":17487},"\u002Fabstract-algebra\u002Fgalois-theory\u002Fgalois-groups-of-polynomials","Galois Groups of Polynomials","Ordering the roots of a separable polynomial embeds its Galois group in the symmetric group $S_n$, and the group is transitive exactly when the polynomial is irreducible. The discriminant decides membership in $A_n$; for cubics and quartics the resolvent cubic pins the group down; and reduction modulo a prime produces elements of prescribed cycle type, the standard tool for computing Galois groups over $\\mathbb{Q}$.\n",{"path":17489,"title":17490,"module":17474,"summary":17491},"\u002Fabstract-algebra\u002Fgalois-theory\u002Fsolvability-by-radicals-and-the-quintic","Solvability by Radicals and the Quintic","A polynomial is solvable by radicals exactly when its Galois group is solvable. Cyclic extensions are radical extensions once roots of unity are present, which turns a radical tower into a solvable subnormal series. Since $S_n$ is solvable only for $n \\le 4$, the general quintic has no radical formula, and an explicit quintic with Galois group $S_5$ has roots provably not expressible in radicals.\n",{"path":17493,"title":17494,"module":17495,"summary":17496},"\u002Fabstract-algebra\u002Fcapstone\u002Fcommutative-algebra-and-algebraic-geometry","A Glimpse of Commutative Algebra and Algebraic Geometry","Capstone: Where Algebra Goes Next","Commutative algebra reads geometry off the ring of polynomial functions. The dictionary runs through Noetherian rings and the ascending chain condition, Hilbert's Basis Theorem, affine algebraic sets and the two maps connecting ideals to zero sets, radicals, the Zariski topology, and Hilbert's Nullstellensatz, which over an algebraically closed field makes radical ideals and algebraic sets the same object.\n",{"path":17498,"title":17499,"module":17495,"summary":17500},"\u002Fabstract-algebra\u002Fcapstone\u002Frepresentation-and-character-theory","A Glimpse of Representation and Character Theory","Representation theory studies a group by the ways it can act linearly on a vector space. Representations are equivalent to modules over the group ring; Maschke's theorem gives complete reducibility, the Wedderburn consequences bound the irreducible degrees, and character theory reduces a representation to a trace invariant governed by the orthogonality relations and displayed in the character table of a small group.\n",{"path":17502,"title":17503,"module":6,"summary":6},"\u002Fabstract-algebra","Abstract Algebra",{"path":17505,"title":17506,"module":17507,"summary":17508},"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fatomic-spectra-rutherford","Atomic Spectra and Rutherford's Nucleus","Early Atomic Models and the Old Quantum Theory","Atoms emit light only at sharp, reproducible wavelengths, and by 1890 those wavelengths were captured by the Rydberg-Ritz formula. Neither empirical regularity had a mechanical explanation. Rutherford's alpha-scattering experiment supplied the missing structure: the atom's positive charge and nearly all its mass sit in a tiny central nucleus, with the electrons far outside.\n",{"path":17510,"title":17511,"module":17507,"summary":17512},"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fbohr-model-hydrogen","The Bohr Model of Hydrogen","Bohr grafted three quantum postulates onto Rutherford's nuclear atom: certain orbits do not radiate, radiation accompanies a jump between them, and quantization must match classical physics for large orbits. Quantizing the angular momentum fixes the orbit radii and energies, reproduces the Rydberg-Ritz formula, and predicts the Rydberg constant from fundamental constants alone.\n",{"path":17514,"title":17515,"module":17507,"summary":17516},"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fx-ray-spectra-franck-hertz","X-Ray Spectra and the Franck-Hertz Experiment","Two 1913-14 experiments confirmed the Bohr-Rutherford atom independently of optical spectra. Moseley found that the square root of a characteristic X-ray frequency is linear in atomic number, fixing Z as nuclear charge and ordering the periodic table. Franck and Hertz measured discrete atomic energy levels directly by scattering electrons through a mercury vapor.\n",{"path":17518,"title":17519,"module":17507,"summary":17520},"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fbohr-sommerfeld-old-quantum-theory","The Bohr-Sommerfeld Old Quantum Theory","Bohr fixed the hydrogen levels with a single quantum number by quantizing angular momentum. Sommerfeld replaced that ad hoc rule with a general prescription: quantize the action of each separable coordinate. The rule produces elliptical orbits, a second (azimuthal) quantum number, space quantization, and — once the relativistic mass variation is included — a fine-structure splitting that matches experiment to order alpha squared.\n",{"path":17522,"title":17523,"module":17507,"summary":17524},"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fold-quantum-theory-limits-wkb","Limits of the Old Quantum Theory and the WKB Bridge","The old quantum theory works only where the classical motion is separable into independent periodic coordinates. It fails for helium, forbids the correct zero angular momentum of the hydrogen ground state, and misses the half-integer in the oscillator and in molecular spectra. The WKB quantization condition, derived from the Schrodinger equation, is the modern descendant of the Sommerfeld rule and repairs the half-integer through the Maslov correction.\n",{"path":17526,"title":17527,"module":17528,"summary":17529},"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fschrodinger-3d-hydrogen","The Schrödinger Equation in Three Dimensions and Hydrogen","The Quantum Hydrogen Atom","Extending the Schrödinger equation to three dimensions and separating it in spherical coordinates produces three ordinary differential equations, one per coordinate. Their boundary conditions generate the quantum numbers n, ℓ, and mℓ, quantize the angular momentum to √(ℓ(ℓ+1))ℏ with projections mℏ, and fix the bound-state energies of hydrogen at −Z²(13.6 eV)\u002Fn².\n",{"path":17531,"title":17532,"module":17528,"summary":17533},"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fhydrogen-wave-functions","Hydrogen Wave Functions and Orbitals","The hydrogen wave functions factor into a radial part Rₙℓ(r) and an angular spherical harmonic Yℓm(θ,φ). Squaring gives the probability cloud; the radial distribution P(r) = r²|ψ|² peaks at the Bohr radius for the ground state and at the Bohr orbits for excited states. The angular part fixes the s, p, and d orbital shapes that govern chemical bonding.\n",{"path":17535,"title":17536,"module":17528,"summary":17537},"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fradial-equation-in-full","Solving the Radial Equation in Full","The hydrogen radial equation is solved from the differential equation up. The substitution u = rR turns it into a one-dimensional problem with a centrifugal barrier; matching the asymptotic behaviour at the origin and at infinity peels off the factors r^(ℓ+1) and e^(−r\u002Fna₀); a Frobenius series for the remainder must terminate, and that termination condition yields the quantization n ≥ ℓ+1 with E = −Z²Ry\u002Fn². The surviving polynomials are the associated Laguerre functions, whose degree n−ℓ−1 counts the radial nodes.\n",{"path":17539,"title":17540,"module":17528,"summary":17541},"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fsymmetry-degeneracy-runge-lenz","Accidental Degeneracy and the Runge-Lenz Symmetry","Hydrogen energies depend only on n, so states of different ℓ at the same n are degenerate. This is not a coincidence but the mark of a hidden symmetry: the quantum Runge-Lenz vector is conserved for the 1\u002Fr potential alone, and together with angular momentum it generates the group SO(4). The Casimir invariant of that group reproduces E = −Z²Ry\u002Fn² and its representations count the n² states. Any departure from 1\u002Fr breaks the symmetry and lifts the ℓ-degeneracy.\n",{"path":17543,"title":17544,"module":17528,"summary":17545},"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fexpectation-values-virial","Expectation Values, the Virial Theorem, and Scaling","The radial matrix elements ⟨r^k⟩ of hydrogenic states are the raw material of every later correction. This lesson derives ⟨1\u002Fr⟩ from the virial theorem, builds the full family ⟨r⟩, ⟨r²⟩, ⟨1\u002Fr²⟩, ⟨1\u002Fr³⟩ from Kramers' recursion and the Feynman-Hellmann theorem, and reads off their scaling with n, ℓ, and Z. The virial balance ⟨T⟩ = −½⟨V⟩ = −E fixes the energy budget of every bound state.\n",{"path":17547,"title":17548,"module":17528,"summary":17549},"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fquantum-defects-alkali-spectra","Quantum Defects and Alkali Spectra","An alkali atom is one valence electron outside a closed-shell core, and to a good approximation it is hydrogen with a modified quantum number. Core penetration makes low-ℓ states more bound than the Coulomb formula predicts, and the shortfall is captured by a single number per ℓ, the quantum defect δℓ. The spectrum then follows the Rydberg formula with n replaced by the effective n − δℓ, and the sodium D-line doublet is the worked case.\n",{"path":17551,"title":17552,"module":17528,"summary":17553},"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Frydberg-atoms","Rydberg Atoms","A Rydberg atom is an atom excited to a very high principal quantum number, and every hydrogenic property becomes exaggerated by a power of n. Size grows as n², binding falls as n⁻², radiative lifetime lengthens as n³, and the static polarizability explodes as n⁷. The levels crowd toward the ionization limit, and the enormous dipole interaction between two Rydberg atoms produces the blockade that underlies neutral-atom quantum computing.\n",{"path":17555,"title":17556,"module":17557,"summary":17558},"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Frelativistic-kinetic-correction","The Relativistic Kinetic-Energy Correction","Fine Structure and the Dirac Atom","The Bohr energies treat the electron as slowly moving, but its speed is of order αc, so the kinetic energy needs a relativistic correction. Expanding √(p²c²+m²c⁴) to order (v\u002Fc)² produces the perturbation −p⁴\u002F8m³c², whose first-order shift on a hydrogenic state is evaluated with the trick p²=2m(E−V). The result depends on n and ℓ, is smaller than the gross structure by α²≈5×10⁻⁵, and is one of the three pieces that combine into the fine-structure formula.\n",{"path":17560,"title":17561,"module":17557,"summary":17562},"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Fspin-orbit-thomas-precession","Spin-Orbit Coupling and Thomas Precession","In the electron's rest frame the nucleus orbits it, and the resulting current produces a magnetic field that couples to the electron's spin moment. The interaction is ξ(r) L·S, with ξ built from the Coulomb potential and the radial expectation ⟨1\u002Fr³⟩. A relativistic subtlety, Thomas precession, halves the naive coefficient because the electron's rest frame is accelerating. The result splits each ℓ≥1 level into a j=ℓ±½ doublet and makes (n, ℓ, j, mⱼ) the good quantum numbers.\n",{"path":17564,"title":17565,"module":17557,"summary":17566},"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Fdarwin-term-fine-structure-formula","The Darwin Term and the Fine-Structure Formula","The third fine-structure correction, the Darwin term, is a contact interaction proportional to ∇²V that acts only on s-states, physically a smearing of the electron over a Compton wavelength. Adding the relativistic, spin-orbit, and Darwin shifts, the ℓ-dependence cancels and the total collapses to a formula in n and j alone. The n=2 shell splits into 2S₁\u002F₂, 2P₁\u002F₂, 2P₃\u002F₂, with the two j=½ levels exactly degenerate, a coincidence the Dirac theory explains.\n",{"path":17568,"title":17569,"module":17557,"summary":17570},"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Fdirac-equation-hydrogen","The Dirac Equation for Hydrogen","The fine-structure formula was assembled from three perturbations; the Dirac equation produces it in one stroke and exactly. A first-order relativistic wave equation forces a four-component spinor, from which spin s=½, the g-factor of 2, the spin-orbit term, and antiparticles all emerge automatically. Its exact Coulomb spectrum depends only on n and j, and expanding in Zα reproduces the perturbative result, including the 2S₁\u002F₂–2P₁\u002F₂ degeneracy that sets up the Lamb shift.\n",{"path":17572,"title":17573,"module":17574,"summary":17575},"\u002Fatomic-physics\u002Fqed-corrections-and-hyperfine-structure\u002Flamb-shift-qed","The Lamb Shift and QED Radiative Corrections","QED Corrections and Hyperfine Structure","The Dirac equation makes the 2S₁\u002F₂ and 2P₁\u002F₂ levels of hydrogen exactly degenerate. Lamb and Retherford measured a splitting of about 1058 MHz that the Dirac theory cannot produce. The gap comes from the electron's coupling to the quantized electromagnetic field: self-energy, vacuum polarization, and the anomalous magnetic moment. Welton's vacuum-fluctuation estimate reproduces the size and shows why the effect lands almost entirely on s-states, and the same radiative corrections make hydrogen the most stringent test of QED.\n",{"path":17577,"title":17578,"module":17574,"summary":17579},"\u002Fatomic-physics\u002Fqed-corrections-and-hyperfine-structure\u002Fhyperfine-structure-21cm","Hyperfine Structure and the 21 cm Line","The proton carries a magnetic moment, and it interacts with the magnetic field the electron produces at the nucleus. For s-states that interaction is the Fermi contact term, proportional to the electron density at the origin and to the dot product of the nuclear and electronic spins. Coupling I and J into F = I + J splits each level by a Landé interval rule; in hydrogen's ground state it produces the F = 0\u002FF = 1 doublet whose 1420 MHz, 21 cm transition maps neutral hydrogen across the galaxy.\n",{"path":17581,"title":17582,"module":17574,"summary":17583},"\u002Fatomic-physics\u002Fqed-corrections-and-hyperfine-structure\u002Fnuclear-effects-isotope-shift","Nuclear Size, Moments, and Isotope Shifts","A real nucleus has a finite size, a mass that changes between isotopes, and, when its spin is at least one, an electric quadrupole moment. Each leaves a fingerprint in the atomic spectrum: the volume shift from s-electrons sampling the charge distribution, the mass and field isotope shifts that separate on a King plot, the quadrupole interaction that breaks the Landé interval rule, and the hyperfine anomaly from the magnetization distribution. Atomic spectroscopy reads nuclear properties out of these shifts.\n",{"path":17585,"title":17586,"module":17587,"summary":17588},"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fperiodic-table-atomic-spectra","The Periodic Table and Atomic Spectra","Many-Electron Atoms","Identical electrons demand antisymmetric wave functions, which is the Pauli exclusion principle: no two electrons share all four quantum numbers. Filling shells in order of increasing energy — shifted by penetration and shielding — builds the periodic table and its recurring ionization pattern. Selection rules govern optical spectra, and an external field splits lines by the Zeeman effect.\n",{"path":17590,"title":17591,"module":17587,"summary":17592},"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fcentral-field-self-consistent","The Central-Field Approximation and the Self-Consistent Field","The N-electron Hamiltonian does not separate because every pair of electrons repels. The central-field approximation replaces that pairwise repulsion with an averaged spherical potential each electron feels, restoring hydrogen-like orbitals labelled by n and ℓ. The Thomas-Fermi statistical model fixes the shape of the screened charge from Fermi-gas thermodynamics; the Hartree self-consistent field determines it exactly by iterating orbitals against the potential they generate until the two agree.\n",{"path":17594,"title":17595,"module":17587,"summary":17596},"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fidentical-particles-hartree-fock","Exchange, Slater Determinants, and Hartree-Fock","A product wave function ignores that electrons are identical fermions. Enforcing antisymmetry writes the state as a Slater determinant, which vanishes whenever two electrons share a spin-orbital — the exclusion principle made algebraic. The energy of a determinant carries a new term with no classical analogue, the exchange integral, nonzero only for parallel spins; it lowers the energy of aligned electrons and carves a Fermi hole around each one. Adding the exchange operator to the mean field gives the Hartree-Fock equations, and what they still miss defines the correlation energy.\n",{"path":17598,"title":17599,"module":17587,"summary":17600},"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fhelium-two-electron-atom","Helium: the Prototype Two-Electron Atom","Helium is the smallest atom the Schrödinger equation cannot solve exactly, and the smallest that shows every many-electron effect. Ignoring the electron repulsion overbinds the ground state by 30 eV; first-order perturbation theory and a one-parameter variational calculation with an effective charge close most of the gap. The excited configurations split into para (singlet) and ortho (triplet) states separated by the exchange integral, with the triplet lower — and the absence of a 1s² triplet is the Pauli principle in its plainest form.\n",{"path":17602,"title":17603,"module":17587,"summary":17604},"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fls-jj-coupling-term-symbols","LS and jj Coupling; Term Symbols","A configuration is not a single energy level. The residual electrostatic repulsion and the spin-orbit interaction split it, and which one dominates fixes the coupling scheme. In light atoms the electrostatic term wins: orbital and spin angular momenta couple separately into L and S, then into J, giving Russell- Saunders term symbols. In heavy atoms spin-orbit wins and each electron's j forms first. The Pauli principle prunes the allowed terms of equivalent electrons, the Landé interval rule spaces the fine-structure multiplet, and the scheme crosses over from LS to jj down a column.\n",{"path":17606,"title":17607,"module":17587,"summary":17608},"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fhund-rules-ground-terms","Hund's Rules and Ground-State Terms","A configuration allows several terms; Hund's three rules pick the ground one. Maximize the spin S first, then the orbital L, then set J to |L−S| for a less-than-half shell and L+S for a more-than-half shell. The first two rules come from exchange lowering the energy of apart-kept electrons; the third comes from the sign of the spin-orbit coupling, which flips as a shell passes half-filling and turns the multiplet from normal to inverted. Worked ground terms for carbon, nitrogen, oxygen, and iron show the rules in action.\n",{"path":17610,"title":17611,"module":17612,"summary":17613},"\u002Fatomic-physics\u002Fatoms-in-external-fields\u002Fzeeman-effect","The Zeeman Effect","Atoms in External Fields","A magnetic field couples to the atom through its magnetic moment, splitting each level into equally spaced sublevels labelled by the projection of the total angular momentum. When spin is present the spacing is not the classical one: it carries the Landé g-factor, a projection of the spin and orbital moments onto the total angular momentum. We derive the weak-field Hamiltonian from minimal coupling, evaluate the shift with the projection theorem, and read off the polarization of the emitted components.\n",{"path":17615,"title":17616,"module":17612,"summary":17617},"\u002Fatomic-physics\u002Fatoms-in-external-fields\u002Fpaschen-back-intermediate","The Paschen-Back and Intermediate-Field Regimes","When the magnetic interaction grows past the fine-structure coupling, spin and orbital angular momentum decouple and precess independently about the field. The anomalous Zeeman pattern reverts to a simple triplet, the Paschen-Back effect. Between the two limits neither coupling dominates and the level positions follow from diagonalizing the combined spin-orbit and Zeeman Hamiltonian. We build the two-by-two problem for a single valence electron, solve it in closed form, and show both limits emerge from one expression.\n",{"path":17619,"title":17620,"module":17612,"summary":17621},"\u002Fatomic-physics\u002Fatoms-in-external-fields\u002Fstark-effect-polarizability","The Stark Effect and Field Ionization","An electric field shifts atomic levels by coupling to the electron's position. Parity forbids a first-order shift for a non-degenerate state, so most atoms respond only at second order through their polarizability, a quadratic Stark shift. Hydrogen is the exception: its accidental degeneracy admits a permanent dipole and a linear shift, cleanest in parabolic coordinates. At large fields the Coulomb well develops a saddle, and Rydberg states field-ionize at a threshold that falls as the fourth power of the principal quantum number.\n",{"path":17623,"title":17624,"module":17625,"summary":17626},"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Ftime-dependent-perturbation-golden-rule","Time-Dependent Perturbation Theory and the Golden Rule","Radiative Transitions and Spectral Lines","An atom in a weak oscillating field makes transitions between its stationary states. First-order time-dependent perturbation theory gives the transition amplitude as a Fourier component of the perturbation at the Bohr frequency, and the resulting probability is a sinc-squared resonance that sharpens as the field acts longer. For a two-level system the same coupling produces Rabi oscillations; for a transition into a continuum the long-time limit collapses the sinc-squared into a delta function and yields Fermi's golden rule, a constant transition rate set by the coupling strength and the density of final states.\n",{"path":17628,"title":17629,"module":17625,"summary":17630},"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Fdipole-approximation-einstein-coefficients","The Dipole Approximation and Einstein Coefficients","The coupling between an atom and light is the interaction of the electron with the electromagnetic field. Because an optical wavelength dwarfs the atom, the spatial variation of the field across the atom can be dropped, leaving the electric-dipole interaction and its matrix element. That matrix element defines the oscillator strength, which obeys the Thomas-Reiche-Kuhn sum rule. Einstein's three rate coefficients (absorption, stimulated emission, spontaneous emission) follow from detailed balance with thermal radiation, fixing the ratio of spontaneous to stimulated rates and its steep growth with frequency.\n",{"path":17632,"title":17633,"module":17625,"summary":17634},"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Fselection-rules-forbidden-transitions","Selection Rules and Forbidden Transitions","The dipole matrix element vanishes for most pairs of states, and the pattern of which survive is the set of selection rules. Parity forces the orbital angular momentum to change by one; the angular integral of three spherical harmonics restricts the magnetic quantum number to change by zero or one; the photon's spin restricts the total angular momentum. When the dipole element vanishes, higher multipoles (magnetic dipole and electric quadrupole) can still drive the transition at rates smaller by powers of the fine-structure constant, and states with no allowed decay become metastable.\n",{"path":17636,"title":17637,"module":17625,"summary":17638},"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Flifetimes-and-line-shapes","Lifetimes, Line Widths, and Line Shapes","A spectral line is never infinitely sharp. The finite lifetime of the excited state gives every line a natural Lorentzian width set by the total decay rate, the Fourier transform of an exponentially damped emission. Thermal motion adds a Gaussian Doppler width that usually dominates in a gas; collisions add a further Lorentzian pressure width; the observed profile is the Voigt convolution of the Gaussian and Lorentzian parts. Strong driving fields broaden the line further through saturation. Each mechanism has a distinct dependence on temperature, density, and intensity that lets it be identified and, where possible, removed.\n",{"path":17640,"title":17641,"module":17642,"summary":17643},"\u002Fatomic-physics\u002Flasers-and-spectroscopy\u002Flaser-principles","Population Inversion, Gain, and the Laser","Lasers and Spectroscopy","A laser is an optical amplifier placed inside a resonant cavity. Amplification requires that stimulated emission outrun absorption, which requires more atoms in the upper level than the lower one — a population inversion that the Einstein relations forbid in thermal equilibrium and that no two-level pump can produce. Three- and four-level schemes reach it by routing atoms through auxiliary states. The gain coefficient sets how strongly a weak beam grows, the cavity fixes the threshold and selects a comb of longitudinal modes, and gain saturation clamps the steady-state inversion at its threshold value.\n",{"path":17645,"title":17646,"module":17642,"summary":17647},"\u002Fatomic-physics\u002Flasers-and-spectroscopy\u002Fspectroscopy-techniques","Spectroscopic Techniques and Frequency Combs","A tunable laser turns spectroscopy from photographing a spectrum into interrogating a single transition, but at room temperature the Doppler width buries the natural linewidth under a thousandfold-broader Gaussian. Saturated absorption and two-photon spectroscopy defeat the first-order Doppler shift by selecting the zero-velocity class or cancelling the shift between counter-propagating photons, recovering natural-width features. Laser-induced fluorescence pushes sensitivity to single atoms, and the optical frequency comb converts an optical frequency into a countable radio-frequency beat, giving absolute frequency measurement across the visible spectrum.\n",{"path":17649,"title":17650,"module":17642,"summary":17651},"\u002Fatomic-physics\u002Flasers-and-spectroscopy\u002Fline-catalog-nist-asd","Reading Real Spectra with the NIST Database","Every quantity computed in this course — energy levels, transition frequencies, oscillator strengths, lifetimes — is tabulated for real atoms in the NIST Atomic Spectra Database. This lesson reads that data as physics: how levels are labelled by term symbols and energies in wavenumbers, how a transition list encodes wavelength, Einstein coefficient, and line strength, how a Grotrian diagram is reconstructed from the tables, and how a measured spectrum is matched to catalog lines. The residual between computed and tabulated positions is the running score of atomic theory.\n",{"path":17653,"title":17654,"module":17655,"summary":17656},"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Flaser-cooling-doppler","Laser Cooling and Optical Molasses","Modern Atomic Physics","A near-resonant laser beam pushes an atom because every absorbed photon delivers one unit of momentum and the subsequent spontaneous emission averages to zero. Two counter-propagating red-detuned beams turn that push into friction: the Doppler shift brings a moving atom closer to resonance with the beam it moves against, so the net force opposes the velocity. Six beams give optical molasses in three dimensions. The random recoil of spontaneous emission heats against the friction, and the balance sets the Doppler cooling limit. Adding a magnetic-field gradient makes the force position-dependent as well, giving the magneto-optical trap.\n",{"path":17658,"title":17659,"module":17655,"summary":17660},"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Fsub-doppler-trapping","Sub-Doppler Cooling and Atom Traps","Optical molasses cools multilevel atoms below the Doppler limit. A polarization gradient plus optical pumping makes an atom repeatedly climb a light-shift hill and be pumped to the valley, losing kinetic energy each cycle — Sisyphus cooling. The floor is the recoil limit, one photon momentum of residual motion. Below it, cooling must avoid scattering photons: conservative magnetic and optical-dipole traps hold the atoms while forced evaporation removes the hot tail, driving the phase-space density up toward quantum degeneracy.\n",{"path":17662,"title":17663,"module":17655,"summary":17664},"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Fbose-einstein-condensation","Bose-Einstein Condensation of Atomic Gases","Below a critical temperature a gas of identical bosons places a macroscopic fraction of its atoms in the single lowest-energy state. The transition occurs when the thermal de Broglie wavelength grows to the interparticle spacing, so the phase- space density reaches order unity. The critical temperature follows from the Bose-Einstein distribution and the density of states, the condensate fraction grows as one minus (T\u002FTc) to the three-halves, and the condensate reveals itself in time-of-flight as a sharp bimodal peak in the momentum distribution. The 1995 rubidium and sodium experiments realized it in dilute trapped gases.\n",{"path":17666,"title":17667,"module":17655,"summary":17668},"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Foptical-clocks-precision","Optical Atomic Clocks and Precision Measurement","An atomic clock counts the oscillations of a field locked to an atomic transition. The cesium microwave standard defines the second through the 9.19 GHz ground-state hyperfine transition, interrogated by Ramsey's separated-oscillatory-field method whose fringe width is set by the free-precession time. Optical clocks replace the microwave transition with an optical one five orders of magnitude higher in frequency, raising the quality factor and the fractional stability in proportion. Lattice and single-ion clocks reach fractional uncertainties near ten-to-the-minus- eighteen by trapping the atoms at a magic wavelength that cancels the light shift, and at that level they measure the gravitational redshift over centimetres of height.\n",{"path":17670,"title":17671,"module":6,"summary":6},"\u002Fatomic-physics","Atomic Physics",{"path":17673,"title":17674,"module":6,"summary":6},"\u002Fdatabases","Databases",{"path":17676,"title":17677,"module":15262,"summary":17678},"\u002Fcategory-theory\u002Ffoundations\u002Fwhat-is-a-category","Categories, Objects, and Arrows","A category is objects, arrows between them, a rule for composing arrows, and an identity arrow on every object, subject to associativity and the unit laws. The axioms mention no elements: arrows need not be functions, and an object is known only through the arrows into and out of it. Isomorphism, commutative diagrams, duality, and the terminal object are the first consequences.\n",{"path":17680,"title":17681,"module":15262,"summary":17682},"\u002Fcategory-theory\u002Ffoundations\u002Fexamples-of-categories","A Zoo of Categories","The axioms admit two very different kinds of model: large categories of structured sets and their structure-preserving maps (Set, Mon, Grp, Top, Vect), and small categories that are themselves single algebraic objects — a monoid as a one-object category, a poset as a thin category. The awkward cases Rel and Pfn have sets as objects but relations and partial functions as arrows, and a typed programming language presents its types and programs as a category.\n",{"path":17684,"title":17685,"module":15262,"summary":17686},"\u002Fcategory-theory\u002Ffoundations\u002Fspecial-morphisms","Isomorphisms, Monos, and Epis","Injectivity and surjectivity mention elements, so a general category re-expresses them by cancellation: monomorphisms cancel on the left, epimorphisms on the right. Sections and retractions are the split versions with an explicit one-sided inverse. Mono plus epi does not force an isomorphism, and subobjects are equivalence classes of monos into a fixed object.\n",{"path":17688,"title":17689,"module":15262,"summary":17690},"\u002Fcategory-theory\u002Ffoundations\u002Ffunctors","Functors: Maps Between Categories","A functor sends objects to objects and arrows to arrows while preserving composition and identities. Covariant and contravariant functors, the standard stock (forgetful, free, hom, and powerset), and the classification by faithfulness, fullness, and essential surjectivity all follow. Functors compose, so categories and functors form a category themselves.\n",{"path":17692,"title":17693,"module":15262,"summary":17694},"\u002Fcategory-theory\u002Ffoundations\u002Fnatural-transformations","Natural Transformations and Functor Categories","A natural transformation is a map between two parallel functors: one component arrow per object, subject to a commuting square for every arrow of the source. Naturality is verified for the determinant, the double dual, and list operations; functors and natural transformations form the functor category [C, D]; and vertical and horizontal composition satisfy the Godement interchange law.\n",{"path":17696,"title":17697,"module":15262,"summary":17698},"\u002Fcategory-theory\u002Ffoundations\u002Fsize-and-set-theory","Size: Small, Large, Locally Small","The objects of Set do not form a set, and pretending otherwise reproduces the classical paradoxes. Classes make the small\u002Flarge distinction precise, with locally small and essentially small as the intermediate notions. Cantor's theorem shows Set and its algebraic relatives are large, and the function-based axiomatization of sets is the one category theory prefers to ZFC.\n",{"path":17700,"title":17701,"module":17702,"summary":17703},"\u002Fcategory-theory\u002Funiversal-properties\u002Funiversal-properties","Universal Properties, Initial and Terminal Objects","Universal Properties and Basic Constructions","A universal property characterizes an object by a for-all\u002Fexists-unique condition on the arrows into or out of it, and any two objects satisfying the same property are isomorphic by a unique isomorphism. Initial and terminal objects are the simplest cases; the free vector space, the discrete topology, and the ring of integers show the pattern at work.\n",{"path":17705,"title":17706,"module":17702,"summary":17707},"\u002Fcategory-theory\u002Funiversal-properties\u002Fproducts-and-coproducts","Products and Coproducts","The product of two objects is a wedge of projections through which every other wedge factors uniquely; the coproduct is the dual, built from injections. In Set these are the cartesian product and the disjoint union, in a poset the meet and join, and in abelian groups the two coincide. The mediating-arrow discipline established here is the template for all limits.\n",{"path":17709,"title":17710,"module":17702,"summary":17711},"\u002Fcategory-theory\u002Funiversal-properties\u002Fconstructions-on-categories","Opposite, Product, Slice, and Comma Categories","Categories are themselves mathematical structures, and the standard algebraic constructions apply: opposites, products, subcategories, slices, and the comma category that subsumes them. The opposite category yields the duality principle, halving the subject's proofs; slice and comma categories repackage every universal property as an initial or terminal object.\n",{"path":17713,"title":17714,"module":17715,"summary":17716},"\u002Fcategory-theory\u002Frepresentables-yoneda\u002Frepresentable-functors","Hom-Functors and Representables","Representables and the Yoneda Lemma","Fixing an object A of a locally small category produces a set-valued functor, the hom-functor A(A,-), that records every map out of A. A functor is representable when it is naturally isomorphic to such a hom-functor. We define the covariant and contravariant hom-functors, collect the standard representables (identity, forgetful, powerset), and read maps as generalized elements of varying shape.\n",{"path":17718,"title":17719,"module":17715,"summary":17720},"\u002Fcategory-theory\u002Frepresentables-yoneda\u002Fyoneda-lemma","The Yoneda Lemma","The Yoneda lemma computes the natural transformations out of a representable presheaf: they form a set in natural bijection with X(A). The proof fixes a single degree of freedom, the image of the identity arrow, and shows naturality forces everything else. We prove the bijection, verify naturality in both variables, and read off that a natural transformation out of a representable is just one element.\n",{"path":17722,"title":17723,"module":17715,"summary":17724},"\u002Fcategory-theory\u002Frepresentables-yoneda\u002Fyoneda-consequences","The Yoneda Embedding and Its Uses","Three corollaries turn the Yoneda lemma into working machinery. A representation of a presheaf is the same thing as a universal element; the Yoneda embedding of a category into its presheaf category is full and faithful; and two objects are isomorphic exactly when their representables are. Together they justify constructing arrows by constructing natural transformations between hom-functors, and they contain Cayley's theorem as the one-object case.\n",{"path":17726,"title":17727,"module":17728,"summary":17729},"\u002Fcategory-theory\u002Flimits-colimits\u002Flimits","Cones and Limits","Limits and Colimits","A diagram is a functor from a small shape category; a cone over it is an object with compatible legs to every node; and a limit is the terminal cone, the one every other cone factors through uniquely. Products and terminal objects reappear as limits over particular shapes, and the whole construction is unique up to a single isomorphism.\n",{"path":17731,"title":17732,"module":17728,"summary":17733},"\u002Fcategory-theory\u002Flimits-colimits\u002Fproducts-equalizers-pullbacks","Equalizers and Pullbacks","The equalizer of a parallel pair is the universal arrow that makes the two composites agree; the pullback of a cospan is the universal commutative square. In Set they are solution sets and fibered products, every equalizer is monic, monics are stable under pullback, and products plus equalizers together generate all limits.\n",{"path":17735,"title":17736,"module":17728,"summary":17737},"\u002Fcategory-theory\u002Flimits-colimits\u002Fcolimits","Colimits: Coproducts, Coequalizers, Pushouts","Colimits are limits in the opposite category: cocones replace cones, and the universal cocone is initial rather than terminal. Coproducts glue objects side by side, coequalizers impose relations and produce quotients, pushouts glue along a shared part, and in Set every colimit is a quotient of a disjoint union. Directed colimits admit a clean elementwise description.\n",{"path":17739,"title":17740,"module":17728,"summary":17741},"\u002Fcategory-theory\u002Flimits-colimits\u002Fcomputing-limits","Computing Limits in Concrete Categories","In Set the limit of any diagram is the set of threads: choice functions through the nodes that commute with every edge. In Pos, Mon, and Top the recipe is the same limit downstairs plus the unique structure that makes the projections structure-preserving — pointwise order, componentwise operations, the topology generated by the projections. The pattern is what \"the forgetful functor creates limits\" means concretely.\n",{"path":17743,"title":17744,"module":17728,"summary":17745},"\u002Fcategory-theory\u002Flimits-colimits\u002Flimits-and-functors","Preservation, Reflection, and Creation of Limits","A functor preserves limits if it sends limit cones to limit cones, reflects them if it recognizes them, and creates them if limits downstairs lift uniquely upstairs. Representable functors preserve all limits, forgetful functors from algebra create them, and limits in functor categories are computed pointwise, one evaluation at a time.\n",{"path":17747,"title":17748,"module":17749,"summary":17750},"\u002Fcategory-theory\u002Fadjunctions\u002Fadjunctions","Adjoint Functors via Hom-Set Bijections","Adjunctions","An adjunction is a natural bijection between two hom-sets: maps out of $F(A)$ in one category correspond to maps into $G(B)$ in the other. We give the definition, spell out the naturality axioms that make the correspondence compatible with composition, and work the flagship examples — free vector spaces, free groups, discrete and indiscrete topologies, and currying.\n",{"path":17752,"title":17753,"module":17749,"summary":17754},"\u002Fcategory-theory\u002Fadjunctions\u002Funits-and-counits","Units, Counits, and the Triangle Identities","The whole hom-set bijection of an adjunction is generated by two natural transformations: the unit, obtained by transposing identity maps on one side, and the counit, by transposing them on the other. Two triangle identities are all they must satisfy, and any pair satisfying them determines a unique adjunction. The same correspondence specializes to order-preserving maps between posets and to free constructions.\n",{"path":17756,"title":17757,"module":17749,"summary":17758},"\u002Fcategory-theory\u002Fadjunctions\u002Fadjunctions-via-universal-arrows","Adjunctions from Universal Arrows","The unit component at a single object is an initial object of a comma category, and this universal property alone rebuilds the whole adjunction. A functor has a left adjoint exactly when every object admits such a universal arrow, and the left adjoint is assembled from them one object at a time. We prove the equivalence of all three formulations of adjointness.\n",{"path":17760,"title":17761,"module":17749,"summary":17762},"\u002Fcategory-theory\u002Fadjunctions\u002Ffree-forgetful-adjunctions","Free Constructions and Free–Forgetful Adjunctions","Free monoids, free groups, and free vector spaces are left adjoints to forgetful functors, and the universal mapping property is all one needs to prove it. Some forgetful functors also have right adjoints (co-free constructions like the indiscrete topology), producing three-functor chains. Contravariant adjunctions, symmetric in their two functors, close the lesson with the pattern behind duality and representation theorems.\n",{"path":17764,"title":17765,"module":17766,"summary":17767},"\u002Fcategory-theory\u002Fadjoints-limits\u002Flimits-via-adjoints","Limits as Adjoints and as Representables","Adjoints, Representables, and Limits Together","A cone on a diagram is a natural transformation from a constant diagram, so a limit is a representation of the cone functor and, equivalently, a value of the right adjoint to the diagonal functor. We prove both rephrasings, derive uniqueness and functoriality of limits from them, and record the dual statement that a colimit is the left adjoint to the diagonal.\n",{"path":17769,"title":17770,"module":17766,"summary":17771},"\u002Fcategory-theory\u002Fadjoints-limits\u002Fpresheaf-limits-colimits","Limits and Colimits of Presheaves","Representables preserve limits, and limits in a functor category are computed one object at a time, so a presheaf category is complete and cocomplete with all its structure inherited pointwise from Set. The Yoneda embedding then preserves limits but not colimits, and the density theorem repairs the colimit side: every presheaf is a canonical colimit of representables.\n",{"path":17773,"title":17774,"module":17766,"summary":17775},"\u002Fcategory-theory\u002Fadjoints-limits\u002Fadjoints-preserve-limits","Right Adjoints Preserve Limits (RAPL)","A functor with a left adjoint preserves every limit that exists, and dually a functor with a right adjoint preserves colimits. The proof is a four-line chain of natural isomorphisms through the adjunction and the continuity of representables. The theorem yields product-and-exponential arithmetic in Set, another proof that limits commute with limits, and a standard test for proving that a functor has no adjoint.\n",{"path":17777,"title":17778,"module":17766,"summary":17779},"\u002Fcategory-theory\u002Fadjoints-limits\u002Fadjoint-functor-theorem","The Adjoint Functor Theorem","RAPL makes limit preservation necessary for having a left adjoint; the adjoint functor theorems identify when it is sufficient. For ordered sets no extra hypothesis is needed. In general the candidate adjoint is a limit over a comma category that may be large, and the general adjoint functor theorem tames it with a weakly initial set. We prove GAFT in full and apply it to free groups and, through the special adjoint functor theorem, the Stone–Čech compactification.\n",{"path":17781,"title":17782,"module":17783,"summary":17784},"\u002Fcategory-theory\u002Fmonads-algebras\u002Fmonads","Monads from Adjunctions","Monads and Algebras","A monad on a category is an endofunctor equipped with a unit and a multiplication satisfying associativity and unit laws — the data of a monoid, written internally to the category of endofunctors. Every adjunction induces one, and the list, exception, and state constructions that model computational effects are all monads on Set.\n",{"path":17786,"title":17787,"module":17783,"summary":17788},"\u002Fcategory-theory\u002Fmonads-algebras\u002Falgebras-eilenberg-moore","Algebras for a Monad","An algebra for a monad is an object with a structure map that interacts correctly with the unit and multiplication. The algebras form the Eilenberg–Moore category, whose free–forgetful adjunction induces the monad back; a comparison functor relates any other inducing adjunction to it, and for the list monad the algebras are exactly monoids.\n",{"path":17790,"title":17791,"module":17783,"summary":17792},"\u002Fcategory-theory\u002Fmonads-algebras\u002Fkleisli-and-programming","The Kleisli Category and Monads in Programming","The Kleisli category of a monad has the same objects as the base but takes arrows A to TB, composed by mapping and flattening. These arrows are effectful programs, Kleisli composition is the bind of functional programming, and the Kleisli adjunction is the initial resolution of the monad, with Eilenberg–Moore at the terminal end.\n",{"path":17794,"title":17795,"module":17783,"summary":17796},"\u002Fcategory-theory\u002Fmonads-algebras\u002Falgebras-for-endofunctors","Algebras for an Endofunctor and Recursion","Dropping the monad laws leaves algebras for a bare endofunctor, whose initial objects are the least fixed points of the functor by Lambek's lemma. The natural numbers, lists, and trees are initial algebras; the unique map out of an initial algebra is the fold of functional programming; and the Smyth–Plotkin fixed-point technique builds Scott domains the same way.\n",{"path":17798,"title":17799,"module":17800,"summary":17801},"\u002Fcategory-theory\u002Fcartesian-closed-lambda\u002Fcartesian-closed-categories","Cartesian Closed Categories","Cartesian Closed Categories and Typed Lambda Calculus","A cartesian closed category has a terminal object, binary products, and for every pair of objects an exponential object that internalizes the hom-set as an object of the category. The defining data is an evaluation arrow and a currying operation, packaged by the adjunction between product-with-A and exponential-by-A. Set, Boolean and Heyting algebras, functor categories, and Cat are all cartesian closed.\n",{"path":17803,"title":17804,"module":17800,"summary":17805},"\u002Fcategory-theory\u002Fcartesian-closed-lambda\u002Flambda-calculus-correspondence","Typed Lambda Calculus and CCCs","The typed lambda calculus and the cartesian closed category are two presentations of the same theory. Types become objects, terms with one free variable become arrows, product types become products, and function types become exponentials, with abstraction matching currying and application matching evaluation. Building the category of a lambda theory and the internal language of a category are mutually inverse up to equivalence.\n",{"path":17807,"title":17808,"module":17800,"summary":17809},"\u002Fcategory-theory\u002Fcartesian-closed-lambda\u002Ffixed-points-and-recursion","Fixed Points in Cartesian Closed Categories","The untyped lambda calculus has a fixed-point combinator; the typed calculus cannot, and Lawvere's fixed-point theorem explains why: any point-surjection onto an exponential forces every endomap to have a fixed point, which is the abstract form of Cantor's diagonal argument. Recursion is recovered instead by restricting to omega-complete partially ordered objects, where every continuous endomap has a least fixed point built by iterating from bottom. This gives While loops a semantics.\n",{"path":17811,"title":17812,"module":6,"summary":6},"\u002Fcategory-theory","Category Theory",{"path":17814,"title":16456,"module":17815,"summary":17816},"\u002Fdeep-learning\u002Fmathematical-background\u002Flinear-algebra-for-deep-learning","Mathematical Background","Every quantity a network touches is a tensor, and every layer is a matrix acting on one. This lesson compiles the linear algebra deep learning actually uses: products and norms, the system $Ax=b$ and when it is solvable, the two decompositions (eigen and SVD) that diagonalize a transformation, and the pseudoinverse that solves what cannot be solved exactly. It then derives PCA as the worked example that ties it all together.\n",{"path":17818,"title":17819,"module":17815,"summary":17820},"\u002Fdeep-learning\u002Fmathematical-background\u002Fprobability-and-information-theory","Probability & Information Theory","This lesson assembles the probabilistic vocabulary a network is trained in (random variables, densities, the chain rule, expectation and covariance, the handful of distributions that recur everywhere) and then the information theory that turns a probabilistic model into a loss: self-information, entropy, and the KL divergence whose asymmetry is the cross-entropy objective itself.\n",{"path":17822,"title":17823,"module":17815,"summary":17824},"\u002Fdeep-learning\u002Fmathematical-background\u002Fnumerical-computation","Numerical Computation","Machine learning runs on finite-precision arithmetic, where every number is approximated and every operation rounds. This lesson sets the numerical ground rules: overflow and underflow and the standard stabilizations, the condition number that measures how much a problem amplifies error, and the gradient-based optimization (first and second order, constrained and unconstrained) that every training loop runs.\n",{"path":17826,"title":15815,"module":17815,"summary":17827},"\u002Fdeep-learning\u002Fmathematical-background\u002Fcalculus","This lesson assembles the differential calculus used in training networks: the gradient and directional derivative, the Jacobian and Hessian, and the chain rule in scalar, vector, and matrix form. From the chain rule it derives back-propagation as a single sweep over the computational graph, tabulates the matrix-calculus identities that recur in layer gradients, reads optimization off a second-order Taylor expansion, and ends with why reverse-mode automatic differentiation is the algorithm every framework runs.\n",{"path":17829,"title":17830,"module":15262,"summary":17831},"\u002Fdeep-learning\u002Ffoundations\u002Fwhat-is-deep-learning","What Is Deep Learning?","Deep learning is representation learning by composition: stack simple differentiable layers, define a loss, and let gradient descent discover the features a human would otherwise have to engineer by hand. We set up the whole vocabulary (model, loss, optimizer, data), the training loop that ties them together, and the three reasons the approach became practical.\n",{"path":17833,"title":17834,"module":15262,"summary":17835},"\u002Fdeep-learning\u002Ffoundations\u002Fmachine-learning-refresher","A Machine-Learning Refresher","The statistical framework the networks live in: data drawn from an unknown distribution, a loss to minimize, and the central question of generalization: will it work on data we have not seen? We set up empirical risk, capacity, the bias–variance tradeoff, and maximum likelihood.\n",{"path":17837,"title":17838,"module":15262,"summary":17839},"\u002Fdeep-learning\u002Ffoundations\u002Flinear-models-and-the-perceptron","Linear Models & the Perceptron","The simplest learners (linear regression, logistic regression, the perceptron) already contain the whole template: a weighted sum, a loss, a gradient step. They also fail on the XOR problem, which no linear model can solve — the limitation that motivates deep learning.\n",{"path":17841,"title":17842,"module":17843,"summary":17844},"\u002Fdeep-learning\u002Fneural-networks\u002Fthe-multilayer-perceptron","The Multilayer Perceptron","Neural Networks","Stacking linear layers with a nonlinearity between them removes the limitation that stopped the perceptron. We build the multilayer perceptron in explicit matrix form (the forward pass, its dimensions, a worked XOR network with concrete weights) and prove why the nonlinearity is essential: without it the deepest stack collapses to a single hyperplane.\n",{"path":17846,"title":17847,"module":17843,"summary":17848},"\u002Fdeep-learning\u002Fneural-networks\u002Factivation-functions","Activation Functions","The activation is the only nonlinear part of a layer, and the reason depth adds expressive power. We catalog the standard hidden units (sigmoid, tanh, ReLU and its descendants, plus GELU, softplus, swish and maxout), derive each unit's derivative in full, make the vanishing-gradient problem quantitative with the chain-rule product, work numeric examples, and explain why the saturating units gave way to ReLU and why ReLU's own dead-unit failure gave way to Leaky\u002FPReLU\u002FELU\u002FGELU.\n",{"path":17850,"title":17851,"module":17843,"summary":17852},"\u002Fdeep-learning\u002Fneural-networks\u002Funiversal-approximation","Universal Approximation","One hidden layer with a non-polynomial activation can approximate any continuous function on a compact set to arbitrary accuracy: the universal approximation theorem. We prove it constructively (two sigmoids make a bump; sums of bumps make any curve), then show the limitation: existence is not efficiency. Depth-separation results exhibit functions a deep net represents with $O(n)$ units that a shallow net needs $\\exp(n)$ units to match.\n",{"path":17854,"title":17855,"module":17843,"summary":17856},"\u002Fdeep-learning\u002Fneural-networks\u002Fbackpropagation","Backpropagation","Backpropagation is the chain rule run backward over a computational graph. We formalize the graph, derive the four backprop equations for an MLP, present the forward and backward passes as algorithms, and work a tiny two-layer net by hand with explicit numbers. The result: one scalar loss, reverse-mode autodiff, and a gradient for every parameter at twice the cost of a forward pass.\n",{"path":17858,"title":17859,"module":17843,"summary":17860},"\u002Fdeep-learning\u002Fneural-networks\u002Floss-functions-and-output-units","Loss Functions & Output Units","The last layer is where a network's hidden representation meets the task. Choosing an output unit and a loss is not two independent choices; maximum likelihood fixes the pair. We derive the standard couplings (linear\u002FMSE, sigmoid\u002FBCE, softmax\u002Fcross-entropy), show why softmax and cross-entropy were built to cancel into the residual $\\hat y - y$, and prove why squared error is the wrong loss for a saturating classifier.\n",{"path":17862,"title":17863,"module":17864,"summary":17865},"\u002Fdeep-learning\u002Foptimization\u002Fgradient-descent-and-sgd","Gradient Descent & SGD","Optimization","Training is descent on the empirical risk: step the parameters against the gradient. We derive the minibatch gradient as an unbiased estimator whose variance falls as $1\u002FB$, derive the learning-rate ceiling from the smoothness-stability bound $\\eta \u003C 2\u002FL$, and lay out the schedules (step, exponential, cosine, warmup) that anneal it over training.\n",{"path":17867,"title":17868,"module":17864,"summary":17869},"\u002Fdeep-learning\u002Foptimization\u002Fmomentum-and-adaptive-methods","Momentum & Adaptive Methods","Plain gradient descent zig-zags across ravines and moves slowly along flat valleys, because one global learning rate cannot suit a surface with wildly different curvature in different directions. Two fixes address the two problems: momentum accumulates a velocity that damps the oscillation and accelerates the drift, and adaptive methods give every parameter its own learning rate scaled by the history of its gradients. Adam fuses both, and is the default optimizer of modern deep learning.\n",{"path":17871,"title":17872,"module":17864,"summary":17873},"\u002Fdeep-learning\u002Foptimization\u002Finitialization","Weight Initialization","The initial weights determine whether training can succeed before the first gradient step. Initialize every weight equal and all hidden units compute the same function forever; initialize too small or too large and the signal vanishes or explodes as it crosses depth. A single variance condition, $n_{\\text{in}}\\mathrm{Var}(W)=1$, fixes both, and reading it off the forward and backward passes yields Xavier and He initialization directly.\n",{"path":17875,"title":17876,"module":17864,"summary":17877},"\u002Fdeep-learning\u002Foptimization\u002Fthe-optimization-landscape","The Optimization Landscape","The loss of a deep network is a non-convex surface in millions of dimensions, so local search carries no global guarantee, yet it works. We classify critical points by the eigenvalues of the Hessian, show that in high dimension nearly all of them are saddle points rather than bad local minima, and read off the practical terrain — plateaus, cliffs, ill-conditioning, and the sharp-versus-flat distinction that ties the geometry of a minimum to how well it generalizes.\n",{"path":17879,"title":17880,"module":17864,"summary":17881},"\u002Fdeep-learning\u002Foptimization\u002Fsecond-order-and-approximate-methods","Second-Order & Approximate Methods","Newton's method reads the curvature of the loss off its Hessian and jumps to the minimum of the local quadratic in a single step, rescaling away the ill-conditioning that slows first-order descent. We derive it, then explain the three obstacles that keep it out of deep learning: a $d \\times d$ Hessian for $d$ in the billions, an attraction to saddle points, and minibatch noise. The alternative is approximation (conjugate gradients, BFGS and L-BFGS, the natural gradient and Hessian-free methods), each buying some of Newton's curvature information without ever forming or inverting $H$.\n",{"path":17883,"title":17884,"module":17885,"summary":17886},"\u002Fdeep-learning\u002Fregularization\u002Fregularization-overview","Regularization Overview","Regularization","Regularization is any modification to a learning algorithm meant to lower test error at the possible expense of training error. We derive the bias–variance decomposition that explains why it helps, set up the two parameter-norm penalties, $L^2$ weight decay and $L^1$, derive their update rules and eigenbasis shrinkage, show geometrically why $L^1$ alone produces sparse weights (soft-thresholding), distinguish weight decay from loss-added $L^2$ under AdamW, and read both penalties through the two lenses that recur across the chapter: a norm-ball constraint via KKT, and a prior via MAP estimation.\n",{"path":17888,"title":17889,"module":17885,"summary":17890},"\u002Fdeep-learning\u002Fregularization\u002Fdropout-and-data-augmentation","Dropout & Data Augmentation","Two of the most effective regularizers add no penalty term at all; they perturb the computation instead. Dropout multiplies hidden units by a random Bernoulli mask, training an exponential ensemble of thinned subnetworks that share weights; inverted scaling collapses that ensemble into one cheap forward pass at test time. Data augmentation enlarges the training set with label-preserving transforms, injecting the invariances the task demands, and noise injection (input, weight, label smoothing, Mixup) generalizes the same idea into a continuous family.\n",{"path":17892,"title":17893,"module":17885,"summary":17894},"\u002Fdeep-learning\u002Fregularization\u002Fearly-stopping-and-parameter-sharing","Early Stopping & Parameter Sharing","Two cheap regularizers that cost no extra term in the loss. Early stopping treats training time itself as a hyperparameter (watch the validation curve, halt at its minimum, keep the best checkpoint), and for a quadratic objective it is provably equivalent to $L^2$ weight decay. Parameter sharing goes the other way: it constrains many weights to be _equal_, the prior behind every convolution and every recurrent step, and the reason a CNN has orders of magnitude fewer parameters than the dense net it replaces.\n",{"path":17896,"title":17897,"module":17885,"summary":17898},"\u002Fdeep-learning\u002Fregularization\u002Fnormalization","Normalization","Normalization layers standardize activations to zero mean and unit variance inside the network, then hand the model a learnable scale and shift to undo the constraint when it pays to. Batch normalization does this across the batch and must keep separate train-time and test-time statistics; layer, instance, and group norm change only the axes they average over. The result is faster, better-conditioned optimization and a free dose of regularizing batch noise.\n",{"path":17900,"title":17901,"module":17902,"summary":17903},"\u002Fdeep-learning\u002Farchitectures\u002Fconvolutional-networks","Convolutional Networks","Architectures","A convolutional network replaces the dense layer's all-to-all weight matrix with a small kernel slid across the input. Three structural commitments (sparse connectivity, parameter sharing, and translation equivariance) collapse the parameter count by orders of magnitude and bake the right prior for images directly into the architecture. We derive the convolution arithmetic, the output geometry, pooling, and the receptive field, then assemble the canonical stack.\n",{"path":17905,"title":17906,"module":17902,"summary":17907},"\u002Fdeep-learning\u002Farchitectures\u002Fcnn-architectures","CNN Architectures","Six landmark networks, each contributing exactly one idea: LeNet's conv-pool stack, AlexNet's ReLU-and-dropout scale, VGG's $3\\times3$ uniformity, Inception's multi-scale module, ResNet's residual skip, and DenseNet's dense connectivity. The common thread is the degradation problem (why plain deeper nets train worse, not just overfit) and the residual block that solved it by keeping a $+1$ path open for the gradient.\n",{"path":17909,"title":17910,"module":17902,"summary":17911},"\u002Fdeep-learning\u002Farchitectures\u002Frecurrent-networks","Recurrent Networks","A recurrent network folds a sequence into a fixed-size hidden state, reusing one set of weights at every time step, the architectural prior that the same rule applies wherever it lands in time. Unrolling the recurrence exposes a deep feed-forward graph; backpropagation through it sums gradient contributions across all steps and chains a product of Jacobians, and that product is why long-range gradients vanish or explode. That failure motivates gated architectures.\n",{"path":17913,"title":17914,"module":17902,"summary":17915},"\u002Fdeep-learning\u002Farchitectures\u002Flstm-and-gru","LSTM & GRU","A plain recurrent network propagates its hidden state through a repeated weight-matrix multiply, and the Jacobian product that results vanishes or explodes long before a useful gradient can reach the early steps. Gated RNNs fix this with an additive memory path: a cell state that is carried forward almost unchanged, past which the gradient flows along a near-identity highway. We derive that highway, give the full LSTM and GRU equations, and compare the two.\n",{"path":17917,"title":17918,"module":17902,"summary":17919},"\u002Fdeep-learning\u002Farchitectures\u002Fattention-and-transformers","Attention & Transformers","Attention replaces fixed wiring with content-based routing: every position reads from every other through a soft, learned dot-product lookup. We derive scaled dot-product attention and its $\\sqrt{d_k}$ correction, build it into multi-head self-attention, inject order with positional encodings, and stack the whole thing into the Transformer block that displaced recurrence and convolution alike.\n",{"path":17921,"title":17922,"module":17902,"summary":17923},"\u002Fdeep-learning\u002Farchitectures\u002Fthe-transformer-architecture","The Transformer Architecture","The Transformer is the architecture built around the attention mechanism. This first part assembles the full encoder–decoder of \"Attention Is All You Need\" — embeddings and positional encoding, stacked self-attention and feed-forward sublayers wrapped in residual connections and LayerNorm, masked decoding and cross-attention — works through causal masking and the three modern families (encoder-only, decoder-only, encoder–decoder), and accounts for where the parameters and the $O(n^2)$ compute actually go.\n",{"path":17925,"title":17926,"module":17902,"summary":17927},"\u002Fdeep-learning\u002Farchitectures\u002Ftransformers-in-practice","Transformers in Practice","The Transformer makes no assumption about what a token represents. This part follows the architecture out of language: image patches feed a plain encoder (the Vision Transformer), the decoder-only half scales into the GPT line of large language models, and one substrate covers translation, retrieval, and multimodal grounding. We work the ViT patch arithmetic and a GPT parameter count by hand, then close on the empirical scaling laws — power-law loss, the Chinchilla compute-optimal balance, and emergent behavior — that made scale the dominant lever.\n",{"path":17929,"title":17930,"module":17902,"summary":17931},"\u002Fdeep-learning\u002Farchitectures\u002Fgraph-neural-networks","Graph Neural Networks","A graph neural network learns on data with no grid and no canonical ordering: atoms in a molecule, users in a social network, road segments in a map. The unifying idea is message passing — each node repeatedly aggregates its neighbors' states and updates its own — built to respect the one symmetry graphs demand, permutation equivariance. We derive the message-passing framework, specialize it into GCN, GraphSAGE, GAT, and GIN, read off graph-level outputs, and bound what message passing can and cannot tell apart.\n",{"path":17933,"title":17934,"module":17902,"summary":17935},"\u002Fdeep-learning\u002Farchitectures\u002Fstate-space-models","State-Space Models and Mamba","A state-space model carries a continuous linear hidden state through a sequence, and that linearity buys two equivalent algorithms from one set of weights: a recurrence that runs in linear time with constant memory, and a global convolution that trains in parallel. Long-range memory comes from how the transition matrix is initialized (HiPPO) and parameterized (S4's diagonal-plus-low-rank form). Mamba breaks the convolution on purpose, making the parameters input-dependent so the model can select what to remember, recovered at speed by a hardware-aware parallel scan.\n",{"path":17937,"title":17938,"module":17939,"summary":17940},"\u002Fdeep-learning\u002Ftheory\u002Fgeneralization-theory","Generalization Theory","Theory & Frontiers","Classical learning theory bounds the gap between training and test error by a model's capacity (VC dimension, Rademacher complexity), and predicts that a model with more parameters than data should overfit catastrophically. Modern networks do the opposite: they interpolate, even fit pure noise, and still generalize. We derive the classical bounds, work the bias-variance decomposition, show why the bounds go vacuous, and survey what replaced them: double descent, the interpolation threshold, margin and norm-based bounds, and the implicit bias of the optimizer itself.\n",{"path":17942,"title":17943,"module":17939,"summary":17944},"\u002Fdeep-learning\u002Ftheory\u002Fadversarial-robustness","Adversarial Robustness","A trained network can be fooled by a perturbation too small for a human to see: add a carefully aimed vector of magnitude $\\epsilon$ to a correctly classified image and the prediction flips. We derive the fast gradient sign method as the first-order-optimal step inside an $L_\\infty$ ball, explain the linearity hypothesis that makes high-dimensional models so easy to push around, build up to projected gradient descent, and frame adversarial training as a min-max robust-optimization problem with its own accuracy cost. Defenses beyond training continue in the next lesson.\n",{"path":17946,"title":17947,"module":17939,"summary":17948},"\u002Fdeep-learning\u002Ftheory\u002Fadversarial-defenses","Adversarial Defenses","Defending a network against an adversary is far harder than attacking one. This lesson covers the defense side: certified guarantees via randomized smoothing, the transferability that makes black-box attacks possible, and the recurring failure of gradient masking, where a defense hides the attacker's gradient instead of moving the decision boundary. It ends with the adaptive-attack discipline (BPDA, EOT, transfer) that every robustness claim must be tested against.\n",{"path":17950,"title":17951,"module":17939,"summary":17952},"\u002Fdeep-learning\u002Ftheory\u002Fbayesian-and-ensemble-methods","Bayesian & Ensemble Methods","A trained network returns a single point prediction and, with the softmax, a confidence, but that confidence is usually miscalibrated, collapsing to near- certainty even on inputs the model has never seen. This lesson covers uncertainty estimation for networks: the two kinds of uncertainty, the Bayesian posterior over weights and its tractable stand-ins (MC dropout, deep ensembles), and how to check whether a model's reported confidences match observed frequencies.\n",{"path":17954,"title":17955,"module":17939,"summary":17956},"\u002Fdeep-learning\u002Ftheory\u002Fdeep-equilibrium-models","Deep Equilibrium Models","A deep network need not be a fixed stack of layers; it can be a single weight-tied layer iterated to convergence, its output defined implicitly as the fixed point $z^\\star = f_\\theta(z^\\star, x)$. The forward pass becomes root-finding and the backward pass becomes implicit differentiation, so training costs O(1) memory regardless of effective depth. We derive both passes from the implicit function theorem and close the course on defining a layer by a fixed-point condition rather than an explicit stack.\n",{"path":17958,"title":17959,"module":17960,"summary":17961},"\u002Fdeep-learning\u002Fgenerative-models\u002Flinear-factor-models","Linear Factor Models","Generative Models","The simplest generative models share one template: a latent variable drawn from a fixed prior, run through a linear decoder, plus noise. Probabilistic PCA, factor analysis, independent component analysis, and sparse coding are all this template with a different prior on the latents and a different noise model. We derive each marginal, see why ICA needs non-Gaussianity to identify its sources, and show how sparse coding learns Gabor-like dictionary atoms.\n",{"path":17963,"title":17964,"module":17960,"summary":17965},"\u002Fdeep-learning\u002Fgenerative-models\u002Fautoencoders","Autoencoders","An autoencoder is a network trained to copy its input to its output through a narrow channel; the useful product is the bottleneck representation $h$, not the reconstruction. We derive the undercomplete autoencoder and prove its linear case recovers PCA, then trade the bottleneck for explicit regularization (sparse, denoising, contractive) and show how a denoising autoencoder learns the low-dimensional manifold the data lives on.\n",{"path":17967,"title":17968,"module":17960,"summary":17969},"\u002Fdeep-learning\u002Fgenerative-models\u002Fvariational-autoencoders","Variational Autoencoders","An autoencoder compresses, but its latent space has gaps: sample a point between two encodings and the decoder produces noise. The variational autoencoder fixes this by training a probabilistic encoder against a prior, so the latent space becomes a smooth, samplable density. We derive the evidence lower bound it maximizes, the reparameterization trick that lets gradients flow through a random sample, and the closed-form Gaussian regularizer that pulls the posterior toward the prior.\n",{"path":17971,"title":17972,"module":17960,"summary":17973},"\u002Fdeep-learning\u002Fgenerative-models\u002Fgenerative-adversarial-networks","Generative Adversarial Networks","A generative adversarial network trains two networks against each other: a generator that turns noise into samples, and a discriminator that tries to tell real data from forgeries. The game has a clean theory: the optimal discriminator is a likelihood ratio, and at equilibrium the generator minimizes the Jensen–Shannon divergence to the data, with a global optimum exactly when its distribution matches the data. We derive that result, fix the saturating loss that breaks training, and catalogue the failure modes (mode collapse, instability, vanishing gradients) and the architectural fixes.\n",{"path":17975,"title":17976,"module":17960,"summary":17977},"\u002Fdeep-learning\u002Fgenerative-models\u002Fautoregressive-and-normalizing-flows","Autoregressive Models & Normalizing Flows","Two families that provide exact likelihoods, each at a cost. Autoregressive models factor the joint by the probability chain rule and learn each conditional with a masked network: exact $\\log p(x)$, but sampling proceeds one coordinate at a time. Normalizing flows push a simple base density through an invertible map and read $\\log p(x)$ off the change-of-variables formula, trading architectural freedom for a cheap Jacobian determinant via triangular coupling layers.\n",{"path":17979,"title":17980,"module":17960,"summary":17981},"\u002Fdeep-learning\u002Fgenerative-models\u002Fenergy-based-and-boltzmann-machines","Energy-Based & Boltzmann Machines","Energy-based models replace an explicit density with a scalar energy and a Boltzmann normalization, $p(x) = e^{-E(x)}\u002FZ$: simple to specify, but with an intractable partition function $Z$. The Boltzmann machine and its restricted variant make the energy bilinear so the hidden units factorize, and contrastive divergence sidesteps $Z$ by replacing the model expectation with a few Gibbs steps started at the data. We close on the undirected deep models (DBNs and DBMs) and how they differ from the directed VAE.\n",{"path":17983,"title":17984,"module":17960,"summary":17985},"\u002Fdeep-learning\u002Fgenerative-models\u002Fdiffusion-and-score-based-models","Diffusion and Score-Based Models","Corrupt a data point with Gaussian noise in small steps until only noise remains, then train a network to undo one step at a time. We derive the forward process and its closed-form marginal, reduce the variational bound to the single noise-prediction objective that makes diffusion trainable, and show the score-matching view that unifies it with Langevin sampling and the continuous SDE. The lesson closes with DDIM fast sampling, classifier-free guidance, and the latent diffusion that powers modern text-to-image systems.\n",{"path":17987,"title":17988,"module":17989,"summary":17990},"\u002Fdeep-learning\u002Fprobabilistic-methods\u002Fstructured-probabilistic-models","Structured Probabilistic Models","Probabilistic Methods","A joint distribution over $n$ variables is a table with exponentially many entries; nobody can store it, fit it, or sample from it directly. Structure fixes this: a graph whose missing edges encode conditional independencies that factor the joint into small local pieces. We build the two dialects, directed (Bayesian networks) and undirected (Markov random fields), read independence off the graph, and connect the machinery to the latent-variable and energy-based models that power deep generative learning.\n",{"path":17992,"title":17993,"module":17989,"summary":17994},"\u002Fdeep-learning\u002Fprobabilistic-methods\u002Fmonte-carlo-and-mcmc","Monte Carlo & MCMC","Most quantities of interest in a probabilistic model are integrals nobody can compute in closed form: expectations, marginals, partition functions. Monte Carlo replaces the integral with an average over samples; importance sampling reweights samples from a tractable proposal; and when even sampling the target is hard, Markov-chain Monte Carlo builds a chain whose stationary distribution _is_ the target. We derive Metropolis–Hastings and Gibbs, analyze mixing, and close on the partition-function gradient that powers energy-based learning.\n",{"path":17996,"title":17997,"module":17989,"summary":17998},"\u002Fdeep-learning\u002Fprobabilistic-methods\u002Fapproximate-inference","Approximate Inference","In a latent-variable model the quantity we need, the posterior $p(h\\mid v)$ over hidden causes, is almost never computable, because its normalizer is an intractable sum over configurations. Approximate inference reframes the problem as optimization: maximize the evidence lower bound, a tractable functional whose gap to the true log-evidence equals a KL divergence. From that single bound fall expectation–maximization, mean-field variational inference, MAP, and the learned encoders behind variational autoencoders.\n",{"path":18000,"title":18001,"module":18002,"summary":18003},"\u002Fdeep-learning\u002Fpractical\u002Fpractical-methodology","Practical Methodology","Practical Deep Learning","Knowing the algorithms is half the job; the other half is a disciplined loop. Fix a goal and a metric, stand up an end-to-end baseline, then read the train\u002Fvalidation gap to decide whether the next move is more data or a bigger model. We detail that loop: choosing metrics under class imbalance, default baselines by data type, extrapolating the data a target needs, and guarding the data pipeline against the leaks and label bugs that corrupt every gradient. Hyperparameter tuning, debugging, and deployment continue in the sequel.\n",{"path":18005,"title":18006,"module":18002,"summary":18007},"\u002Fdeep-learning\u002Fpractical\u002Fhyperparameters-and-debugging","Hyperparameters & Debugging","The tuning half of the methodology loop. The learning rate is the one hyperparameter that dominates, so we tune it first, on a log scale, coarse to fine, and prefer random search to grid when only a few dials matter. Then an ordered debugging playbook — overfit one batch, check the loss at initialization against ln C, watch the gradient norm, gradient-check against centered finite differences — and, after launch, monitoring for train-test skew and distribution drift with confidence-based abstention.\n",{"path":18009,"title":18010,"module":18002,"summary":18011},"\u002Fdeep-learning\u002Fpractical\u002Frepresentation-learning","Representation Learning","A good representation makes a hard task easy by changing coordinates: it disentangles the factors of variation, spends its bits as a distributed code, and respects the low-dimensional manifold the data lives on. We make those three properties precise, recover the manifold hypothesis, and close on the first method that turned them into training practice — greedy layer-wise unsupervised pretraining — before the sequel picks up how the field learned to reuse those features.\n",{"path":18013,"title":18014,"module":18002,"summary":18015},"\u002Fdeep-learning\u002Fpractical\u002Ftransfer-learning","Transfer Learning","A representation learned once can be reused everywhere. We cover the main mechanisms of reuse: feature extraction versus fine-tuning, the generic-to-specific gradient of features that sets the freeze boundary, the learning-rate discipline that keeps borrowed weights from being erased, domain adaptation when only the input distribution shifts, and the modern arc from supervised transfer to self-supervised foundation models.\n",{"path":18017,"title":18018,"module":18002,"summary":18019},"\u002Fdeep-learning\u002Fpractical\u002Fapplications","Applications","We survey large-scale training (the hardware, the two axes of parallelism, mixed precision, and the compression tricks that shrink a model after it is trained), then specialize the same gradient loop to vision, language, speech, and recommendation. Each domain is a different prior bolted onto one optimizer: convolutional invariance for pixels, distributed word vectors for tokens, sequence transduction for audio, low-rank factorization for the user–item matrix.\n",{"path":18021,"title":18022,"module":18002,"summary":18023},"\u002Fdeep-learning\u002Fpractical\u002Fmodel-compression-and-distillation","Model Compression and Distillation","A trained network and a deployable one are rarely the same object. This lesson is the toolkit for closing that gap: knowledge distillation transfers a large teacher's soft, information-rich logits into a small student; pruning deletes the weights that contribute least; quantization swaps 32-bit floats for 8- or 4-bit integers; and low-rank factorization replaces a fat matrix with two thin ones. We derive each method, show what it costs in accuracy, and lay out which combinations win on which hardware.\n",{"path":18025,"title":18026,"module":18002,"summary":18027},"\u002Fdeep-learning\u002Fpractical\u002Fmeta-learning-and-few-shot","Meta-Learning and Few-Shot Learning","A deep network trained on one example per class overfits. Meta-learning targets this few-shot regime by training across a distribution of tasks so that a new task is learnable from a handful of examples. We formalize the $N$-way $K$-shot episode, then derive the two dominant families: metric methods that learn an embedding where distance classifies (Prototypical Networks), and optimization methods that learn an initialization a few gradient steps can adapt (MAML). We close on the link to transfer learning and to the in-context few-shot behavior of large language models.\n",{"path":18029,"title":18030,"module":18031,"summary":18032},"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Flarge-language-models","Large Language Models","Large Models & Agents","A large language model is a decoder-only Transformer trained on one objective, next-token prediction, then scaled until new behavior appears. This first part builds the object itself: the equivalence between next-token prediction and lossless compression, subword tokenization (BPE, WordPiece, Unigram, SentencePiece) worked on a real sentence, the four pretraining objectives and the attention masks that distinguish them, and the three model families (encoder-only, decoder-only, encoder--decoder) with their parameter budgets. Scaling, decoding, the KV cache, and alignment continue in part two.\n",{"path":18034,"title":18035,"module":18031,"summary":18036},"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fscaling-inference-and-alignment","Scaling, Inference, and Alignment of Language Models","Once a language model is built, three questions remain: how does it improve as it grows, how is it decoded and served affordably, and how is a raw next-token predictor turned into an assistant. We derive the Kaplan power laws and the Chinchilla compute-optimal balance, trace emergent abilities and in-context learning, catalog the decoding strategies from greedy to nucleus sampling, work the KV cache that makes generation quadratic instead of cubic, cover parameter-efficient adaptation by low-rank updates (LoRA), and close on the alignment stack: instruction tuning, RLHF, and DPO.\n",{"path":18038,"title":18039,"module":18031,"summary":18040},"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fseq2seq-pretraining-and-bart","Denoising Sequence-to-Sequence Pretraining: BART","BERT corrupts and reconstructs; GPT predicts the next token. Sequence-to-sequence pretraining unifies both by training a full encoder–decoder as a denoising autoencoder: corrupt the text with a noise function, then reconstruct the original through a bidirectional encoder and an autoregressive decoder. This first part derives the denoising objective, catalogs BART's five noise functions (with a worked Poisson-infilling budget), proves BART specializes to both BERT and GPT, and traces a dimension-annotated forward pass through its encoder--decoder. T5, PEGASUS, fine-tuning, and decoding continue in part two.\n",{"path":18042,"title":18043,"module":18031,"summary":18044},"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Ftext-to-text-transfer-and-conditional-generation","Text-to-Text Transfer and Conditional Generation","BART reconstructs a corrupted document; T5 pushes the same denoising idea into a single interface where every task is a string-to-string map. This second part covers T5's span corruption with sentinel tokens (with a worked token budget), PEGASUS's summarization-matched gap sentences and the MASS midpoint, supervised fine-tuning and beam-search decoding with a length penalty, the exposure-bias failure modes of autoregressive decoding, and a theorem showing why a bidirectional encoder--decoder strictly dominates a decoder-only model when the output is conditioned on a full input.\n",{"path":18046,"title":18047,"module":18031,"summary":18048},"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fspeech-and-audio-models","Speech Recognition: Front-Ends and Alignment","Speech is a long, high-rate sequence whose label is short and unaligned, so the whole subject turns on bridging that mismatch. This first part builds the spectral front-ends that compress a waveform into frames (STFT, mel spectrogram, MFCC, with a worked frame-count), derives CTC's marginalization over alignments and its forward-backward recursion with a two-frame numeric example, and contrasts it with attention-based seq2seq (LAS) and the RNN transducer. Self-supervised and weakly-supervised models, and text-to-speech, continue in part two.\n",{"path":18050,"title":18051,"module":18031,"summary":18052},"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fself-supervised-speech-and-synthesis","Self-Supervised Speech Models and Synthesis","The recognition front-ends and alignment losses of part one all need transcribed audio, which is scarce. This second part removes that dependence: wav2vec 2.0 learns speech representations from unlabeled audio by a masked contrastive objective, HuBERT swaps the contrast for masked prediction of clustered units, and Whisper trades curation for scale with weakly-supervised web audio and a multitask token interface. We close with text-to-speech (the same length mismatch run backwards) and a tour of speech foundation models, discrete audio codecs, and neural TTS.\n",{"path":18054,"title":18055,"module":18031,"summary":18056},"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fai-agents","AI Agents: Tools and Reasoning","A language model that only emits text is a function from prompt to prompt; an agent closes the loop, letting that model act on an environment, read back the result, and decide again. This first part formalizes the agent as a policy over interaction histories, builds out tool calling and the executor trust boundary, the ReAct interleaving of reasoning and action (with concrete traces), and search over thoughts: chain-of-thought, self-consistency, least-to-most, and Tree of Thoughts. Memory, retrieval, reflection, and multi-agent orchestration continue in part two.\n",{"path":18058,"title":18059,"module":18031,"summary":18060},"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fagent-memory-retrieval-and-orchestration","Agent Memory, Retrieval, and Orchestration","An agent's reasoning and tool use only matter if it can remember what it learned and coordinate work larger than one context window. This second part builds the systems around the loop: short-term scratchpad versus long-term vector store, retrieval-augmented generation with a worked softmax over passage scores, reflection (Reflexion, Self-Refine), and multi-agent orchestration. It closes on the failure modes that bound agents — invalid tool calls, horizon-error compounding, context overflow, non-terminating loops — and the benchmarks that score the full loop.\n",{"path":18062,"title":18063,"module":18031,"summary":18064},"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fmixture-of-experts","Mixture-of-Experts","A mixture-of-experts layer replaces one feed-forward network with many and a router that sends each token to only a few of them, so the parameter count and the per-token compute become separate dials. We derive the gated output, sparse top-$k$ routing softmax, the load-balancing loss that stops the router from collapsing onto a single expert, and expert\u002Ftoken capacity with dropping, then work the dimension-annotated tensor shapes and FLOP arithmetic. We trace the architectures from the sparsely-gated LSTM through GShard, Switch Transformer, and Mixtral, cover distributed expert parallelism, and close on the training dynamics, failure modes, and serving costs of a sparse model.\n",{"path":18066,"title":18067,"module":18031,"summary":18068},"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fmultimodal-models","Multimodal Contrastive Learning","A multimodal model places images, text, and audio in one representation space, so a picture and its caption land close together. This first part builds the contrastive route: the shared embedding space and its residual modality gap, the Vision Transformer image encoder (patch embedding, CLS token, position embeddings, with shapes), the symmetric InfoNCE loss that trains the CLIP dual encoder from a batch similarity matrix (with a worked numeric step), and zero-shot classification as a softmax over class-prompt embeddings. Fusion and vision-language models continue in part two.\n",{"path":18070,"title":18071,"module":18031,"summary":18072},"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Ffusion-and-vision-language-models","Fusion and Vision-Language Models","A contrastive model compares modalities but never lets one read another. This second part builds the fusion route: early, late, and cross-attention fusion, then the three designs that connect a frozen vision encoder to a frozen language model — Flamingo's zero-initialized gated cross-attention, BLIP-2's Q-Former, and LLaVA's linear projector. We work the token-budget arithmetic that separates them, name the object-hallucination and fine-detail failure modes, cover the contrastive-then- instruction-tune recipe and its retrieval\u002Fcaptioning\u002FVQA benchmarks, and close on natively multimodal models.\n",{"path":18074,"title":18075,"module":18076,"summary":18077},"\u002Fdeep-learning\u002Freinforcement-learning\u002Ffoundations-of-reinforcement-learning","Foundations of Reinforcement Learning","Reinforcement Learning","Reinforcement learning is the third paradigm: an agent learns to act by interacting with an environment that returns rewards, not labels. We formalize the interaction as a Markov decision process, define the value functions that rank states and actions, and derive the Bellman expectation and optimality equations that every method downstream solves. Dynamic programming gives the exact answer when the model is known, and its convergence rests on a single fact: the Bellman operator is a contraction.\n",{"path":18079,"title":18080,"module":18076,"summary":18081},"\u002Fdeep-learning\u002Freinforcement-learning\u002Fmodel-free-prediction-and-control","Model-Free Prediction and Control","When the dynamics are unknown, an agent cannot plan against a model; it must learn directly from sampled experience. We build prediction and control from two estimators of the same return: Monte Carlo averages whole episodes, while temporal-difference learning bootstraps from its own next estimate. We trace the bias-variance contrast between them, derive SARSA and Q-learning as the on-policy and off-policy forms of control, unify everything through n-step returns and eligibility traces, and close on the deadly triad that makes off-policy bootstrapping with function approximation diverge.\n",{"path":18083,"title":18084,"module":18076,"summary":18085},"\u002Fdeep-learning\u002Freinforcement-learning\u002Fdeep-q-networks","Deep Q-Networks","A Deep Q-Network replaces the tabular action-value function with a neural approximator $Q(s,a;\\theta)$ and trains it by regression toward a bootstrapped target. Naive online Q-learning with a network diverges, so DQN adds two stabilizers: an experience-replay buffer that decorrelates samples, and a periodically-frozen target network that holds the regression target still. We derive the loss, give the full algorithm and the Atari pipeline, and then layer on Double DQN, the dueling split, prioritized replay, and the Rainbow combination.\n",{"path":18087,"title":18088,"module":18076,"summary":18089},"\u002Fdeep-learning\u002Freinforcement-learning\u002Fpolicy-gradients-and-actor-critic","Policy Gradients and Actor-Critic Methods","Value-based reinforcement learning learns what each state is worth and acts greedily; policy-gradient methods skip the detour and optimize a parameterized policy directly by ascending the gradient of expected return. The policy gradient theorem makes this tractable through the log-derivative trick, turning an intractable gradient of an expectation into an expectation of a gradient. REINFORCE realizes the idea but suffers high variance; baselines, the advantage function, and actor-critic learning reduce it, and trust-region methods (TRPO, PPO) keep each update from destroying the policy it just learned.\n",{"path":18091,"title":18092,"module":18076,"summary":18093},"\u002Fdeep-learning\u002Freinforcement-learning\u002Frl-from-human-feedback","Reinforcement Learning from Human Feedback","Many objectives we want from a model, that it be helpful and harmless, are hard to write down but easy to judge by comparison. RLHF turns that asymmetry into a training signal: fit a reward model to pairwise human preferences under the Bradley-Terry likelihood, then fine-tune the policy to maximize that reward under a KL penalty toward a reference. We derive the reward loss, the KL-regularized RL objective and its closed-form optimum, then show how DPO inverts that optimum to collapse the whole pipeline into one supervised log-sigmoid loss, and survey IPO, KTO, RLAIF, and GRPO.\n",{"path":18095,"title":18096,"module":6,"summary":6},"\u002Fdeep-learning","Deep Learning",{"path":18098,"title":18099,"module":16006,"summary":18100},"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fequilibrium-state-variables-zeroth-law","Equilibrium, State Variables, and the Zeroth Law","Thermodynamics describes a many-body system by a handful of macroscopic variables and the equilibrium relations among them. This lesson fixes the vocabulary: systems and the walls that separate them, state variables versus path-dependent process quantities, quasi-static and reversible idealizations, and the zeroth law, whose transitivity of thermal equilibrium is what lets temperature exist as a number. The ideal-gas thermometer turns that number into a scale, and an equation of state ties the variables into a surface.\n",{"path":18102,"title":18103,"module":16006,"summary":18104},"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Ffirst-law-heat-and-work","The First Law: Internal Energy, Heat, and Work","The first law is energy conservation for a system that exchanges energy as both heat and work. Internal energy is a state function with an exact differential; heat and work are path-dependent process quantities. This lesson states $\\d U=\\delta Q+\\delta W$, computes compression work as an area on the $P$–$V$ plane, defines the heat capacities $C_V$ and $C_P$ and the enthalpy that makes $C_P$ natural, and works the isothermal and adiabatic processes of an ideal gas, including the adiabat $PV^\\gamma=\\text{const}$.\n",{"path":18106,"title":18107,"module":16006,"summary":18108},"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fsecond-law-entropy-and-the-carnot-bound","The Second Law, Carnot Cycles, and Entropy","The second law forbids the free conversion of heat into work. This lesson states the Kelvin and Clausius forms, proves them equivalent, and analyzes the Carnot cycle to get the efficiency bound $1-T_c\u002FT_h$. Carnot's theorem makes that bound universal and defines the thermodynamic temperature scale. The Clausius inequality $\\oint \\delta Q\u002FT\\le 0$ then constructs entropy as a state function, $\\d S=\\delta Q_{\\rm rev}\u002FT$, whose non-decrease in isolated systems is the arrow of time.\n",{"path":18110,"title":18111,"module":16006,"summary":18112},"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fthermodynamic-potentials-and-maxwell-relations","Thermodynamic Potentials and Maxwell Relations","The fundamental relation $\\d U=T\\,\\d S-P\\,\\d V+\\mu\\,\\d N$ packages the first and second laws into one exact differential. Legendre transforms swap each conjugate pair to produce the Helmholtz, enthalpy, Gibbs, and grand potentials, each minimized under its own natural variables. Equality of mixed second partials of these potentials gives the Maxwell relations, which convert unmeasurable entropy derivatives into measurable ones from the equation of state.\n",{"path":18114,"title":18115,"module":16006,"summary":18116},"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fstability-response-functions-and-the-third-law","Response Functions, Stability, and the Third Law","Response functions — heat capacities, compressibilities, thermal expansion — are the second derivatives of the potentials and the quantities an experiment actually measures. This lesson derives the general relation $C_P-C_V=TV\\alpha^2\u002F\\kappa_T$, shows that convexity of the potentials forces the stability conditions $C_V>0$ and $\\kappa_T>0$, and states the third law: entropy approaches a constant as $T\\to0$, so heat capacities and expansion coefficients vanish there and absolute zero is unattainable.\n",{"path":18118,"title":18119,"module":18120,"summary":18121},"\u002Fstatistical-mechanics\u002Ffoundations\u002Fclassical-statistics-and-equipartition","Classical Statistics and Equipartition","Microstates, Phase Space, and Statistical Entropy","A liter of gas holds on the order of a trillion trillion molecules, far too many to track by their equations of motion. Classical statistical mechanics replaces the trajectories with a single probability law, the Boltzmann distribution, and reads the measurable properties of matter off it: the Maxwell speed distribution, the average energy per degree of freedom, and the heat capacities of gases and solids — together with the low-temperature failures that forced the quantum revision.\n",{"path":18123,"title":18124,"module":18120,"summary":18125},"\u002Fstatistical-mechanics\u002Ffoundations\u002Fphase-space-and-liouvilles-theorem","Phase Space, Trajectories, and Liouville's Theorem","A classical system of N particles is one point in a 6N-dimensional phase space, and its evolution is a single trajectory driven by Hamilton's equations. This lesson builds that geometric picture, introduces the phase-space density of an ensemble, and proves Liouville's theorem: the density is carried by the flow as an incompressible fluid, so phase-space volume is conserved. The stationary densities of equilibrium follow as functions of the conserved quantities alone.\n",{"path":18127,"title":18128,"module":18120,"summary":18129},"\u002Fstatistical-mechanics\u002Ffoundations\u002Fensembles-and-the-equal-probability-postulate","Ensembles and the Postulate of Equal a Priori Probabilities","An ensemble is a probability distribution over the microstates of a system. This lesson states the single postulate on which equilibrium statistical mechanics rests — that an isolated system in equilibrium is equally likely to be in any of its accessible microstates — and works out its consequences: the accessible phase-space volume, the overwhelming dominance of the most probable macrostate as the particle number grows, and the ergodic hypothesis that lets a time average be replaced by an ensemble average.\n",{"path":18131,"title":18132,"module":18120,"summary":18133},"\u002Fstatistical-mechanics\u002Ffoundations\u002Fstatistical-entropy-boltzmann-and-gibbs","Statistical Entropy: Boltzmann and Gibbs","Entropy is the logarithm of the number of accessible microstates. This lesson builds the two statistical entropies — Boltzmann's S = k ln Omega for an isolated system and Gibbs's S = -k sum p ln p for any ensemble — proves they agree for a uniform distribution, and connects both to Shannon's measure of missing information. The second law emerges as the drift toward maximum multiplicity, and maximizing the Gibbs entropy under constraints previews the canonical distribution.\n",{"path":18135,"title":18136,"module":18137,"summary":18138},"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Fmicrocanonical-ensemble-and-entropy","The Microcanonical Ensemble and Statistical Entropy","The Microcanonical Ensemble","An isolated system holds its energy, volume, and particle number fixed, and the fundamental postulate assigns equal probability to every microstate on its energy shell. This lesson builds the microcanonical distribution, defines the enclosed phase-space volume $\\Gamma(E)$, the surface density of states $\\omega(E)=\\d\\Gamma\u002F\\d E$, and the shell count $\\Omega(E)$, shows their logarithms agree to $O(\\ln N)$ for large $N$, and reads the Boltzmann entropy $S=k\\ln\\Omega$ off the count. The measure factors $h^{3N}$ and $N!$ enter here and make $S$ extensive.\n",{"path":18140,"title":18141,"module":18137,"summary":18142},"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Fequilibrium-conditions-temperature-pressure-chemical-potential","Thermal, Mechanical, and Diffusive Equilibrium","Two isolated subsystems that can exchange energy, volume, or particles reach equilibrium at the partition that maximizes their combined entropy. Setting the derivative of the total entropy to zero identifies the statistical definitions $1\u002FT=(\\partial S\u002F\\partial E)$, $P\u002FT=(\\partial S\u002F\\partial V)$, and $-\\mu\u002FT=(\\partial S\u002F\\partial N)$, shows heat flows from hot to cold as an entropy increase, and recovers the fundamental relation $\\d S=(\\d E+P\\,\\d V-\\mu\\,\\d N)\u002FT$ from pure counting.\n",{"path":18144,"title":18145,"module":18137,"summary":18146},"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Fideal-gas-phase-space-and-the-sackur-tetrode-entropy","The Ideal Gas, Phase-Space Volume, and the Sackur–Tetrode Entropy","The monatomic ideal gas is the first system whose microcanonical count can be done in closed form. The momentum integral is the volume of a $3N$-dimensional ball of radius $\\sqrt{2mE}$, the configuration integral is $V^N$, and together they give the Sackur–Tetrode entropy $S=Nk[\\ln(V\u002FN\\lambda^3)+5\u002F2]$ with the thermal wavelength $\\lambda=h\u002F\\sqrt{2\\pi mkT}$. The formula matches the measured entropy of helium, fixes the classical regime $n\\ll n_Q$, and shows why the $N!$ is needed for extensivity.\n",{"path":18148,"title":18149,"module":18137,"summary":18150},"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Ftwo-state-systems-paramagnets-and-negative-temperature","Two-State Systems, Paramagnets, and Negative Temperature","The ideal two-state paramagnet has a multiplicity counted by the binomial coefficient, an entropy that is an inverted dome in the energy, and a temperature read from the slope $1\u002FT=\\partial S\u002F\\partial E$. Because the energy is bounded above, the slope changes sign past the entropy maximum: a population-inverted spin system has a negative absolute temperature, which is hotter than any positive temperature. Nuclear-spin experiments and lasers realize the inverted state.\n",{"path":18152,"title":18153,"module":18154,"summary":18155},"\u002Fstatistical-mechanics\u002Fcanonical\u002Fcanonical-ensemble-and-the-boltzmann-distribution","The Canonical Ensemble and the Boltzmann Distribution","The Canonical Ensemble","A system held at fixed temperature by contact with a heat reservoir is described by the canonical ensemble. Expanding the reservoir entropy to first order in the system energy gives the Boltzmann distribution $p_i\\propto e^{-\\beta E_i}$, and the same law follows from maximizing the Gibbs entropy at fixed mean energy. Both routes identify $\\beta=1\u002Fk_BT$ and fix the probability of every microstate from the temperature alone.\n",{"path":18157,"title":18158,"module":18154,"summary":18159},"\u002Fstatistical-mechanics\u002Fcanonical\u002Fpartition-function-and-the-helmholtz-free-energy","The Partition Function and the Helmholtz Free Energy","The normalizing sum of the Boltzmann distribution, the partition function $Z=\\sum_i e^{-\\beta E_i}$, is a generating function for the thermodynamics. The mean energy is $-\\partial\\ln Z\u002F\\partial\\beta$, and the Gibbs entropy of the canonical distribution collapses to the bridge relation $F=-k_BT\\ln Z$. From $F$ every thermodynamic quantity follows by differentiation, and $Z$ factorizes over independent degrees of freedom.\n",{"path":18161,"title":18162,"module":18154,"summary":18163},"\u002Fstatistical-mechanics\u002Fcanonical\u002Fenergy-fluctuations-and-ensemble-equivalence","Energy Fluctuations and the Equivalence of Ensembles","In the canonical ensemble the energy fluctuates, and the second derivative of $\\ln Z$ gives its variance. The fluctuation–response identity $\\langle\\Delta E^2\\rangle = k_BT^2C_V$ ties the spread of the energy to the heat capacity, and the relative fluctuation falls as $1\u002F\\sqrt{N}$. In the thermodynamic limit the canonical energy distribution is a sharp spike, and the canonical and microcanonical ensembles predict the same thermodynamics.\n",{"path":18165,"title":18166,"module":18154,"summary":18167},"\u002Fstatistical-mechanics\u002Fcanonical\u002Fthe-einstein-solid-and-harmonic-systems","Harmonic Systems: The Einstein Solid and Vibrational Heat Capacity","A quantum harmonic oscillator has a geometric partition function summed in closed form, giving a mean energy $\\hbar\\omega(\\tfrac12+\\langle n\\rangle)$ with the Bose occupation factor. Modeling a solid as $3N$ independent oscillators yields a heat capacity that rises from zero and saturates at the Dulong–Petit value $3Nk_B$. The Einstein temperature sets the crossover, and the model's exponential low-temperature falloff, too steep against the observed $T^3$, motivates the Debye theory.\n",{"path":18169,"title":18170,"module":18154,"summary":18171},"\u002Fstatistical-mechanics\u002Fcanonical\u002Fparamagnetism-and-the-schottky-anomaly","Paramagnetism, Two-Level Systems, and the Schottky Anomaly","A magnetic moment in a field is a two-level system whose partition function is a hyperbolic cosine. The magnetization of a spin-$\\tfrac12$ paramagnet is $N\\mu\\tanh(\\mu B\u002Fk_BT)$, generalizing to the Brillouin function for spin $J$; it gives Curie's law $\\chi\\propto 1\u002FT$ at high temperature and saturates at low temperature. A finite level gap produces the Schottky heat-capacity peak, and the temperature dependence of the entropy on the field is the basis of adiabatic demagnetization cooling.\n",{"path":18173,"title":18174,"module":18175,"summary":18176},"\u002Fstatistical-mechanics\u002Fclassical-gas\u002Fideal-gas-partition-function-and-the-gibbs-paradox","The Ideal Gas Partition Function and the Gibbs Paradox","The Classical Ideal Gas","The classical monatomic ideal gas built from the partition function. The single-particle sum is $z_1=V\u002F\\lambda^3$ with the thermal de Broglie wavelength $\\lambda$; the $N$-particle partition function is $z_1^N\u002FN!$, and the $N!$ is forced by indistinguishability. From $Z$ the ideal-gas law, $U=\\tfrac32 Nk_BT$, and the Sackur–Tetrode entropy follow. The $N!$ makes the entropy extensive and resolves the Gibbs paradox: mixing identical gases produces no entropy change.\n",{"path":18178,"title":18179,"module":18175,"summary":18180},"\u002Fstatistical-mechanics\u002Fclassical-gas\u002Fequipartition-and-the-virial-theorem","Equipartition and the Virial Theorem","The equipartition theorem derived from the canonical ensemble: every phase-space coordinate that enters the Hamiltonian quadratically carries a mean energy $\\tfrac12 k_BT$. The generalized form $\\langle x_i\\,\\partial H\u002F\\partial x_j\\rangle = k_BT\\,\\delta_{ij}$ contains equipartition and the classical virial theorem as special cases. Equipartition fixes the classical heat capacities, fails by quantum freeze-out when a level gap exceeds $k_BT$, and shifts for a relativistic gas whose energy is linear rather than quadratic in momentum.\n",{"path":18182,"title":18183,"module":18175,"summary":18184},"\u002Fstatistical-mechanics\u002Fclassical-gas\u002Fmolecular-gases-rotation-and-vibration","Molecular Gases: Rotational and Vibrational Degrees of Freedom","The internal partition function of a diatomic gas factorizes into translational, rotational, vibrational, and electronic parts. The rigid rotor gives a rotational temperature $\\theta_{\\rm rot}$; the harmonic bond gives a vibrational temperature $\\theta_{\\rm vib}$. Each mode contributes to the heat capacity only above its characteristic temperature, producing the diatomic $C_V$ staircase from $\\tfrac32 R$ to $\\tfrac52 R$ to $\\tfrac72 R$. Homonuclear molecules carry a symmetry number, and hydrogen splits into ortho and para species.\n",{"path":18186,"title":18187,"module":18188,"summary":18189},"\u002Fstatistical-mechanics\u002Fgrand-canonical\u002Fgrand-canonical-ensemble-and-the-grand-partition-function","The Grand Canonical Ensemble","Grand Canonical Ensemble","When a system exchanges both energy and particles with a reservoir, the reservoir fixes its temperature and its chemical potential. Expanding the reservoir entropy to first order in the exchanged energy and particle number gives the Gibbs factor $e^{-\\beta(E-\\mu N)}$, and summing it over every microstate of every particle number gives the grand partition function $\\Xi$. The grand potential $\\Phi = -k_BT\\ln\\Xi = -PV$ generates the mean particle number, energy, entropy, and pressure by differentiation.\n",{"path":18191,"title":18192,"module":18188,"summary":18193},"\u002Fstatistical-mechanics\u002Fgrand-canonical\u002Fchemical-potential-fugacity-and-number-fluctuations","Chemical Potential, Fugacity, and Number Fluctuations","The chemical potential is the energy to add one particle at fixed entropy and volume, equal to the slope of the free energy in the particle number. For the classical ideal gas $\\mu=k_BT\\ln(n\\lambda^3)$ is large and negative, and the fugacity $z=n\\lambda^3$ is small. The grand ensemble makes the particle number fluctuate; its variance $\\langle\\Delta N^2\\rangle=k_BT(\\partial N\u002F\\partial\\mu)$ equals $k_BT\\,N^2\\kappa_T\u002FV$, tying density fluctuations to the isothermal compressibility. Equality of $\\mu$ is the condition for diffusive equilibrium and phase coexistence.\n",{"path":18195,"title":18196,"module":18188,"summary":18197},"\u002Fstatistical-mechanics\u002Fgrand-canonical\u002Fensemble-summary-and-the-thermodynamic-web","The Three Ensembles and the Thermodynamic Web","The microcanonical, canonical, and grand canonical ensembles hold different variables fixed and generate different potentials — the entropy $S$, the Helmholtz free energy $F$, and the grand potential $\\Phi$ — linked by Legendre transforms that trade each fixed variable for its conjugate. Each successive ensemble lets one more quantity fluctuate. In the thermodynamic limit the three agree, the relative fluctuations vanishing as $1\u002F\\sqrt{N}$; the ideal gas gives the same equation of state in all three. The choice of ensemble is a matter of convenience, set by which sum is easiest.\n",{"path":18199,"title":18200,"module":18201,"summary":18202},"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fquantum-statistics-bose-einstein-and-fermi-dirac","Quantum Statistics — Bose-Einstein and Fermi-Dirac","Quantum Statistics","Quantum particles of the same kind are genuinely indistinguishable: no label survives an overlap of their wave functions. Counting states with that constraint replaces the Boltzmann distribution with two quantum laws — the Bose-Einstein distribution for integer-spin particles, which clump into shared states, and the Fermi-Dirac distribution for half-integer-spin particles, which exclude one another. Both reduce to Boltzmann in the dilute, hot limit, and a de Broglie criterion says exactly when.\n",{"path":18204,"title":18205,"module":18201,"summary":18206},"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fderiving-the-quantum-distributions","Deriving the Quantum Distributions from the Grand Ensemble","The Bose-Einstein and Fermi-Dirac distributions follow from one observation: in the occupation-number representation the single-particle modes are independent, so the grand partition function factorizes into one factor per mode. A boson mode sums a geometric series over all occupancies; a fermion mode sums two terms. Differentiating each factor gives the mean occupation $1\u002F(e^{\\beta(\\varepsilon-\\mu)}\\mp 1)$, the Maxwell-Boltzmann limit when occupancies are small, and the occupation fluctuations that distinguish bunching from anti-bunching.\n",{"path":18208,"title":18209,"module":18201,"summary":18210},"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fthe-classical-limit-and-quantum-concentration","The Classical Limit and Quantum Concentration","When every single-particle level is nearly empty, both quantum distributions collapse to the Maxwell-Boltzmann form, and the fugacity equals the ratio of the number density to the quantum concentration $n_Q = 1\u002F\\lambda^3$. The gas is classical when $n \\ll n_Q$, degenerate when $n \\gtrsim n_Q$. The chemical potential is large and negative in the classical regime and rises through zero as the gas degenerates. The leading quantum correction to the ideal-gas law is a second virial term that lowers the pressure for bosons and raises it for fermions — a statistical attraction and repulsion with no interaction behind it.\n",{"path":18212,"title":18213,"module":18201,"summary":18214},"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fideal-quantum-gases-general-framework","Ideal Quantum Gases: The General Framework","Every ideal quantum gas is handled by one calculation. The sum over single-particle modes becomes an energy integral weighted by a density of states $g(\\varepsilon)\\propto\\varepsilon^{1\u002F2}$, and the number and pressure reduce to the Bose and Fermi functions $g_\\nu(z)$ and $f_\\nu(z)$ of the fugacity. An integration by parts fixes $PV=\\tfrac23 U$ for a nonrelativistic gas and $PV=\\tfrac13 U$ for an ultrarelativistic one, independent of statistics. Specializing the density of states and the chemical potential then produces the photon gas, phonons, the Bose gas, and the Fermi gas as four branches of the same framework.\n",{"path":18216,"title":18217,"module":18218,"summary":18219},"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fbose-einstein-condensation-and-the-fermion-gas","Bose-Einstein Condensation and the Fermion Gas","Bosonic Systems","Below a critical temperature a boson gas drops a macroscopic fraction of its particles into the single ground state — Bose-Einstein condensation, the mechanism behind superfluid helium and the dilute-atom condensates cooled to nanokelvin. The same statistics applied to a photon gas reproduces Planck's blackbody spectrum. Fermions do the opposite: forbidden from sharing states, they fill every level up to the Fermi energy, and that filled sea governs the electrons in metals and the pressure that holds up a white dwarf.\n",{"path":18221,"title":18222,"module":18218,"summary":18223},"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fthe-photon-gas-and-plancks-radiation-law","The Photon Gas and Planck's Radiation Law","Electromagnetic radiation in equilibrium with cavity walls is a gas of non-conserved bosons, and non-conservation forces the chemical potential to zero. Counting standing-wave modes with two polarizations and weighting each by the Bose occupation gives the Planck spectral energy density. Its low-frequency tail reproduces the classical Rayleigh-Jeans law and the ultraviolet catastrophe; the Bose factor cuts the divergence off at high frequency and the peak obeys Wien's displacement law.\n",{"path":18225,"title":18226,"module":18218,"summary":18227},"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fblackbody-thermodynamics-and-radiation-pressure","Blackbody Thermodynamics and Radiation Pressure","Integrating the Planck spectrum over all frequencies gives the total energy density proportional to the fourth power of temperature — the Stefan-Boltzmann law — and the isotropy of a relativistic gas fixes the radiation pressure at one third of the energy density. From the free energy follow the entropy and heat capacity, both proportional to T cubed, and the adiabatic law for radiation. The results govern the pressure inside stars and the cooling of the cosmic microwave background as the universe expands.\n",{"path":18229,"title":18230,"module":18218,"summary":18231},"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fphonons-and-the-debye-model","Phonons and the Debye Model","The vibrations of a crystal lattice are quantized into phonons — bosons of zero chemical potential, counted exactly like cavity photons but with three polarizations, a finite sound speed, and a total of 3N modes. The Debye model replaces the true dispersion by a linear one cut off at a frequency that enforces that count. It gives the correct low-temperature T-cubed heat capacity the Einstein model missed and recovers the Dulong-Petit value at high temperature.\n",{"path":18233,"title":18234,"module":18218,"summary":18235},"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fbose-einstein-condensation-derived","Bose-Einstein Condensation Derived","For a gas of conserved bosons the excited states can hold only a finite number of particles at fixed temperature, set by the Bose function at unit fugacity. When the total exceeds that ceiling the surplus collapses into the single ground state, which the continuum density-of-states integral misses and which must be restored by hand. This fixes the critical temperature, the condensate fraction, and the fact that a uniform gas condenses only in three or more dimensions.\n",{"path":18237,"title":18238,"module":18218,"summary":18239},"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fthermodynamics-of-the-bose-gas-and-superfluidity","Thermodynamics of the Bose Gas and Superfluidity","The energy and pressure of the ideal Bose gas follow from the Bose function at the order above the density, and below the critical temperature the pressure depends on temperature alone because the condensate carries none. The heat capacity rises to a cusp at the transition. Real superfluid helium departs from the ideal gas because interactions matter: the Landau criterion ties frictionless flow to the phonon-roton excitation spectrum, and the two-fluid model carries a second sound.\n",{"path":18241,"title":18242,"module":18243,"summary":18244},"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fthe-ideal-fermi-gas-at-zero-temperature","The Ideal Fermi Gas at Zero Temperature","Degenerate Fermi Gas","At absolute zero a gas of non-interacting fermions fills every single-particle state up to the Fermi energy and leaves the rest empty, a filled Fermi sphere in momentum space. This lesson computes the Fermi momentum, energy, and temperature from the density, the density of states, the total ground-state energy, and the degeneracy pressure that grows as $n^{5\u002F3}$. Numerical Fermi energies for metals set the scale: they are electron-volts, so room temperature is deep in the degenerate regime.\n",{"path":18246,"title":18247,"module":18243,"summary":18248},"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fsommerfeld-expansion-and-electrons-in-metals","The Sommerfeld Expansion and Electrons in Metals","Turning on a small temperature blurs the Fermi step over a shell of width $k_BT$ around $\\epsilon_F$. The Sommerfeld expansion turns integrals over the Fermi function into a power series in $(k_BT\u002F\\epsilon_F)^2$, giving the shift of the chemical potential and a heat capacity linear in $T$. This resolves the old puzzle of the missing electronic heat capacity, predicts the combined $C=\\gamma T+AT^3$ of a metal, and gives the temperature-independent Pauli paramagnetism of the electron gas.\n",{"path":18250,"title":18251,"module":18243,"summary":18252},"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fwhite-dwarfs-and-the-chandrasekhar-limit","White Dwarfs and the Chandrasekhar Limit","A white dwarf is held up against its own gravity by the degeneracy pressure of its electrons. Balancing that pressure against gravity gives a mass-radius relation $R\\propto M^{-1\u002F3}$: heavier white dwarfs are smaller and denser. As the density rises the electrons turn relativistic, the pressure softens from $n^{5\u002F3}$ to $n^{4\u002F3}$, and the star can no longer support itself above a critical mass. This lesson derives that Chandrasekhar mass, about $1.4\\,M_\\odot$, and what lies beyond it.\n",{"path":18254,"title":18255,"module":18243,"summary":18256},"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fneutron-stars-and-nuclear-matter","Neutron Stars and Dense Matter","When a collapsing core passes nuclear density, electron capture converts the matter to neutrons and their degeneracy pressure takes over. The same balance that fixes a white dwarf, rescaled by the neutron mass, gives a neutron star of a few solar masses in a ten-kilometre radius. General relativity is no longer a correction: the Tolman-Oppenheimer-Volkoff equation replaces the Newtonian balance and sets a maximum mass around two solar masses. This lesson rescales the Fermi-gas argument, states where it breaks, and places the compact objects in one stability sequence.\n",{"path":18258,"title":18259,"module":18260,"summary":18261},"\u002Fstatistical-mechanics\u002Finteractions\u002Fthe-cluster-expansion-and-virial-coefficients","The Cluster Expansion and Virial Coefficients","Interacting Gases","A real gas departs from $PV=Nk_BT$ because its molecules interact. The configuration integral factors through the Mayer function $f_{ij}=e^{-\\beta u_{ij}}-1$, and expanding it in powers of density produces the virial expansion $PV\u002FNk_BT = 1 + B_2(T)n + B_3(T)n^2 + \\cdots$. The second virial coefficient $B_2(T)=-\\tfrac12\\int f\\,\\d^3r$ is a single integral over the pair potential; it is positive for a hard core, negative for an attractive well, and vanishes at the Boyle temperature where the two balance.\n",{"path":18263,"title":18264,"module":18260,"summary":18265},"\u002Fstatistical-mechanics\u002Finteractions\u002Fthe-van-der-waals-gas-and-liquid-gas-coexistence","The van der Waals Gas and Liquid-Gas Coexistence","Resumming the second virial coefficient $B_2=b-a\u002Fk_BT$ into an equation of state gives the van der Waals model $(P+a\u002Fv^2)(v-b)=k_BT$, the simplest theory of a fluid that condenses. Below the critical temperature its isotherms develop a mechanically unstable loop; the Maxwell equal-area construction replaces the loop with a coexistence tie line. The critical point sits at $v_c=3b$, $k_BT_c=8a\u002F27b$, $P_c=a\u002F27b^2$, and the model predicts universal but incorrect critical exponents because it ignores fluctuations.\n",{"path":18267,"title":18268,"module":18260,"summary":18269},"\u002Fstatistical-mechanics\u002Finteractions\u002Fquantum-gases-with-interactions-and-exchange","Quantum Gases with Interactions and Statistical Exchange","A quantum gas has a nonzero second virial coefficient even with no forces between the particles: symmetrization alone produces an effective statistical interaction, attractive for bosons and repulsive for fermions, with range the thermal wavelength $\\lambda$. This lesson derives that exchange contribution $B_2=\\mp\\lambda^3\u002F2^{5\u002F2}g$, writes it as a statistical potential $v_s(r)=-k_BT\\ln(1\\pm e^{-2\\pi r^2\u002F\\lambda^2})$, and shows how real interactions add on top through the Beth-Uhlenbeck phase-shift formula, reducing at low temperature to a single scattering length.\n",{"path":18271,"title":18272,"module":18273,"summary":18274},"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fphases-coexistence-and-classification","Phases, Coexistence, and the Classification of Transitions","Phase Transitions","A phase transition is a point where the free energy of a substance loses analyticity, so a small change in temperature or pressure produces a qualitative change of state. This lesson maps the coexistence curves of a pure substance, derives the Clausius-Clapeyron relation between the slope of a coexistence line and its latent heat, and separates first-order transitions (discontinuous entropy and density) from continuous ones (a vanishing order parameter and divergent response). The Ehrenfest scheme, the order parameter, and the triple and critical points fix the vocabulary the rest of the module builds on.\n",{"path":18276,"title":18277,"module":18273,"summary":18278},"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fthe-ising-model-and-exact-solutions","The Ising Model and Exact Results","The Ising model reduces cooperative ordering to spins on a lattice coupled to their neighbors, and the same Hamiltonian describes uniaxial magnets, the liquid-gas critical point through the lattice gas, and binary alloys. This lesson solves the one-dimensional chain exactly with the transfer matrix, shows by a domain-wall argument why one dimension has no ordered phase at any positive temperature, contrasts the survival of order in two dimensions, and quotes Onsager's exact two-dimensional results: the critical temperature, the logarithmically divergent heat capacity, and the magnetization exponent one eighth.\n",{"path":18280,"title":18281,"module":18273,"summary":18282},"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fmean-field-theory-and-the-weiss-model","Mean-Field Theory and Spontaneous Symmetry Breaking","Mean-field theory replaces the neighbors of each spin by their average, turning the interacting Ising model into a single spin in a self-consistent field. The resulting equation m = tanh(beta J z m + beta h) has only the zero solution above a critical temperature and gains a nonzero root below it, giving spontaneous magnetization and a mean-field critical temperature k T_c = J z. The Bragg-Williams free energy turns single-welled above T_c and double-welled below, the picture of spontaneous symmetry breaking. The approximation is exact in high dimension and fails below the upper critical dimension four, quantified by the Ginzburg criterion.\n",{"path":18284,"title":18285,"module":18273,"summary":18286},"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fcritical-exponents-and-landau-theory","Critical Exponents, Scaling, and Landau Theory","Near a continuous transition every singular quantity follows a power law in the reduced temperature, and the exponents alpha, beta, gamma, delta, nu, and eta encode the transition more sharply than T_c itself. Landau theory expands the free energy in the order parameter and delivers the mean-field exponents in a few lines. They disagree with experiment and with the exact two-dimensional Ising values, but the exponents are not independent: the scaling relations of Rushbrooke, Widom, Fisher, and Josephson tie them together, and the correlation length sets the length scale that organizes universality classes.\n",{"path":18288,"title":18289,"module":18273,"summary":18290},"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fthe-renormalization-group-idea","Scaling and the Renormalization-Group Idea","At a critical point fluctuations exist on every length scale, so the system looks the same after coarse-graining. The renormalization group makes this self-similarity a computation: group spins into blocks, integrate out the short scales, and track how the couplings change. The transformation has fixed points, and the flow near a critical fixed point separates relevant couplings that grow from irrelevant ones that shrink, which is why only dimension and symmetry survive to set the exponents. The one-dimensional Ising decimation carries the whole scheme through in closed form and reproduces the absence of a finite-temperature transition.\n",{"path":18292,"title":18293,"module":18294,"summary":18295},"\u002Fstatistical-mechanics\u002Ffluctuations\u002Fthermodynamic-fluctuations-and-response","Thermodynamic Fluctuations and Response Functions","Fluctuations and Response","Thermodynamic variables are sharp only on average; a macroscopic system in equilibrium fluctuates about its mean values. Einstein inverted Boltzmann's $S=k_B\\ln\\Omega$ into a Gaussian probability for a fluctuation, $w\\propto e^{\\Delta S\u002Fk_B}$, and the second moments it predicts reproduce the response functions: $\\langle\\Delta E^2\\rangle=k_BT^2C_V$, $\\langle\\Delta V^2\\rangle=k_BTV\\kappa_T$, $\\langle\\Delta M^2\\rangle=k_BT\\chi_T$. The variances diverge where the responses diverge, at a critical point, producing critical opalescence and the breakdown of the thermodynamic description.\n",{"path":18297,"title":18298,"module":18294,"summary":18299},"\u002Fstatistical-mechanics\u002Ffluctuations\u002Fbrownian-motion-and-the-langevin-equation","Brownian Motion and the Langevin Equation","A pollen grain in water executes a random walk driven by molecular collisions. Einstein tied its diffusion constant to its mobility, $D=\\mu_{\\mathrm{mob}}k_BT$, turning a visible motion into a measurement of Avogadro's number. The Langevin equation splits the collisions into a systematic drag and a random force whose strength is fixed by the drag through $\\langle\\xi(t)\\xi(t')\\rangle=2\\gamma k_BT\\,\\delta(t-t')$ — the first fluctuation–dissipation relation. The mean-square displacement grows ballistically at short times and linearly, $\\langle r^2\\rangle=2dDt$, at long times, and the Stokes–Einstein relation $D=k_BT\u002F6\\pi\\eta a$ closes the loop to Perrin's experiments.\n",{"path":18301,"title":18302,"module":18294,"summary":18303},"\u002Fstatistical-mechanics\u002Ffluctuations\u002Flinear-response-and-the-fluctuation-dissipation-theorem","Linear Response and the Fluctuation-Dissipation Theorem","A system driven by a weak external field responds through a generalized susceptibility $\\chi(\\omega)$ whose imaginary part measures dissipation. The Wiener–Khinchin theorem makes the power spectrum of equilibrium fluctuations the Fourier transform of their correlation function, and the fluctuation–dissipation theorem ties the two together: $S_x(\\omega)=(2k_BT\u002F\\omega)\\,\\chi''(\\omega)$, so the spectrum of spontaneous fluctuations is fixed by the dissipative response. The Johnson–Nyquist noise of a resistor, $\\langle V^2\\rangle=4k_BTR\\,\\Delta f$, is the canonical example, and Onsager reciprocity closes the subject.\n",{"path":18305,"title":18306,"module":6,"summary":6},"\u002Fstatistical-mechanics","Statistical Mechanics",{"path":18308,"title":18309,"module":18310,"summary":18311},"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fbonding-mechanisms","Bonding Mechanisms","Molecules and Chemical Bonding","A molecule forms when the total energy of two atoms drops below the energy of the separated pair. This lesson works through the four mechanisms that produce that minimum: the ionic bond from charge transfer, the covalent bond from shared electron wave functions, the metallic bond, and the weak dipole-dipole and hydrogen bonds, computing bond lengths and dissociation energies for NaCl, H₂, and H₂⁺.\n",{"path":18313,"title":18314,"module":18310,"summary":18315},"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fmolecular-orbitals-and-h2-plus","The Molecular-Orbital Method and H₂⁺","The hydrogen molecule ion is the two-center problem that fixes the language of chemical bonding. This lesson builds the molecular orbital as a linear combination of atomic orbitals, minimizes the energy through the variational secular equation, and reduces the result to three two-center integrals: the overlap, the Coulomb term, and the exchange (resonance) integral. The bonding and antibonding levels, their potential-energy curves, and the charge piled between the nuclei follow from those integrals.\n",{"path":18317,"title":18318,"module":18310,"summary":18319},"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fhydrogen-molecule-and-exchange","The Hydrogen Molecule, Exchange, and Hybridization","Adding the second electron turns the one-electron ion into the two-electron hydrogen molecule, where electron-electron repulsion and the Pauli principle govern the bond. This lesson contrasts the Heitler-London valence-bond and molecular-orbital wave functions, derives the singlet-triplet splitting as an exchange energy, shows why naive molecular orbitals fail at dissociation, and builds the sp, sp², and sp³ hybrids that fix the directed geometry of covalent bonds.\n",{"path":18321,"title":18322,"module":18310,"summary":18323},"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fvan-der-waals-forces","Van der Waals Forces","The bond of last resort acts between all atoms, even closed-shell noble gases with no permanent moment. This lesson separates the three van der Waals contributions — Keesom orientation, Debye induction, and London dispersion — derives the London 1\u002Fr⁶ attraction from the coupled-oscillator and second-order perturbation pictures, and assembles the Lennard-Jones potential to compute the equilibrium spacing and cohesive energy of the noble-gas crystals, argon in particular.\n",{"path":18325,"title":18326,"module":18327,"summary":18328},"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Frotational-vibrational-spectra","Rotational and Vibrational Spectra of Molecules","Molecular Spectra","A diatomic molecule stores energy in three well-separated ledgers: electronic, vibrational, and rotational. Quantizing the rigid rotor gives levels spaced as ℓ(ℓ+1); quantizing the bond as a harmonic oscillator gives equally spaced vibrational levels. Their combination produces the P and R branches of an infrared absorption band, from which the bond length and force constant are read directly.\n",{"path":18330,"title":18331,"module":18327,"summary":18332},"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Fanharmonicity-and-rovibrational-structure","Anharmonicity and Rovibrational Structure","The rigid rotor and harmonic oscillator are first approximations. A real bond follows the Morse potential, whose levels converge toward dissociation; a real rotor stretches centrifugally; and vibration couples to rotation, so the rotational constant depends on the vibrational level. This lesson works out the anharmonic and centrifugal corrections, the Birge-Sponer route to the dissociation energy, the isotope shift, and the thermal band envelope.\n",{"path":18334,"title":18335,"module":18327,"summary":18336},"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Framan-and-electronic-bands","Raman Scattering and Electronic Bands","Not every vibration absorbs in the infrared. Raman scattering reaches modes that modulate the polarizability, giving Stokes and anti-Stokes lines whose intensity ratio measures temperature, and the mutual-exclusion rule pairs it with infrared absorption. Electronic transitions add the vibronic structure of band spectra, governed by the Franck-Condon principle, and the radiative fates of an excited state are sorted by the Jablonski diagram into fluorescence and phosphorescence.\n",{"path":18338,"title":18339,"module":18327,"summary":18340},"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Flasers-and-masers","Lasers, Masers, and Stimulated Emission","Einstein's three radiative processes — absorption, spontaneous emission, and stimulated emission — and the coefficients that relate them. Stimulated emission produces coherent photons, and inverting the level populations turns it into net amplification. We build the ruby three-level laser and the helium-neon four-level laser, and show why the fourth level makes inversion easy.\n",{"path":18342,"title":18343,"module":18344,"summary":18345},"\u002Fcondensed-matter\u002Fcrystal-structure\u002Fstructure-of-solids","The Structure of Solids","Crystal Structure","A crystal is a unit cell repeated in three dimensions. We classify the common cubic lattices, compute the Coulomb energy of an ionic crystal through the Madelung constant, and show how the divergent naive lattice sum is tamed by cubic shells. The cohesive energy that results predicts melting points and connects the diatomic bond of an earlier lesson to the bulk solid.\n",{"path":18347,"title":18348,"module":18344,"summary":18349},"\u002Fcondensed-matter\u002Fcrystal-structure\u002Fbravais-lattices-and-crystal-systems","Bravais Lattices, Bases, and Crystal Structures","A crystal is a Bravais lattice decorated by a basis. This lesson separates the two, builds primitive and Wigner-Seitz cells, enumerates the seven crystal systems and fourteen Bravais lattices, and fixes the language of point and space groups. Miller indices label planes and directions, and the packing fractions of the close-packed, cubic, and diamond structures follow from the geometry.\n",{"path":18351,"title":18352,"module":18344,"summary":18353},"\u002Fcondensed-matter\u002Fcrystal-structure\u002Freciprocal-lattice-and-brillouin-zones","The Reciprocal Lattice and Brillouin Zones","Every periodic crystal has a dual lattice in wavevector space. This lesson defines the reciprocal lattice through the condition b_i dot a_j equals two pi delta, derives its properties, shows the reciprocal of fcc is bcc, links reciprocal vectors to families of lattice planes, and builds the first Brillouin zone as the Wigner-Seitz cell of the reciprocal lattice, including the higher zones.\n",{"path":18355,"title":18356,"module":18344,"summary":18357},"\u002Fcondensed-matter\u002Fcrystal-structure\u002Fdiffraction-and-structure-factors","X-ray and Neutron Diffraction","A crystal diffracts radiation whose wavelength matches its atomic spacing. This lesson derives the Bragg condition, the equivalent Laue condition 2k dot G equals G squared, and the Ewald-sphere construction, then computes the geometric structure factor that produces systematic absences for bcc and fcc, the atomic form factor, and the powder method. It closes on why neutrons and electrons complement X-rays.\n",{"path":18359,"title":18360,"module":18361,"summary":18362},"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fphonon-dispersion","The Harmonic Crystal and Phonon Dispersion","Lattice Dynamics","Atoms in a crystal vibrate about their equilibrium sites, and expanding the potential to second order turns the whole lattice into a set of coupled harmonic oscillators. This lesson sets up the harmonic approximation and the dynamical matrix, solves the monatomic linear chain for its dispersion omega(k) = 2 sqrt(K\u002FM) times the absolute sine of ka over two, explains why wavevectors outside the first Brillouin zone are redundant, and extends the chain to two atoms per cell to produce acoustic and optical branches with a frequency gap.\n",{"path":18364,"title":18365,"module":18361,"summary":18366},"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fphonons-quantization-and-dos","Phonons, Density of States, and Crystal Momentum","Quantizing the normal modes of a harmonic crystal turns each vibrational mode into a quantum oscillator whose excitations are phonons. This lesson counts phonons with Bose-Einstein statistics, defines crystal momentum and the normal versus Umklapp distinction in momentum conservation, builds the density of states with its van Hove singularities, and shows how inelastic neutron scattering measures a dispersion curve point by point.\n",{"path":18368,"title":18369,"module":18361,"summary":18370},"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fdebye-einstein-heat-capacity","Thermal Properties — Einstein and Debye Models","The lattice heat capacity follows the classical Dulong-Petit value at high temperature but collapses toward zero as T approaches zero, a purely quantum effect. This lesson derives that behavior from the Einstein model of a single frequency, then the Debye model of a linear phonon spectrum with a cutoff, obtaining the Debye T-cubed law at low temperature and the Debye interpolation across all temperatures, and closes with thermal expansion and the Gruneisen parameter.\n",{"path":18372,"title":18373,"module":18361,"summary":18374},"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fanharmonicity-and-thermal-transport","Anharmonicity, Thermal Expansion, and Heat Conduction","A perfectly harmonic crystal neither expands when heated nor resists heat flow. Both effects come from the cubic and higher terms the harmonic approximation discards. This lesson derives thermal expansion from an asymmetric interatomic potential, treats phonon-phonon scattering as the decay channel these terms open, shows why Umklapp processes are what make lattice thermal conductivity finite, and traces the temperature dependence of the conductivity and the phonon mean free path.\n",{"path":18376,"title":18377,"module":18378,"summary":18379},"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Ffree-electron-gas-and-conduction","Conduction and the Free-Electron Gas","Free-Electron Fermi Gas","Drude's classical free-electron model gets Ohm's law right but the resistivity, its temperature dependence, and the heat capacity wrong. Replacing the Maxwell-Boltzmann distribution with the Fermi-Dirac distribution and treating electron-lattice collisions as wave scattering repairs all three: the Fermi energy, Fermi speed, and a mean free path set by thermal lattice vibrations.\n",{"path":18381,"title":18382,"module":18378,"summary":18383},"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Fsommerfeld-model-and-heat-capacity","The Sommerfeld Model: Ground State and Heat Capacity","Quantizing the free-electron gas in a box fills a Fermi sphere in k-space. The density of states grows as the square root of energy in three dimensions, and the Fermi energy, temperature, and wavevector follow for real metals. The Sommerfeld expansion shows only a thermal shell of width k_BT near E_F is excited, giving an electronic heat capacity linear in T that sits beneath the phonon T-cubed term.\n",{"path":18385,"title":18386,"module":18378,"summary":18387},"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Ftransport-and-the-hall-effect","Transport, Wiedemann–Franz, and the Hall Effect","The relaxation-time picture displaces the Fermi sphere under an applied field and gives the electrical conductivity ne-squared-tau over m. The same electrons carry heat, and their ratio yields the Wiedemann–Franz law with the universal Lorenz number. A magnetic field bends the carriers into cyclotron orbits and produces the Hall voltage, whose sign reveals the charge of the carriers.\n",{"path":18389,"title":18390,"module":18378,"summary":18391},"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Fscreening-and-plasmons","Screening, Plasmons, and the Limits of Free Electrons","A mobile electron gas rearranges to screen any foreign charge, turning the bare Coulomb potential into a short-ranged Yukawa form over the Thomas–Fermi length. Displaced collectively, the gas rings at the plasma frequency, whose quantum is the plasmon and whose value sets the reflectivity edge of metals. A ledger of free-electron successes and failures then motivates band theory.\n",{"path":18393,"title":18394,"module":18395,"summary":18396},"\u002Fcondensed-matter\u002Fband-theory\u002Fblochs-theorem-and-energy-bands","Bloch's Theorem and Energy Bands","Band Theory","An electron in a periodic potential has stationary states that are plane waves modulated by a lattice-periodic envelope. This lesson proves Bloch's theorem two ways, defines crystal momentum and the band index, counts the allowed wavevectors from Born–von Kármán boundary conditions, and sets up the extended, reduced, and repeated-zone descriptions of a band.\n",{"path":18398,"title":18399,"module":18395,"summary":18400},"\u002Fcondensed-matter\u002Fband-theory\u002Fnearly-free-electron-model","The Nearly-Free-Electron Model","A weak periodic potential leaves the free-electron parabola almost intact except near Brillouin-zone boundaries, where two nearly degenerate plane waves mix. This lesson solves the resulting two-by-two secular problem, shows the gap of size twice the potential component opening at each boundary, identifies the two standing waves that pile charge on and between the ions, and works the exactly solvable Kronig–Penney model.\n",{"path":18402,"title":18403,"module":18395,"summary":18404},"\u002Fcondensed-matter\u002Fband-theory\u002Ftight-binding-method","The Tight-Binding Method","The opposite limit to nearly-free electrons builds bands from atomic orbitals. A Bloch sum of one orbital per site gives a dispersion set by the hopping integral between neighbours; the band widens from a sharp atomic level as the atoms approach. This lesson derives the s-band cosine dispersion, extends it to p-bands, and introduces Wannier functions as the localized dual of Bloch states.\n",{"path":18406,"title":18407,"module":18395,"summary":18408},"\u002Fcondensed-matter\u002Fband-theory\u002Ffermi-surfaces-and-semiclassical-dynamics","Fermi Surfaces, Effective Mass, and Metals vs Insulators","Filling the bands settles which crystals conduct. A filled band carries no current, so a crystal with filled bands and a gap is an insulator, while a partly filled band makes a metal. This lesson derives the no-current theorem for a filled band, defines the Fermi surface and Harrison's construction, introduces holes and the effective mass from band curvature, and states the semiclassical equations of motion that lead to Bloch oscillations.\n",{"path":18410,"title":18411,"module":18412,"summary":18413},"\u002Fcondensed-matter\u002Fsemiconductors\u002Fsemiconductor-bands-and-junctions","Band Theory and Semiconductors","Semiconductors","The periodic lattice splits atomic levels into allowed energy bands separated by forbidden gaps. Whether the highest occupied band is full or partly full, and how wide the gap above it is, sorts every solid into conductor, insulator, or semiconductor. Doping adds donor or acceptor levels inside the gap, and a p-n junction built from doped regions gives the diode, the solar cell, the LED, and the transistor.\n",{"path":18415,"title":18416,"module":18412,"summary":18417},"\u002Fcondensed-matter\u002Fsemiconductors\u002Fintrinsic-and-extrinsic-semiconductors","Carrier Statistics: Intrinsic and Extrinsic Semiconductors","The number of mobile electrons and holes in a semiconductor follows from the density of states near each band edge and the Fermi-Dirac tail that reaches into it. This lesson derives the effective densities of states, the intrinsic concentration and its exponential gap dependence, the law of mass action, the temperature march of the Fermi level, and the freeze-out, saturation, and intrinsic regimes of a doped crystal.\n",{"path":18419,"title":18420,"module":18412,"summary":18421},"\u002Fcondensed-matter\u002Fsemiconductors\u002Fcarrier-transport-and-recombination","Carrier Transport and Recombination","Carriers move by drift in a field and by diffusion down a concentration gradient, the two tied together by the Einstein relation. This lesson derives mobility and its scattering-limited temperature dependence, the drift and diffusion currents, the continuity equations, band-to-band and trap-assisted recombination, and the minority-carrier lifetime and diffusion length that set the length scale of every junction device.\n",{"path":18423,"title":18424,"module":18412,"summary":18425},"\u002Fcondensed-matter\u002Fsemiconductors\u002Fthe-pn-junction","The p-n Junction in Depth","Joining p-type and n-type silicon aligns their Fermi levels and leaves a depletion region of fixed charge with a built-in potential. This lesson derives the space-charge field and potential from Poisson's equation in the depletion approximation, the built-in voltage from Fermi-level alignment, the Shockley diode equation from minority-carrier diffusion, junction and diffusion capacitance, and the avalanche and Zener breakdown mechanisms.\n",{"path":18427,"title":18428,"module":18412,"summary":18429},"\u002Fcondensed-matter\u002Fsemiconductors\u002Ftransistors-and-optoelectronics","Transistors and Optoelectronic Devices","Two junctions in series make a bipolar transistor whose thin base gives current gain; a gate over an oxide makes a MOSFET whose inversion channel switches digital logic. Run in reverse, a junction converts photons to current. This lesson derives the transistor current gain and the MOSFET channel current, then treats the LED, the diode laser, and the illuminated solar-cell characteristic.\n",{"path":18431,"title":18432,"module":18433,"summary":18434},"\u002Fcondensed-matter\u002Fdielectrics-and-ferroelectrics\u002Fdielectrics-and-polarization","Dielectrics, Polarization, and the Local Field","Dielectrics and Ferroelectrics","An insulator responds to an electric field by polarizing. This lesson builds the macroscopic polarization and the dielectric constant, sorts the microscopic response into electronic, ionic, and orientational polarizability, and corrects the field an atom actually feels to the Lorentz local field E + P\u002F3 epsilon-0. The Clausius-Mossotti relation links the measured permittivity to the atomic polarizability, and the frequency dependence of each mechanism explains why the static and optical dielectric constants differ.\n",{"path":18436,"title":18437,"module":18433,"summary":18438},"\u002Fcondensed-matter\u002Fdielectrics-and-ferroelectrics\u002Fferroelectrics-and-piezoelectrics","Ferroelectrics, Piezoelectrics, and Structural Transitions","Some crystals carry a polarization with no applied field and switch it under a reversing field, tracing a hysteresis loop. This lesson develops the ferroelectric transition through the perovskite BaTiO3 displacive instability and its soft transverse-optical mode, builds the Landau free-energy theory of first- and second-order polar transitions, derives the Curie-Weiss divergence of the dielectric constant, and closes with piezoelectricity and pyroelectricity and their devices.\n",{"path":18440,"title":18441,"module":18442,"summary":18443},"\u002Fcondensed-matter\u002Fmagnetism\u002Fdiamagnetism-and-paramagnetism","Diamagnetism and Paramagnetism","Magnetism in Solids","Every solid responds to a magnetic field. Filled shells give a small negative diamagnetic susceptibility from induced Larmor currents; localized moments give a positive Curie paramagnetism described by the Brillouin function, with the ground-state moment fixed by Hund's rules. The conduction electrons add a temperature-independent Pauli paramagnetism from the thermal shell near the Fermi surface, partly cancelled by Landau diamagnetism of their orbital motion.\n",{"path":18445,"title":18446,"module":18442,"summary":18447},"\u002Fcondensed-matter\u002Fmagnetism\u002Fexchange-and-ferromagnetism","Exchange and Ferromagnetism","Magnetic ordering at hundreds of kelvin cannot be dipolar; it is an exchange effect, the Coulomb repulsion sorted by the Pauli principle into a spin-dependent energy captured by the Heisenberg Hamiltonian. Weiss molecular-field theory replaces the exchange field by an average proportional to the magnetization, giving a self-consistent equation whose solution is spontaneous magnetization below a Curie temperature and a Curie–Weiss susceptibility above it. Itinerant ferromagnetism follows from the Stoner criterion on the band density of states.\n",{"path":18449,"title":18450,"module":18442,"summary":18451},"\u002Fcondensed-matter\u002Fmagnetism\u002Fantiferromagnetism-and-domains","Antiferromagnetism, Ferrimagnetism, and Domains","A negative exchange coupling orders neighboring spins antiparallel. Two-sublattice molecular-field theory gives a Néel temperature marked by a cusp in the susceptibility, and unequal sublattices leave a net moment — ferrimagnetism, the magnetism of the ferrites. A ferromagnet breaks into domains to reduce its magnetostatic energy, separated by Bloch walls whose width is set by the competition between exchange and magnetocrystalline anisotropy, and the irreversible motion of those walls produces the hysteresis loop.\n",{"path":18453,"title":18454,"module":18442,"summary":18455},"\u002Fcondensed-matter\u002Fmagnetism\u002Fspin-waves-and-magnons","Spin Waves and Magnons","The lowest excitations of a ferromagnet are not single flipped spins but collective precessions in which every moment tips slightly and its phase advances along the crystal. These spin waves have a quadratic dispersion at long wavelength, quantize into magnons obeying Bose statistics, and their thermal population removes magnetization as the Bloch T-to-the-three-halves law. Antiferromagnetic magnons disperse linearly, and inelastic neutron scattering measures both.\n",{"path":18457,"title":18458,"module":18459,"summary":18460},"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fsuperconductivity-phenomenology","Superconductivity: Phenomenology and BCS","Superconductivity","Below a critical temperature some materials lose all resistance and expel magnetic flux — the Meissner effect that defines the state. The isotope effect points to lattice vibrations, and BCS theory binds electrons into Cooper pairs through phonon exchange. The paired condensate opens an energy gap, quantizes magnetic flux, and drives the Josephson effects.\n",{"path":18462,"title":18463,"module":18459,"summary":18464},"\u002Fcondensed-matter\u002Fsuperconductivity\u002Flondon-theory-and-the-meissner-effect","London Theory and the Meissner Effect","A perfect conductor freezes the field it was cooled in; a superconductor expels it. The distinction needs a constitutive law beyond zero resistance — the two London equations — whose solution is exponential flux decay over the penetration depth. The same rigidity follows from a macroscopic condensate wave function, and the thermodynamics of the critical field fixes the condensation energy, the latent heat, and the specific-heat jump.\n",{"path":18466,"title":18467,"module":18459,"summary":18468},"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fginzburg-landau-theory","Ginzburg–Landau Theory, Vortices, and Type-II","A complex order parameter and a free-energy expansion turn the superconducting transition into a Landau theory. Two lengths emerge — the coherence length and the penetration depth — whose ratio kappa sorts superconductors into type I and type II. Type-II materials admit flux as an Abrikosov lattice of vortices, each threading exactly one quantum h\u002F2e, between a lower and an upper critical field.\n",{"path":18470,"title":18471,"module":18459,"summary":18472},"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fbcs-theory","Microscopic BCS Theory","A phonon-mediated attraction, however weak, binds two electrons above the Fermi sea — the Cooper problem shows the sea is unstable. The BCS variational ground state pairs all electrons near the Fermi surface and, through a self-consistent gap equation, opens an energy gap. Weak-coupling solution gives the exponential T_c and the universal ratios 2 Delta(0) = 3.53 k_B T_c and Delta C \u002F C_n = 1.43.\n",{"path":18474,"title":18475,"module":18459,"summary":18476},"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fjosephson-and-high-tc","Josephson Effects and Unconventional Superconductors","Two superconductors joined by a thin barrier carry a supercurrent set by their phase difference — the dc Josephson effect — and oscillate at 2eV\u002Fh under a voltage. A two-junction loop turns flux quantization into a magnetometer of single-quantum sensitivity. The cuprates superconduct in CuO2 planes with a doping-dependent dome, d-wave pairing, and a pseudogap that lie outside the phonon picture.\n",{"path":18478,"title":18479,"module":18480,"summary":18481},"\u002Fcondensed-matter\u002Fnanostructures\u002Fquantum-wells-wires-and-dots","Quantum Wells, Wires, and Dots","Nanostructures","When a crystal is shrunk until one or more of its dimensions approaches the electron wavelength, the continuous bands of the bulk break into discrete subbands. Confining in one direction gives a quantum well with a step-like density of states, in two directions a quantum wire with inverse-square-root singularities, and in all three a quantum dot whose levels are sharp like an atom's. This lesson derives the density of states in each case and applies it to size-tunable dot emission and the Coulomb blockade of a single-electron transistor.\n",{"path":18483,"title":18484,"module":18480,"summary":18485},"\u002Fcondensed-matter\u002Fnanostructures\u002Finteger-quantum-hall-effect","The 2D Electron Gas and the Integer Quantum Hall Effect","A two-dimensional electron gas in a strong perpendicular magnetic field has its continuous density of states collapse into macroscopically degenerate Landau levels. As the field is swept, the Hall resistance locks onto exact plateaus at h over an integer times e squared, while the longitudinal resistance drops to zero. This lesson derives the Landau levels and their degeneracy, explains the plateaus through disorder-localized states and current-carrying edge channels, and states why the von Klitzing constant is now a resistance standard.\n",{"path":18487,"title":18488,"module":18480,"summary":18489},"\u002Fcondensed-matter\u002Fnanostructures\u002Ffractional-quantum-hall-and-topology","The Fractional Quantum Hall Effect and Topological Order","When the lowest Landau level is only partly filled, the non-interacting theory predicts no gap, yet a plateau appears at filling one-third. It is a many-body effect: Coulomb repulsion selects a correlated ground state, the Laughlin wavefunction, whose excitations carry a fraction of the electron charge. This lesson builds the Laughlin state, introduces composite fermions that map the fractional effect onto an integer one, and explains how the quantum Hall effect brought the Chern number and topology into condensed-matter physics.\n",{"path":18491,"title":18492,"module":18480,"summary":18493},"\u002Fcondensed-matter\u002Fnanostructures\u002Fgraphene-and-dirac-materials","Graphene and Dirac Materials","Graphene is one atomic layer of carbon on a honeycomb lattice. A tight-binding calculation on its two-atom basis gives valence and conduction bands that touch at the corners of the Brillouin zone, where the dispersion is linear and the electrons behave as massless two-dimensional Dirac particles with a fixed speed. This lesson derives the Dirac cones, the Berry phase of pi and the sublattice chirality, the anomalous half-integer quantum Hall effect that follows, and how opening a gap in a Dirac cone points toward topological insulators.\n",{"path":18495,"title":18496,"module":6,"summary":6},"\u002Fcondensed-matter","Condensed Matter Physics",{"path":18498,"title":18499,"module":15262,"summary":18500},"\u002Flogic\u002Ffoundations\u002Flogic-as-a-mathematical-model","Logic as a Mathematical Model of Deduction","Symbolic logic models deductive reasoning the way probability theory models chance: it keeps the form of a correct deduction and discards its content. A deduction is valid when its conclusion follows from the form of the premises alone, independent of what the non-logical words mean. Two models carry the subject — coarse sentential logic and fine first-order logic — and four questions organize it: logical consequence, methods of proof, the gap between provable and true, and the link between logic and computability. Tuples, relations, functions, equivalence classes, and cardinality supply the set-theoretic vocabulary every later chapter uses.\n",{"path":18502,"title":18503,"module":18504,"summary":18505},"\u002Flogic\u002Fsentential-logic\u002Fformal-languages-and-well-formed-formulas","Formal Languages and Well-Formed Formulas","Sentential Logic","The language of sentential logic has an alphabet of sentence symbols, five connectives, and two parentheses, with formation rules that pick out the well-formed formulas. The wffs are the least set of expressions closed under the five formula-building operations, and every such generated set carries an induction principle.\n",{"path":18507,"title":18508,"module":18504,"summary":18509},"\u002Flogic\u002Fsentential-logic\u002Ftruth-assignments-and-tautologies","Truth Assignments, Tautologies, and Consequence","A truth assignment fixes the sentence symbols true or false, and a recursion extends it uniquely to every formula. Satisfaction, tautologies, and tautological implication — one formula following semantically from others — rest on that extension, and the truth-table procedure decides implication for finite premise sets.\n",{"path":18511,"title":18512,"module":18504,"summary":18513},"\u002Flogic\u002Fsentential-logic\u002Funique-readability-and-parsing","Unique Readability and a Parsing Algorithm","Parentheses keep a formula from being read two ways. The parenthesis lemmas and a top-down parsing algorithm recover a formula's structure and yield unique readability: every wff has exactly one formation tree, which is what makes the truth recursion well defined.\n",{"path":18515,"title":18516,"module":18504,"summary":18517},"\u002Flogic\u002Fsentential-logic\u002Finduction-and-recursion","Induction and Recursion on Formulas","Two principles govern any set generated from initial elements by operations: prove a property of all its members by covering the initial elements and the closure steps, and define a function on it by recursion on structure. The recursion theorem needs the set to be freely generated, and unique readability supplies that condition for the well-formed formulas.\n",{"path":18519,"title":18520,"module":18504,"summary":18521},"\u002Flogic\u002Fsentential-logic\u002Fexpressive-completeness-and-normal-forms","Sentential Connectives and Normal Forms","Every formula computes a Boolean function of its atoms, and Post's theorem gives the converse: every Boolean function is realized by a wff in disjunctive normal form, so the five connectives are more than enough. Minimal complete sets follow, down to the single connectives NAND and NOR, together with a method for proving a set of connectives incomplete.\n",{"path":18523,"title":18524,"module":18504,"summary":18525},"\u002Flogic\u002Fsentential-logic\u002Fboolean-circuits","Switching Circuits","A memoryless two-valued circuit computes a Boolean function, so every formula names a gate network and every network a formula. Cost and delay are read off the formula by recursion, and tautological equivalence and normal forms design and simplify circuits realizing a given specification.\n",{"path":18527,"title":18528,"module":18504,"summary":18529},"\u002Flogic\u002Fsentential-logic\u002Fcompactness-and-effectiveness","Compactness and Effectiveness","The compactness theorem reduces satisfiability of an infinite set of formulas to its finite subsets, proved by extension to a maximal finitely satisfiable set and applied to color infinite graphs. Effectiveness fixes what \"decidable\" and \"effectively enumerable\" mean and settles the decidability of tautologyhood.\n",{"path":18531,"title":18532,"module":18533,"summary":18534},"\u002Flogic\u002Ffirst-order-languages\u002Ffirst-order-languages","First-Order Languages","First-Order Languages and Structures","Sentential logic cannot see inside a simple statement, so it misses valid arguments that turn on quantifiers and predicates. A first-order language adds a quantifier, variables, and a chosen vocabulary of predicate, function, and constant symbols. Terms and well-formed formulas are built by recursion over this alphabet, and a variable occurs free or bound according to the quantifiers that reach it.\n",{"path":18536,"title":18537,"module":18533,"summary":18538},"\u002Flogic\u002Ffirst-order-languages\u002Fstructures-truth-and-satisfaction","Structures, Truth, and Satisfaction","A structure interprets a language: a nonempty universe plus a meaning for every predicate, function, and constant symbol. Tarski's recursion defines when a structure satisfies a formula under a variable assignment, and hence when a sentence is true. From satisfaction we recover logical implication, validity, and logical equivalence for first-order logic.\n",{"path":18540,"title":18541,"module":18533,"summary":18542},"\u002Flogic\u002Ffirst-order-languages\u002Fdefinability-and-elementary-equivalence","Definability and Elementary Equivalence","Fix a structure and ask which relations a formula can pick out: the definable ones. A set of sentences picks out a class of structures, the elementary classes. Homomorphisms and isomorphisms compare structures, and the homomorphism theorem shows isomorphic structures satisfy the same sentences. Automorphisms bound what first-order logic can distinguish, giving a tool for proving relations undefinable.\n",{"path":18544,"title":18545,"module":18533,"summary":18546},"\u002Flogic\u002Ffirst-order-languages\u002Fterms-substitution-and-parsing","Parsing, Substitution, and Substitutability","Every recursion on first-order syntax rests on unique readability. A parenthesis-counting function proves that terms and formulas decompose in exactly one way, and a parsing algorithm recovers the decomposition. Substituting a term for a free variable can capture it under a quantifier; the substitutability condition rules that out, and the substitution lemma trades syntactic substitution for a change of assignment.\n",{"path":18548,"title":18549,"module":18550,"summary":18551},"\u002Flogic\u002Fdeductive-calculus\u002Fa-deductive-calculus","A Deductive Calculus for First-Order Logic","The Deductive Calculus and Its Metatheorems","A proof must be finite and mechanically checkable. A Hilbert-style calculus meets both demands: six schemas of logical axioms, a single rule of inference (modus ponens), and the syntactic consequence relation they generate. Substitution and substitutability are defined by recursion, and the bridge theorem reduces deducibility to tautological implication from the axioms.\n",{"path":18553,"title":18554,"module":18550,"summary":18555},"\u002Flogic\u002Fdeductive-calculus\u002Fdeduction-theorem-and-derived-rules","The Deduction Theorem and Derived Rules","Raw deductions from axioms are unusable by hand. The generalization theorem, the deduction theorem, contraposition, reductio ad absurdum, and rule T reduce the calculus to the moves of ordinary mathematics, each proved once to license a block of axiom-level steps. Generalization on constants and alphabetic variants handle the quantifier and substitution bookkeeping.\n",{"path":18557,"title":18558,"module":18550,"summary":18559},"\u002Flogic\u002Fdeductive-calculus\u002Fsoundness","The Soundness Theorem","Soundness is the easy half of the match between proof and truth. Whatever the calculus deduces is logically implied, by an induction on deduction length that rests on one lemma: every logical axiom is valid. The only hard case, quantifier instantiation, needs the substitution lemma. The contrapositive corollary states that every satisfiable set is consistent.\n",{"path":18561,"title":18562,"module":18550,"summary":18563},"\u002Flogic\u002Fdeductive-calculus\u002Fcompleteness-and-consistency","The Completeness Theorem","Gödel's completeness theorem is the deep converse of soundness: whatever is logically implied can be deduced. Equivalently, every consistent set has a model. The Henkin proof manufactures that model out of syntax alone: add witnessing constants, extend to a maximal consistent set, and read a term model off the formulas it contains. Compactness and the enumerability theorem drop out.\n",{"path":18565,"title":18566,"module":18567,"summary":18568},"\u002Flogic\u002Fmodels-and-theories\u002Fcompactness-and-lowenheim-skolem","Compactness and the Löwenheim–Skolem Theorems","Models, Compactness, and Theories","A set of first-order sentences has a model whenever each of its finite subsets does. This compactness theorem follows from completeness and yields the finiteness limitation, the downward and upward Löwenheim–Skolem theorems, models of every infinite cardinality, and nonstandard models of arithmetic.\n",{"path":18570,"title":18571,"module":18567,"summary":18572},"\u002Flogic\u002Fmodels-and-theories\u002Ftheories-elementary-classes-and-categoricity","Theories, Elementary Classes, and Categoricity","A theory is a set of sentences closed under logical consequence. Theories correspond to classes of models; a theory may be complete, axiomatizable, or finitely axiomatizable, and completeness together with axiomatizability yields decidability. The Łoś–Vaught test derives completeness from categoricity in a cardinal, applied to dense linear orders and to algebraically closed fields.\n",{"path":18574,"title":18575,"module":18567,"summary":18576},"\u002Flogic\u002Fmodels-and-theories\u002Finterpretations-between-theories","Interpretations Between Theories","An interpretation translates the vocabulary of one theory into formulas of another, relativizing quantifiers to a definable domain and mapping symbols to defining formulas. Defined function symbols meet a noncreativity criterion; the syntactic translation of formulas carries theoremhood forward, and a faithful interpretation transfers decidability and undecidability between theories.\n",{"path":18578,"title":18579,"module":18567,"summary":18580},"\u002Flogic\u002Fmodels-and-theories\u002Fnonstandard-analysis","Nonstandard Analysis","Compactness builds a model of the real ordered field containing infinite elements and nonzero infinitesimals. The transfer principle carries every first-order truth from the reals to this extension, the standard-part map collapses finite hyperreals back onto the reals, and continuity and the derivative are rederived by working with infinitely small quantities directly.\n",{"path":18582,"title":18583,"module":18584,"summary":18585},"\u002Flogic\u002Farithmetic-and-definability\u002Fdefinability-in-arithmetic","The Structure of Arithmetic and Definability","Number Theory and Definability","Number theory is the theory of one fixed structure, the natural numbers under successor, order, addition, multiplication, and exponentiation. Every number is named by a numeral, and a relation is definable when a single formula picks out exactly its tuples. The central gap separates the sentences true in that structure from those any reasonable set of axioms can prove.\n",{"path":18587,"title":18588,"module":18584,"summary":18589},"\u002Flogic\u002Farithmetic-and-definability\u002Fnatural-numbers-with-successor","Natural Numbers with Successor","The weakest reduct keeps only zero and successor. Its models are a standard chain together with disjoint copies of the integers, which makes the theory categorical in every uncountable power, hence complete and decidable. A quantifier-elimination procedure gives a practical decision method and shows a subset is definable if and only if it is finite or cofinite.\n",{"path":18591,"title":18592,"module":18584,"summary":18593},"\u002Flogic\u002Farithmetic-and-definability\u002Fpresburger-and-reducts","Reducts: Order, Addition, and Multiplication","Adding order to the successor reduct keeps decidability and makes the theory finitely axiomatizable; adding addition gives Presburger arithmetic, still decidable by quantifier elimination once congruence predicates are included, with definable sets exactly the eventually periodic ones. Multiplication is the break point: neither addition nor order can define it, and once it joins addition the theory stops being decidable.\n",{"path":18595,"title":18596,"module":18584,"summary":18597},"\u002Flogic\u002Farithmetic-and-definability\u002Fa-subtheory-and-representability","A Subtheory of Number Theory and Representability","A finite set of eleven axioms, the recursion equations for successor, order, addition, multiplication, and exponentiation, already proves every true quantifier-free and existential sentence. Representability asks a theory to prove the right instances of a formula rather than merely make them true, and a relation is defined to be recursive exactly when some consistent finite theory represents it. Church's thesis identifies that with decidability, and closure under composition, minimization, and primitive recursion builds the catalog the incompleteness proofs need.\n",{"path":18599,"title":18600,"module":18601,"summary":18602},"\u002Flogic\u002Fincompleteness\u002Farithmetization-of-syntax","Arithmetization of Syntax","Arithmetization and the Incompleteness Theorems","Gödel numbering assigns a natural number to every symbol, expression, formula, and deduction, turning statements about syntax into statements about numbers. The syntactic operations — substitution, \"is a wff\", \"is an axiom\", \"d codes a deduction of a\" — come out primitive recursive and hence representable in the subtheory, which lets a formula of arithmetic talk about formulas, including itself.\n",{"path":18604,"title":18605,"module":18601,"summary":18606},"\u002Flogic\u002Fincompleteness\u002Fincompleteness-and-undecidability","Incompleteness, Undecidability, and Church's Theorem","The fixed-point lemma manufactures a sentence that talks about its own Gödel number. Pointed at truth it gives Tarski's theorem — arithmetic truth is not arithmetically definable; pointed at provability it gives Gödel's first incompleteness theorem and the undecidability of the theory of the natural numbers, and, applied to validity, Church's theorem that first-order logic is undecidable. The set of theorems of a recursive theory is only recursively enumerable — the gap between provable and true.\n",{"path":18608,"title":18609,"module":18601,"summary":18610},"\u002Flogic\u002Fincompleteness\u002Fsecond-incompleteness-theorem","The Second Incompleteness Theorem","Consistency of a recursively axiomatized theory is itself an arithmetic sentence, built from a provability predicate. When the theory is strong enough to formalize its own reflection and modus ponens — the Hilbert–Bernays–Löb derivability conditions — it cannot prove that sentence unless it is inconsistent. Löb's theorem is the companion result, and set theory is the case that closes Hilbert's program.\n",{"path":18612,"title":18613,"module":18614,"summary":18615},"\u002Flogic\u002Fcomputability-and-representability\u002Frecursive-functions","Recursive Functions and Church's Thesis","Recursive Functions and Representability","The recursive functions are the formal counterpart of the effectively computable ones: built from three initial functions by composition, primitive recursion, and minimization, and equivalently the functions representable in a finitely axiomatized arithmetic. Church's thesis identifies the class with effective calculability; Kleene's normal form theorem and the unsolvable halting problem place the recursive sets strictly inside the recursively enumerable ones.\n",{"path":18617,"title":18618,"module":18614,"summary":18619},"\u002Flogic\u002Fcomputability-and-representability\u002Frepresenting-exponentiation","Representing Exponentiation and the β-Function","Coding finite sequences by prime-power exponents already assumes exponentiation, so representing exponentiation from addition and multiplication alone needs a different encoder. Gödel's β-function, built from a pairing function and the Chinese remainder theorem, reads back arbitrary finite sequences using only plus and times. This represents exponentiation in the addition-multiplication arithmetic and closes the last gap in the representability of every recursive syntactic operation.\n",{"path":18621,"title":18622,"module":18623,"summary":18624},"\u002Flogic\u002Fsecond-order-logic\u002Fsecond-order-languages","Second-Order Languages","Second-Order Logic and Beyond","Second-order logic quantifies over relations and functions, not just individuals. Second-order Peano arithmetic and the second-order theory of the reals become categorical, and finiteness is definable by a single sentence. Compactness, completeness, and the Löwenheim–Skolem theorems all fail for the standard semantics.\n",{"path":18626,"title":18627,"module":18623,"summary":18628},"\u002Flogic\u002Fsecond-order-logic\u002Fskolem-functions-and-many-sorted-logic","Skolem Functions and Many-Sorted Logic","Skolem functions replace existential quantifiers with named witnesses, putting any first-order formula into a prenex form with all existentials — now over functions — pulled to the front. The Skolemized formula is equisatisfiable with the original, which reduces satisfiability to universal sentences and, through Herbrand expansions, to sentential logic. Many-sorted logic then adds several universes at once and reduces cleanly to ordinary one-sorted logic.\n",{"path":18630,"title":18631,"module":18623,"summary":18632},"\u002Flogic\u002Fsecond-order-logic\u002Fgeneral-structures","General (Henkin) Structures","General semantics reinterprets second-order logic by letting the predicate and function quantifiers range over a designated collection of relations and functions rather than all of them. Recast as many-sorted first-order logic with comprehension axioms, general second-order logic recovers a sound and complete calculus together with compactness and Löwenheim–Skolem, giving up the categoricity of the standard semantics. The ω-models of analysis show the trade.\n",{"path":18634,"title":14344,"module":6,"summary":6},"\u002Flogic",{"path":18636,"title":18637,"module":15262,"summary":18638},"\u002Freinforcement-learning\u002Ffoundations\u002Fwhat-is-reinforcement-learning","What Is Reinforcement Learning?","Reinforcement learning is learning what to do — how to map situations to actions — so as to maximize a numerical reward signal, discovered by trial and error rather than told. We set up the agent–environment loop, separate it from supervised and unsupervised learning, name the four elements (policy, reward, value, and an optional model), and train a tic-tac-toe player with a temporal-difference value update.\n",{"path":18640,"title":18641,"module":15262,"summary":18642},"\u002Freinforcement-learning\u002Ffoundations\u002Fa-brief-history-of-rl","A Brief History of Reinforcement Learning","The origins of reinforcement learning. Three threads — trial-and-error learning from animal psychology, optimal control and dynamic programming, and temporal-difference learning — ran independently for decades and merged around 1989 into the modern field. Replacing the lookup table with a neural network then produced deep reinforcement learning: DQN, AlphaGo, AlphaZero, MuZero, and RLHF.\n",{"path":18644,"title":18645,"module":15262,"summary":18646},"\u002Freinforcement-learning\u002Ffoundations\u002Fmulti-armed-bandits","Multi-Armed Bandits","A bandit is reinforcement learning stripped to a single decision, repeated: no state, no consequences, only the tension between exploiting the arm that looks best and exploring the ones that might be better. We build up the whole toolkit — sample-average value estimates, the incremental update rule, ε-greedy, optimistic initialization, UCB, and gradient bandits — and use it to study exploration in isolation, the one problem that carries over to the full setting.\n",{"path":18648,"title":18649,"module":15262,"summary":18650},"\u002Freinforcement-learning\u002Ffoundations\u002Fbandit-exploration-algorithms","Bandit Exploration Algorithms","Better ways to explore than picking at random. Upper-confidence-bound selection explores by optimism about what it hasn't measured; gradient bandits learn action preferences by stochastic gradient ascent on reward. We then add context to get the contextual bandit, the bridge to full RL, and measure everything by regret — where UCB1 and Thompson sampling reach the logarithmic optimum that fixed-ε greedy cannot.\n",{"path":18652,"title":18653,"module":15262,"summary":18654},"\u002Freinforcement-learning\u002Ffoundations\u002Fmarkov-decision-processes","Markov Decision Processes","A Markov decision process is the formal interface between an agent and its environment: at each step the agent reads a state, chooses an action, and receives a reward and a next state. We fix that loop, the dynamics function that governs it, and the Markov property that makes the state sufficient; then turn goals into a scalar reward and rewards into a discounted return, with one notation that covers both episodic and continuing tasks.\n",{"path":18656,"title":18657,"module":15262,"summary":18658},"\u002Freinforcement-learning\u002Ffoundations\u002Fvalue-functions-and-optimality","Value Functions and Optimality","A value function scores how good a state (or state–action pair) is under a policy: the expected return from there onward. Its defining property is the Bellman equation, a self-consistency condition linking a state's value to its successors' values, which we derive from the return and the dynamics. Pushing the same idea to the best-achievable value gives the Bellman optimality equations, whose solution yields an optimal policy — and whose intractability is what the rest of the course is about.\n",{"path":18660,"title":15481,"module":18661,"summary":18662},"\u002Freinforcement-learning\u002Ftabular-methods\u002Fdynamic-programming","Tabular Solution Methods","Dynamic programming computes optimal policies when a perfect model of the MDP is given, by turning the Bellman equations into assignment statements. We build up iterative policy evaluation (the expected update), the policy improvement theorem, and the two classic algorithms that alternate them — policy iteration and value iteration — worked on the gridworld, a two-state MDP, Jack's car rental, and the gambler's problem.\n",{"path":18664,"title":18665,"module":18661,"summary":18666},"\u002Freinforcement-learning\u002Ftabular-methods\u002Fdp-async-and-gpi","Dynamic Programming: Asynchronous DP and Generalized Policy Iteration","Policy and value iteration both sweep the entire state set on every pass, which is impossible once the state space is huge. This lesson loosens the schedule: asynchronous DP updates states in any order, generalized policy iteration names the alternation of evaluation and improvement that underlies nearly every RL method, and a look at efficiency and the curse of dimensionality places DP among the alternatives. We close past Sutton & Barto with prioritized sweeping, neuro-dynamic programming, value-iteration networks, and MuZero.\n",{"path":18668,"title":18669,"module":18661,"summary":18670},"\u002Freinforcement-learning\u002Ftabular-methods\u002Fmonte-carlo-methods","Monte Carlo Methods","Monte Carlo methods learn value functions and optimal policies from complete sampled episodes, with no model of the environment: they simply average the returns that actually followed each state. We build prediction (first-visit and every-visit averaging), see why estimating action values forces the exploration question, and answer it two ways on-policy — exploring starts and epsilon-soft control. Throughout, Monte Carlo samples one whole trajectory to termination and never bootstraps.\n",{"path":18672,"title":18673,"module":18661,"summary":18674},"\u002Freinforcement-learning\u002Ftabular-methods\u002Fmonte-carlo-off-policy","Monte Carlo Methods: Off-Policy Learning","On-policy Monte Carlo can only reach the best exploring policy, not the true optimum. Off-policy methods remove that ceiling by learning about a greedy target policy from data generated by a soft behavior policy, corrected with importance sampling. We derive the importance-sampling ratio, weigh ordinary against weighted estimators on real numbers, give the incremental off-policy algorithm, sharpen it with discounting-aware sampling, and close by placing Monte Carlo on the model\u002Fbootstrap map beside DP and temporal-difference learning.\n",{"path":18676,"title":18677,"module":18661,"summary":18678},"\u002Freinforcement-learning\u002Ftabular-methods\u002Ftemporal-difference-learning","Temporal-Difference Learning","Temporal-difference learning is the one idea most central to reinforcement learning: learn a value directly from experience, like Monte Carlo, but update each guess toward the next guess before the episode ends, like dynamic programming. We derive the TD(0) prediction rule and its reward-prediction error, contrast its one-step backup with MC and DP, work the driving-home and random-walk examples, and show the batch-updating optimality that makes TD approximate the certainty-equivalence estimate.\n",{"path":18680,"title":18681,"module":18661,"summary":18682},"\u002Freinforcement-learning\u002Ftabular-methods\u002Ftd-control-sarsa-and-q-learning","TD Control: Sarsa, Q-learning, and Double Learning","With TD prediction in hand, control follows the generalized-policy-iteration pattern with TD as the evaluation step. We build Sarsa (on-policy), Q-learning (off-policy, targeting the optimal policy), and Expected Sarsa that spans the two, then confront the maximization bias every max-based method inherits and fix it with Double Q-learning. We close past Sutton & Barto, following each one-step tabular update into its deep-RL descendant — DQN, Double DQN, and Rainbow.\n",{"path":18684,"title":18685,"module":18661,"summary":18686},"\u002Freinforcement-learning\u002Ftabular-methods\u002Fn-step-bootstrapping","n-Step Bootstrapping","Monte Carlo waits for the full return; one-step TD bootstraps after a single reward. Between them lies a whole spectrum, indexed by one integer n: look ahead n real rewards, then bootstrap from the value n steps out. The n-step return unifies the previous two lessons, and — on the random walk — an intermediate n beats both extremes. We build the n-step return, the n-step TD update, the backup-diagram spectrum, and n-step Sarsa for control.\n",{"path":18688,"title":18689,"module":18661,"summary":18690},"\u002Freinforcement-learning\u002Ftabular-methods\u002Fn-step-off-policy-methods","n-Step Bootstrapping: Off-Policy Methods","Taking the n-step family off-policy raises the same importance-sampling questions Monte Carlo did, now over a window of exactly n actions. We reweight n-step returns by the policy ratio, watch the ratio product inflate variance on real numbers, then build the tree-backup algorithm that learns off-policy with no ratios at all — and finally n-step Q(sigma), one algorithm whose per-step switch recovers Sarsa, tree backup, and Expected Sarsa as special cases.\n",{"path":18692,"title":18693,"module":18661,"summary":18694},"\u002Freinforcement-learning\u002Ftabular-methods\u002Fplanning-and-learning","Planning and Learning","Planning and learning are the same operation run on two kinds of experience. A model turns states and actions into simulated transitions; planning backs up values over that simulated experience exactly as learning backs them up over real experience. We build the Dyna architecture that interleaves acting, model-learning, direct RL, and planning in one loop, trace a single Dyna-Q step by hand, and patch the architecture for when the model goes stale.\n",{"path":18696,"title":18697,"module":18661,"summary":18698},"\u002Freinforcement-learning\u002Ftabular-methods\u002Fplanning-focusing-and-decision-time","Planning: Focusing Updates and Decision-Time Search","Dyna plans by replaying remembered transitions, but sampling them uniformly wastes most of the effort. This lesson sharpens planning: prioritized sweeping works backward from states whose value just changed, expected versus sample updates weigh thoroughness against cost, and trajectory sampling and real-time DP focus updates on the states the policy actually visits. We trace Dyna forward to model-based deep RL, then turn to decision-time planning — heuristic search, rollouts, and Monte Carlo Tree Search.\n",{"path":18700,"title":18701,"module":18661,"summary":18702},"\u002Freinforcement-learning\u002Ftabular-methods\u002Fdecision-time-planning","Decision-Time Planning","Planning need not build a global policy. Decision-time planning runs a fresh lookahead every time a state arrives and returns just one action, then throws the work away. We start from real-time dynamic programming — asynchronous value iteration on the states the agent actually visits — then move through heuristic search and rollout algorithms, each a one-step policy improvement applied on the fly to the current state.\n",{"path":18704,"title":18705,"module":18661,"summary":18706},"\u002Freinforcement-learning\u002Ftabular-methods\u002Fmonte-carlo-tree-search","Monte Carlo Tree Search","Monte Carlo Tree Search is a rollout algorithm with memory: it accumulates value estimates across simulations and steers later ones toward promising branches. We work through the four steps — selection, expansion, simulation, backup — the UCT selection rule computed on real numbers, the asymmetric growing tree, and the full pseudocode. We close past Sutton & Barto with the lineage from UCT to AlphaGo, AlphaZero, and MuZero, where a learned network stands in for the leaf value and the rollout.\n",{"path":18708,"title":18709,"module":18710,"summary":18711},"\u002Freinforcement-learning\u002Fapproximation\u002Fon-policy-prediction","On-Policy Prediction with Approximation","Approximate Solution Methods","Every tabular method so far stored one number per state, which fails once the state space is large or continuous. We replace the table with a parameterized value function $\\hat v(s,\\mathbf{w})$, define the mean squared value error it should minimize under the on-policy distribution, and derive stochastic- and semi-gradient learning rules — the semi-gradient TD(0) update that bootstraps and so is not a true gradient. Linear methods make the analysis clean and give the TD fixed point; feature construction (polynomials, Fourier basis, coarse and tile coding, RBFs) supplies the vectors $\\mathbf{x}(s)$, and neural networks are the nonlinear bridge to deep RL.\n",{"path":18713,"title":18714,"module":18710,"summary":18715},"\u002Freinforcement-learning\u002Fapproximation\u002Ffeature-construction-and-nonlinear","Feature Construction and Nonlinear Approximation","Linear methods are only as good as the feature vectors $\\mathbf{x}(s)$ fed to them, and this lesson builds those vectors. Polynomials and the Fourier basis turn a state's coordinates into smooth global features; coarse coding, tile coding, and radial basis functions cover a continuous space with overlapping local receptive fields whose size sets the reach of generalization. Then we stop designing features by hand: a neural network learns the representation itself by gradient descent, trading the convergence guarantees of the linear case for expressiveness — the bridge to deep reinforcement learning.\n",{"path":18717,"title":18718,"module":18710,"summary":18719},"\u002Freinforcement-learning\u002Fapproximation\u002Fon-policy-control","On-Policy Control with Approximation","Prediction learned a value function from features; control learns to act. We carry semi-gradient methods over to action values $\\hat q(s,a,\\mathbf{w})$, giving episodic semi-gradient Sarsa and its n-step form, and solve Mountain Car by descending a cost-to-go surface. In the continuing case, function approximation makes discounting unable to affect which policy is best, so we replace it with the average-reward setting — the differential return, differential value functions, and differential semi-gradient Sarsa.\n",{"path":18721,"title":18722,"module":18710,"summary":18723},"\u002Freinforcement-learning\u002Fapproximation\u002Faverage-reward-control","Average-Reward Control for Continuing Tasks","With function approximation, discounting has no effect on a continuing task: averaged over the on-policy distribution, the discounted objective equals the average reward times a policy-independent constant, so $\\gamma$ cannot change which policy is best. This lesson replaces discounting with the average-reward setting — the long-run reward rate $r(\\pi)$, the differential return that measures each state's transient advantage over that rate, differential value functions and TD error, and differential semi-gradient Sarsa, the control method for continuing tasks that never invokes a discount factor.\n",{"path":18725,"title":18726,"module":18710,"summary":18727},"\u002Freinforcement-learning\u002Fapproximation\u002Foff-policy-and-the-deadly-triad","Off-Policy Methods and the Deadly Triad","Off-policy learning with function approximation is where the convergence guarantees of reinforcement learning fail. We extend the tabular off-policy updates to semi-gradient form with per-step importance sampling, show Baird's counterexample driving the weights to infinity, and identify the cause: the deadly triad of function approximation, bootstrapping, and off-policy training — any two are safe, all three can diverge. The divergence is not caused by sampling noise: a fully synchronous dynamic-programming update blows up just the same, which is what makes the triad a structural hazard rather than a fluke.\n",{"path":18729,"title":18730,"module":18710,"summary":18731},"\u002Freinforcement-learning\u002Fapproximation\u002Fbellman-error-and-gradient-td","Value-Function Geometry and Gradient-TD Methods","Why does the deadly triad diverge, and how do you stop it? This lesson develops the geometry that explains the failure: value functions as vectors, the projection operator onto the representable subspace, and the split between the Bellman error, the value error, and the projected Bellman error: the three objectives have different minimizers. The projected Bellman error is the learnable one, and Gradient-TD methods (GTD2, TDC) do true stochastic gradient descent on it, staying stable even off-policy at $O(d)$ cost. Emphatic TD reweights states instead, and a survey of variance-reduction techniques closes the gap between stability and usable learning.\n",{"path":18733,"title":18734,"module":18710,"summary":18735},"\u002Freinforcement-learning\u002Fapproximation\u002Feligibility-traces","Eligibility Traces","n-step methods unify TD and Monte Carlo by storing the last n feature vectors; eligibility traces do the same job with a single short-term memory vector. The λ-return averages every n-step return under a geometric weighting; the forward view looks ahead to that average, and the backward view produces nearly the same updates online through a decaying trace vector. We build the λ-return, TD(λ) with its trace, the two ways λ recovers TD(0) and Monte Carlo, a note on the exact equivalence of true online TD(λ), and Sarsa(λ) for control.\n",{"path":18737,"title":18738,"module":18710,"summary":18739},"\u002Freinforcement-learning\u002Fapproximation\u002Ftrue-online-and-sarsa-lambda","True Online TD(λ) and Sarsa(λ)","Plain TD(λ) makes the forward and backward views nearly agree; this lesson closes the gap. True online TD(λ) uses a dutch trace and a small correction term to produce exactly the same weight sequence as the online λ-return algorithm, at the same memory and only a constant factor more compute — the sharpest statement of the forward\u002Fbackward duality. The whole apparatus then lifts to control unchanged: Sarsa(λ) threads a single delayed reward back along an entire trajectory in one sweep, and the λ-weighting reappears in modern deep RL as generalized advantage estimation.\n",{"path":18741,"title":18742,"module":18710,"summary":18743},"\u002Freinforcement-learning\u002Fapproximation\u002Fpolicy-gradient-methods","Policy Gradient Methods","Every method so far learned values and read a policy off them. Policy gradient methods drop the intermediary: parameterize the policy directly and climb the performance gradient. We build the softmax-in-preferences parameterization, prove the policy gradient theorem that makes the gradient computable without the unknown state distribution, and derive REINFORCE and its variance-cutting state-value baseline — the launch point for the bootstrapping actor-critic that follows.\n",{"path":18745,"title":18746,"module":18710,"summary":18747},"\u002Freinforcement-learning\u002Fapproximation\u002Factor-critic-and-continuous-actions","Actor-Critic Methods and Continuous Actions","REINFORCE with a baseline learns a value function but never bootstraps; this lesson adds the bootstrapping critic that completes the actor-critic architecture. The critic scores each transition into a single TD error that steers both the actor's policy step and its own value step, trading a little bias for much lower variance and fully online, continuing-task learning. The policy gradient theorem carries over unchanged to the average-reward setting, a Gaussian policy handles real-valued actions with self-tuning exploration, and the natural policy gradient leads straight to TRPO, PPO, and the deep actor-critic methods that train today's agents.\n",{"path":18749,"title":18750,"module":18710,"summary":18751},"\u002Freinforcement-learning\u002Fapproximation\u002Fleast-squares-and-memory-based-methods","Least-Squares TD","Semi-gradient TD spends one cheap step per example and needs many examples; this lesson makes the opposite tradeoff. Least-Squares TD (LSTD) accumulates the matrices $\\mathbf{A}$ and $\\mathbf{b}$ and solves the TD fixed point $\\mathbf{w} = \\mathbf{A}^{-1}\\mathbf{b}$ directly, using the Sherman-Morrison identity to maintain the inverse in $O(d^2)$ — the most data-efficient linear TD method, at a quadratic cost. We work a solve by hand, weigh the quadratic cost against semi-gradient TD's cheap steps, and note that LSTD never forgets — a problem in control, where least-squares policy iteration is the natural extension.\n",{"path":18753,"title":18754,"module":18710,"summary":18755},"\u002Freinforcement-learning\u002Fapproximation\u002Fmemory-and-kernel-methods","Memory-Based and Kernel Methods","Least-squares TD spent more compute to extract more from each example; this lesson drops the parametric form entirely. Memory-based methods store training examples untouched and answer a query locally at retrieval time — nearest neighbor, weighted average, locally weighted regression — so accuracy grows with the data and effort concentrates where the agent actually goes. Kernel-based methods weight stored examples by a similarity kernel $k(s,s')$, and every linear method turns out to be a kernel method. Interest and emphasis, finally, make the on-policy weighting itself a design choice, aiming scarce approximation capacity at the states that matter.\n",{"path":18757,"title":18758,"module":18710,"summary":18759},"\u002Freinforcement-learning\u002Fapproximation\u002Foff-policy-eligibility-traces","Off-Policy Eligibility Traces","Eligibility traces meet off-policy learning and function approximation — the corner where stability gets hard. We first let the bootstrapping and discounting parameters vary with state, so a single generalized return covers episodic and continuing tasks and folds termination into the discount. Then we fold the per-decision importance ratio into the trace with a control-variate correction, and build Watkins's Q(λ) and its importance-sampling-free successor Tree-Backup(λ) — all correct in expectation, but still semi-gradient, so the deadly triad and its fixes wait for the next lesson.\n",{"path":18761,"title":18762,"module":18710,"summary":18763},"\u002Freinforcement-learning\u002Fapproximation\u002Fstable-off-policy-traces","Stable Off-Policy Methods with Traces","Off-policy traces get the expected target right, but with $\\lambda \u003C 1$ they bootstrap, so off-policy plus bootstrapping plus function approximation is the deadly triad and the weights can diverge. This lesson carries the two one-step fixes to traces: GTD(λ) and GQ(λ) add a second weight vector and a gradient correction for true gradient descent on the projected Bellman error, while Emphatic TD(λ) reweights updates through a followon trace and interest to recover the on-policy stability. It closes with the implementation reality that traces are cheap because they are sparse, and with Retrace and V-trace — the clipped-ratio descendants that make off-policy traces work at deep-RL scale.\n",{"path":18765,"title":18084,"module":18766,"summary":18767},"\u002Freinforcement-learning\u002Fdeep-rl\u002Fdeep-q-networks","Deep Reinforcement Learning","Deep Q-networks replace the linear value function with a neural network $Q(s,a;\\mathbf{w})$ and confront the fact that a nonlinear approximator, off-policy bootstrapping, and correlated online data — the deadly triad — make naive Q-learning diverge. DQN counters this empirically with two stabilizers: an experience replay buffer that decorrelates and reuses samples, and a periodically-frozen target network that fixes the bootstrap target. We derive the DQN loss and gradient, walk through the Atari convolutional architecture and its results, and then add the three refinements that define modern value-based deep RL — Double DQN, dueling networks, and prioritized experience replay.\n",{"path":18769,"title":18770,"module":18766,"summary":18771},"\u002Freinforcement-learning\u002Fdeep-rl\u002Fdqn-improvements","DQN Improvements: Double, Dueling, and Prioritized Replay","Three refinements that turn plain DQN into the standard modern value-based agent, each touching a different part of the system. Double DQN fixes the maximization bias in the target by splitting action selection from evaluation; dueling networks restructure the network around a state value and per-action advantages; prioritized replay changes which transitions are learned from. We close with Rainbow, which combines them, and the distributional view that predicts the whole return distribution rather than its mean.\n",{"path":18773,"title":18774,"module":18766,"summary":18775},"\u002Freinforcement-learning\u002Fdeep-rl\u002Factor-critic-and-ppo","Actor–Critic and GAE","Make the actor and the critic deep networks and the policy-gradient architecture becomes modern deep RL. We build the neural actor-critic, the advantage estimate that replaces the raw return, and Generalized Advantage Estimation as a λ-blend of n-step advantages, then the parallel-worker methods A3C and A2C that decorrelate on-policy data. The step-size constraints — trust regions, PPO, and the continuous-control family — follow in the next lesson.\n",{"path":18777,"title":18778,"module":18766,"summary":18779},"\u002Freinforcement-learning\u002Fdeep-rl\u002Fppo-and-continuous-control","PPO and Continuous Control","Keeping the policy-gradient step from destroying the policy, and the algorithms that result. Trust-region optimization bounds each update by a KL constraint; PPO keeps that goal but replaces the second-order machinery with a first-order clip on the probability ratio, which is why it is the modern default and the optimizer inside RLHF. We then tour the off-policy continuous-control family — DDPG, TD3, and SAC — and where actor-critic went at scale, from OpenAI Five to language-model alignment.\n",{"path":18781,"title":18782,"module":18766,"summary":18783},"\u002Freinforcement-learning\u002Fdeep-rl\u002Fcase-studies","Case Studies: Learning to Play","The game-playing systems that turned reinforcement learning from a theory into a track record: Samuel's checkers player, TD-Gammon, Watson's Daily-Double wagering, a reinforcement-learning memory controller, DQN, and AlphaGo through AlphaGo Zero. Read as a set they draw one line — a value function, learned by self-play or interaction, refined by search, carried by a deep network — that runs from a 1959 checkers program to superhuman Go.\n",{"path":18785,"title":18786,"module":18766,"summary":18787},"\u002Freinforcement-learning\u002Fdeep-rl\u002Frl-beyond-games","Reinforcement Learning Beyond Games","The same value-and-reward machinery, pointed at problems with no opponent. Web personalization as a contextual bandit and then a full MDP for life-time value; thermal soaring, where a glider learns to climb on turbulent air and reward design does most of the work; and the industrial-scale systems that carried the same design past Sutton & Barto — AlphaStar, OpenAI Five, GT Sophy, and RLHF, where the reward itself is learned from human preference.\n",{"path":18789,"title":18790,"module":18766,"summary":18791},"\u002Freinforcement-learning\u002Fdeep-rl\u002Ffrontiers","Frontiers: Beyond the Standard MDP","The standard MDP fixes three things — state, reward, and single-step actions — and this lesson loosens two of them. We generalize the value function into a general value function that predicts any signal, and use those predictions as auxiliary tasks that shape representations; we extend actions in time with the options framework; and we treat state as a construction the agent builds from a stream of observations. Reward design and the open problems follow in the next lesson.\n",{"path":18793,"title":18794,"module":18766,"summary":18795},"\u002Freinforcement-learning\u002Fdeep-rl\u002Freward-design-and-open-problems","Reward Design and Open Problems","How to design a reward signal that encodes the intended goal — sparse reward, shaping, and reward hacking — and the problems the whole tabular, approximate, and deep arc leaves unsolved. We close with how the frontiers were pushed after Sutton & Barto: auxiliary tasks, learned options, intrinsic-motivation bonuses, learned world models, and offline RL, then the two concerns of reward hacking and safety that any real-world agent must address.\n",{"path":18797,"title":18798,"module":18799,"summary":18800},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fdistributional-and-rainbow","Sharpening DQN: Improvements and the Distributional Idea","Modern Deep Reinforcement Learning","In the years after the 2015 DQN paper, a stream of focused improvements each fixed one weakness of the baseline without disturbing its frame. This lesson recaps five that keep the scalar $Q$-value — Double DQN, multi-step returns, dueling networks, prioritized replay, and NoisyNets, each changing a different slot of the same Q-learning loop — then develops the sixth, distributional RL, which changes the objective itself: learn the whole return distribution $Z(s,a)$. We build the distributional Bellman equation and the C51 categorical algorithm, projection step and all, worked end to end on real numbers. A companion lesson takes up QR-DQN, Rainbow, and the modern distributional line.\n",{"path":18802,"title":18803,"module":18799,"summary":18804},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fdistributional-and-rainbow-part-2","Distributional RL and Rainbow","A companion to the DQN improvements lesson. C51 fixed the return atoms and learned their probabilities; QR-DQN does the reverse — fix the probabilities, learn the values — which removes the projection and trains with a quantile loss. We cover why the distribution helps even when you act on the mean, then assemble Rainbow: all six improvements in one Q-learning loop, with the component ablation that shows each one's real weight. The distributional line then runs on through IQN, FQF, and Agent57, the first agent to beat the human baseline on all 57 Atari games.\n",{"path":18806,"title":18807,"module":18799,"summary":18808},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fcontinuous-control","Continuous Control: DDPG and TD3","When actions are real-valued, the $\\arg\\max_a Q(s,a)$ in Q-learning becomes an optimization problem on every step. This lesson builds the off-policy actor-critic family that sidesteps it: the deterministic policy gradient and DDPG, which replaces the max with a learned actor, and the three fixes of TD3 that counter the value overestimation DDPG inherits. A companion lesson takes up SAC's maximum-entropy objective and the methods built on this template.\n",{"path":18810,"title":18811,"module":18799,"summary":18812},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fcontinuous-control-part-2","Continuous Control: SAC and Beyond","A companion to the DDPG and TD3 lesson. Where those actors are deterministic and explore with bolted-on noise, soft actor-critic (SAC) changes the objective itself: maximize return plus the entropy of the policy, so exploration becomes intrinsic and the agent stays robust. We develop the maximum-entropy objective, the reparameterized squashed-Gaussian actor, and automatic temperature tuning, then survey the methods built on this off-policy template — distributional critics (D4PG), critic ensembles (REDQ), and control from pixels (DrQ, RAD).\n",{"path":18814,"title":18815,"module":18799,"summary":18816},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmodel-based-rl","Model-Based Deep RL: Sample Efficiency and PETS","A model turns experience into imagined planning. This lesson makes the sample-efficiency case for learning a dynamics model, works through why a learned model's errors compound over the planning horizon, and builds the most direct model-based method: PETS plans online with a probabilistic ensemble under model-predictive control, distrusting the model exactly where its members disagree. A companion lesson takes up latent world models (Dreamer) and MuZero.\n",{"path":18818,"title":18819,"module":18799,"summary":18820},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmodel-based-rl-part-2","Model-Based Deep RL: World Models, Dreamer, and MuZero","A companion to the PETS lesson. PETS plans in the environment's native state space; these methods change what the model represents. World Models and Dreamer learn a compact latent state and do almost all their learning by imagining inside it, with value gradients flowing through the differentiable dynamics. MuZero predicts neither states nor pixels — only the reward, value, and policy that MCTS reads — and plans with search against that learned model, AlphaZero without the rules. We close with MBPO, TD-MPC, and EfficientZero.\n",{"path":18822,"title":18823,"module":18799,"summary":18824},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fexploration","Exploration in Deep RL: Novelty as Reward","When the state space is enormous and reward is rare, ε-greedy amounts to a random walk that almost never reaches the first reward. This lesson scales the bandit's exploration ideas up to deep RL through the dominant approach — manufacture a reward for novelty and let the agent chase it: optimism and pseudo-counts from density models, and intrinsic motivation and curiosity (the Intrinsic Curiosity Module and Random Network Distillation). A companion lesson takes up posterior sampling, Go-Explore, and the modern methods.\n",{"path":18826,"title":18827,"module":18799,"summary":18828},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fexploration-part-2","Exploration in Deep RL: Posterior Sampling and Go-Explore","A companion to the novelty-as-reward lesson. Pseudo-counts and curiosity reward the unfamiliar after the agent stumbles into it; this lesson covers two ideas that go further. Bootstrapped DQN keeps an ensemble that approximates a posterior over value functions and explores by committing to one sampled hypothesis per episode — the deep, directed exploration ε-greedy cannot manage. Go-Explore remembers and returns to the frontier, defeating detachment and derailment to solve Montezuma's Revenge. We close with episodic memory (Never Give Up), Agent57, and model-based exploration.\n",{"path":18830,"title":18831,"module":18799,"summary":18832},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Foffline-rl","Offline RL: The Problem and Value-Based Fixes","Offline reinforcement learning learns a policy from a fixed logged dataset with no further environment interaction — off-policy learning pushed to the extreme, and it breaks for the extreme version of the same reason. Bootstrapping queries the value function at out-of-distribution actions the data never covers, those errors are optimistic, and with no online feedback to correct them they compound through the Bellman backup. This lesson sets up the failure and off-policy evaluation, then builds the first two families of pessimistic fixes: policy constraint (BCQ) and conservative value estimation (CQL). A companion lesson takes up implicit methods, model-based offline RL, and Decision Transformer.\n",{"path":18834,"title":18835,"module":18799,"summary":18836},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Foffline-rl-part-2","Offline RL: Implicit Methods, Sequence Models, and Beyond","A companion to the offline-RL problem lesson. Policy constraint and conservative value estimation both still query a learned value function; implicit methods (IQL) avoid querying it off the data at all, using an in-sample expectile backup. We then build pessimism into a learned model (MOPO, COMBO) and drop bootstrapping entirely with Decision Transformer's return-conditioned sequence modeling, closing with offline-to-online fine-tuning, diffusion planners, and the offline view of RLHF. The one rule throughout: without online correction, be pessimistic about what you cannot verify.\n",{"path":18838,"title":18839,"module":18799,"summary":18840},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fimitation-and-inverse-rl","Imitation Learning: Cloning, DAgger, and Inverse RL","When a reward is hard to specify but an expert is easy to watch, learn from demonstrations instead. Behavioral cloning treats control as supervised learning of the expert's state-to-action map, and fails through compounding error: small mistakes carry the agent off the expert's distribution, where it was never trained. DAgger fixes the mismatch by querying the expert on the learner's own states. Inverse RL instead recovers the reward the expert seems to optimize — an ill-posed problem that maximum-entropy IRL disambiguates. A companion lesson casts imitation as adversarial occupancy matching (GAIL, AIRL).\n",{"path":18842,"title":18843,"module":18799,"summary":18844},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fimitation-and-inverse-rl-part-2","Imitation as Adversarial Matching: GAIL and AIRL","A companion to the imitation-learning lesson. If the point of recovering a reward is only to re-run RL and match the expert, you can skip the reward and match the behavior directly. GAIL casts imitation as a GAN — a discriminator separating expert from learner state-action pairs supplies the reward a policy-gradient method optimizes — matching occupancy measures without ever naming a reward. AIRL reads a transferable reward back out of the discriminator. We compare all four methods and close with reward models in RLHF, scaled cloning, and diffusion policies.\n",{"path":18846,"title":18847,"module":18799,"summary":18848},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmulti-agent-rl","Multi-Agent RL: Markov Games and Centralized Training","With more than one learning agent in an environment, each agent's world becomes non-stationary because the others are changing too. This lesson builds the Markov-game generalization of the MDP, diagnoses non-stationarity as the central obstacle, shows why the naive baselines fail, and develops the dominant fix — centralized training with decentralized execution (MADDPG, VDN, QMIX). A companion lesson takes up self-play, the landmark game-playing systems, and the equilibrium concepts that define what \"solved\" means.\n",{"path":18850,"title":18851,"module":18799,"summary":18852},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmulti-agent-rl-part-2","Multi-Agent RL: Self-Play and Solution Concepts","A companion to the Markov-games lesson. In the purely competitive setting, an agent can generate its own training curriculum by playing against copies of itself — self-play, the method behind AlphaGo, OpenAI Five, and AlphaStar. We develop why self-play produces an ever-improving opponent, the systems it built, and then the equilibrium solution concepts (Nash, correlated, coarse-correlated) that define what \"solved\" means once there is an opponent, closing with PSRO, MAPPO, and the language-model-agent frontier.\n",{"path":18854,"title":18855,"module":18799,"summary":18856},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fhierarchical-rl","Hierarchical RL: Options and the Option-Critic","Flat RL cannot explore a long horizon: reaching reward through hundreds of primitive actions is exponentially unlikely, and every credit-assignment update crawls one step at a time. Hierarchy breaks one hard long-horizon problem into many short ones. This lesson develops temporal abstraction — the options framework and its semi-Markov view, and learning options end to end with the option-critic. A companion lesson takes up goal-conditioned manager\u002Fworker hierarchies (FeUdal Networks and HIRO), hindsight relabeling, and unsupervised skill discovery.\n",{"path":18858,"title":18859,"module":18799,"summary":18860},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fhierarchical-rl-part-2","Hierarchical RL: Goal-Conditioned Hierarchies and Skills","A companion to the options lesson. Options package a behavior; goal-conditioned hierarchies instead give the top level an explicit language of goals — a manager proposes a target state or a latent direction, and a worker is rewarded for reaching it (FeUdal Networks, HIRO). We develop that architecture, the hindsight relabeling that lets it learn from sparse reward, and unsupervised skill discovery (DIAYN) that learns a repertoire of behaviors with no reward at all. The shared idea throughout: shorten the horizon by inserting a level that decides less often.\n",{"path":18862,"title":18863,"module":18799,"summary":18864},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Frlhf-and-language-models","RLHF and Language Models","A language model trained to predict the next token is fluent but not helpful, honest, or harmless — the objective it was optimized for is not the objective we want. RLHF closes that gap by turning the one thing humans do reliably, comparing two outputs, into a reward. We build the three-stage pipeline: supervised fine-tuning, a Bradley-Terry reward model fit to preference pairs, then PPO against that reward with a KL penalty keeping it near the reference policy. We then cover reward hacking and why the KL penalty matters, Direct Preference Optimization, which folds the reward model into a single classification loss, and the RLAIF and verifiable-reward variants. This pipeline is what makes the largest models usable as assistants.\n",{"path":18866,"title":18867,"module":18799,"summary":18868},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fpartial-observability-pomdps","Partial Observability: POMDPs and the Belief State","Drop the assumption that the agent sees the state. It sees an observation, a partial and noisy function of a hidden state, and one observation is no longer a Markov signal. This lesson builds the POMDP tuple, shows that the belief state — the posterior over hidden states — is a sufficient statistic that turns a POMDP back into an MDP over beliefs, and works the Bayes-filter belief update step by step. A companion lesson explains why exact planning is intractable and develops the deep-RL answer of recurrent, history-based policies.\n",{"path":18870,"title":18871,"module":18799,"summary":18872},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fpartial-observability-pomdps-part-2","Partial Observability: Planning and Recurrent Policies","A companion to the belief-state lesson. In principle a POMDP reduces to an MDP over beliefs; in practice two obstacles block that. Exact planning over the belief simplex is intractable — the value function is piecewise-linear-and-convex with a number of pieces that can explode — and computing the belief needs a model the agent rarely has. This lesson develops the intractability, the point-based approximations that address it, and the deep-RL answer: make the policy a function of history with a recurrent network (DRQN, R2D2), with frame-stacking, attention, and world-model latents as learned beliefs.\n",{"path":18874,"title":18875,"module":18799,"summary":18876},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fsafe-and-constrained-rl","Safe and Constrained RL: The CMDP and Policy Methods","Maximizing a scalar reward is not the same as behaving well: a capable optimizer will find and exploit any gap between the reward and what its designer actually meant, a failure called specification gaming or reward hacking. The remedy is to add explicit cost constraints — the constrained MDP — maximizing return subject to an expected-cost budget. This lesson builds the core toolkit: the CMDP itself, Lagrangian primal-dual methods that learn a multiplier on the constraint (RCPO), and constrained policy optimization (CPO) with its trust-region cost bound. A companion lesson covers risk-sensitivity, safe exploration, and the alignment framing.\n",{"path":18878,"title":18879,"module":18799,"summary":18880},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fsafe-and-constrained-rl-part-2","Safe RL: Risk, Safe Exploration, and Alignment","A companion to the constrained-MDP lesson. Constraining the mean cost is not enough: a policy safe on average can be catastrophic in the tail, and a policy safe at convergence can violate its limits wildly while learning. This lesson optimizes the tail with risk-sensitive objectives (CVaR), then makes exploration itself safe with shields, Lyapunov methods, and safety layers that project unsafe actions onto the feasible set — closing with benchmarks, safe RLHF, robustness, and the alignment framing that ties safety back to the problem of incompletely specified reward.\n",{"path":18882,"title":18883,"module":18799,"summary":18884},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmeta-rl-and-generalization","Meta-RL and Generalization","An agent that masters one task often fails on the next; it has overfit to a single environment. This lesson treats fast adaptation as a meta-problem over a distribution of tasks: meta-train so that a few episodes at meta-test time suffice. We cover the two families — optimization-based (MAML learns an initialization) and context-based (RL-squared and PEARL infer a latent task) — the exploration cost of adaptation, and the parallel problem of generalization: why deep RL memorizes environments and what fixes it (domain randomization, procedural generation, augmentation, regularization). It closes on foundation models and sequence-model agents as the generalist endpoint.\n",{"path":18886,"title":18887,"module":18888,"summary":18889},"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fpsychology-of-reinforcement","The Psychology of Reinforcement","Reinforcement Learning in Minds and Brains","Reinforcement learning is both an engineering method and a theory of how animals learn. The prediction\u002Fcontrol split of the algorithms mirrors the psychologist's split between classical and instrumental conditioning. We trace the correspondence: the Rescorla–Wagner model as a prediction-error rule that explains blocking, its real-time TD extension, Thorndike's Law of Effect behind trial-and-error control, and the habitual\u002Fgoal-directed distinction that maps onto model-free versus model-based learning.\n",{"path":18891,"title":18892,"module":18888,"summary":18893},"\u002Freinforcement-learning\u002Fminds-and-brains\u002Finstrumental-conditioning-and-control","The Psychology of Reinforcement: Instrumental Control","Classical conditioning was prediction; instrumental conditioning is control. Thorndike's Law of Effect is trial-and-error control — selection plus association, search plus memory — and Skinner's shaping and schedules are reward engineering. The habitual\u002Fgoal-directed distinction maps onto model-free versus model-based control, dissociated by outcome devaluation and arbitrated by uncertainty. Delayed reinforcement is the credit-assignment problem, and the stimulus traces and secondary reinforcers of animal-learning theory are eligibility traces and value functions.\n",{"path":18895,"title":18896,"module":18888,"summary":18897},"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fdopamine-and-td-error","Dopamine and the TD Error","The TD error was invented as an algorithm; a decade later it turned out to closely describe the firing of the brain's dopamine neurons. We follow Schultz's experiments — dopamine fires at an unpredicted reward, shifts to the earliest predictive cue, and dips below baseline when a predicted reward is withheld — and match each result to the TD error term by term. We then read the basal ganglia as a neural actor–critic with dopamine as its shared training signal, and close on addiction as a hijacking of that signal.\n",{"path":18899,"title":18900,"module":18888,"summary":18901},"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fdopamine-in-the-brain","Dopamine in the Brain: The Neural Actor–Critic","If phasic dopamine is a TD error, where does it go and what does it change? We follow the axons into the basal ganglia, read the corticostriatal synapse as the place where state, action, and error meet, and map the ventral and dorsal striatum onto the critic and the actor of an actor–critic. Addiction becomes a broken cancellation in the same learning signal, and distributional dopamine extends the scalar RPE into a population code.\n",{"path":18903,"title":18904,"module":18888,"summary":18905},"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fanimal-learning-and-cognition","Animal Learning and Cognition","Three classic associative phenomena turn out to be reinforcement-learning mechanisms seen in behavior. Blocking says learning is driven by prediction error, not co-occurrence, and reduces to least-squares regression fitting a collinear feature. Higher-order conditioning and conditioned reinforcement make a value estimate a secondary reinforcer — bootstrapping in an animal. Delayed reinforcement is the credit-assignment problem, and the stimulus traces and goal gradients of Pavlov and Hull are eligibility traces and TD-learned value functions.\n",{"path":18907,"title":18908,"module":18888,"summary":18909},"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fcognitive-maps-and-planning","Cognitive Maps and Model-Based Learning","Tolman's rats learned the layout of a maze with no reward, then used it the moment food appeared — latent learning, a cognitive map, and the behavioral face of model-based reinforcement learning. The map is learned by system identification (stimulus–stimulus associations), which fills in whether or not reward is present, and queried by planning, which re-solves a route from a single changed reward. The successor representation sits between cache and model, and hippocampal predictive maps and scaled-up world models carry the same idea into brain and machine.\n",{"path":18911,"title":18912,"module":18888,"summary":18913},"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fneuroscience-of-reinforcement","The Neuroscience of Reinforcement","The dopamine story is one contact point between reinforcement learning and the brain; this lesson fills in the surrounding neuroscience so the mapping stands on its own. We build a working primer of neurons, synapses, and neuromodulation; separate four signals that casual usage conflates — reward, reinforcement, value, and prediction error; and read the actor and critic as corticostriatal synapses updated by two- and three-factor rules, grounded in spike-timing-dependent and reward-modulated plasticity.\n",{"path":18915,"title":18916,"module":18888,"summary":18917},"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fseveral-learning-systems","The Brain's Several Learning Systems","The actor's three-factor rule has an ancestor in Klopf's hedonistic neuron — a single cell as a reinforcement-seeking agent — and a bacterium's run-and-twiddle shows the Law of Effect with no synapses at all. Teams of such neurons implement policy gradient collectively, the broadcast reward replacing backpropagation. And the brain is not only model-free: outcome devaluation, prefrontal value coding, and hippocampal forward sweeps localize a model-based system. The recurring conclusion is that the brain is several interacting learning systems, not one algorithm.\n",{"path":18919,"title":18076,"module":6,"summary":6},"\u002Freinforcement-learning",{"path":18921,"title":18922,"module":15262,"summary":18923},"\u002Fartificial-intelligence\u002Ffoundations\u002Fwhat-is-ai","What Is Artificial Intelligence?","Eight definitions of AI fall into a two-by-two grid: think versus act, and measure success against human performance versus an ideal standard of rationality. We work through all four schools — the Turing test, cognitive modelling, the laws of thought, and the rational agent — and adopt the last as the frame for the whole course: AI is the study and design of rational agents.\n",{"path":18925,"title":18926,"module":15262,"summary":18927},"\u002Fartificial-intelligence\u002Ffoundations\u002Ffoundations-of-ai","The Foundations of AI","Where the rational-agent idea came from and what surrounds it. AI inherited its core tools from eight older disciplines — philosophy, mathematics, economics, neuroscience, psychology, computer engineering, control theory, and linguistics. Its history runs in cycles of boom and winter, from the 1956 Dartmouth workshop through expert systems to the statistical turn. And the deep-learning era — AlexNet, the Transformer, GPT-3, AlphaGo — is a new way of computing the agent function at scale, not a new definition of AI.\n",{"path":18929,"title":18930,"module":15262,"summary":18931},"\u002Fartificial-intelligence\u002Ffoundations\u002Fintelligent-agents","Intelligent Agents","An agent perceives an environment through sensors and acts on it through actuators; its behavior is an agent function mapping percept sequences to actions. A rational agent chooses, for each percept sequence, the action that maximizes its expected performance measure given its knowledge. We build the first half of the vocabulary the whole course rests on — the agent function, rationality, PEAS task specifications, and the six axes along which task environments vary.\n",{"path":18933,"title":18934,"module":15262,"summary":18935},"\u002Fartificial-intelligence\u002Ffoundations\u002Fagent-architectures","Agent Architectures","How to build a program that computes a good agent function without storing an astronomically large lookup table. Four skeleton architectures in order of increasing power — simple reflex, model-based, goal-based, and utility-based — plus the learning agent that improves any of them, the scale of world representations (atomic, factored, structured) they rest on, and how a modern language-model agent fits the same frame.\n",{"path":18937,"title":18938,"module":18939,"summary":18940},"\u002Fartificial-intelligence\u002Fsearch\u002Funinformed-search","Uninformed Search","Search","A goal-based agent that cannot see which action is best turns the problem into a state space — an initial state, a set of actions, a transition model, a goal test, and a path cost — and searches for a sequence of actions reaching the goal. We build the state-space formulation on the 8-puzzle and route-finding, give the one TREE-SEARCH \u002F GRAPH-SEARCH skeleton every algorithm specializes, and measure strategies by completeness, optimality, and complexity. This lesson develops the first two frontier disciplines — breadth-first and uniform-cost search; the rest follow in the next lesson.\n",{"path":18942,"title":18943,"module":18939,"summary":18944},"\u002Fartificial-intelligence\u002Fsearch\u002Fsearch-strategies-compared","Search Strategies Compared","Breadth-first and uniform-cost search pay for optimality in memory. This lesson develops the strategies that trade memory for depth: depth-first search, which keeps only the current path; depth-limited and iterative-deepening search, which fix DFS's failure on infinite paths; and bidirectional search, which meets in the middle for a square-root saving. It closes by lining up all six uninformed strategies against completeness, optimality, and complexity, and tracing where the algorithms came from and where they went.\n",{"path":18946,"title":18947,"module":18939,"summary":18948},"\u002Fartificial-intelligence\u002Fsearch\u002Finformed-search","Informed Search and A*","An informed search uses a heuristic $h(n)$, an estimate of the cost from a node to the goal, to decide what to expand next. Greedy best-first search follows the heuristic blindly and gives up optimality; A* corrects it by ranking nodes on $f(n) = g(n) + h(n)$, and is optimal when the heuristic is admissible (tree search) or consistent (graph search). This lesson defines the heuristic, builds best-first search, and proves why A* is optimal, with the contour picture that explains its pruning. Where good heuristics come from is the next lesson.\n",{"path":18950,"title":18951,"module":18939,"summary":18952},"\u002Fartificial-intelligence\u002Fsearch\u002Fheuristic-functions","Heuristic Functions and Memory-Bounded Search","A* is only as good as its heuristic, so this lesson answers where good heuristics come from: relaxed problems, whose exact solution cost is an admissible heuristic, and pattern databases, which precompute subproblem costs. It measures heuristic quality with dominance and the effective branching factor, then tackles A*'s memory problem with IDA*, RBFS, and SMA*. It closes with modern heuristic search — weighted A*, learned and disjoint pattern-database heuristics, and bidirectional A*.\n",{"path":18954,"title":18955,"module":18939,"summary":18956},"\u002Fartificial-intelligence\u002Fsearch\u002Flocal-search","Local Search and Optimization","When the path to a goal is irrelevant and only the final state matters, we can discard the search tree entirely and keep just the current state, moving to a better neighbor at each step. This lesson builds the state-space landscape metaphor, works through hill climbing and the three obstacles that defeat it (local maxima, ridges, plateaus), then develops the first escapes: random restarts and simulated annealing with its temperature schedule. The population-based methods and continuous-space calculus follow in the next lesson.\n",{"path":18958,"title":18959,"module":18939,"summary":18960},"\u002Fartificial-intelligence\u002Fsearch\u002Fpopulation-and-continuous-search","Population and Continuous Search","Single-state local search escapes a trap by restarting or tolerating downhill moves. This lesson develops the alternatives that keep several states at once — local beam search, which shares successors across parallel threads, and genetic algorithms, which recombine two parents through crossover and mutation — then crosses into continuous spaces, where calculus replaces the finite neighbor set: gradient ascent, line search, and Newton's method. It closes with the industrial descendants of these methods and the loop they all share.\n",{"path":18962,"title":18963,"module":18939,"summary":18964},"\u002Fartificial-intelligence\u002Fsearch\u002Fadversarial-search","Adversarial Search and Games","When another agent plans against you, search becomes a game. We formalize two-player, zero-sum, perfect-information games as search problems, define the minimax value that optimal play backs up through the game tree, and give the MINIMAX algorithm that computes it. Alpha–beta pruning then cuts the cost of that search roughly in half in the exponent without changing the answer, and a heuristic evaluation function plus a cutoff test turns the exact algorithm into a real-time player that copes with the horizon effect.\n",{"path":18966,"title":18967,"module":18939,"summary":18968},"\u002Fartificial-intelligence\u002Fsearch\u002Fgames-of-chance-and-imperfect-information","Games of Chance and Imperfect Information","Minimax and alpha–beta assume a deterministic game both players can see in full. Drop either assumption and search must change. This lesson adds chance nodes and the expectiminimax value for games with dice, then belief-state reasoning for partially observable games — Kriegspiel and card games — where averaging over clairvoyance both helps and misleads. It closes with the line from Deep Blue's alpha–beta to AlphaGo's learned evaluation and Monte Carlo tree search, and the provable-pruning and self-play research around each end of that story.\n",{"path":18970,"title":18971,"module":18939,"summary":18972},"\u002Fartificial-intelligence\u002Fsearch\u002Fconstraint-satisfaction","Constraint Satisfaction Problems","A constraint satisfaction problem replaces the black-box state with a factored one: variables, domains, and constraints. That structure supports inference before any search runs. This lesson defines the CSP on map coloring, Sudoku, and scheduling, then develops constraint propagation: node and arc consistency, the AC-3 algorithm that makes a whole network arc-consistent, and the way one deleted value cascades across the graph to prune impossible options ahead of search.\n",{"path":18974,"title":18975,"module":18939,"summary":18976},"\u002Fartificial-intelligence\u002Fsearch\u002Fcsp-search-and-structure","CSP Search and Structure","Propagation prunes a CSP but rarely finishes it, so we search. This lesson builds backtracking search over partial assignments and the general-purpose heuristics that make it fast — MRV, degree, least-constraining-value, forward checking, MAC, and intelligent backtracking. It then shows how the shape of the constraint graph controls difficulty: tree-structured problems fall in linear time, cutset conditioning handles the rest, and min-conflicts local search solves a million queens in a constant number of steps.\n",{"path":18978,"title":18979,"module":18939,"summary":18980},"\u002Fartificial-intelligence\u002Fsearch\u002Fsearch-under-uncertainty","Search Under Uncertainty","Classical search assumes the agent knows the state it is in and exactly what each action does. Drop the second assumption and a plan can no longer be a fixed sequence of actions. This lesson develops the first response: AND-OR search over nondeterministic actions, which returns a branching contingency plan rather than a straight line. We build it on the erratic vacuum world, show how OR nodes (the agent's choices) alternate with AND nodes (nature's outcomes), trace the recursion that finds a plan, and handle the case where the only solution is a cyclic \"try, try again.\"\n",{"path":18982,"title":18983,"module":18939,"summary":18984},"\u002Fartificial-intelligence\u002Fsearch\u002Fbelief-state-and-online-search","Belief-State and Online Search","When the agent cannot see the full state, a plan can no longer test where it actually is — it must reason over the set of states it might be in. This lesson develops belief-state search, from sensorless (conformant) planning that coerces an unknown world into a goal, through the predict-observe-update cycle of contingent planning with percepts, to online search in unknown environments, where the agent must act in order to learn. It closes with LRTA*, which refines its own heuristic as it explores, one step from reinforcement learning.\n",{"path":18986,"title":18987,"module":14324,"summary":18988},"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fpropositional-logic","Logical Agents and Propositional Logic","A knowledge-based agent keeps a store of sentences and acts by asking it what to do. To make \"asking\" mean something we need entailment — the relation $KB \\models \\alpha$ that holds when every model of the knowledge base is a model of the query. Propositional logic gives a syntax and a truth-table semantics for which entailment is decidable. This first part builds the foundations: the agent loop, the Wumpus World, models and entailment, the connectives and truth tables, theorem proving by refutation, and the resolution rule with its CNF conversion — a single complete inference procedure for all of propositional logic.\n",{"path":18990,"title":18991,"module":14324,"summary":18992},"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fpropositional-inference","Propositional Inference and Logical Agents","Model checking and resolution decide entailment, but both can blow up. This part turns propositional logic into a practical engine and a working agent. Horn clauses give linear-time forward and backward chaining — the basis of logic programming. DPLL and WalkSAT make satisfiability testing fast in the common case. Then we make the agent situated: time-indexed fluents, the frame problem and its solution by successor-state axioms, a hybrid agent that deduces a safe map and plans a route through it, and SATPlan, which finds a plan by asking a SAT solver for a satisfying model.\n",{"path":16,"title":18994,"module":14324,"summary":18995},"First-Order Logic","Propositional logic can only say that facts hold; it cannot talk about the objects a fact is about, or state a rule once and have it cover every object. First-order logic fixes this by committing to a world of objects, relations, and functions. This first part builds the language from the ground up: the ontology it commits to, the model that gives a sentence a truth value, the syntax of terms and sentences, the two quantifiers with their standard mistakes, and equality.\n",{"path":18997,"title":18998,"module":14324,"summary":18999},"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Ffirst-order-logic-in-use","First-Order Logic in Use","With the language of first-order logic in hand, this part is about using it well. Database semantics trades expressive power for the convenience of a single intended model; higher-order logic shows what first-order logic gives up for decidability. Then we put the language to work: the Tell\u002FAsk interface, the kinship domain axiomatized from scratch, and the seven-step knowledge-engineering process applied to a digital circuit.\n",{"path":26,"title":19001,"module":14324,"summary":19002},"Inference in First-Order Logic","Propositional inference lifts to first-order logic once we can make terms match. Unification is that machinery: the algorithm that finds the substitution making two expressions identical, and the basis of generalized modus ponens. This first part builds the lifted inference rules and the two chaining algorithms they drive — forward chaining, the data-driven procedure behind production systems and Datalog, and backward chaining, the goal-driven procedure behind Prolog.\n",{"path":19004,"title":19005,"module":14324,"summary":19006},"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Ffirst-order-resolution","First-Order Resolution","Chaining is complete only for Horn knowledge bases. General first-order sentences — with disjunctive conclusions and negations — need a single sound and complete rule: resolution. This part converts arbitrary sentences to CNF by skolemizing away the existentials, lifts the resolution rule with unification, and proves entailment by refuting the negated goal. The result is the proof procedure Gödel's completeness theorem guarantees will find any entailment, together with the search strategies that make it usable.\n",{"path":5285,"title":19008,"module":14324,"summary":19009},"Classical Planning","Classical planning represents a problem in a factored language, PDDL: states are sets of ground fluents, and actions are lifted schemas with a precondition and an effect. That structure turns planning into search — forward through states or backward through goals — and lets a program read heuristics straight off the schemas by relaxing the problem. This first part develops the representation, the two search directions, and the domain-independent heuristics that come from ignoring preconditions or delete lists.\n",{"path":19011,"title":19012,"module":14324,"summary":19013},"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fplanning-graphs-and-graphplan","Planning Heuristics and GraphPlan","Every relaxation heuristic can be inaccurate, and none can tell how far apart subgoals sit. The planning graph is a polynomial-size structure that does better: leveled off the problem, it yields admissible distance estimates and a record of which actions and fluents cannot coexist. This part builds the graph, reads heuristics from it, extracts plans with GraphPlan, and closes with the other classical approaches — SATPlan and partial-order planning — and the representational trade that makes all of it work.\n",{"path":19015,"title":19016,"module":14324,"summary":19017},"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fplanning-in-the-real-world","Planning and Acting in the Real World","Classical planning's clean theory rests on four assumptions: time is ignored, actions are atomic, the world is deterministic and fully observable, and the agent is alone. This first part drops the first two. We add durations and resource constraints — turning a plan into a schedule, solved by the critical-path method and, once resources contend, by NP-hard job-shop scheduling — and let a planner reason at multiple levels of abstraction through high-level actions and their angelic reachable sets.\n",{"path":19019,"title":19020,"module":14324,"summary":19021},"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fplanning-under-uncertainty","Planning Under Uncertainty","Classical planning assumed the world was deterministic, fully observable, and the agent alone. This part drops the last two assumptions. When the agent cannot see or predict the world, planning moves into belief-state space: sensorless plans that coerce the world into the goal without sensing, contingent plans that branch on what is sensed, and online agents that monitor and replan when execution diverges. Then we add other agents — joint plans, the coordination problem, and the conventions that let a team act without constant negotiation.\n",{"path":14326,"title":5,"module":14324,"summary":14342},{"path":14088,"title":14089,"module":14324,"summary":19024},"Having represented the world, this part is about reasoning with it at scale. Semantic networks give a graphical notation with fast inheritance; description logics keep subsumption and classification tractable by design. Then we confront the fact that most useful rules hold only by default: circumscription and default logic give a logical account of nonmonotonic reasoning, and truth maintenance systems retract conclusions cleanly when the beliefs beneath them change.\n",{"path":104,"title":19026,"module":19027,"summary":19028},"Quantifying Uncertainty","Uncertainty","Logic breaks down in any domain where the rules have exceptions you cannot enumerate — the qualification problem. Probability replaces truth values with degrees of belief that obey Kolmogorov's axioms, and the full joint distribution becomes a knowledge base from which any query is answered by summing entries: marginalization, conditioning, and normalization. Independence factors that joint into smaller pieces — the first step toward a calculus of rational belief that an agent can actually compute with.\n",{"path":19030,"title":19031,"module":19027,"summary":19032},"\u002Fartificial-intelligence\u002Funcertainty\u002Fbayes-rule-and-naive-bayes","Bayes' Rule and Naive Bayes","Bayes' rule inverts a causal model into a diagnostic one, turning \"how a cause produces its symptoms\" into \"which cause explains what I observed.\" Ignoring the prior is the base-rate fallacy behind overconfident test results. Conditional independence then lets several pieces of evidence combine by multiplying likelihood ratios instead of building an exponential joint, giving the naive Bayes model and pointing directly at Bayesian networks.\n",{"path":19034,"title":19035,"module":19027,"summary":19036},"\u002Fartificial-intelligence\u002Funcertainty\u002Fbayesian-networks","Bayesian Networks","A Bayesian network is a directed acyclic graph of random variables in which each node carries a conditional probability table for itself given its parents. That structure factors the full joint distribution into a product of local terms, turning an exponential table into a linear one, and it makes the conditional independences of the domain explicit. We build the canonical burglary–alarm network, read compactness and d-separation off the graph, run exact inference by variable elimination, and, where that is intractable, estimate answers by sampling.\n",{"path":19038,"title":19039,"module":19027,"summary":19040},"\u002Fartificial-intelligence\u002Funcertainty\u002Finference-in-bayesian-networks","Bayesian Networks: Inference and Relational Models","When exact inference is intractable, sampling estimates the posterior instead: prior and rejection sampling, likelihood weighting, and Gibbs\u002FMCMC, whose error shrinks as one over the square root of the sample count. The same graphical idea then lifts from a fixed set of variables to whole populations — relational and open-universe probability models write dependencies once and unroll them over objects — and we close by placing probability against the rule-based, Dempster–Shafer, and fuzzy alternatives it displaced.\n",{"path":19042,"title":19043,"module":19027,"summary":19044},"\u002Fartificial-intelligence\u002Funcertainty\u002Freasoning-over-time","Probabilistic Reasoning over Time","A world that changes needs a state variable at every point in time. The Markov assumption cuts the dependence on history down to the previous slice, leaving a transition model and a sensor model that define a temporal Bayesian network. Four recursive tasks fall out — filtering, prediction, smoothing, and the most likely explanation — each a message passed along the sequence. We ground them in hidden Markov models and their matrix form, sketch the Kalman filter for continuous state, and reach dynamic Bayesian networks with particle filtering as the general approximate method.\n",{"path":19046,"title":19047,"module":19027,"summary":19048},"\u002Fartificial-intelligence\u002Funcertainty\u002Ftracking-and-data-association","Reasoning over Time: Tracking and Data Association","Dynamic Bayesian networks generalize HMMs and Kalman filters to arbitrarily many state variables per slice, and when exact inference blows up, particle filtering approximates the belief state with a population of weighted samples that propagate, reweight, and resample. Tracking several objects at once adds the data-association problem — which observation came from which object — whose combinatorics defeat any exact filter, so particle filters and MCMC keep many hypotheses alive. We close with SLAM and learned state-space models.\n",{"path":19050,"title":19051,"module":19027,"summary":19052},"\u002Fartificial-intelligence\u002Funcertainty\u002Fmaking-decisions","Making Decisions: Utility Theory","A rational agent chooses the action that maximizes expected utility — the probability of each outcome weighted by how much the agent wants it. We derive the utility function from six axioms on preferences, so maximizing expected utility is forced by consistency rather than assumed; look at risk aversion in the utility-of-money curve; package one-shot choices into decision networks; and quantify what an observation is worth with the value of information.\n",{"path":19054,"title":18653,"module":19027,"summary":19055},"\u002Fartificial-intelligence\u002Funcertainty\u002Fmarkov-decision-processes","When an agent must act repeatedly in a stochastic world, a fixed plan is useless — it needs a policy, an action for every state. The Markov decision process makes this precise with a transition model, a reward, and a discount factor; the Bellman equation characterizes the optimal state utilities, and value iteration and policy iteration solve it. Partial observability lifts the problem to belief states, and bandits, Monte-Carlo tree search, and scalable POMDP solvers extend it — this is the model-known half of reinforcement learning.\n",{"path":19057,"title":19058,"module":19027,"summary":19059},"\u002Fartificial-intelligence\u002Funcertainty\u002Fdecision-networks-and-game-theory","Decision Analysis: Multi-Attribute Utility and Decision Networks","Decision analysis takes the single-agent utility framework and makes it practical: utility over several attributes, dominance and additive value functions, influence diagrams that fold Bayesian networks together with decision and utility nodes, and the value of information that tells an agent which questions are worth asking. Structure in an agent's preferences — dominance, preferential and utility independence — collapses an exponential utility table into a few one-dimensional functions, the same move that made Bayesian networks compact.\n",{"path":19061,"title":19062,"module":19027,"summary":19063},"\u002Fartificial-intelligence\u002Funcertainty\u002Fgame-theory-and-mechanism-design","Game Theory and Mechanism Design","When outcomes depend on other rational agents, single-agent utility maximization no longer suffices. Game theory studies decisions among agents — normal-form games, dominant strategies, Nash and maximin equilibria, and repeated games — and mechanism design runs the logic backwards, engineering rules (auctions, VCG) so that self-interested play produces a good collective outcome. Algorithmic game theory then asks whether equilibria can be computed, what selfishness costs society, and how the mechanisms deployed at internet scale actually behave.\n",{"path":19065,"title":19066,"module":19067,"summary":19068},"\u002Fartificial-intelligence\u002Flearning\u002Flearning-from-examples","Learning from Examples","Learning","An agent that improves with experience does not need its designer to anticipate every situation. Inductive learning takes that ambition and narrows it to one tractable problem: from labelled input-output pairs, recover a function that predicts the output for inputs never seen. This first part builds the foundation around a single organizing question — generalization — through decision trees and information gain, and the training\u002Fvalidation\u002Ftest discipline for evaluating and choosing hypotheses. A second part takes up the theory of learning and the main model families.\n",{"path":19070,"title":19071,"module":19067,"summary":19072},"\u002Fartificial-intelligence\u002Flearning\u002Ftheory-and-model-families","The Theory of Learning and Model Families","Cross-validation measures generalization but does not explain it. This part supplies the theory — PAC learning, sample complexity, and the VC dimension — that says when a hypothesis consistent with enough data is probably approximately correct, and why an unrestricted hypothesis space can never generalize. It then surveys the model families a practitioner reaches for: linear regression and gradient descent, the perceptron and logistic regression, support vector machines and the kernel trick, and ensembles by bagging and boosting — closing with what deep learning changed about the classical picture.\n",{"path":19074,"title":19075,"module":19067,"summary":19076},"\u002Fartificial-intelligence\u002Flearning\u002Fprobabilistic-learning","Learning Probabilistic Models","A [Bayesian network](\u002Fartificial-intelligence\u002Funcertainty\u002Fbayesian-networks) is useless until its numbers are filled in, and those numbers come from data. This first part casts learning itself as probabilistic inference: hypotheses carry a prior, data update it to a posterior, and predictions average over what remains. From that frame fall the standard estimators — maximum likelihood by counting, MAP with a conjugate prior, full Bayesian updating — for the case where every variable is observed. A second part takes up the harder case of hidden variables and the EM algorithm.\n",{"path":19078,"title":19079,"module":19067,"summary":19080},"\u002Fartificial-intelligence\u002Flearning\u002Fexpectation-maximization","Learning with Hidden Variables: The EM Algorithm","Complete data can be learned by counting; real data usually hide some variables — the disease behind the symptoms, the cluster behind the points. This part develops the expectation-maximization algorithm, which learns those models by alternating an expected completion of the missing data with a re-estimation of the parameters. It works the idea through mixtures of Gaussians, Bayesian networks, and hidden Markov models, proves the monotone-likelihood guarantee from the evidence lower bound, and traces the line from EM to variational inference and the variational autoencoder.\n",{"path":19082,"title":18076,"module":19067,"summary":19083},"\u002Fartificial-intelligence\u002Flearning\u002Freinforcement-learning","Reinforcement learning is an MDP with the model unknown: the agent knows neither how its actions move the world nor which states are rewarded, and must recover good behaviour from experienced transitions and rewards alone. This first part builds the classical tabular theory — passive learning (fix a policy, learn its value, by direct estimation, adaptive dynamic programming, and temporal differences) and active learning (choose actions, trade exploration against exploitation, and learn control with Q-learning and SARSA). A second part lifts it off the lookup table with function approximation and policy search.\n",{"path":19085,"title":19086,"module":19067,"summary":19087},"\u002Fartificial-intelligence\u002Flearning\u002Fgeneralization-and-policy-search","Reinforcement Learning: Generalization and Policy Search","Tabular reinforcement learning stores one number per state, which is hopeless for backgammon or chess. This part lifts RL off the lookup table with function approximation, so that updating one state generalizes to related ones, then turns to policy search — representing and optimizing the policy directly, up to the REINFORCE policy gradient and correlated sampling. It closes with the bridge to deep reinforcement learning (deep Q-networks, actor-critic, PPO), the classic applications, and the hand-off to the dedicated RL subject.\n",{"path":19089,"title":19090,"module":19067,"summary":19091},"\u002Fartificial-intelligence\u002Flearning\u002Fknowledge-in-learning","Knowledge in Learning","Pure induction learns a function from labelled examples while knowing almost nothing to begin with. This first part brings prior knowledge into the loop by recasting learning as logical inference — hypotheses, examples, and classifications as sentences. It develops current-best-hypothesis search, the version space and its general\u002Fspecific boundary maintained by candidate elimination, and states the three entailment constraints that fix how background knowledge enters. A second part builds the three knowledge-based methods those constraints define.\n",{"path":19093,"title":19094,"module":19067,"summary":19095},"\u002Fartificial-intelligence\u002Flearning\u002Fknowledge-based-learning-methods","Knowledge-Based Learning: EBL, Relevance, and ILP","Once learning is cast as logical inference, three methods follow from the three ways prior knowledge can enter. Explanation-based learning generalizes a single example by explaining it with the domain theory, gaining speed but nothing new. Relevance-based learning uses determinations to shrink the hypothesis space and converge from fewer examples. Inductive logic programming learns genuinely new first-order rules — top-down with FOIL, bottom-up by inverting resolution, even inventing new predicates — and connects to modern statistical relational and neuro-symbolic learning.\n",{"path":19097,"title":19098,"module":19099,"summary":19100},"\u002Fartificial-intelligence\u002Ffrontiers\u002Fvision-and-perception","Vision and Perception","Frontiers","Perception connects an agent to the physical world. We follow one modality — vision — from the physics of image formation (the pinhole camera, perspective projection, lenses, shading, color) through the early operations that turn a pixel array into edges, texture, and motion, and into recognition by appearance. The recurring problem is inversion: a camera collapses a 3-D world onto a 2-D grid, and an agent that wants to act must build the scene back up. Rebuilding the scene is the subject of the companion lesson.\n",{"path":19102,"title":19103,"module":19099,"summary":19104},"\u002Fartificial-intelligence\u002Ffrontiers\u002Freconstructing-the-3d-world","Vision: Reconstructing the 3D World","A camera collapses a three-dimensional world onto a flat grid; this lesson inverts that collapse. We build the camera projection matrix (intrinsics and extrinsics), triangulate a point from two views, then work through the toolbox of depth cues — motion parallax, binocular stereopsis, multiple views, texture, shading, and contour — that turn an ambiguous image back into a scene. We add structural recognition (pictorial-structure \"cardboard people\"), the task-driven use of vision in cars and robots, and the shift from hand-built pipelines to learned deep-vision networks.\n",{"path":19106,"title":19107,"module":19099,"summary":19108},"\u002Fartificial-intelligence\u002Ffrontiers\u002Frobotics","Robotics","A robot is an agent with a body: sensors that read the physical world and effectors that push back on it. This lesson grounds the abstract AI machinery in that body. We build up the hardware (range finders, proprioception, degrees of freedom), then cast perception as probabilistic filtering — the kinematic motion and sensor models, Monte Carlo localization, the extended Kalman filter, and simultaneous localization and mapping (SLAM). The companion lesson takes the estimated pose forward into planning and control.\n",{"path":19110,"title":19111,"module":19099,"summary":19112},"\u002Fartificial-intelligence\u002Ffrontiers\u002Frobot-planning-and-control","Robotics: Planning and Control","A robot that knows where it is still has to decide how to move, and then make a slipping, sensing-imperfect body actually go there. This lesson takes the pose estimate forward: planning motion in configuration space with cell decomposition and sampling-based roadmaps (PRMs and RRTs), planning under uncertainty with most-likely-state and online replanning, closing the loop with P\u002FPD\u002FPID control and potential fields, and finally the software architectures — subsumption, three-layer, and pipeline — that assemble it all, plus the learning-based turn in modern robotics.\n",{"path":19114,"title":19115,"module":19099,"summary":19116},"\u002Fartificial-intelligence\u002Ffrontiers\u002Fnatural-language-in-ai","Natural Language for AI Agents","Language is how agents acquire the knowledge already written down and how they communicate with the humans they serve. This lesson gives the classical AI account of language as a source of information: n-gram language models and the information-seeking tasks built on them — text classification, information retrieval (BM25, the inverted index, PageRank), and information extraction with finite-state templates and hidden Markov models. Throughout, we point to the dedicated NLP subject for the modern deep-learning treatment; the companion lesson takes up grammar, translation, and speech.\n",{"path":19118,"title":19119,"module":19099,"summary":19120},"\u002Fartificial-intelligence\u002Ffrontiers\u002Fnlp-grammar-translation-and-speech","Language for AI Agents: Grammar, Translation, and Speech","N-gram models see only a local window; they cannot say why \"black dog\" is well-formed English and \"dog black\" is not, because that is a fact about structure. This lesson takes up structure: phrase-structure and probabilistic context-free grammars, syntactic analysis by chart parsing and CYK, augmented grammars and compositional semantics, then the two major statistical successes — machine translation and speech recognition — cast as noisy-channel problems. It closes with the bridge from n-grams to transformers and where the classical account sits relative to modern NLP.\n",{"path":19122,"title":19123,"module":19099,"summary":19124},"\u002Fartificial-intelligence\u002Ffrontiers\u002Fphilosophy-and-future","Philosophy, Ethics, and the Future of AI","Two questions have shadowed the field since its founding: can machines act intelligently (weak AI), and can they really think (strong AI)? We work through Turing's objections and their rebuttals — the arguments from disability, mathematics, and informality — then the strong-AI debate: the mind-body problem, functionalism and the brain prosthesis, Searle's Chinese Room and the systems reply, and consciousness and qualia. The companion lesson turns from what AI can do to what it should, and closes the course.\n",{"path":19126,"title":19127,"module":19099,"summary":19128},"\u002Fartificial-intelligence\u002Ffrontiers\u002Fai-ethics-and-future","The Ethics and Future of AI","Having asked whether machines can act intelligently and really think, we turn to whether we should build them at all. This lesson works through the six ethical risks — lost jobs, autonomous weapons, surveillance and privacy, biased decisions, the safety of superintelligence, and the erosion of accountability — then the value-alignment problem in the LLM era, and where the classical agent components could go next. It closes the course by tying search, logic, probability, and learning into a single picture of intelligence as rational agency.\n",{"path":19130,"title":19131,"module":6,"summary":6},"\u002Fartificial-intelligence","Artificial Intelligence",{"path":19133,"title":19134,"module":19135,"summary":19136},"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-constituents-nuclide-chart","Nuclear Composition and Ground-State Properties","Nuclear Properties","The nucleus is a bound assembly of Z protons and N neutrons packed to a radius R = R0 A^(1\u002F3) at a nearly constant density of about 10^17 kg\u002Fm^3. We fix the vocabulary of nuclides, derive nuclear size from mirror-nuclide and electron-scattering data, read the binding-energy-per-nucleon curve, and model it with the liquid-drop semiempirical mass formula.\n",{"path":19138,"title":19139,"module":19135,"summary":19140},"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-size-charge-distributions","Nuclear Size, Shape, and Charge Distributions","Elastic electron scattering resolves the nucleus by its de Broglie wavelength. The measured cross section is the Mott point-charge cross section modulated by a form factor, and that form factor is the Fourier transform of the charge density. Diffraction minima fix the radius, the small-angle slope fixes the mean-square radius, and the fitted Woods-Saxon profile gives a central density and a skin thickness. Mirror-nucleus Coulomb energies, muonic-atom X-rays, and optical isotope shifts give independent radii that all track R = R0 A^(1\u002F3).\n",{"path":19142,"title":19143,"module":19135,"summary":19144},"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-masses-binding-energy","Nuclear Masses, Mass Excess, and Separation Energies","The atomic mass unit fixes the scale, and the mass excess collects the small binding-driven deviation from the integer mass number. Penning-trap cyclotron frequencies now measure masses to parts in a billion, and every decay and reaction Q-value is a difference of these masses. One- and two-nucleon separation energies read the binding difference between neighbouring nuclides directly, showing the even-odd pairing stagger and the sharp drops at magic numbers, and their vanishing marks the neutron and proton drip lines that bound the chart of the nuclides.\n",{"path":19146,"title":19147,"module":19135,"summary":19148},"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fsemi-empirical-mass-formula","The Semi-Empirical Mass Formula and the Valley of Stability","Five physical terms reproduce nuclear binding across the chart: a volume term from saturation, a surface term from the deficit of edge neighbours, a Coulomb term from the electrostatic self-energy of a charged sphere, an asymmetry term from the Pauli cost of unequal proton and neutron filling, and a pairing term. The formula is quadratic in Z at fixed A, so isobars lie on a mass parabola whose minimum sets the most stable charge and whose slope dictates the direction of beta decay. The same competition between surface and Coulomb energy defines the fissility parameter and the onset of fission.\n",{"path":19150,"title":19151,"module":19135,"summary":19152},"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-moments-multipoles","Nuclear Spin, Magnetic Dipole, and Electric Quadrupole Moments","The ground state of a nucleus carries a definite spin and parity, a magnetic dipole moment of order the nuclear magneton, and, when its spin exceeds one-half, an electric quadrupole moment that measures its shape. The single-particle Schmidt lines predict the magnetic moment of an odd-A nucleus from the last unpaired nucleon, and the measured moments fall between them. The quadrupole moment distinguishes prolate from oblate deformation, and hyperfine structure is the experimental handle that fixes the spin and the moments from an atomic spectrum.\n",{"path":19154,"title":19155,"module":19156,"summary":19157},"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fnuclear-force-shell-overview","The Nuclear Force and the Shell Model","The Nuclear Force","The strong force between nucleons is short-range, charge-independent, saturated, and repulsive at its core, about a hundred times stronger than Coulomb. Yukawa explained it as an exchange of massive mesons, tying the force's range to the meson mass through the uncertainty principle. Layered on top, an independent-particle shell model with strong spin-orbit coupling reproduces the magic numbers 2, 8, 20, 28, 50, 82, 126.\n",{"path":19159,"title":19160,"module":19156,"summary":19161},"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fthe-deuteron","The Deuteron and the Tensor Force","The deuteron is the only bound two-nucleon state: one shallow level at 2.22 MeV, no excited states. A square-well fit fixes a depth near 35 MeV over a 2 fm range, yet the wavefunction leaks so far past the edge that most of the probability lies outside the force. Its spin-1 ground state, magnetic moment close to the sum of the free-nucleon moments, and small but nonzero electric quadrupole moment together force a D-state admixture and a non-central tensor force.\n",{"path":19163,"title":19164,"module":19156,"summary":19165},"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fnucleon-nucleon-scattering","Nucleon-Nucleon Scattering and the Interaction's Structure","Scattering probes the nuclear force above threshold. Partial-wave analysis reduces low-energy data to a single s-wave phase shift, and the effective-range expansion packages that into a scattering length and an effective range. The triplet channel binds (the deuteron) while the singlet is only virtual, which together explain the anomalously large free neutron-proton cross section. Comparing pp, nn, and np results establishes charge symmetry and charge independence, and polarization experiments expose the spin-orbit and tensor pieces.\n",{"path":19167,"title":19168,"module":19156,"summary":19169},"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fmeson-theory-isospin","Meson Exchange, the Yukawa Potential, and Isospin","Yukawa's massive-field propagator turns the range of the nuclear force into a meson mass: the exchanged quantum's Compton wavelength is the range. One-pion exchange fixes the long-range tail, complete with the tensor structure the deuteron demanded, while heavier mesons build the intermediate attraction and the repulsive core. Charge independence becomes an isospin symmetry, the force is diagonalized by the total isospin through a tau-dot-tau interaction, and the whole picture sits inside QCD as a residual color force between color-neutral nucleons.\n",{"path":19171,"title":19172,"module":19173,"summary":19174},"\u002Fnuclear-physics\u002Fnuclear-models\u002Ffermi-gas-model","The Fermi Gas Model","Nuclear Models","Treating the nucleus as two degenerate Fermi gases of protons and neutrons confined in a common well fixes the Fermi momentum near 250 MeV\u002Fc and the Fermi energy near 33 MeV from the nuclear density alone. The average kinetic energy per nucleon is about 20 MeV, the well depth is the Fermi energy plus the separation energy, and unequal proton and neutron Fermi levels reproduce the asymmetry term of the mass formula.\n",{"path":19176,"title":19177,"module":19173,"summary":19178},"\u002Fnuclear-physics\u002Fnuclear-models\u002Fliquid-drop-collective-coordinates","The Liquid-Drop Model and Collective Deformation","Deforming a charged liquid drop into a spheroid raises its surface energy and lowers its Coulomb energy; the two effects compete through the deformation parameter to set a stability minimum and a fission barrier. The ratio of Coulomb to twice the surface energy is the fissility Z-squared over A, which crosses one near 49 and marks the point where the sphere is unstable. The same surface tension that restores small deformations quantizes into collective vibrations, carrying the static mass formula into dynamic collective motion.\n",{"path":19180,"title":19181,"module":19173,"summary":19182},"\u002Fnuclear-physics\u002Fnuclear-models\u002Fshell-model-single-particle","The Shell Model: Single-Particle States and Spin-Orbit Coupling","A harmonic-oscillator well reproduces the first three magic numbers but fails above twenty; adding a strong inverted spin-orbit term that drives the stretched j equals l plus one-half level down closes the gaps at 28, 50, 82, and 126. The filled shells couple to zero, so the last unpaired nucleon fixes the ground-state spin and parity, and its single-particle magnetic moment falls on the Schmidt lines. Configuration mixing sets the limits of the extreme single-particle model.\n",{"path":19184,"title":19185,"module":19173,"summary":19186},"\u002Fnuclear-physics\u002Fnuclear-models\u002Fcollective-model-rotations-vibrations","The Collective Model: Rotations, Vibrations, and Deformed Nuclei","Deformed nuclei rotate with energies proportional to I times I plus one, giving the ground-state band its characteristic level ratios, while near-spherical nuclei vibrate in quantized surface phonons that build one- and two-phonon multiplets. The Nilsson model tracks single-particle levels as the well deforms, moments of inertia fall between the rigid and irrotational limits, backbending marks the sudden alignment of a broken pair, and giant resonances are the bulk dipole and quadrupole modes of the whole nucleus.\n",{"path":19188,"title":19189,"module":19190,"summary":19191},"\u002Fnuclear-physics\u002Fradioactive-decay\u002Fdecay-law-modes","Radioactivity and Decay Modes","Radioactive Decay","Unstable nuclei decay at a rate proportional to how many remain, giving the exponential law N(t) = N0 e^(-lambda t) with half-life t = 0.693\u002Flambda. We work through the three common modes: alpha decay as Coulomb-barrier tunneling with the Geiger-Nuttall rule, beta decay whose continuous spectrum demands the neutrino, and gamma de-excitation, and follow a decay chain across the chart of nuclides.\n",{"path":19193,"title":19194,"module":19190,"summary":19195},"\u002Fnuclear-physics\u002Fradioactive-decay\u002Fdecay-kinetics-equilibrium","Serial Decay, the Bateman Equations, and Radioactive Equilibrium","A radioactive parent that decays into a radioactive daughter obeys a coupled pair of rate equations whose solution is the Bateman formula. Depending on the half-life ordering the chain settles into secular equilibrium (equal activities), transient equilibrium (a fixed activity ratio), or no equilibrium. Constant production under irradiation drives the activity toward a saturation value equal to the production rate, competing decay modes split the total decay constant into partial constants, and the natural decay series in secular equilibrium underpin radiometric dating.\n",{"path":19197,"title":19198,"module":19199,"summary":19200},"\u002Fnuclear-physics\u002Falpha-decay\u002Falpha-decay-gamow-theory","Alpha Decay and the Gamow Theory of Tunneling","Alpha Decay","The alpha Q-value turns positive above mass number 150 because the emitted helium-4 is exceptionally tightly bound. Emission proceeds by quantum tunneling through the Coulomb barrier: a WKB integral from the nuclear surface to the outer turning point gives the Gamow factor, and multiplying its penetrability by the assault frequency yields half-lives spanning more than twenty orders of magnitude. The leading term reproduces the Geiger-Nuttall relation, log t½ proportional to the daughter charge over the square root of Q.\n",{"path":19202,"title":19203,"module":19199,"summary":19204},"\u002Fnuclear-physics\u002Falpha-decay\u002Falpha-fine-structure-hindrance","Fine Structure, Angular Momentum, and Hindrance Factors","A single parent emits several alpha groups of slightly different energy, each feeding a distinct level of the daughter, so the alpha spectrum maps the daughter's low-lying states. Emission with orbital angular momentum L raises the barrier by a centrifugal term and is allowed only when angular-momentum and parity selection rules permit. Comparing the measured partial half-life to the Gamow estimate defines a hindrance factor near unity for even-even ground-state transitions and large for odd-A decays that must rearrange the unpaired nucleon.\n",{"path":19206,"title":19207,"module":19208,"summary":19209},"\u002Fnuclear-physics\u002Fbeta-decay\u002Fbeta-decay-energetics-neutrino","Beta Decay Energetics and the Neutrino","Beta Decay and the Weak Interaction","Beta decay converts a neutron into a proton or the reverse, adjusting Z at fixed A along an isobaric mass parabola. We write the three processes (beta-minus, beta-plus, electron capture), reduce every Q-value to a difference of neutral atomic masses, and read the continuous electron spectrum as the fingerprint of a third, nearly massless particle. Pauli's neutrino, its detection by Reines and Cowan, and the endpoint bound on its mass close the lesson.\n",{"path":19211,"title":19212,"module":19208,"summary":19213},"\u002Fnuclear-physics\u002Fbeta-decay\u002Ffermi-theory-beta-decay","Fermi's Theory: Kurie Plots and ft Values","Fermi treated beta decay as a point-contact weak transition and read its rate from the golden rule. The electron spectrum then follows from phase space and the Coulomb Fermi function; the Kurie plot straightens it to a line whose intercept is the endpoint. Integrating the spectrum gives the comparative half-life ft, whose logarithm sorts transitions into superallowed, allowed, and forbidden classes governed by the Fermi and Gamow-Teller selection rules.\n",{"path":19215,"title":19216,"module":19208,"summary":19217},"\u002Fnuclear-physics\u002Fbeta-decay\u002Fweak-interaction-parity-violation","The Weak Interaction and Parity Violation","Beta decay violates mirror symmetry. The Wu experiment on polarized cobalt-60 showed electrons emitted preferentially against the nuclear spin, a pseudoscalar correlation forbidden if parity were conserved. The result fixes the weak charged current as left-handed V minus A, forces neutrinos to be left-handed and antineutrinos right-handed (measured by Goldhaber), and places beta decay within the electroweak theory as W-boson exchange turning a down quark into an up quark.\n",{"path":19219,"title":19220,"module":19208,"summary":19221},"\u002Fnuclear-physics\u002Fbeta-decay\u002Fdouble-beta-decay-neutrino-mass","Double Beta Decay and Neutrino Mass","For even-A isobars the pairing term splits the mass parabola into two curves, and a handful of even-even nuclides sit below their odd-odd neighbor yet above the next even-even one: single beta decay is forbidden but second-order double beta decay is allowed. The two-neutrino mode is a standard-model process with the longest measured lifetimes in nature; the neutrinoless mode would require the neutrino to be its own antiparticle and its rate measures the effective Majorana mass, the sharpest probe of the absolute neutrino mass scale.\n",{"path":19223,"title":19224,"module":19225,"summary":19226},"\u002Fnuclear-physics\u002Fgamma-decay\u002Fgamma-multipole-radiation","Multipole Radiation and Selection Rules","Gamma Decay","Gamma decay carries a nucleus from an excited state to a lower one by emitting a photon of definite angular momentum and parity. We correct the photon energy for nuclear recoil, expand the radiation field into electric and magnetic multipoles, and read off how the transition rate collapses with each increase in multipole order. The Weisskopf single-particle estimates set the scale, and angular-momentum and parity conservation fix which multipole dominates.\n",{"path":19228,"title":19229,"module":19225,"summary":19230},"\u002Fnuclear-physics\u002Fgamma-decay\u002Finternal-conversion-isomers","Internal Conversion and Isomers","A nucleus can shed excitation energy without emitting a photon by handing it directly to an atomic electron. We define the internal-conversion coefficient, trace its growth with atomic number, multipole order, and decreasing energy, and treat the electron-only E0 transitions and internal pair formation. When the lowest allowed multipole is high and the energy low, the gamma rate falls so far that the excited state survives as a metastable isomer.\n",{"path":19232,"title":19233,"module":19225,"summary":19234},"\u002Fnuclear-physics\u002Fgamma-decay\u002Fangular-correlations-mossbauer","Angular Correlations and the Mössbauer Effect","Two gammas emitted in cascade are not independent in direction: detecting the first selects magnetic substates of the intermediate level and makes the second anisotropic, so the correlation function fixes the intermediate spin. The same nuclear resonance that recoil normally destroys is recovered when the emitter is locked in a lattice, giving the Mössbauer effect and its part-in-a-trillion resolution of isomer shifts and hyperfine fields.\n",{"path":19236,"title":19237,"module":19238,"summary":19239},"\u002Fnuclear-physics\u002Fnuclear-reactions\u002Freaction-kinematics-cross-sections","Nuclear Reactions, Fission, and Fusion","Nuclear Reactions","A nuclear reaction X(x, y)Y is governed by its Q value and its cross section, the effective target area for a given process. Splitting the curve of binding energy near iron in either direction releases energy: fission of heavy nuclei by neutron capture and a chain reaction, and fusion of light nuclei that powers the Sun and needs Lawson's density-confinement criterion to be practical.\n",{"path":19241,"title":19242,"module":19238,"summary":19243},"\u002Fnuclear-physics\u002Fnuclear-reactions\u002Fcompound-nucleus-resonances","The Compound Nucleus and Resonance Reactions","Low-energy reactions proceed through a long-lived intermediate state whose decay forgets how it formed. Bohr's independence hypothesis factorizes the cross section into a formation step and a branching ratio, an isolated level gives the single-level Breit-Wigner line shape with total width Γ tied to the lifetime by Γτ = ħ, and at high excitation overlapping levels merge into a statistical continuum described by evaporation spectra and the Hauser-Feshbach average.\n",{"path":19245,"title":19246,"module":19238,"summary":19247},"\u002Fnuclear-physics\u002Fnuclear-reactions\u002Fdirect-reactions-optical-model","Direct Reactions and the Optical Model","A complex optical potential replaces the many-body target by a single particle moving in an average field whose imaginary part removes flux into non-elastic channels, reproducing the diffraction pattern of elastic scattering. Direct reactions bypass the compound nucleus, transferring a nucleon in one step: stripping and pickup deposit or remove a single nucleon, the angle of the first peak in the distorted-wave angular distribution fixes the transferred orbital angular momentum, and its magnitude gives the spectroscopic factor.\n",{"path":19249,"title":19250,"module":19251,"summary":19252},"\u002Fnuclear-physics\u002Ffission\u002Ffission-barrier-dynamics","The Fission Barrier and Fragment Energetics","Nuclear Fission","Fission is the large-amplitude collective deformation of a heavy nucleus into two fragments. The liquid-drop model sets a barrier from the competition between rising surface energy and falling Coulomb energy under quadrupole deformation, with the fissility parameter Z²\u002FA measuring how close a nucleus is to instability. Bohr-Wheeler theory separates spontaneous from neutron-induced fission, the fragment mass yield is double-humped and asymmetric, about 200 MeV is released per event, and shell corrections add a second minimum that produces fission isomers.\n",{"path":19254,"title":19255,"module":19251,"summary":19256},"\u002Fnuclear-physics\u002Ffission\u002Fchain-reactions-reactor-physics","Chain Reactions and Reactor Physics","A self-sustaining chain reaction is a fixed point of neutron bookkeeping: the multiplication factor k counts the neutrons in one generation per neutron in the last, and criticality is k = 1. The four-factor formula tracks a neutron through fast fission, resonance escape, thermal utilization, and reproduction; moderation slows fission neutrons to the thermal energies where the fission cross section is largest; and the small delayed-neutron fraction sets the timescale that makes a reactor controllable. Breeding converts fertile U-238 and Th-232 into new fissile fuel.\n",{"path":19258,"title":19259,"module":19260,"summary":19261},"\u002Fnuclear-physics\u002Ffusion-nucleosynthesis\u002Ffusion-reactions-confinement","Fusion Reactions and Confinement","Fusion and Nucleosynthesis","Light nuclei release energy when they fuse because binding per nucleon rises steeply toward the iron peak, but the Coulomb barrier suppresses the rate at reactor temperatures. The thermonuclear rate is a convolution of the Maxwell distribution with the tunneling probability, sharply peaked at the Gamow energy. The deuterium-tritium reaction has the lowest barrier and largest cross section; sustained energy gain requires the Lawson triple product of density, temperature, and confinement time, reached by magnetic or inertial confinement.\n",{"path":19263,"title":19264,"module":19260,"summary":19265},"\u002Fnuclear-physics\u002Ffusion-nucleosynthesis\u002Fstellar-nucleosynthesis","Stellar Nucleosynthesis","Main-sequence stars burn hydrogen to helium through the proton-proton chain and the CNO cycle, both releasing 26.7 MeV per helium nucleus. Helium burning bridges the mass-5 and mass-8 gaps by the triple-alpha process through the Beryllium-8 and Hoyle resonances, and successive carbon-to-silicon burning stages climb to the iron peak, where fusion stops. The elements beyond iron are built by slow and rapid neutron capture, and the solar neutrino flux confirms the reactions directly.\n",{"path":19267,"title":19268,"module":19260,"summary":19269},"\u002Fnuclear-physics\u002Ffusion-nucleosynthesis\u002Fbig-bang-nucleosynthesis","Big-Bang Nucleosynthesis","In the first three minutes the expanding universe forged the light elements. The weak interaction froze the neutron-to-proton ratio near one in six when the reaction rate fell below the expansion rate, and free-neutron decay lowered it to about one in seven before the deuterium bottleneck broke. Almost every surviving neutron ended in helium-4, fixing the primordial helium mass fraction near 0.25, with trace deuterium, helium-3, and lithium-7. The deuterium abundance measures the cosmic baryon density.\n",{"path":19271,"title":19272,"module":19273,"summary":19274},"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fcharged-particle-stopping-power","Stopping Power and the Range of Charged Particles","Radiation and Applications","A heavy charged particle loses energy in a dense sequence of small Coulomb collisions with atomic electrons, at a rate the Bethe-Bloch formula fixes from the particle's charge and speed and the medium's electron density and mean excitation energy. The rate scales as the inverse square of the speed, so most energy is deposited at the end of the track in the Bragg peak, and integrating the reciprocal rate gives a sharp range. Electrons differ: they also radiate, and above a critical energy bremsstrahlung dominates. Fast particles above the phase velocity of light in the medium emit Cherenkov radiation.\n",{"path":19276,"title":19277,"module":19273,"summary":19278},"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fphoton-neutron-interactions","Interactions of Photons and Neutrons","Photons are removed from a beam in single events, so their intensity falls exponentially with a linear attenuation coefficient built from three processes: the photoelectric effect at low energy, Compton scattering at intermediate energy, and pair production above twice the electron rest energy, each with its own atomic-number and energy dependence. Neutrons carry no charge and interact only with nuclei, moderating by elastic scattering and being captured with a cross section that rises as one over speed away from resonances.\n",{"path":19280,"title":19281,"module":19273,"summary":19282},"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fradiation-detectors","Radiation Detectors and Nuclear Spectroscopy","Every detector converts the energy a radiation deposits into a measurable electrical signal. Gas counters read the ionization directly, in three operating regions set by the applied voltage; scintillators convert the energy to light read out by a photomultiplier; semiconductor detectors collect electron-hole pairs and give the best energy resolution because so many carriers are made per event. The resolution is governed by the number of independent charge carriers, and the pulse-height spectrum of a gamma line shows a full-energy photopeak, a Compton continuum with its edge, and escape peaks.\n",{"path":19284,"title":19285,"module":19273,"summary":19286},"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fdosimetry-radiation-biology","Dosimetry, Radiation Biology, and Protection","Absorbed dose is the energy deposited per unit mass, measured in gray. Equal absorbed doses do unequal biological damage because densely ionizing radiation deposits its energy along short tracks: weighting the dose by a radiation factor gives the equivalent dose, and weighting by tissue sensitivity gives the effective dose, both in sieverts. Deterministic effects have a threshold and a severity that grows with dose; stochastic effects are assumed to follow a linear-no-threshold probability. Natural background dominates the dose to the population, and protection rests on time, distance, and shielding.\n",{"path":19288,"title":19289,"module":19273,"summary":19290},"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fnuclear-applications-dating-medicine","Applications — Dating, Analysis, and Nuclear Medicine","Charged particles lose energy continuously and stop at a well-defined range with a Bragg peak, while gamma rays are attenuated exponentially. These interactions define radiation detectors and dosimetry (gray and sievert) and drive the applications: neutron activation analysis, magnetic resonance imaging, PET, and radiometric dating with carbon-14 and long-lived rock clocks.\n",{"path":19292,"title":19293,"module":6,"summary":6},"\u002Fnuclear-physics","Nuclear Physics",{"path":19295,"title":19296,"module":15262,"summary":19297},"\u002Fnatural-language-processing\u002Ffoundations\u002Fwhat-is-nlp","What Is Natural Language Processing?","Natural language processing is the computational treatment of human language: reading it, representing it, and generating it. We set up why the problem is hard — ambiguity at every level, from sound to intent — trace the field from ELIZA's pattern-matching through statistical methods to today's neural models, lay out the linguistic levels and task families the course covers, and fix the vocabulary of tokens, types, and corpora the rest of the notes rely on.\n",{"path":19299,"title":19300,"module":15262,"summary":19301},"\u002Fnatural-language-processing\u002Ffoundations\u002Fregex-and-text-normalization","Regular Expressions and Text Normalization","Before any model touches text, the text has to be found and cleaned. Regular expressions give an algebra for describing string patterns; tokenization, case folding, and stemming turn raw characters into the units a model counts; and byte-pair encoding builds a subword vocabulary that spells out any word. Measuring how far apart two strings are — minimum edit distance — is the next lesson.\n",{"path":19303,"title":19304,"module":15262,"summary":19305},"\u002Fnatural-language-processing\u002Ffoundations\u002Fminimum-edit-distance","Minimum Edit Distance","Much of language processing needs to measure how similar two strings are — a speller ranking corrections, a diff tool, a coreference resolver. Minimum edit distance counts the insertions, deletions, and substitutions that turn one string into another, computed by a dynamic-programming table. We fill the table for intention to execution, backtrace to recover the alignment, and see how the same machinery generalizes to weighted edits, Viterbi, and biological sequence alignment.\n",{"path":19307,"title":19308,"module":15262,"summary":19309},"\u002Fnatural-language-processing\u002Ffoundations\u002Fn-gram-language-models","N-Gram Language Models","A language model assigns a probability to a sequence of words and, equivalently, predicts the next word from its history. The n-gram model makes this tractable by truncating the history to the last few words, estimates the resulting conditional probabilities by counting, and is scored by perplexity. We build the model from the chain rule, work a bigram example on a small corpus, and read perplexity as a branching factor. The next lesson covers the zero counts that break this model and the smoothing that repairs them.\n",{"path":19311,"title":19312,"module":15262,"summary":19313},"\u002Fnatural-language-processing\u002Ffoundations\u002Fsmoothing-and-backoff","Smoothing and Backoff","Every finite corpus is missing good word sequences it simply never saw, so a raw n-gram model assigns them probability zero and breaks. Smoothing repairs the zeros: add-one and add-k shave mass off seen events, backoff and interpolation fall back on shorter contexts, and Kneser-Ney — worked here by hand — replaces raw frequency with how many contexts a word completes. We close on web-scale stupid backoff and the neural models that dissolve the zero problem rather than patch it.\n",{"path":19315,"title":19316,"module":19317,"summary":19318},"\u002Fnatural-language-processing\u002Fclassification\u002Fnaive-bayes-and-sentiment","Naive Bayes and Sentiment Classification","Text Classification","Text classification assigns a category to a document — positive or negative, spam or not, one topic among many. Naive Bayes is a generative solution: apply Bayes' rule, assume the words are conditionally independent given the class, and the winning class is the one maximizing the product of a prior and per-word likelihoods. We train it by counting with add-one smoothing, work a full sentiment example by hand, sharpen it for sentiment (binary counts, negation, lexicons), and place it among the transformer classifiers that came after.\n",{"path":19320,"title":19321,"module":19317,"summary":19322},"\u002Fnatural-language-processing\u002Fclassification\u002Fevaluating-classifiers","Evaluating Classifiers","A trained classifier is only useful once we can measure how good it is. We build the confusion matrix, see why accuracy misleads on unbalanced data, and define precision, recall, and the F-measure that balances them. Multi-class tasks need macro- versus micro-averaging; reliable estimates need cross-validation. We close on statistical significance — the paired bootstrap test for whether one system's lead over another is significant.\n",{"path":19324,"title":19325,"module":19317,"summary":19326},"\u002Fnatural-language-processing\u002Fclassification\u002Flogistic-regression","Logistic Regression","Logistic regression is the discriminative counterpart to naive Bayes: instead of modelling how a document is generated, it learns weights that directly separate the classes. We build it from the sigmoid, derive the cross-entropy loss from maximum likelihood, learn the weights by stochastic gradient descent, regularize to curb overfitting, and generalize to many classes with the softmax. The two-class model is already a one-neuron network, so this is the bridge to neural language models.\n",{"path":19328,"title":19329,"module":19317,"summary":19330},"\u002Fnatural-language-processing\u002Fclassification\u002Fsentiment-and-affect-lexicons","Sentiment and Affect Lexicons","A sentiment lexicon is a list of words annotated with the affective meaning they carry — positive or negative, or scores along valence, arousal, and dominance. We fix what \"emotion\" means (basic-emotion versus dimensional models), survey the standard lexicons, and then build lexicons three ways: by human labeling with best-worst scaling, by semi-supervised induction from seed words over an embedding space, and by supervised learning from starred reviews. We close on connotation frames, which record the sentiment a verb implies about each of its arguments.\n",{"path":19332,"title":19333,"module":19334,"summary":19335},"\u002Fnatural-language-processing\u002Fsemantics\u002Fvector-semantics-and-embeddings","Vector Semantics and Embeddings","Semantics","Vector semantics represents a word's meaning as a point in space, derived from the company the word keeps. This first part builds the count-based side: the distributional hypothesis, co-occurrence matrices in their term-document and word-word forms, cosine as the similarity measure, and the two weightings — tf-idf and PPMI — that fix what raw counts get wrong. The result is a sparse, interpretable vector for every word, and the setup for the dense embeddings of the next lesson.\n",{"path":19337,"title":19338,"module":19334,"summary":19339},"\u002Fnatural-language-processing\u002Fsemantics\u002Fstatic-word-embeddings","Static Word Embeddings: word2vec and After","Count-based vectors are long and sparse; embeddings are the short, dense alternative. This lesson builds them with word2vec's skip-gram and negative sampling — a classifier whose learned weights are the vectors — derives its gradient, and works one update by hand. It then reads relations off the analogy parallelogram, surveys the papers that framed the static-embedding era (word2vec, GloVe, the SGNS-as-PPMI equivalence, fastText, ELMo), and closes on the biases embeddings inherit and the single-vector-per-word ceiling that contextual models break.\n",{"path":19341,"title":19342,"module":19334,"summary":19343},"\u002Fnatural-language-processing\u002Fsemantics\u002Fneural-language-models","Neural Networks and Neural Language Models","A neural network is a stack of units, each a weighted sum passed through a non-linearity — a single unit on its own is logistic regression. We build the network up from that unit: the activation functions that give it power, the XOR problem that forces a hidden layer, the feedforward forward pass in matrix form, and the Bengio-style feedforward neural language model that concatenates word embeddings and predicts the next word with a softmax. Training is cross-entropy minimized by gradient descent, with backpropagation supplying the gradient. Embeddings let the model share statistical strength across similar words, avoiding the sparsity that limits n-gram models.\n",{"path":19345,"title":19346,"module":15728,"summary":19347},"\u002Fnatural-language-processing\u002Fsequences\u002Fsequence-labeling","Sequence Labeling: POS and NER","Sequence labeling assigns one tag to every token in a sentence. This first part sets up the task through its two canonical cases — part-of-speech tagging over the Penn Treebank tagset, and named-entity recognition reframed as token labeling with the BIO scheme — then builds the hidden Markov model, the classic probabilistic tagger. The HMM tags by Bayesian inference: transition and emission probabilities under two Markov assumptions, reducing tagging to an argmax over tag sequences. That argmax is exponential to enumerate, which sets up the Viterbi decoder, the CRF, and neural taggers of the next lesson.\n",{"path":19349,"title":19350,"module":15728,"summary":19351},"\u002Fnatural-language-processing\u002Fsequences\u002Fcrfs-and-neural-taggers","Viterbi Decoding, CRFs, and Neural Taggers","The HMM reduced tagging to an argmax over exponentially many tag sequences. This lesson builds the decoder that makes it tractable — the Viterbi dynamic program, worked through a full numeric trace on real WSJ probabilities — then keeps that same decoder while replacing the HMM's rigid tables. The linear-chain conditional random field is a discriminative log-linear model whose global feature functions can inspect any part of the input, which is why CRFs win for NER. Finally it traces the shift to neural taggers (biLSTM-CRF, character-aware NER, ELMo), where hand-built features become learned representations while the Viterbi decoder carries over unchanged.\n",{"path":19353,"title":19354,"module":15728,"summary":19355},"\u002Fnatural-language-processing\u002Fsequences\u002Frnns-and-lstms","RNNs and LSTMs","A feedforward neural language model sees a fixed window of words and can look no further back. The recurrent neural network removes that limit: it carries a hidden state across time, so each word is read in the context of everything before it. We build the RNN from its one recurrent equation, use it as a language model, train it by backpropagation through time, and diagnose the vanishing-gradient problem that makes plain RNNs forget. The LSTM fixes the forgetting with a cell state and three gates, and the encoder-decoder stacks two RNNs into a sequence-to-sequence model — and its single-vector bottleneck is the problem attention was invented to remove.\n",{"path":19357,"title":19358,"module":16210,"summary":19359},"\u002Fnatural-language-processing\u002Ftransformers\u002Ftransformers-and-attention","Transformers and Self-Attention","Recurrence forced language models to read one word at a time and to squeeze every dependency through a chain of hidden states. Self-attention removes the recurrence: at every layer each position compares itself to every other and reads a weighted mixture of them, in a single parallel step. This first part builds the attention operation from the ground up — the soft lookup, queries and keys and values, the scaled dot-product, the numeric trace, the matrix form, and the causal mask — and sets up the full transformer architecture that follows.\n",{"path":19361,"title":17922,"module":16210,"summary":19362},"\u002Fnatural-language-processing\u002Ftransformers\u002Fthe-transformer-architecture","This part takes the scaled dot-product attention of the previous lesson and assembles the full transformer architecture around it: multi-head attention so several relations can be read at once, the transformer block of residual connections and layer norm that makes deep stacks trainable, positional embeddings that restore word order, the decoder-only language model, and the encoder, decoder, and encoder-decoder shapes — closing with the 2017 paper and the pre-norm, FlashAttention, and RoPE refinements that scaled it up.\n",{"path":19364,"title":18030,"module":16210,"summary":19365},"\u002Fnatural-language-processing\u002Ftransformers\u002Flarge-language-models","A large language model is a decoder-only transformer trained on one objective — predict the next token. This first part assembles the inference side: the language-modeling head that turns a hidden state into a distribution over the vocabulary, autoregressive generation, and the decoding strategies — greedy, beam, and sampling with temperature, top-k, and nucleus — that read text back out of that distribution. Training the distribution at web scale comes next.\n",{"path":19367,"title":19368,"module":16210,"summary":19369},"\u002Fnatural-language-processing\u002Ftransformers\u002Fllm-pretraining-and-scaling","Large Language Models: Pretraining and Scaling","A language model's next-token distribution is only as good as the parameters behind it. This part is where those parameters come from: self-supervised pretraining on web-scale text with teacher forcing and cross-entropy, the scaling laws that make test loss a predictable power law in parameters, data, and compute, the KV cache that keeps long-context inference affordable, and how a finished model is evaluated by perplexity and benchmarks — closing with the Kaplan, Chinchilla, GPT-3, and emergence papers behind the scaling story.\n",{"path":19371,"title":19372,"module":16210,"summary":19373},"\u002Fnatural-language-processing\u002Ftransformers\u002Ffine-tuning-and-prompting","Fine-Tuning and Prompting","A pretrained transformer is a general-purpose knowledge source; a task is what you do with it. There are two ways to adapt one, and this first part covers the one that updates the weights: fine-tuning. A bidirectional encoder like BERT is pretrained by masked language modeling, then a small task head is bolted on and the whole thing is trained on labelled data for classification, sequence labeling, or span-based question answering — with parameter-efficient variants (adapters, LoRA) that touch only a sliver of the weights. Prompting, the family that leaves the weights frozen, comes next.\n",{"path":19375,"title":19376,"module":16210,"summary":19377},"\u002Fnatural-language-processing\u002Ftransformers\u002Fprompting-and-alignment","Prompting and Alignment","Fine-tuning adapts a model by changing its weights. The second family of adaptation changes nothing: a large frozen model performs a task from an instruction and a few examples placed in its context. This part covers prompting and in-context learning, chain-of-thought that elicits reasoning, and the two training stages — instruction tuning and RLHF — that turn a fluent base predictor into an aligned assistant, closing with the BERT, LoRA, chain-of-thought, InstructGPT, and retrieval-augmentation papers behind the modern adaptation pipeline.\n",{"path":19379,"title":19380,"module":19381,"summary":19382},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fconstituency-parsing","Constituency Parsing","Linguistic Structure","A constituency parse groups a sentence into nested phrases described by a context-free grammar. We build the CFG formalism, read the phrase structure of English off a treebank, confront the structural ambiguity that makes parsing hard, convert to Chomsky normal form, and then solve it with CKY — the dynamic-programming chart that fills a triangular table bottom-up. Probabilistic and neural span parsers, evaluation, and shallow parsing follow in the companion lesson.\n",{"path":19384,"title":19385,"module":19381,"summary":19386},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcky-scoring-and-evaluation","CKY Scoring, Evaluation, and Shallow Parsing","The CKY chart returns every parse but does not say which is correct. Disambiguation needs a score on trees. This lesson attaches probabilities to a grammar (the PCFG and lexicalization), replaces the grammar with a neural span scorer over a pretrained encoder, states the self-attentive results that made it the state of the art, evaluates parsers against a treebank with PARSEVAL, and closes with chunking and shallow parsing for tasks that need only the flat phrases.\n",{"path":19388,"title":19389,"module":19381,"summary":19390},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fdependency-parsing","Dependency Parsing","A dependency parse throws away phrases and keeps only directed, labeled arcs from heads to their dependents, so the subject and object of a verb hang off the verb directly. We fix the formalism (rooted trees, typed Universal-Dependency relations, projectivity), then build the first parser family: transition-based arc-standard and arc-eager parsing, a greedy stack-and-buffer machine trained from an oracle. Graph-based and neural dependency parsing follow in the companion lesson.\n",{"path":19392,"title":19393,"module":19381,"summary":19394},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fgraph-based-and-neural-dependency-parsing","Graph-Based and Neural Dependency Parsing","Greedy transition parsing commits locally; the graph-based family scores whole trees instead. This lesson scores every candidate head-dependent edge and extracts the maximum spanning tree with Chu-Liu\u002FEdmonds, develops the biaffine neural scorer that made graph-based parsing the accuracy leader, evaluates parsers with the unlabeled and labeled attachment scores (UAS and LAS), and closes on where the two parser families sit and what they feed downstream.\n",{"path":19396,"title":19397,"module":19381,"summary":19398},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fword-senses-and-wsd","Word Senses and Disambiguation","A word is not an atom of meaning: \"bass\" names a fish, a voice, and an instrument, and one static embedding blurs them into a single point. This lesson pulls those senses apart. We define polysemy and the relations that organize senses — synonymy, antonymy, hyponymy, meronymy — build them into WordNet's synset graph, measure similarity along that graph, and then solve the core of word sense disambiguation: the most-frequent-sense baseline, the Lesk gloss-overlap algorithm, feature-based classifiers, and the nearest-neighbor method over BERT embeddings. WSD variants, embeddings, and evaluation follow in the companion lesson.\n",{"path":19400,"title":19401,"module":19381,"summary":19402},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fwsd-in-practice-and-induction","WSD in Practice and Word Sense Induction","Beyond core word sense disambiguation lie the variants and loose ends: the sense-inventory-free Word-in-Context task, retrofitting static embeddings to a thesaurus, discovering senses without a fixed inventory (word sense induction), the gloss-aware and bi-encoder neural systems that hold the state of the art, and how WSD and its cousins are evaluated. Together they connect one-vector-per-word embeddings to sense-aware contextual representations.\n",{"path":19404,"title":19405,"module":19381,"summary":19406},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fsemantic-roles-and-information-extraction","Semantic Roles and Information Extraction","Semantic roles answer \"who did what to whom\" for a single event, abstracting away the syntax that expresses it. We show why syntax alone is not enough, generalize over diathesis alternations with thematic roles, number a predicate's arguments with PropBank and group predicates into frames with FrameNet, tag each argument automatically with semantic role labeling, and factor predicates into primitives. Information extraction scales the idea to a corpus in the companion lesson.\n",{"path":19408,"title":19409,"module":19381,"summary":19410},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Frelations-events-and-templates","Relations, Events, and Templates","Semantic roles answer \"who did what\" for one predicate; information extraction scales the idea to a whole corpus. This lesson turns unstructured text into structured data: relation extraction pulls entity-relation-entity triples out of sentences by patterns, supervision, and distant supervision; event and temporal extraction place those facts on a timeline; and template filling and knowledge-base population assemble them into a database a downstream system can query.\n",{"path":19412,"title":19413,"module":19381,"summary":19414},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcoreference-and-discourse","Coreference and Discourse","A text is more than a bag of sentences: entities recur under different names. Coreference resolution links every mention to the discourse entity it evokes — the linguistic background of pronouns, definite NPs, and names; mention detection; the mention-pair, mention-ranking, and entity-based architectures; a neural end-to-end span model that scores candidate antecedents; features, evaluation by the CoNLL F1, gender bias, and the neural coreference lineage. Discourse coherence follows in the companion lesson.\n",{"path":19416,"title":19417,"module":19381,"summary":19418},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcoherence-and-discourse-structure","Coherence and Discourse Structure","Coherence is what makes a run of sentences a discourse rather than an arbitrary collection. This lesson develops coherence relations and Rhetorical Structure Theory trees, discourse-structure parsing, Centering and the entity grid for entity-based coherence, and representation-learning models of local coherence, measured in part over the coreference chains recovered in the companion lesson.\n",{"path":19420,"title":19421,"module":19381,"summary":19422},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Flogical-semantics","Logical Representations of Meaning","A meaning representation turns a sentence into a formal structure a machine can check against a world and reason over. We set the desiderata a good representation must meet, ground truth in a model, build up first-order logic for sentences with its connectives, quantifiers, and inference, and reify events with the neo-Davidsonian event variable to escape fixed predicate arity. The compositional lambda calculus, quantifier scope, and description logics follow in the companion lesson.\n",{"path":19424,"title":19425,"module":19381,"summary":19426},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcompositional-semantics-and-description-logics","Compositional Semantics and Description Logics","How do you compute a logical form from a sentence automatically? This lesson builds the compositional machinery: the lambda calculus that assembles a formula from a parse tree one beta-reduction at a time, the quantifier-scope ambiguity a single syntax tree leaves open, and the decidable description logics — TBox, ABox, subsumption, role restrictions — behind the Web Ontology Language, closing with how the map from string to logical form can be learned.\n",{"path":19428,"title":19429,"module":19381,"summary":19430},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fsemantic-parsing","Semantic Parsing","Turning a sentence into a structured, executable meaning, the grammar-based way. We take the logical forms defined earlier and build them compositionally: a rule-based parser that walks a syntax tree applying lambda terms, then Combinatory Categorial Grammar (CCG), which fuses syntax and semantics so one lexicalized derivation produces both — including supertagging and A* parsing. Learned and neural semantic parsers follow in the companion lesson.\n",{"path":19432,"title":19433,"module":19381,"summary":19434},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fneural-semantic-parsing","Learned and Neural Semantic Parsing","Hand-writing a lexicon of lambda terms does not scale, so this lesson learns the parser instead. We cover the two supervision regimes (from logical forms and from denotations), Abstract Meaning Representation as a rooted concept graph, neural sequence-to-sequence parsing with constrained decoding and copy mechanisms, executable text-to-SQL and knowledge-based question answering, the practical systems that made learned parsers accurate, and how the task is evaluated.\n",{"path":19436,"title":19437,"module":19381,"summary":19438},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Finformation-extraction","Information Extraction","Information extraction turns free text into a database, and the first step is relation extraction: pulling entity-relation-entity triples out of sentences. We cover all five families — hand-built patterns, supervised classifiers, semi-supervised bootstrapping, distant supervision, and unsupervised Open IE — with worked bootstrapping and distant-supervision traces, then the neural and LLM systems that extended them. Times, events, and templates follow in the companion lesson.\n",{"path":19440,"title":19441,"module":19381,"summary":19442},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Ftimes-events-and-templates","Extracting Times, Events, and Templates","Once relation extraction has produced typed triples, the information-extraction pipeline still has to place facts in time and assemble them into records. This lesson detects and normalizes temporal expressions to ISO 8601 values, detects events and orders them on a timeline with the 13 Allen relations, and fills slot-and-filler templates — flat and hierarchical — for stereotyped situations, closing the loop from text to a queryable database.\n",{"path":19444,"title":19445,"module":19381,"summary":19446},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fdiscourse-coherence","Discourse Coherence","A text is more than a set of sentences. What binds a run of sentences into a discourse is coherence, and one of its sources is structured relations between clauses. This lesson develops relational coherence — RST and the PDTB models of coherence relations — and discourse-structure parsing: EDU segmentation and shift-reduce RST parsing, then PDTB relation classification. Entity-based and global coherence follow in the companion lesson.\n",{"path":19448,"title":19449,"module":19381,"summary":19450},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fentity-based-and-global-coherence","Entity-Based and Global Coherence","A text coheres not only through relations between clauses but by staying about the same entities and the same topic, and by obeying the macro-structure of its genre. This lesson develops Centering Theory and the entity grid for entity-based coherence, representation-learning models of local coherence, and global coherence — topic segmentation, narrative and argumentation structure, and scientific discourse — then the neural models that learn each.\n",{"path":19452,"title":19453,"module":19381,"summary":19454},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fconstituency-grammars","Constituency Grammars","A constituency grammar is the declarative theory of sentence structure that a parser operates on. We build the context-free grammar formalism from its four parts, show how derivations become parse trees, and work through the phrase structure of English — noun phrases, verb phrases and their subcategorization frames, agreement, coordination, and long-distance dependencies. The treebank, normal-form, and lexicalized views follow in the companion lesson.\n",{"path":19456,"title":19457,"module":19381,"summary":19458},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Ftreebanks-and-lexicalized-grammars","Treebanks and Lexicalized Grammars","Where does a grammar come from, and how is it prepared for a parser? We read a context-free grammar off the Penn Treebank, normalize it to Chomsky Normal Form for the CKY chart, then invert the phrase-structure emphasis with lexicalized grammars — Combinatory Categorial Grammar and its slash categories — and close with the grammar's fate in the neural era: span scoring, self-attention, and grammar induction.\n",{"path":19460,"title":19461,"module":18018,"summary":19462},"\u002Fnatural-language-processing\u002Fapplications\u002Fmachine-translation","Machine Translation","Machine translation is the task that built the modern toolkit: the encoder-decoder was invented for it, attention was invented to fix its fixed-context bottleneck, and both were later folded into the general transformer. We work through why translation is hard (word order, morphology, lexical and structural divergences), the sequence-to-sequence model and its attention mechanism, transformer-based NMT with cross-attention, subword tokenization with a shared vocabulary, beam-search decoding, and evaluation by BLEU and its successors chrF, BERTScore, and COMET — closing on multilingual and low-resource translation and backtranslation.\n",{"path":19464,"title":19465,"module":18018,"summary":19466},"\u002Fnatural-language-processing\u002Fapplications\u002Fmachine-translation-decoding-and-evaluation","Machine Translation: Decoding, Evaluation, and Scale","Having built the transformer translation model, we now decode from it and measure the output. Beam search turns the decoder's per-step distributions into a single output string; length normalization keeps it from favoring short translations. We then score translations automatically — BLEU with its n-gram precision, clipping, and brevity penalty, worked through by hand, then its successors chrF, BERTScore, and COMET — and close on the parts of MT that scale beyond one language pair: multilingual and low-resource translation, backtranslation, gender bias, and the lineage from the Transformer to massively multilingual models like NLLB-200.\n",{"path":19468,"title":19469,"module":18018,"summary":19470},"\u002Fnatural-language-processing\u002Fapplications\u002Fquestion-answering","Question Answering","A question-answering system takes a natural-language question and returns an answer, not a ranked list of documents. Almost every modern system is built on one pattern: retrieve then read. We start with the information-retrieval machinery that finds candidate text — tf-idf and BM25 term weighting, a worked ranking example, the inverted index, and dense embedding retrieval — then build the retriever-reader pipeline that extracts an answer span with BERT and trace a full retrieve-and-read example end to end.\n",{"path":19472,"title":19473,"module":18018,"summary":19474},"\u002Fnatural-language-processing\u002Fapplications\u002Fquestion-answering-knowledge-and-llms","Question Answering: Knowledge Bases and Language Models","The retrieve-and-read pipeline extracts an answer span from prose, but not all knowledge lives in prose. This part covers the rest of the QA stack: entity linking (Wikification) that grounds a question's entities to a knowledge base, knowledge-based QA by semantic parsing a question into an executable query, and the modern default — closed-book QA and retrieval-augmented generation with a large language model — closing on the DPR\u002FRAG\u002Ffusion-in-decoder lineage and how factoid answers are scored by exact match and F1.\n",{"path":19476,"title":19477,"module":18018,"summary":19478},"\u002Fnatural-language-processing\u002Fapplications\u002Fdialogue-and-chatbots","Dialogue and Chatbots","Conversation is the most natural interface to a machine and one of the hardest to build. We set up what makes human dialogue work — turns, speech acts, grounding, and the local structure of adjacency pairs — then trace the two traditions that answer it: chatbots built to chat (ELIZA's pattern-matching, corpus retrieval, and seq2seq generation with its blandness problem) and task-oriented systems built to get something done (the GUS frame-and-slot architecture and the modern NLU \u002F state-tracker \u002F policy \u002F NLG pipeline that accumulates a frame across turns).\n",{"path":19480,"title":19481,"module":18018,"summary":19482},"\u002Fnatural-language-processing\u002Fapplications\u002Fdialogue-systems-and-assistants","Dialogue Systems: LLM Assistants, Evaluation, and Design","Two dialogue traditions — chatbots built to chat and task-oriented frame systems built to get something done — met in the aligned LLM assistant. Instruction tuning plus RLHF fold chit-chat and task dialogue into one model; the LaMDA \u002F InstructGPT \u002F ChatGPT lineage fills in how. The lesson then turns to evaluation (human ratings and acute-eval for chatbots, task success and slot error rate for task systems), user-centered design with Wizard-of-Oz prototyping, and the ethical stakes of building agents people talk to.\n",{"path":19484,"title":19485,"module":18018,"summary":19486},"\u002Fnatural-language-processing\u002Fapplications\u002Ftext-summarization","Text Summarization","Summarization compresses a document to its essential meaning, by either selecting sentences to keep (extractive) or writing new ones (abstractive). This part fixes the task and its flavors — single vs. multi-document, generic vs. query-focused, extractive vs. abstractive — then works through extractive summarization in full: scoring by position and centrality, the TextRank\u002FLexRank graph algorithm run as PageRank over a sentence-similarity graph with a worked iteration, and supervised sentence selection.\n",{"path":19488,"title":19489,"module":18018,"summary":19490},"\u002Fnatural-language-processing\u002Fapplications\u002Fabstractive-summarization-and-evaluation","Abstractive Summarization and Evaluation","Extractive methods can only reuse the source's own sentences; to compress within a sentence or paraphrase, a summarizer has to generate. This part covers abstractive summarization: the sequence-to-sequence approach, the pointer-generator's copy switch and coverage mechanism, pretrained summarizers (BART, PEGASUS) and zero-shot LLM prompting, the long-document and factuality problems, and ROUGE evaluation with a worked example and its limits — closing on the abstractive lineage from See 2017 through faithfulness metrics.\n",{"path":19492,"title":19493,"module":19494,"summary":19495},"\u002Fnatural-language-processing\u002Fspeech\u002Fphonetics","Phonetics","Speech","Before a recognizer can read speech it has to know what speech is. This first part covers the linguistic substrate: phones and their transcription in the IPA and ARPAbet; articulatory phonetics — how the vocal tract shapes airflow into consonants and vowels; and prosody — stress, tune, and the F0 contour. The acoustic side — the waveform, its spectrum, formants, and the spectrogram — is the second part.\n",{"path":19497,"title":19498,"module":19494,"summary":19499},"\u002Fnatural-language-processing\u002Fspeech\u002Facoustic-phonetics","Acoustic Phonetics","Articulation is the cause; the acoustic signal is the effect, and the effect is all a microphone ever gets. This part follows the sound out of the mouth: waves, sampling and the Nyquist limit, F0 and the pitch track, the mel scale, the spectrum and Fourier analysis, the source-filter model that explains why each vowel carries its own formants, and the spectrogram the log-mel front end of every ASR system sits directly on top of — closing with neural TTS, wav2vec, HuBERT, and Whisper, where phonetics went in neural speech.\n",{"path":19501,"title":19502,"module":19494,"summary":19503},"\u002Fnatural-language-processing\u002Fspeech\u002Fautomatic-speech-recognition","Automatic Speech Recognition","Speech recognition maps an acoustic waveform to a string of words, and once the waveform is turned into a sequence of log-mel spectrogram frames the problem is the same sequence-to-sequence transduction the rest of the course already solved. This first part builds the feature front end (framing, the DFT, the mel filterbank, the log), then the modern architectures: the attention-based encoder-decoder, the CTC alignment trick that collapses repeated and blank frames, and RNN-T for streaming. Training-data advances, evaluation, TTS, and the other speech tasks come next.\n",{"path":19505,"title":19506,"module":19494,"summary":19507},"\u002Fnatural-language-processing\u002Fspeech\u002Fasr-evaluation-and-applications","ASR Evaluation and Speech Applications","A recognizer turns a waveform into text; this part scores that text and puts the same machinery to other uses. It opens with the self-supervised and weakly- supervised systems (wav2vec 2.0, HuBERT, Whisper) that made ASR error rates fall. Word error rate reuses the edit distance from the first module, run over words. Text-to-speech runs the whole pipeline in reverse — text to mel spectrogram to waveform. And a family of smaller tasks — wake-word detection, speaker recognition and diarization, language identification — reuse the same log-mel front end without the decoder.\n",{"path":19509,"title":19510,"module":6,"summary":6},"\u002Fnatural-language-processing","Natural Language Processing",{"path":19512,"title":19513,"module":15262,"summary":19514},"\u002Fparticle-physics\u002Ffoundations\u002Fhistorical-overview-particle-zoo","From the Electron to the Particle Zoo","A timeline of the subject, from J. J. Thomson's electron in 1897 to the Higgs boson in 2012. The electron, photon, nucleus, proton, and neutron gave a tidy picture that Yukawa's meson prediction and the muon–pion confusion complicated; strange particles in cosmic rays and the accelerator-era flood of hadrons then produced a \"particle zoo\" that only the quark model organized.\n",{"path":19516,"title":19517,"module":15262,"summary":19518},"\u002Fparticle-physics\u002Ffoundations\u002Fparticle-physics-basic-concepts","Basic Concepts and Particle Classification","Every particle has an antiparticle of equal mass and opposite charge, a consequence of the Dirac equation confirmed by the positron. Feynman diagrams track interactions in spacetime; the material particles sort into leptons and the composite hadrons built from quarks, with baryons carrying three quarks and mesons a quark-antiquark pair.\n",{"path":19520,"title":19521,"module":15262,"summary":19522},"\u002Fparticle-physics\u002Ffoundations\u002Ffundamental-interactions-force-carriers","Fundamental Interactions and Force Carriers","Four interactions account for every force in nature: strong, electromagnetic, weak, and gravitational, in decreasing strength. Each is carried by a boson — the gluon, photon, W and Z, and the graviton — with a range fixed by the carrier's mass through the Yukawa relation, and a coupling constant that itself varies with distance.\n",{"path":19524,"title":19525,"module":19526,"summary":19527},"\u002Fparticle-physics\u002Funits-kinematics\u002Fnatural-units-and-scales","Natural Units and Scales","Units and Kinematics","Setting $\\hbar = c = 1$ collapses mass, momentum, and energy into a single unit, the GeV, and turns lengths and times into inverse energies through the conversion $\\hbar c = 197.3$ MeV·fm. This lesson fixes the natural-unit conventions used for the rest of the course, converts cross sections between barns and GeV$^{-2}$, and shows how to restore factors of $\\hbar$ and $c$ by dimensional analysis.\n",{"path":19529,"title":19530,"module":19526,"summary":19531},"\u002Fparticle-physics\u002Funits-kinematics\u002Ffour-vectors-invariant-mass","Four-Vectors and Invariant Mass","The energy and momentum of a particle form a four-vector whose square is the frame-independent quantity $p^2 = m^2$. This lesson develops the metric and four-vector products, the invariant mass of a multiparticle system, the center-of-momentum and laboratory frames, and the description of collinear boosts by rapidity, whose additivity replaces the awkward velocity-addition law.\n",{"path":19533,"title":19534,"module":19526,"summary":19535},"\u002Fparticle-physics\u002Funits-kinematics\u002Fdecay-scattering-kinematics-mandelstam","Decay, Scattering, and Mandelstam Variables","Two-body decay in the rest frame fixes the daughter momenta from the three masses alone; production thresholds follow from the minimum invariant mass. This lesson works both, then introduces the Mandelstam invariants $s$, $t$, $u$ for $2\\to2$ scattering, proves the identity $s+t+u=\\sum m_i^2$, and maps the physical regions and the crossing that relates channels.\n",{"path":19537,"title":19538,"module":19526,"summary":19539},"\u002Fparticle-physics\u002Funits-kinematics\u002Fcross-sections-golden-rule","Cross Sections and the Golden Rule","The cross section measures how often a scattering happens and the decay width how fast a particle disintegrates. This lesson defines both, relates event rate to luminosity through $R=\\mathcal L\\,\\sigma$ and lifetime to width through $\\tau=\\hbar\u002F\\Gamma$, and states Fermi's golden rule with Lorentz-invariant phase space, giving the master formulas that turn an amplitude $\\mathcal M$ into a measurable rate for $1\\to2$ decay and $2\\to2$ scattering.\n",{"path":19541,"title":19542,"module":19543,"summary":19544},"\u002Fparticle-physics\u002Fsymmetries\u002Fconservation-laws-symmetries","Conservation Laws and Symmetries","Symmetries and Conservation Laws","Which decays occur is decided by conservation laws, each tied by Noether's theorem to a symmetry of physical law. Energy, charge, baryon number, and lepton number are conserved universally; strangeness, isospin, and parity hold in the strong and electromagnetic interactions but break in the weak one, whose parity and CP violation distinguish matter from antimatter.\n",{"path":19546,"title":19547,"module":19543,"summary":19548},"\u002Fparticle-physics\u002Fsymmetries\u002Fdiscrete-symmetries-cpt","Discrete Symmetries — C, P, T, and CPT","Parity reflects space, charge conjugation swaps particle for antiparticle, and time reversal runs the clock backward. Each assigns multiplicative quantum numbers that act as selection rules — intrinsic parities, the photon's C = −1, the C-parity argument fixing the pion's two-photon decay. Their product CPT is a theorem of any local relativistic field theory, forcing particle and antiparticle to share mass and lifetime.\n",{"path":19550,"title":19551,"module":19543,"summary":19552},"\u002Fparticle-physics\u002Fsymmetries\u002Fparity-violation-weak","Parity Violation and the Weak Force","The tau–theta puzzle forced a choice: two particles with identical mass but opposite parity, or one particle whose decay violates parity. Lee and Yang proposed the latter, Wu's polarized cobalt-60 confirmed it, and the violation proved maximal. The charged weak force couples only to left-handed chirality — the Goldhaber experiment showed the neutrino is left-handed — which is why the mirror image of a weak decay is something nature never produces.\n",{"path":19554,"title":19555,"module":19543,"summary":19556},"\u002Fparticle-physics\u002Fsymmetries\u002Fsu2-su3-flavor-symmetry","Isospin, SU(2), and Flavor SU(3)","The near-equal masses of the proton and neutron, and of the three pions, signal a continuous internal symmetry of the strong force: isospin, an SU(2) whose ladder operators move between the members of a multiplet. Adding strangeness enlarges it to an approximate SU(3) flavor symmetry, and the Gell-Mann–Nishijima relation Q = I3 + Y\u002F2 places every hadron on a weight diagram in the isospin–hypercharge plane — the language in which the quark model is written.\n",{"path":19558,"title":19559,"module":19560,"summary":19561},"\u002Fparticle-physics\u002Fquark-model\u002Feightfold-way-su3","The Eightfold Way and SU(3) Flavor","The Quark Model","Gell-Mann and Ne'eman's classification of the hadrons into geometric multiplets, read as representations of an approximate flavor SU(3). The fundamental triplet (u, d, s) and its antitriplet combine into the meson nonet from 3⊗3̄ = 8⊕1 and the baryon octet and decuplet from 3⊗3⊗3, and the empty corner of the decuplet forecast the Ω⁻.\n",{"path":19563,"title":19564,"module":19560,"summary":19565},"\u002Fparticle-physics\u002Fquark-model\u002Fmeson-spectroscopy","Meson Multiplets and Quantum Numbers","Mesons as quark–antiquark bound states. The spin singlet and triplet, orbital excitations, and the assignment of J^PC from the quark spins and orbital angular momentum, giving the pseudoscalar and vector nonets. The η–η' and ω–φ mixing problems, and the charmonium and bottomonium spectra read as heavy-quark positronium.\n",{"path":19567,"title":19568,"module":19560,"summary":19569},"\u002Fparticle-physics\u002Fquark-model\u002Fbaryon-spectroscopy","Baryon Multiplets, Spin, and the Color Puzzle","Baryons as three-quark states, with a wavefunction factored into space, spin, flavor, and color. The spin-3\u002F2 Δ⁺⁺ = uuu forces a totally symmetric state that the Pauli principle forbids, and the resolution is an antisymmetric color factor — the first evidence for color. The octet and decuplet spin content, and baryon magnetic moments as a quantitative test of the model.\n",{"path":19571,"title":19572,"module":19560,"summary":19573},"\u002Fparticle-physics\u002Fquark-model\u002Fcolor-confinement-exotics","Color, Confinement, and Exotic Hadrons","Color as the gauged SU(3) charge, and the requirement that every physical hadron be a color singlet — which selects q-qbar mesons and qqq baryons as the simplest states. The R-ratio of e⁺e⁻ annihilation measures three colors directly. Beyond the simplest singlets lie glueballs, tetraquarks, and pentaquarks, and the recent XYZ states, read as either compact multiquarks or loose hadronic molecules.\n",{"path":19575,"title":19576,"module":19577,"summary":19578},"\u002Fparticle-physics\u002Frelativistic-wave-equations\u002Fklein-gordon-equation","The Klein-Gordon Equation","Relativistic Wave Equations","Quantizing the relativistic energy relation $E^2 = p^2 + m^2$ produces the Klein-Gordon equation for a scalar field. Its plane-wave solutions come in positive- and negative-energy branches, and the conserved density it supplies is not positive-definite — the two difficulties that first drove physicists to seek a first-order equation. The static Klein-Gordon equation with a point source gives the Yukawa potential, and the free equation gives the scalar propagator that later modules attach to exchanged lines.\n",{"path":19580,"title":19581,"module":19577,"summary":19582},"\u002Fparticle-physics\u002Frelativistic-wave-equations\u002Fdirac-equation-spinors","The Dirac Equation and Spinors","Dirac demanded a wave equation first order in time to fix the Klein-Gordon density problem. Factorizing $E^2 = p^2 + m^2$ into a linear form forces the coefficients to be anticommuting matrices — the gamma matrices of the Clifford algebra — so the wavefunction becomes a four-component spinor. The plane-wave solutions split into two particle and two antiparticle states, spin appears automatically with the correct $g = 2$ magnetic moment, and the chirality projectors that the weak interaction later needs fall straight out of the fifth gamma matrix.\n",{"path":19584,"title":19585,"module":19577,"summary":19586},"\u002Fparticle-physics\u002Frelativistic-wave-equations\u002Fantiparticles-hole-theory","Antiparticles and Hole Theory","The negative-energy solutions of the Dirac equation refuse to go away, so they must mean something. Dirac read them as a filled sea of occupied negative-energy states whose holes are positive-energy antiparticles, predicting the positron before its discovery. The picture works for fermions but not bosons, and the Feynman-Stückelberg interpretation replaces it: an antiparticle is a negative-energy solution propagating backward in time, equivalent to a positive-energy antiparticle going forward. Crossing symmetry ties incoming particles to outgoing antiparticles in a single amplitude.\n",{"path":19588,"title":19589,"module":19590,"summary":19591},"\u002Fparticle-physics\u002Fqed\u002Ffeynman-rules-qed","Feynman Rules for QED","Quantum Electrodynamics","Quantum electrodynamics computes a process by summing diagrams, each a term in a power series in the coupling. Every diagram translates into an amplitude by a fixed dictionary: spinors and polarization vectors for external lines, propagators for internal lines, and the vertex factor $ie\\gamma^\\mu$ for each photon-fermion junction. Squaring the amplitude and feeding it to Fermi's golden rule produces a cross section or decay rate, with each extra vertex costing one power of $\\alpha$.\n",{"path":19593,"title":19594,"module":19590,"summary":19595},"\u002Fparticle-physics\u002Fqed\u002Fqed-tree-processes","Tree-Level QED Processes","The Feynman rules become numbers on the reference reactions of QED. Muon pair production $e^+e^-\\to\\mu^+\\mu^-$ sets the scale with its $1+\\cos^2\\theta$ distribution and $4\\pi\\alpha^2\u002F3s$ total cross section, and its ratio to hadron production counts colors. Compton scattering gives the Klein-Nishina formula and the Thomson limit; Bhabha scattering shows $s$- and $t$-channel interference. Casimir's trick turns every spin-averaged square into a trace of gamma matrices.\n",{"path":19597,"title":19598,"module":19590,"summary":19599},"\u002Fparticle-physics\u002Fqed\u002Frenormalization-running-coupling","Renormalization and the Running Coupling","Beyond tree level, QED loops diverge. The three primitive one-loop diagrams — vacuum polarization, electron self-energy, and vertex correction — carry ultraviolet divergences that regularization exposes as logarithms of a cutoff. Renormalization absorbs them into the measured mass, charge, and field normalization, leaving finite predictions. The surviving physical content is that the coupling runs: vacuum polarization screens charge, so $\\alpha$ grows from $1\u002F137$ at low energy to about $1\u002F128$ at the $Z$ mass.\n",{"path":19601,"title":19602,"module":19590,"summary":19603},"\u002Fparticle-physics\u002Fqed\u002Felectron-g-2","The Anomalous Magnetic Moment","The Dirac equation predicts $g=2$; loops shift it. Schwinger's one-loop vertex correction gives the anomaly $a=(g-2)\u002F2=\\alpha\u002F2\\pi$, and the QED series continues to five loops. The electron $a_e$ agrees with theory to better than a part in a billion, the most precise confrontation of theory and experiment in physics. The muon $a_\\mu$, heavier and so more sensitive to virtual heavy states, is dominated by hadronic uncertainty and sits at the center of a long-running comparison with the Standard Model prediction.\n",{"path":19605,"title":19606,"module":19607,"summary":19608},"\u002Fparticle-physics\u002Fweak-interaction\u002Fva-structure-weak","The V–A Charged Weak Current","The Weak Interaction","Fermi modelled beta decay as a four-fermion contact interaction, but a coupling with dimensions of inverse mass squared makes cross sections grow without bound and the theory fails near 300 GeV. The cure is a heavy mediator: the $W$ boson, whose propagator collapses to Fermi's contact term at low energy and fixes $G_F\u002F\\sqrt2 = g^2\u002F8M_W^2$. Parity violation dictates the current's form — vector minus axial-vector, coupling only to left-chiral fields — and universality of the coupling ties muon decay, beta decay, and pion decay to one constant. Pion decay's helicity suppression of the electron channel is the sharpest test.\n",{"path":19610,"title":19611,"module":19607,"summary":19612},"\u002Fparticle-physics\u002Fweak-interaction\u002Fw-z-bosons-decays","The W and Z Bosons","The contact theory hides a massive mediator. The charged $W^\\pm$ carries the current that changes flavour; the neutral $Z^0$ carries a current that does not. Both were found at CERN's proton–antiproton collider in 1983 at the masses the electroweak theory demanded. Their decay widths partition into leptonic and hadronic channels, and the $Z$ carries a decisive extra: an invisible width from decays to neutrinos that counts the number of light generations at exactly three. Beta decay and muon decay are re-read at the parton level as $W$ exchange.\n",{"path":19614,"title":19615,"module":19607,"summary":19616},"\u002Fparticle-physics\u002Fweak-interaction\u002Fckm-matrix","Quark Mixing and the CKM Matrix","The quark eigenstates the weak force acts on are not the mass eigenstates. Cabibbo captured this with one rotation angle; the GIM mechanism added a fourth quark to cancel dangerous flavour-changing neutral currents and predicted charm before its discovery. Three generations promote the rotation to the unitary Cabibbo–Kobayashi–Maskawa matrix — three angles and one irreducible complex phase, the sole source of Standard-Model CP violation. The Wolfenstein parametrization exposes its steep hierarchy, and unitarity closes into a triangle whose area measures the phase.\n",{"path":19618,"title":19619,"module":19607,"summary":19620},"\u002Fparticle-physics\u002Fweak-interaction\u002Fcp-violation-kaons-b-mesons","CP Violation in Kaons and B Mesons","The neutral kaon is its own laboratory for CP. Weak box diagrams mix $K^0$ and its antiparticle into short- and long-lived states that should be pure CP eigenstates decaying to two and three pions. In 1964 Cronin and Fitch caught the long-lived kaon decaying to two pions — CP is violated, at the two-per-mille level of $\\epsilon$. Direct violation ($\\epsilon'$) followed, and the $B$ factories turned the CKM phase into a large, clean time-dependent asymmetry measuring $\\sin 2\\beta$. The effect is real but far too small to explain why the universe is made of matter.\n",{"path":19622,"title":19623,"module":19624,"summary":19625},"\u002Fparticle-physics\u002Fqcd\u002Fcolor-su3-gluons","Color SU(3), Gluons, and the QCD Lagrangian","Quantum Chromodynamics","Color is the exact gauged SU(3) charge of the strong force. Gauging it forces eight massless gluons in the adjoint representation and, because the gauge group is non-abelian, three- and four-gluon self-couplings absent from QED. This lesson builds the QCD Lagrangian from the covariant derivative and the non-abelian field strength, states the Feynman rules with their color factors, and computes the Casimir invariants that set the strength of quark-gluon and gluon-gluon coupling.\n",{"path":19627,"title":19628,"module":19624,"summary":19629},"\u002Fparticle-physics\u002Fqcd\u002Fasymptotic-freedom-confinement","Asymptotic Freedom and Confinement","The QCD beta function is negative: gluon self-interaction antiscreens color, so the coupling weakens at short distance (asymptotic freedom) and strengthens at long distance (confinement). This lesson computes the one-loop beta coefficient, solves for the running of alpha_s and the emergent scale Lambda_QCD, and reads the strong-coupling regime as the linear quark-antiquark potential of a color flux tube that breaks by pair creation.\n",{"path":19631,"title":19632,"module":19624,"summary":19633},"\u002Fparticle-physics\u002Fqcd\u002Fdeep-inelastic-scattering-partons","Deep Inelastic Scattering and the Parton Model","Scattering electrons hard off a proton resolves pointlike constituents. This lesson sets up the deep-inelastic kinematics, defines the structure functions F1 and F2, and reads Bjorken scaling as the signature of free spin-half partons. The Callan-Gross relation fixes the parton spin, the structure function becomes a charge-weighted sum of parton distributions, and the slow logarithmic scaling violations expose the gluon through DGLAP evolution.\n",{"path":19635,"title":19636,"module":19624,"summary":19637},"\u002Fparticle-physics\u002Fqcd\u002Fjets-hadronization","Jets, Hadronization, and Testing QCD","Quarks and gluons produced in a collision fragment into collimated sprays of hadrons — jets — whose directions track the underlying partons. This lesson reads two-jet events as the quark and antiquark of electron-positron annihilation, three-jet events as direct evidence of the radiated gluon, and the hadronization step as the flux tube breaking into color singlets. Jet algorithms and event-shape variables turn the pattern into precision measurements of alpha_s.\n",{"path":19639,"title":19640,"module":19641,"summary":19642},"\u002Fparticle-physics\u002Felectroweak-higgs\u002Felectroweak-su2-u1","The Electroweak Theory","Electroweak Unification and the Higgs","The electromagnetic and weak interactions are two faces of a single gauge theory built on $SU(2)_L \\times U(1)_Y$. Left-handed fermions sit in weak-isospin doublets and right-handed fermions in singlets, each carrying a hypercharge fixed by the Gell-Mann–Nishijima relation $Q = T_3 + Y\u002F2$. The four gauge fields $W^{1,2,3}$ and $B$ mix: the charged combinations $W^\\pm$ mediate the charged current, while $W^3$ and $B$ rotate through the Weinberg angle into the massless photon and the massive $Z$. The single angle $\\theta_W$ ties the couplings, the boson masses, and the neutral-current strengths together.\n",{"path":19644,"title":19645,"module":19641,"summary":19646},"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fspontaneous-symmetry-breaking","Spontaneous Symmetry Breaking","A symmetry of the Lagrangian need not be a symmetry of the ground state. When the lowest-energy configuration sits away from the symmetric point, the symmetry is spontaneously broken and the vacuum is one of a degenerate family. Breaking a continuous global symmetry produces one massless scalar — a Goldstone boson — for every broken generator, the flat direction along the vacuum manifold. The Mexican-hat potential and the ferromagnet below its Curie point are the working pictures.\n",{"path":19648,"title":19649,"module":19641,"summary":19650},"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fhiggs-mechanism","The Higgs Mechanism","Gauging a spontaneously broken symmetry converts the would-be Goldstone bosons into the longitudinal polarizations of the gauge fields, which thereby acquire mass. Applied to $SU(2)_L \\times U(1)_Y$ with a single Higgs doublet, three of the four scalar degrees of freedom are eaten by the $W^\\pm$ and $Z$; the fourth survives as the physical Higgs boson, and the photon stays massless. Fermion masses come from Yukawa couplings to the same field, each mass proportional to its coupling times the vacuum expectation value $v \\approx 246$ GeV.\n",{"path":19652,"title":19653,"module":19641,"summary":19654},"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fhiggs-boson-discovery","The Higgs Boson","The Higgs boson is produced at the LHC chiefly through gluon fusion, with vector-boson fusion and associated production as cleaner but rarer channels. It decays most often to $b\\bar b$ and $WW^\\ast$, but the discovery rested on two rare clean modes, $H \\to \\gamma\\gamma$ and $H \\to ZZ^\\ast \\to 4\\ell$, whose narrow invariant-mass peaks emerged over smooth backgrounds. ATLAS and CMS announced a boson near 125 GeV in 2012; its measured spin-parity $0^+$ and its couplings, which scale with particle mass, identify it as the Standard Model Higgs.\n",{"path":19656,"title":19657,"module":19641,"summary":19658},"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fstandard-model","The Standard Model","The Standard Model combines the quark model, quantum chromodynamics, and the electroweak theory. SU(3) symmetry sorts the hadrons and predicted the omega; color explains why only colorless quark combinations exist; QCD gives asymptotic freedom and confinement; and spontaneous symmetry breaking through the Higgs field gives the weak bosons their mass.\n",{"path":19660,"title":19661,"module":19662,"summary":19663},"\u002Fparticle-physics\u002Fneutrinos\u002Fneutrino-oscillations","Neutrino Oscillations","Neutrino Physics","Neutrinos are produced and detected in flavour states, but they propagate as mass states, and the two bases are misaligned. A flavour therefore evolves coherently into a superposition of other flavours with a probability set by the mass-squared splitting and the ratio L\u002FE. This lesson derives the two-flavour oscillation formula, applies it to the solar and atmospheric neutrino deficits, shows how the SNO neutral-current measurement resolved the solar problem, and works out the MSW resonance that amplifies mixing inside the Sun.\n",{"path":19665,"title":19666,"module":19662,"summary":19667},"\u002Fparticle-physics\u002Fneutrinos\u002Fneutrino-mass-pmns","Neutrino Mass and the PMNS Matrix","Three-flavour mixing promotes the single oscillation angle to the unitary Pontecorvo–Maki–Nakagawa–Sakata matrix, parametrised by three angles and a Dirac CP phase. This lesson decomposes the PMNS matrix into three rotations, records the measured angles and mass-squared splittings, lays out the normal and inverted mass orderings, contrasts the large leptonic mixing with the near-diagonal CKM matrix, and collects the absolute-mass bounds from beta decay and cosmology.\n",{"path":19669,"title":19670,"module":19662,"summary":19671},"\u002Fparticle-physics\u002Fneutrinos\u002Fdirac-majorana-experiments","Dirac, Majorana, and Neutrino Experiments","A neutral fermion can carry a mass term forbidden to every charged particle, so the neutrino may be its own antiparticle. This lesson contrasts the Dirac and Majorana mass terms and their state content, derives the seesaw mechanism that ties a tiny light mass to a heavy right-handed partner, presents neutrinoless double-beta decay as the decisive lepton-number test, surveys the reactor, accelerator, solar, and atmospheric sources on a baseline–energy map, and explains why neutrino mass is physics beyond the original Standard Model.\n",{"path":19673,"title":19674,"module":19675,"summary":19676},"\u002Fparticle-physics\u002Fexperiment\u002Faccelerators-luminosity","Accelerators, Colliders, and Luminosity","Accelerators and Detectors","Fixed-target machines waste energy in the center-of-mass motion of the whole system, so the reachable $\\sqrt s$ grows only as the square root of the beam energy, while colliders put the full beam energy into the collision. Circular electron machines are limited by synchrotron radiation scaling as $E^4\u002Fm^4R$; proton machines are limited by bending fields. Luminosity, set by beam current and focusing, converts a cross section into an event rate through $R=\\mathcal L\\,\\sigma$, and integrated luminosity sets the total event count.\n",{"path":19678,"title":19679,"module":19675,"summary":19680},"\u002Fparticle-physics\u002Fexperiment\u002Fdetectors-subsystems","Particle Detectors and Subsystems","A detector reads a collision by the energy particles deposit as they cross matter. Charged particles ionize at the Bethe-Bloch rate, radiate in the field of nuclei above a critical energy, and emit Cherenkov light above a velocity threshold; electrons and photons build electromagnetic showers over a radiation length, and hadrons build wider showers over a nuclear interaction length. The onion of tracker, electromagnetic and hadronic calorimeters, and outer muon chambers turns these processes into momentum, energy, and identity, with neutrinos inferred from missing transverse momentum.\n",{"path":19682,"title":19683,"module":19675,"summary":19684},"\u002Fparticle-physics\u002Fexperiment\u002Fhow-discoveries-are-made","From Collisions to Discoveries","A discovery is a peak that survives statistics. Events are reconstructed into invariant masses, a signal accumulates as a bump over a smooth background, and its significance is judged by a p-value; the field's threshold is five sigma. The expected yield is a product — luminosity times cross section times branching ratio times acceptance and efficiency — that must be balanced by a trigger and data-reduction chain against an overwhelming rate. Worked reconstructions of $Z\\to\\ell\\ell$, the $J\u002F\\psi$, and the Higgs show the same peak-over-background logic at three scales.\n",{"path":19686,"title":19687,"module":19687,"summary":19688},"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fbeyond-standard-model","Beyond the Standard Model","The Standard Model leaves the four interactions ununified and the neutrinos massless, both now known to be wrong. Grand unification predicts the couplings merge near ten-to-the-sixteen GeV and the proton decays; supersymmetry pairs each particle with a superpartner; and the confirmed oscillation of neutrinos proves they carry mass, the first crack in the model.\n",{"path":19690,"title":19691,"module":19687,"summary":19692},"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fgrand-unified-theories","Grand Unified Theories and Proton Decay","The Standard Model gauge group is a product of three factors with three independent couplings. A grand unified theory embeds them in a single simple group — SU(5) is the minimal choice — so that one coupling runs into all three and the fractional quark charges follow from a tracelessness condition. The same embedding places quarks and leptons in shared multiplets, mediates baryon-number violation through superheavy gauge bosons, and predicts the proton decays with a lifetime that Super-Kamiokande has pushed past ten-to-the-thirty-four years.\n",{"path":19694,"title":19695,"module":19687,"summary":19696},"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fsupersymmetry","Supersymmetry","Supersymmetry relates fermions and bosons, pairing every Standard Model particle with a superpartner whose spin differs by one half. The pairing makes the scalar and fermion loop corrections to the Higgs mass cancel, removing the quadratic sensitivity to high scales; it sharpens the meeting of the three gauge couplings; and, when R-parity is conserved, it leaves the lightest superpartner stable and neutral, a natural dark-matter candidate. The LHC has excluded gluinos and light squarks below roughly two TeV.\n",{"path":19698,"title":19699,"module":19687,"summary":19700},"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fhierarchy-problem-naturalness","The Hierarchy Problem and Naturalness","The electroweak scale sits sixteen orders of magnitude below the Planck scale, and nothing in the Standard Model protects that gap. The Higgs mass squared picks up quadratic corrections proportional to the highest scale in the theory, so keeping it at the observed value requires the bare mass and its counterterm to cancel to some thirty significant figures. Naturalness treats that cancellation as a symptom of missing physics. Supersymmetry, compositeness, and extra dimensions each remove the quadratic sensitivity, but the LHC has found none of them at the predicted scale.\n",{"path":19702,"title":19703,"module":19687,"summary":19704},"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fdark-matter-candidates","Dark Matter and Particle Candidates","Flat galactic rotation curves, gravitational lensing, the cosmic microwave background, and structure formation all require about five times more matter than the visible baryons, none of it interacting electromagnetically. A stable weakly interacting particle of roughly weak-scale mass freezes out of the early universe with close to the observed abundance — the WIMP miracle — and is the leading candidate, with axions and sterile neutrinos as alternatives. Direct, indirect, and collider searches have so far only tightened the limits.\n",{"path":19706,"title":19707,"module":19687,"summary":19708},"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fmatter-antimatter-open-questions","Matter-Antimatter Asymmetry and Open Questions","The universe is made of matter, with about one extra baryon for every billion photons and no antimatter regions. Sakharov identified the three conditions any dynamical explanation must meet: baryon-number violation, C and CP violation, and a departure from thermal equilibrium. The Standard Model contains all three in principle, but its CP violation falls short by some ten orders of magnitude, so baryogenesis requires new physics — leptogenesis being the leading route. A closing survey collects the open questions and the experiments aimed at them.\n",{"path":19710,"title":19711,"module":6,"summary":6},"\u002Fparticle-physics","Particle Physics",{"path":19713,"title":19714,"module":19715,"summary":19716},"\u002Fastrophysics-cosmology\u002Forientation\u002Fthe-sun-and-stars","The Sun and the Life of Stars","Orientation","The Sun is the one star close enough to study in detail: its luminosity fixes a surface temperature of 5780 K, and the proton-proton fusion cycle in its 1.5-million-kelvin core supplies its power. Measuring other stars needs the magnitude scale, parallax, and the distance ladder; plotting luminosity against temperature builds the Hertzsprung-Russell diagram, on which a star's mass sets its lifetime and its evolutionary track off the main sequence.\n",{"path":19718,"title":19719,"module":19715,"summary":19720},"\u002Fastrophysics-cosmology\u002Forientation\u002Fstellar-death-final-states","Cataclysmic Events and the Final States of Stars","A star's death is set by its mass. In close binaries, matter poured across the Roche lobe onto a white dwarf produces novae and, at the Chandrasekhar limit of 1.4 solar masses, a Type Ia supernova; a massive star fusing to an iron core collapses into a Type II supernova. The remnant is a white dwarf held by electron degeneracy, a neutron star held by neutron degeneracy, or, above the neutron-star limit, a black hole inside its Schwarzschild radius.\n",{"path":19722,"title":19723,"module":19715,"summary":19724},"\u002Fastrophysics-cosmology\u002Forientation\u002Fgalaxies-and-cosmology","Galaxies, Cosmology, and the Evolving Universe","Galaxies come in elliptical, spiral, and irregular forms, and their redshifts obey Hubble's law, evidence that space itself is expanding. The critical density and the density parameter decide whether the universe is open, flat, or closed; baryons, dark matter, and dark energy each contribute. The cosmic microwave background and primordial helium anchor the Big Bang, whose thermal history runs from inflation through nucleosynthesis to the atoms of today.\n",{"path":19726,"title":19727,"module":19728,"summary":19729},"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Fmagnitudes-fluxes-and-the-distance-modulus","Magnitudes, Fluxes, and the Distance Modulus","Observational Foundations","The brightness of a star reaches us as a radiant flux that falls off as the inverse square of distance. The magnitude scale encodes flux logarithmically through the Pogson ratio; the apparent and absolute magnitudes differ by the distance modulus, which converts a measured brightness into a distance. The bolometric correction folds a filtered magnitude into a total luminosity, and the difference of two magnitudes in different bands, the color index, measures surface temperature.\n",{"path":19731,"title":19732,"module":19728,"summary":19733},"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Fstellar-spectra-and-spectral-classification","Stellar Spectra and Spectral Classification","A stellar spectrum is a continuum crossed by absorption lines whose strengths are set by the temperature of the atmosphere. The Boltzmann factor governs how atoms populate excited states, and the Saha equation governs how they ionize; their product explains why each line, such as the hydrogen Balmer series, peaks in strength at a characteristic temperature. This behavior orders stars into the OBAFGKM sequence, and the luminosity classes of the MK system add a second dimension for surface gravity.\n",{"path":19735,"title":19736,"module":19728,"summary":19737},"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Ftelescopes-and-detectors-across-the-spectrum","Telescopes and Detectors Across the Spectrum","A telescope collects light in proportion to its collecting area and resolves detail down to the diffraction limit set by its aperture and the observing wavelength. The atmosphere blurs and blocks large parts of the spectrum, which drives the choice between ground and space and between refractors, reflectors, and radio dishes. CCDs record the light with high quantum efficiency, and interferometry synthesizes an aperture as large as the separation of two telescopes.\n",{"path":19739,"title":19740,"module":19728,"summary":19741},"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Fthe-cosmic-distance-ladder","The Cosmic Distance Ladder","No single method measures distances from the nearest stars to the far reaches of the universe. Instead a ladder of overlapping techniques, each calibrated by the one below it, extends the scale rung by rung: trigonometric parallax, main-sequence fitting, pulsating variables, the tip of the red-giant branch, the Tully-Fisher relation, and Type Ia supernovae. Each rung inherits the uncertainty of every rung beneath it, so the whole chain sets the accuracy of the Hubble constant.\n",{"path":19743,"title":19744,"module":19745,"summary":19746},"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fblackbody-radiation-and-specific-intensity","Blackbody Radiation and Specific Intensity","Radiation and Matter","Specific intensity is the fundamental measure of a radiation field: energy per unit area, time, frequency, and solid angle. It is conserved along a ray in empty space, and its angular moments give the mean intensity, flux, and radiation pressure. In thermal equilibrium the intensity equals the Planck function, whose limits and integrals reproduce the Rayleigh-Jeans law, the Wien law, Stefan-Boltzmann, and Wien's displacement law.\n",{"path":19748,"title":19749,"module":19745,"summary":19750},"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fradiative-transfer-and-the-transfer-equation","Radiative Transfer and the Transfer Equation","Along a ray, matter adds intensity through emission and removes it through absorption. Measuring path length in optical depth turns this into the transfer equation, whose formal solution superposes an attenuated background on the source function integrated along the line of sight. In local thermodynamic equilibrium the source function is the Planck function, and the Eddington-Barbier relation shows that the emergent intensity samples the source function at optical depth of order unity, explaining absorption lines and solar limb darkening.\n",{"path":19752,"title":19753,"module":19745,"summary":19754},"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fspectral-line-formation-and-broadening","Spectral-Line Formation and Broadening","A spectral line is a bound-bound transition whose strength is set by an oscillator strength and whose shape is set by three broadening mechanisms: the Lorentzian natural and collisional wings, the Gaussian thermal Doppler core, and their Voigt convolution. Equivalent width measures the total absorption, and the curve of growth relates it to the number of absorbers through a linear, saturated, and damping regime, turning line strengths into abundances.\n",{"path":19756,"title":19757,"module":19745,"summary":19758},"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fopacity-and-the-rosseland-mean","Opacity Sources and the Rosseland Mean","Stellar opacity comes from four processes: bound-bound line absorption, bound-free photoionization, free-free absorption, and electron scattering. The bound-free and free-free terms follow a Kramers law, electron scattering sets a frequency-flat floor, and the negative hydrogen ion dominates cool photospheres. The Rosseland mean averages these harmonically, weighting transparent frequencies because they carry the flux, and its value fixes the radiative temperature gradient and decides where a star becomes convective.\n",{"path":19760,"title":19761,"module":19762,"summary":19763},"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fhydrostatic-equilibrium-and-the-virial-theorem","Hydrostatic Equilibrium and the Virial Theorem","Stellar Structure","A star holds itself up by balancing the inward pull of gravity against an outward pressure gradient. This balance, hydrostatic equilibrium, fixes a lower bound on the central pressure and, combined with the gravitational potential energy, yields the virial theorem. The virial relation gives a star a negative heat capacity, so that losing energy makes it hotter, and sets the Kelvin-Helmholtz timescale over which contraction alone can power the Sun.\n",{"path":19765,"title":19766,"module":19762,"summary":19767},"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fthe-equations-of-stellar-structure","The Equations of Stellar Structure","A static star is described by four coupled first-order differential equations in the interior mass or radius: mass conservation, hydrostatic equilibrium, energy generation, and energy transport. Closed with an equation of state, opacity, and reaction rates, and subject to central and surface boundary conditions, they determine the structure uniquely from mass and composition, the Vogt-Russell theorem. Energy moves by radiation until the temperature gradient exceeds the Schwarzschild limit, where convection takes over.\n",{"path":19769,"title":19770,"module":19762,"summary":19771},"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fthe-equation-of-state-and-polytropes","The Equation of State and Polytropes","Stellar pressure comes from gas, radiation, and, at high density, degenerate electrons. When pressure depends on density as a power law, hydrostatic equilibrium reduces to the Lane-Emden equation, whose solutions describe polytropes of index n. The relativistic degenerate case, n equal to three, gives a mass independent of radius, the Chandrasekhar mass. Eddington's standard model treats a radiation-supported star as an n equal to three polytrope and yields the quartic relating radiation fraction to mass.\n",{"path":19773,"title":19774,"module":19762,"summary":19775},"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fthe-standard-solar-model","The Standard Solar Model","The standard solar model integrates the structure equations for one solar mass and calibrates the composition and convection parameter to reproduce the Sun's observed luminosity, radius, and age. Helioseismology tests the model's sound speed through the Sun's acoustic p-mode oscillations, and the model predicts a neutrino flux by production channel. The measured deficit, the solar-neutrino problem, is resolved by matter-enhanced flavor oscillation, confirmed when SNO measured the total flux across all flavors.\n",{"path":19777,"title":19778,"module":19779,"summary":19780},"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fthermonuclear-reaction-rates-and-the-gamow-peak","Thermonuclear Reaction Rates and the Gamow Peak","Nuclear Astrophysics","Stellar fusion proceeds only by quantum tunneling through the Coulomb barrier, because thermal energies are a thousand times smaller than the barrier height. The reaction rate is an integral over the Maxwell–Boltzmann distribution and the tunneling probability, whose product is sharply peaked at the Gamow energy. The astrophysical S-factor isolates the nuclear physics from the barrier penetration, and the steep temperature dependence follows from the width and position of the Gamow peak.\n",{"path":19782,"title":19783,"module":19779,"summary":19784},"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fhydrogen-burning-pp-chains-and-cno","Hydrogen Burning: pp Chains and the CNO Cycle","Four protons fuse into one helium-4 nucleus, releasing 26.7 MeV, through two competing networks. The pp chain begins with a weak-interaction bottleneck and branches three ways; the CNO cycle uses carbon, nitrogen, and oxygen as catalysts and is limited by nitrogen-14 proton capture. Their steep and gentle temperature dependences cross near 1.8e7 K, which divides pp-powered lower-main-sequence stars from CNO-powered upper-main-sequence stars.\n",{"path":19786,"title":19787,"module":19779,"summary":19788},"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fhelium-burning-and-the-triple-alpha-process","Helium Burning and the Triple-Alpha Process","Helium fuses to carbon in two steps through the unbound beryllium-8 nucleus and a resonant excited state of carbon-12, the Hoyle state, whose existence was predicted from the observed carbon abundance. The rate scales as roughly the fortieth power of temperature, and in a degenerate low-mass core this drives the runaway helium flash. A competing alpha capture on carbon-12 sets the carbon-to-oxygen ratio and the composition of the resulting white dwarf.\n",{"path":19790,"title":19791,"module":19779,"summary":19792},"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fadvanced-burning-and-neutron-capture-nucleosynthesis","Advanced Burning, the Iron Peak, and the s\u002Fr Processes","Massive stars burn carbon, neon, oxygen, and silicon in ever-shorter stages, building an onion-shell interior and reaching nuclear statistical equilibrium at the iron peak, where the binding-energy-per-nucleon curve turns over and fusion can release no more energy. Elements beyond iron form by neutron capture: the slow s-process in AGB stars tracks the valley of stability, while the rapid r-process in supernovae and neutron-star mergers builds the heaviest nuclei far from it.\n",{"path":19794,"title":19795,"module":19796,"summary":19797},"\u002Fastrophysics-cosmology\u002Fism-and-star-formation\u002Fphases-of-the-interstellar-medium","The Phases of the Interstellar Medium","The Interstellar Medium","The gas between the stars separates into distinct thermal phases, from cold molecular clouds at 10 K to a diffuse million-degree corona, held near a common pressure by a balance of photoelectric heating and radiative cooling. Neutral hydrogen is traced by the 21-cm hyperfine line, dust reddens and extinguishes starlight along a characteristic wavelength law, and the ultraviolet output of hot stars carves ionized Strömgren spheres out of the surrounding gas.\n",{"path":19799,"title":19800,"module":19796,"summary":19801},"\u002Fastrophysics-cosmology\u002Fism-and-star-formation\u002Fmolecular-clouds-and-gravitational-collapse","Molecular Clouds and Gravitational Collapse","Stars form in cold, dense molecular clouds when self-gravity overcomes thermal and magnetic support. The virial theorem fixes the Jeans mass and length at which a clump becomes unstable, the free-fall time sets how fast it collapses, and a fragmentation cascade — cut off at a minimum mass by the onset of opacity — turns one cloud into a whole cluster, imprinting the stellar initial mass function.\n",{"path":19803,"title":19804,"module":19796,"summary":19805},"\u002Fastrophysics-cosmology\u002Fism-and-star-formation\u002Fprotostars-and-the-pre-main-sequence","Protostars and Pre-Main-Sequence Evolution","A collapsing core becomes optically thick and forms a protostar that grows by accretion through a disk while driving bipolar outflows. The newborn star appears on the birthline and contracts down the fully convective Hayashi track, then crosses the radiative Henyey track to the zero-age main sequence, powered by gravitational contraction until hydrogen ignites. Below about 0.08 solar masses degeneracy halts contraction before ignition, dividing stars from brown dwarfs.\n",{"path":19807,"title":19808,"module":19809,"summary":19810},"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fthe-main-sequence-and-its-structure","The Main Sequence and Its Structure","Stellar Evolution","A star settles onto the zero-age main sequence when core hydrogen ignition halts contraction. Homology scaling of the structure equations reproduces the mass–luminosity relation, and the burning mode splits the sequence into an upper branch with a convective core and a lower branch with a convective envelope. The main-sequence lifetime falls steeply with mass, and the turnoff of a coeval cluster serves as a clock.\n",{"path":19812,"title":19813,"module":19809,"summary":19814},"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fpost-main-sequence-low-mass-evolution","Post-Main-Sequence Evolution of Low-Mass Stars","When a low-mass star exhausts core hydrogen, burning moves to a shell, the core contracts, and the envelope swells into a red giant. A degenerate helium core ignites in a flash, settles onto the horizontal branch, and after a second contraction the star climbs the asymptotic giant branch with two burning shells. Thermal pulses and dredge-up enrich the surface, and mass loss ejects a planetary nebula, leaving a carbon–oxygen white dwarf.\n",{"path":19816,"title":19817,"module":19809,"summary":19818},"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fthe-evolution-of-massive-stars","The Evolution of Massive Stars","Stars above about eight solar masses burn through hydrogen, helium, carbon, neon, oxygen, and silicon in stages that grow shorter as neutrino losses accelerate contraction. The interior becomes an onion of concentric burning shells around an inert iron core. Radiation pressure near the Eddington limit drives fierce winds that can strip the hydrogen envelope entirely, and silicon burning builds an iron core toward the threshold of collapse.\n",{"path":19820,"title":19821,"module":19809,"summary":19822},"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fstellar-pulsation-and-the-instability-strip","Stellar Pulsation and the Instability Strip","Radial pulsation is a standing sound wave whose period scales inversely with the square root of the mean density. The kappa mechanism, an opacity valve seated in the helium partial-ionization zone, turns a star into a heat engine that pumps the oscillation. Stars in the instability strip pulsate as Cepheids, RR Lyrae, and Mira variables, and the Cepheid period–luminosity relation calibrates the distance ladder.\n",{"path":19824,"title":18251,"module":19825,"summary":19826},"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fwhite-dwarfs-and-the-chandrasekhar-limit","Stellar Death and Compact Remnants","A white dwarf is held up by the degeneracy pressure of its electrons, a quantum-mechanical stiffness that survives to zero temperature. Filling the Fermi sea sets a pressure that scales as density to the five-thirds power when the electrons are slow and only four-thirds when they are relativistic. The softer relativistic law produces the inverted mass-radius relation and a maximum mass, the Chandrasekhar limit near 1.4 solar masses, above which no cold equilibrium exists. Cooling and crystallization then turn the white-dwarf population into a clock for the Galactic disk.\n",{"path":19828,"title":19829,"module":19825,"summary":19830},"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fcore-collapse-supernovae","Core-Collapse Supernovae","When a massive star builds an iron core past the Chandrasekhar mass, degeneracy fails and the core collapses in less than a second. Photodisintegration and electron capture remove pressure support and neutronize the matter; the collapse halts abruptly at nuclear density, launching a shock that stalls and is revived by neutrino heating. The event is a Type II or stripped-envelope Ib\u002FIc supernova, and the neutrinos from SN 1987A confirmed the picture directly.\n",{"path":19832,"title":19833,"module":19825,"summary":19834},"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fthermonuclear-supernovae-type-ia","Thermonuclear Supernovae","A carbon-oxygen white dwarf driven toward the Chandrasekhar mass ignites its degenerate fuel and unbinds itself in a thermonuclear runaway, the Type Ia supernova. The light curve is powered by the radioactive decay of nickel-56 to cobalt-56 to iron-56, and the Phillips relation between peak brightness and decline rate makes these events standardizable candles. Their near-uniform luminosity turns them into the distance indicators that revealed cosmic acceleration.\n",{"path":19836,"title":19837,"module":19825,"summary":19838},"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fneutron-stars-and-pulsars","Neutron Stars and Pulsars","A neutron star is held up by neutron degeneracy and the repulsive nuclear force, with a maximum mass, the Tolman-Oppenheimer-Volkoff limit, set by an uncertain dense-matter equation of state. Its rotating magnetic dipole sweeps a beam past Earth as a pulsar, and magnetic braking traces a track across the period-period- derivative diagram. Millisecond pulsars, magnetars, glitches, and the orbital decay of the Hulse-Taylor binary follow from the same structure.\n",{"path":19840,"title":19841,"module":19825,"summary":19842},"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fblack-holes-schwarzschild-and-kerr","Black Holes, Schwarzschild and Kerr","Above the neutron-star mass limit gravity wins completely and the remnant is a black hole. The Schwarzschild solution gives the event horizon, gravitational redshift, and time dilation; the innermost stable circular orbit sets the efficiency of accretion. Rotating Kerr black holes drag spacetime and carry an ergosphere. Stellar-mass black holes are found in X-ray binaries, and the Event Horizon Telescope has imaged the shadow of a supermassive one.\n",{"path":19844,"title":19845,"module":19846,"summary":19847},"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Fbinary-systems-and-mass-transfer","Binary Systems and Mass Transfer","Binaries and Gravitational Waves","Most stars are born in pairs, and a binary is the only setting where a stellar mass can be measured directly. Visual, spectroscopic, and eclipsing binaries each expose a different combination of the orbital elements, and together they calibrate the mass-luminosity relation. When one star swells to fill its Roche lobe, gas streams through the inner Lagrange point onto its companion. Conservative transfer widens or shrinks the orbit depending on the mass ratio, and the sign of that response explains the Algol paradox.\n",{"path":19849,"title":19850,"module":19846,"summary":19851},"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Faccreting-compact-objects","Accreting Compact Objects","Gas falling onto a compact object converts gravitational binding energy into radiation with an efficiency set by the depth of the potential well, up to tens of percent of the rest mass for a neutron star or black hole. Angular momentum forces the flow into a disk, and viscous dissipation gives a temperature profile that falls as radius to the minus three-quarters, producing a multicolor blackbody spectrum. Radiation pressure caps the steady luminosity at the Eddington limit. Unstable nuclear burning of the accreted fuel powers classical novae on white dwarfs and Type I X-ray bursts on neutron stars.\n",{"path":19853,"title":19854,"module":19846,"summary":19855},"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Fgravitational-waves-from-inspiraling-binaries","Gravitational Waves from Inspiraling Binaries","A time-varying mass quadrupole radiates gravitational waves, ripples in spacetime that stretch and squeeze a ring of free masses along two polarizations. The radiated power drains a binary's orbital energy, shrinking the orbit and sweeping the wave frequency upward in a chirp whose rate fixes the chirp mass. Laser interferometers with kilometre arms measure the resulting strain of order ten to the minus twenty-one. The first detection, GW150914, matched a template for two merging black holes near thirty solar masses each.\n",{"path":19857,"title":19858,"module":19846,"summary":19859},"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Fmultimessenger-astronomy-and-gamma-ray-bursts","Multimessenger Astronomy and Gamma-Ray Bursts","Gamma-ray bursts split into two populations: long bursts from the collapse of massive stars and short bursts from merging compact objects. The compactness problem forces the emitting plasma to move at ultra-relativistic speed, beaming the radiation into a narrow jet. The neutron-star merger GW170817 tied a gravitational chirp to a short gamma-ray burst, a radioactive kilonova, and a broadband afterglow, confirming that mergers forge r-process elements. A merger with a measured redshift is a standard siren that reads the Hubble constant from gravitational data alone.\n",{"path":19861,"title":19862,"module":19863,"summary":19864},"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fthe-milky-way","The Milky Way Galaxy","Galaxies and Dark Matter","The Galaxy resolves into a thin disk of gas and young stars, a central bar and bulge, and a diffuse old halo studded with globular clusters. Star counts and the reddening of distant light map these components, while the differential rotation of the disk — encoded in the Oort constants and the flat rotation curve — measures the enclosed mass and reveals more than the stars can account for. Spiral arms are density waves, not material structures, and the innermost stellar orbits around Sgr A* weigh a four-million-solar-mass black hole.\n",{"path":19866,"title":19867,"module":19863,"summary":19868},"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fgalaxy-morphology-and-classification","Galaxy Morphology and Classification","Galaxies sort along the Hubble tuning fork from smooth ellipticals through lenticulars to grand-design and barred spirals, with irregulars off the end. The light of a spheroid follows the de Vaucouleurs quarter-power law while a disk fades exponentially, and the general Sérsic profile interpolates between them. Virial scaling relations — Tully–Fisher for disks, Faber–Jackson and the fundamental plane for spheroids — tie luminosity to internal motions, and the Schechter function fixes the abundance of galaxies as a function of luminosity.\n",{"path":19870,"title":19871,"module":19863,"summary":19872},"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fgalaxy-rotation-curves-and-dark-matter","Galaxy Rotation Curves and Dark Matter","The rotation curves of disk galaxies stay flat far beyond the light, demanding an extended halo whose density falls as the inverse square of radius. Decomposing the curve into disk, bulge, and halo, and fitting isothermal or NFW profiles, quantifies the missing mass. Gravitational lensing weighs the same mass without dynamics, the mass-to-light ratio climbs from stars to clusters, and the Bullet Cluster separates the collisionless dark matter from the colliding gas — evidence that MOND strains to match.\n",{"path":19874,"title":19875,"module":19863,"summary":19876},"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Factive-galactic-nuclei-and-supermassive-black-holes","Active Galactic Nuclei","A small fraction of galaxies pour out enormous luminosity from a region smaller than the solar system. Accretion onto a supermassive black hole, limited by the Eddington balance of radiation pressure and gravity, powers the Seyferts, quasars, radio galaxies, and blazars — one engine seen from different angles through an obscuring torus. Relativistic jets produce apparent superluminal motion, reverberation mapping and stellar dynamics weigh the central mass, and the M–sigma relation ties that mass to the host bulge.\n",{"path":19878,"title":19879,"module":19863,"summary":19880},"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fgalaxy-clusters-and-large-scale-structure","Galaxy Clusters and Large-Scale Structure","Galaxies gather into groups and rich clusters bound by a common dark halo and filled with hot X-ray gas. Three independent probes — the virial theorem, the hydrostatic X-ray temperature, and gravitational lensing — agree on a mass that dwarfs the stars. On the largest scales galaxies trace a cosmic web of filaments, walls, and voids, quantified by the two-point correlation function, whose baryon acoustic oscillation bump provides a standard ruler for cosmology.\n",{"path":19882,"title":19883,"module":19884,"summary":19885},"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fthe-expanding-universe-and-hubbles-law","The Expanding Universe and Hubble's Law","Cosmic Expansion and Dynamics","The universe is homogeneous and isotropic on large scales, so its expansion is captured by a single function of time, the scale factor. Comoving coordinates stay fixed while proper distances grow in proportion to the scale factor, producing Hubble's law and a cosmological redshift that measures stretched space rather than a Doppler shift. A Newtonian energy argument reproduces the dynamics, and the same finite, expanding cosmos resolves Olbers' paradox.\n",{"path":19887,"title":19888,"module":19884,"summary":19889},"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fthe-frw-metric-and-cosmological-redshift","The FRW Metric and Cosmological Redshift","The geometry of a homogeneous, isotropic universe is fixed by symmetry to the Robertson-Walker metric, with the entire freedom reduced to a scale factor and a single curvature constant selecting an open, flat, or closed space. From the metric the null geodesic of light gives comoving distance, the exact cosmological redshift, and the distinction between the proper distance we cannot measure and the redshift we can.\n",{"path":19891,"title":16969,"module":19884,"summary":19892},"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fthe-friedmann-equations-and-cosmic-dynamics","The scale factor obeys the Friedmann equation, the acceleration equation, and the fluid equation, only two of which are independent. An equation of state fixes how each component behaves under expansion, so radiation dilutes as the inverse fourth power of the scale factor, matter as the inverse cube, and vacuum energy not at all. The critical density defines the density parameters, and the deceleration parameter encodes whether gravity or dark energy is winning.\n",{"path":19894,"title":19895,"module":19884,"summary":19896},"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fcosmological-models-and-distances","Cosmological Models and Distances","Integrating the Friedmann equation for particular mixtures gives the benchmark models, from the matter-only Einstein-de Sitter universe to the concordance Lambda-CDM, each with its own scale-factor history and age. Because the redshift is the only direct observable, several distance measures diverge at high redshift, and the angular-diameter distance even turns over so that the most distant objects look larger. The horizon and lookback time set what is causally and observationally reachable.\n",{"path":19898,"title":19899,"module":19884,"summary":19900},"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fdark-energy-and-the-accelerating-universe","Dark Energy and the Accelerating Universe","In 1998 two teams found that distant Type Ia supernovae are fainter than a decelerating universe predicts, revealing that the expansion is accelerating and that a component with negative pressure dominates the energy budget. The simplest candidate is the cosmological constant, or vacuum energy, with an equation of state near minus one. It works observationally but leaves two deep puzzles: why the vacuum energy is a hundred and twenty orders of magnitude smaller than expected, and why it is comparable to the matter density just now.\n",{"path":19902,"title":19903,"module":19904,"summary":19905},"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fthe-thermal-history-of-the-universe","The Thermal History of the Universe","The Hot Big Bang","Running the expansion backward compresses and heats the universe, so its past is a sequence of thermal epochs set by temperature. Temperature scales as the inverse scale factor; species stay in equilibrium while their interaction rate exceeds the expansion rate and freeze out when it drops below. The effective degrees of freedom count the relativistic species and step down through mass thresholds, and neutrino decoupling just before electron-positron annihilation leaves a relic neutrino background slightly cooler than the photons.\n",{"path":19907,"title":19908,"module":19904,"summary":19909},"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fbig-bang-nucleosynthesis","Big Bang Nucleosynthesis","In the first three minutes the weak interactions freeze out the neutron-to-proton ratio, and once deuterium survives photodissociation a fast reaction network converts nearly all free neutrons into helium-4. The primordial abundances of deuterium, helium-3, helium-4, and lithium-7 depend on a single free parameter, the baryon-to-photon ratio, so measuring them fixes the baryon density. The predictions match observation across nine decades of abundance, with a persistent discrepancy in lithium-7.\n",{"path":19911,"title":19912,"module":19904,"summary":19913},"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Frecombination-and-the-cosmic-microwave-background","Recombination and the Cosmic Microwave Background","As the universe cooled through a few thousand kelvin the free electrons bound to protons, and the Saha equation tracks the falling ionization fraction. Once the plasma neutralized, photons stopped scattering and streamed freely from a spherical surface of last scattering at redshift about 1100. Those photons are the cosmic microwave background, an almost perfect blackbody at 2.725 kelvin with a dipole from our motion through it.\n",{"path":19915,"title":19916,"module":19904,"summary":19917},"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fcmb-anisotropies-and-cosmological-parameters","CMB Anisotropies and Cosmological Parameters","The cosmic microwave background carries temperature fluctuations at the ten-parts-per-million level, imprinted by sound waves in the photon-baryon plasma before recombination. Decomposed into spherical harmonics, the fluctuations form an angular power spectrum whose acoustic peaks encode the geometry and contents of the universe: the first peak fixes spatial flatness, the odd-even peak ratio the baryon density, and the third peak the dark-matter density. Polarization adds an independent channel, and the Planck measurements pin the concordance parameters.\n",{"path":19919,"title":19920,"module":19904,"summary":19921},"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fcosmic-inflation","Cosmic Inflation","The hot Big Bang leaves three initial-condition puzzles unexplained: why causally disconnected patches share a temperature, why the geometry is so nearly flat, and why no magnetic monopoles are seen. A brief epoch of accelerated expansion driven by a slowly rolling scalar field solves all three by stretching a small causal patch across the observable universe. The same accelerated expansion freezes quantum fluctuations into a near-scale-invariant spectrum of density perturbations, seeding all later structure.\n",{"path":19923,"title":19924,"module":19904,"summary":19925},"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fstructure-formation-and-the-growth-of-perturbations","Structure Formation and the Growth of Perturbations","The near-uniform early universe grew its galaxies and clusters by gravitational instability acting on the tiny inflationary perturbations. In an expanding background the growth is slowed to a power law rather than the exponential of a static medium; perturbations stall during radiation domination and grow with the scale factor once matter dominates. The transfer function turns the primordial spectrum into the processed matter power spectrum, and cold dark matter builds structure from the bottom up.\n",{"path":19927,"title":19928,"module":19904,"summary":19929},"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fdark-matter-dark-energy-and-open-questions","Dark Matter, Dark Energy, and Open Questions","Five independent lines of evidence converge on a universe whose energy budget is dominated by dark energy and dark matter, with ordinary baryons a small remainder. The candidate particles for dark matter range from WIMPs to axions to sterile neutrinos, each with its own detection strategy. The concordance model fits the data with six parameters but leaves the nature of dark energy, the Hubble tension, small-scale structure, and the matter-antimatter asymmetry unexplained.\n",{"path":19931,"title":19932,"module":6,"summary":6},"\u002Fastrophysics-cosmology","Astrophysics & Cosmology",{"path":19934,"title":19935,"module":6,"summary":6},"\u002Fcolophon","Colophon",{"path":14144,"title":19937,"module":6,"summary":6},"Study Notes",[19939,19952,19986,20013,20036,20055],{"module":15262,"moduleNumber":19940,"slug":19941,"lessons":19942},1,"foundations",[19943,19945,19947,19949],{"title":18922,"path":18921,"lessonNumber":19940,"topics":19944,"summary":18923},[15262],{"title":18926,"path":18925,"lessonNumber":14299,"topics":19946,"summary":18927},[15262],{"title":18930,"path":18929,"lessonNumber":14305,"topics":19948,"summary":18931},[15262],{"title":18934,"path":18933,"lessonNumber":19950,"topics":19951,"summary":18935},4,[15262],{"module":18939,"moduleNumber":14299,"slug":19953,"lessons":19954},"search",[19955,19957,19959,19961,19963,19966,19969,19972,19975,19978,19981,19983],{"title":18938,"path":18937,"lessonNumber":19940,"topics":19956,"summary":18940},[18939],{"title":18943,"path":18942,"lessonNumber":14299,"topics":19958,"summary":18944},[18939],{"title":18947,"path":18946,"lessonNumber":14305,"topics":19960,"summary":18948},[18939],{"title":18951,"path":18950,"lessonNumber":19950,"topics":19962,"summary":18952},[18939],{"title":18955,"path":18954,"lessonNumber":19964,"topics":19965,"summary":18956},5,[18939],{"title":18959,"path":18958,"lessonNumber":19967,"topics":19968,"summary":18960},6,[18939],{"title":18963,"path":18962,"lessonNumber":19970,"topics":19971,"summary":18964},7,[18939],{"title":18967,"path":18966,"lessonNumber":19973,"topics":19974,"summary":18968},8,[18939],{"title":18971,"path":18970,"lessonNumber":19976,"topics":19977,"summary":18972},9,[18939],{"title":18975,"path":18974,"lessonNumber":19979,"topics":19980,"summary":18976},10,[18939],{"title":18979,"path":18978,"lessonNumber":14322,"topics":19982,"summary":18980},[18939],{"title":18983,"path":18982,"lessonNumber":19984,"topics":19985,"summary":18984},12,[18939],{"module":14324,"moduleNumber":14305,"slug":19987,"lessons":19988},"logic-and-planning",[19989,19991,19993,19995,19997,19999,20001,20003,20005,20007,20009,20011],{"title":18987,"path":18986,"lessonNumber":19940,"topics":19990,"summary":18988},[14344],{"title":18991,"path":18990,"lessonNumber":14299,"topics":19992,"summary":18992},[14344],{"title":18994,"path":16,"lessonNumber":14305,"topics":19994,"summary":18995},[14344],{"title":18998,"path":18997,"lessonNumber":19950,"topics":19996,"summary":18999},[14344],{"title":19001,"path":26,"lessonNumber":19964,"topics":19998,"summary":19002},[14344],{"title":19005,"path":19004,"lessonNumber":19967,"topics":20000,"summary":19006},[14344],{"title":19008,"path":5285,"lessonNumber":19970,"topics":20002,"summary":19009},[14344],{"title":19012,"path":19011,"lessonNumber":19973,"topics":20004,"summary":19013},[14344],{"title":19016,"path":19015,"lessonNumber":19976,"topics":20006,"summary":19017},[14344],{"title":19020,"path":19019,"lessonNumber":19979,"topics":20008,"summary":19021},[14344],{"title":5,"path":14326,"lessonNumber":14322,"topics":20010,"summary":14342},[14344],{"title":14089,"path":14088,"lessonNumber":19984,"topics":20012,"summary":19024},[14344],{"module":19027,"moduleNumber":19950,"slug":20014,"lessons":20015},"uncertainty",[20016,20018,20020,20022,20024,20026,20028,20030,20032,20034],{"title":19026,"path":104,"lessonNumber":19940,"topics":20017,"summary":19028},[19027],{"title":19031,"path":19030,"lessonNumber":14299,"topics":20019,"summary":19032},[19027],{"title":19035,"path":19034,"lessonNumber":14305,"topics":20021,"summary":19036},[19027],{"title":19039,"path":19038,"lessonNumber":19950,"topics":20023,"summary":19040},[19027],{"title":19043,"path":19042,"lessonNumber":19964,"topics":20025,"summary":19044},[19027],{"title":19047,"path":19046,"lessonNumber":19967,"topics":20027,"summary":19048},[19027],{"title":19051,"path":19050,"lessonNumber":19970,"topics":20029,"summary":19052},[19027],{"title":18653,"path":19054,"lessonNumber":19973,"topics":20031,"summary":19055},[19027],{"title":19058,"path":19057,"lessonNumber":19976,"topics":20033,"summary":19059},[19027],{"title":19062,"path":19061,"lessonNumber":19979,"topics":20035,"summary":19063},[19027],{"module":19067,"moduleNumber":19964,"slug":20037,"lessons":20038},"learning",[20039,20041,20043,20045,20047,20049,20051,20053],{"title":19066,"path":19065,"lessonNumber":19940,"topics":20040,"summary":19068},[19067],{"title":19071,"path":19070,"lessonNumber":14299,"topics":20042,"summary":19072},[19067],{"title":19075,"path":19074,"lessonNumber":14305,"topics":20044,"summary":19076},[19067],{"title":19079,"path":19078,"lessonNumber":19950,"topics":20046,"summary":19080},[19067],{"title":18076,"path":19082,"lessonNumber":19964,"topics":20048,"summary":19083},[19067],{"title":19086,"path":19085,"lessonNumber":19967,"topics":20050,"summary":19087},[19067],{"title":19090,"path":19089,"lessonNumber":19970,"topics":20052,"summary":19091},[19067],{"title":19094,"path":19093,"lessonNumber":19973,"topics":20054,"summary":19095},[19067],{"module":19099,"moduleNumber":19967,"slug":20056,"lessons":20057},"frontiers",[20058,20060,20062,20064,20066,20068,20070,20072],{"title":19098,"path":19097,"lessonNumber":19940,"topics":20059,"summary":19100},[19099],{"title":19103,"path":19102,"lessonNumber":14299,"topics":20061,"summary":19104},[19099],{"title":19107,"path":19106,"lessonNumber":14305,"topics":20063,"summary":19108},[19099],{"title":19111,"path":19110,"lessonNumber":19950,"topics":20065,"summary":19112},[19099],{"title":19115,"path":19114,"lessonNumber":19964,"topics":20067,"summary":19116},[19099],{"title":19119,"path":19118,"lessonNumber":19967,"topics":20069,"summary":19120},[19099],{"title":19123,"path":19122,"lessonNumber":19970,"topics":20071,"summary":19124},[19099],{"title":19127,"path":19126,"lessonNumber":19973,"topics":20073,"summary":19128},[19099],"\u003Csvg style=\"width:100%;max-width:697.649px;height:auto\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\" viewBox=\"-75 -75 523.236 157.553\">\u003Cg stroke=\"currentColor\" style=\"stroke-miterlimit:10;stroke-width:.4\">\u003Cg fill=\"var(--tk-accent)\" stroke=\"none\" font-family=\"cmr8\" font-size=\"8\">\u003Cg transform=\"translate(-17.35 -100.43)\">\u003Cpath d=\"M183.434 35.216L181.684 35.216L181.684 34.919Q182.383 34.919 182.571 34.439L184.372 29.614Q184.426 29.505 184.540 29.505L184.610 29.505Q184.723 29.505 184.778 29.614L186.668 34.657Q186.747 34.825 186.950 34.872Q187.153 34.919 187.465 34.919L187.465 35.216L185.243 35.216L185.243 34.919Q185.883 34.919 185.883 34.704Q185.883 34.685 185.881 34.675Q185.879 34.665 185.875 34.657L185.411 33.423L183.266 33.423L182.883 34.439Q182.879 34.454 182.874 34.484Q182.868 34.513 182.868 34.536Q182.868 34.677 182.958 34.761Q183.047 34.845 183.180 34.882Q183.313 34.919 183.434 34.919L183.434 35.216M184.340 30.560L183.372 33.126L185.297 33.126L184.340 30.560M189.922 35.216L188.067 35.216L188.067 34.919Q188.340 34.919 188.508 34.872Q188.676 34.825 188.676 34.657L188.676 32.521Q188.676 32.306 188.614 32.210Q188.551 32.114 188.432 32.093Q188.313 32.071 188.067 32.071L188.067 31.775L189.258 31.689L189.258 32.423Q189.372 32.208 189.565 32.040Q189.758 31.872 189.997 31.780Q190.235 31.689 190.489 31.689Q191.657 31.689 191.657 32.767L191.657 34.657Q191.657 34.825 191.827 34.872Q191.997 34.919 192.266 34.919L192.266 35.216L190.411 35.216L190.411 34.919Q190.684 34.919 190.852 34.872Q191.020 34.825 191.020 34.657L191.020 32.782Q191.020 32.400 190.899 32.171Q190.778 31.943 190.426 31.943Q190.114 31.943 189.860 32.105Q189.606 32.267 189.459 32.536Q189.313 32.806 189.313 33.103L189.313 34.657Q189.313 34.825 189.483 34.872Q189.653 34.919 189.922 34.919\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-17.35 -100.43)\">\u003Cpath d=\"M192.904 36.513Q193.018 36.591 193.193 36.591Q193.482 36.591 193.703 36.378Q193.924 36.165 194.049 35.864L194.338 35.216L193.064 32.329Q192.982 32.154 192.838 32.109Q192.693 32.064 192.424 32.064L192.424 31.767L194.143 31.767L194.143 32.064Q193.721 32.064 193.721 32.247Q193.721 32.259 193.736 32.329L194.674 34.454L195.506 32.544Q195.545 32.454 195.545 32.376Q195.545 32.236 195.443 32.150Q195.342 32.064 195.201 32.064L195.201 31.767L196.553 31.767L196.553 32.064Q196.299 32.064 196.105 32.189Q195.912 32.314 195.807 32.544L194.361 35.864Q194.248 36.118 194.082 36.341Q193.916 36.564 193.687 36.706Q193.459 36.849 193.193 36.849Q192.896 36.849 192.656 36.657Q192.416 36.466 192.416 36.177Q192.416 36.021 192.521 35.919Q192.627 35.818 192.775 35.818Q192.881 35.818 192.961 35.864Q193.041 35.911 193.088 35.989Q193.135 36.068 193.135 36.177Q193.135 36.298 193.074 36.386Q193.014 36.474 192.904 36.513M197.592 34.255L197.592 32.064L196.889 32.064L196.889 31.810Q197.244 31.810 197.486 31.577Q197.728 31.345 197.840 30.997Q197.951 30.650 197.951 30.294L198.232 30.294L198.232 31.767L199.408 31.767L199.408 32.064L198.232 32.064L198.232 34.239Q198.232 34.560 198.352 34.788Q198.471 35.017 198.752 35.017Q198.932 35.017 199.049 34.894Q199.166 34.771 199.219 34.591Q199.271 34.411 199.271 34.239L199.271 33.767L199.553 33.767L199.553 34.255Q199.553 34.509 199.447 34.749Q199.342 34.989 199.144 35.142Q198.947 35.294 198.689 35.294Q198.373 35.294 198.121 35.171Q197.869 35.048 197.730 34.814Q197.592 34.579 197.592 34.255M202.201 35.216L200.346 35.216L200.346 34.919Q200.619 34.919 200.787 34.872Q200.955 34.825 200.955 34.657L200.955 30.497Q200.955 30.282 200.893 30.187Q200.830 30.091 200.711 30.070Q200.592 30.048 200.346 30.048L200.346 29.751L201.568 29.665L201.568 32.368Q201.693 32.157 201.881 32.007Q202.068 31.857 202.295 31.773Q202.521 31.689 202.768 31.689Q203.935 31.689 203.935 32.767L203.935 34.657Q203.935 34.825 204.105 34.872Q204.275 34.919 204.545 34.919L204.545 35.216L202.689 35.216L202.689 34.919Q202.963 34.919 203.131 34.872Q203.299 34.825 203.299 34.657L203.299 32.782Q203.299 32.400 203.178 32.171Q203.057 31.943 202.705 31.943Q202.393 31.943 202.139 32.105Q201.885 32.267 201.738 32.536Q201.592 32.806 201.592 33.103L201.592 34.657Q201.592 34.825 201.762 34.872Q201.932 34.919 202.201 34.919L202.201 35.216M206.850 35.216L205.072 35.216L205.072 34.919Q205.346 34.919 205.514 34.872Q205.682 34.825 205.682 34.657L205.682 32.521Q205.682 32.306 205.625 32.210Q205.568 32.114 205.455 32.093Q205.342 32.071 205.096 32.071L205.096 31.775L206.295 31.689L206.295 34.657Q206.295 34.825 206.441 34.872Q206.588 34.919 206.850 34.919L206.850 35.216M205.408 30.294Q205.408 30.103 205.543 29.972Q205.678 29.841 205.873 29.841Q205.994 29.841 206.098 29.904Q206.201 29.966 206.264 30.070Q206.326 30.173 206.326 30.294Q206.326 30.489 206.195 30.624Q206.064 30.759 205.873 30.759Q205.674 30.759 205.541 30.626Q205.408 30.493 205.408 30.294M209.279 35.216L207.424 35.216L207.424 34.919Q207.697 34.919 207.865 34.872Q208.033 34.825 208.033 34.657L208.033 32.521Q208.033 32.306 207.971 32.210Q207.908 32.114 207.789 32.093Q207.670 32.071 207.424 32.071L207.424 31.775L208.615 31.689L208.615 32.423Q208.728 32.208 208.922 32.040Q209.115 31.872 209.353 31.780Q209.592 31.689 209.846 31.689Q211.014 31.689 211.014 32.767L211.014 34.657Q211.014 34.825 211.184 34.872Q211.353 34.919 211.623 34.919L211.623 35.216L209.768 35.216L209.768 34.919Q210.041 34.919 210.209 34.872Q210.377 34.825 210.377 34.657L210.377 32.782Q210.377 32.400 210.256 32.171Q210.135 31.943 209.783 31.943Q209.471 31.943 209.217 32.105Q208.963 32.267 208.816 32.536Q208.670 32.806 208.670 33.103L208.670 34.657Q208.670 34.825 208.840 34.872Q209.010 34.919 209.279 34.919L209.279 35.216M212.068 35.825Q212.068 35.544 212.279 35.333Q212.490 35.122 212.775 35.032Q212.619 34.907 212.541 34.718Q212.463 34.529 212.463 34.329Q212.463 33.974 212.693 33.681Q212.326 33.341 212.326 32.872Q212.326 32.521 212.529 32.251Q212.732 31.982 213.053 31.835Q213.373 31.689 213.717 31.689Q214.236 31.689 214.607 31.970Q214.971 31.599 215.518 31.599Q215.697 31.599 215.824 31.726Q215.951 31.853 215.951 32.032Q215.951 32.138 215.873 32.216Q215.795 32.294 215.685 32.294Q215.576 32.294 215.500 32.218Q215.424 32.142 215.424 32.032Q215.424 31.931 215.463 31.880Q215.471 31.872 215.475 31.866Q215.478 31.861 215.478 31.857Q215.103 31.857 214.783 32.111Q215.103 32.450 215.103 32.872Q215.103 33.142 214.986 33.359Q214.869 33.575 214.664 33.734Q214.459 33.892 214.217 33.974Q213.975 34.056 213.717 34.056Q213.498 34.056 213.285 33.997Q213.072 33.939 212.877 33.818Q212.783 33.958 212.783 34.138Q212.783 34.345 212.920 34.497Q213.057 34.650 213.264 34.650L213.959 34.650Q214.447 34.650 214.859 34.734Q215.271 34.818 215.551 35.075Q215.830 35.333 215.830 35.825Q215.830 36.189 215.510 36.421Q215.189 36.654 214.748 36.755Q214.307 36.857 213.951 36.857Q213.596 36.857 213.152 36.755Q212.709 36.654 212.389 36.421Q212.068 36.189 212.068 35.825M212.572 35.825Q212.572 36.021 212.717 36.169Q212.861 36.318 213.074 36.407Q213.287 36.497 213.527 36.544Q213.768 36.591 213.951 36.591Q214.193 36.591 214.523 36.513Q214.853 36.435 215.090 36.261Q215.326 36.087 215.326 35.825Q215.326 35.419 214.916 35.310Q214.506 35.200 213.943 35.200L213.264 35.200Q212.994 35.200 212.783 35.378Q212.572 35.556 212.572 35.825M213.717 33.790Q214.439 33.790 214.439 32.872Q214.439 31.950 213.717 31.950Q212.990 31.950 212.990 32.872Q212.990 33.790 213.717 33.790\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmr8\" font-size=\"8\">\u003Cg transform=\"translate(-165.257 -71.977)\">\u003Cpath d=\"M183.434 35.216L181.684 35.216L181.684 34.919Q182.383 34.919 182.571 34.439L184.372 29.614Q184.426 29.505 184.540 29.505L184.610 29.505Q184.723 29.505 184.778 29.614L186.668 34.657Q186.747 34.825 186.950 34.872Q187.153 34.919 187.465 34.919L187.465 35.216L185.243 35.216L185.243 34.919Q185.883 34.919 185.883 34.704Q185.883 34.685 185.881 34.675Q185.879 34.665 185.875 34.657L185.411 33.423L183.266 33.423L182.883 34.439Q182.879 34.454 182.874 34.484Q182.868 34.513 182.868 34.536Q182.868 34.677 182.958 34.761Q183.047 34.845 183.180 34.882Q183.313 34.919 183.434 34.919L183.434 35.216M184.340 30.560L183.372 33.126L185.297 33.126L184.340 30.560M188.907 35.216L188.625 35.216L188.625 30.497Q188.625 30.282 188.563 30.187Q188.500 30.091 188.383 30.070Q188.266 30.048 188.020 30.048L188.020 29.751L189.243 29.665L189.243 32.154Q189.719 31.689 190.418 31.689Q190.899 31.689 191.307 31.933Q191.715 32.177 191.952 32.591Q192.188 33.005 192.188 33.489Q192.188 33.864 192.040 34.193Q191.891 34.521 191.622 34.773Q191.352 35.025 191.008 35.159Q190.665 35.294 190.305 35.294Q189.985 35.294 189.686 35.146Q189.387 34.997 189.180 34.736L188.907 35.216M189.266 32.544L189.266 34.384Q189.418 34.681 189.678 34.861Q189.938 35.040 190.250 35.040Q190.676 35.040 190.944 34.821Q191.211 34.603 191.327 34.257Q191.442 33.911 191.442 33.489Q191.442 32.841 191.194 32.392Q190.946 31.943 190.348 31.943Q190.012 31.943 189.723 32.101Q189.434 32.259 189.266 32.544M192.754 35.208L192.754 33.986Q192.754 33.958 192.786 33.927Q192.817 33.896 192.840 33.896L192.946 33.896Q193.016 33.896 193.032 33.958Q193.094 34.279 193.233 34.519Q193.372 34.759 193.604 34.900Q193.836 35.040 194.145 35.040Q194.383 35.040 194.592 34.980Q194.801 34.919 194.938 34.771Q195.075 34.622 195.075 34.376Q195.075 34.122 194.864 33.956Q194.653 33.790 194.383 33.736L193.762 33.622Q193.356 33.544 193.055 33.288Q192.754 33.032 192.754 32.657Q192.754 32.290 192.956 32.068Q193.157 31.845 193.481 31.747Q193.805 31.650 194.145 31.650Q194.610 31.650 194.907 31.857L195.129 31.673Q195.153 31.650 195.184 31.650L195.235 31.650Q195.266 31.650 195.293 31.677Q195.321 31.704 195.321 31.736L195.321 32.720Q195.321 32.751 195.295 32.780Q195.270 32.810 195.235 32.810L195.129 32.810Q195.094 32.810 195.067 32.782Q195.040 32.755 195.040 32.720Q195.040 32.321 194.788 32.101Q194.536 31.880 194.137 31.880Q193.782 31.880 193.499 32.003Q193.215 32.126 193.215 32.431Q193.215 32.650 193.416 32.782Q193.618 32.915 193.864 32.958L194.489 33.071Q194.918 33.161 195.227 33.458Q195.536 33.755 195.536 34.169Q195.536 34.739 195.137 35.017Q194.739 35.294 194.145 35.294Q193.594 35.294 193.243 34.958L192.946 35.271Q192.922 35.294 192.887 35.294L192.840 35.294Q192.817 35.294 192.786 35.263Q192.754 35.232 192.754 35.208M196.688 34.255L196.688 32.064L195.985 32.064L195.985 31.810Q196.340 31.810 196.583 31.577Q196.825 31.345 196.936 30.997Q197.047 30.650 197.047 30.294L197.329 30.294L197.329 31.767L198.504 31.767L198.504 32.064L197.329 32.064L197.329 34.239Q197.329 34.560 197.448 34.788Q197.567 35.017 197.848 35.017Q198.028 35.017 198.145 34.894Q198.262 34.771 198.315 34.591Q198.368 34.411 198.368 34.239L198.368 33.767L198.649 33.767L198.649 34.255Q198.649 34.509 198.543 34.749Q198.438 34.989 198.241 35.142Q198.043 35.294 197.786 35.294Q197.469 35.294 197.217 35.171Q196.965 35.048 196.827 34.814Q196.688 34.579 196.688 34.255M201.375 35.216L199.395 35.216L199.395 34.919Q199.665 34.919 199.833 34.874Q200 34.829 200 34.657L200 32.521Q200 32.306 199.938 32.210Q199.875 32.114 199.758 32.093Q199.641 32.071 199.395 32.071L199.395 31.775L200.563 31.689L200.563 32.474Q200.641 32.263 200.793 32.077Q200.946 31.892 201.145 31.790Q201.344 31.689 201.571 31.689Q201.817 31.689 202.008 31.833Q202.200 31.978 202.200 32.208Q202.200 32.364 202.094 32.474Q201.989 32.583 201.833 32.583Q201.676 32.583 201.567 32.474Q201.458 32.364 201.458 32.208Q201.458 32.048 201.563 31.943Q201.239 31.943 201.024 32.171Q200.809 32.400 200.713 32.739Q200.618 33.079 200.618 33.384L200.618 34.657Q200.618 34.825 200.844 34.872Q201.071 34.919 201.375 34.919L201.375 35.216M202.778 34.384Q202.778 33.900 203.180 33.605Q203.583 33.310 204.133 33.191Q204.684 33.071 205.176 33.071L205.176 32.782Q205.176 32.556 205.061 32.349Q204.946 32.142 204.749 32.023Q204.551 31.904 204.321 31.904Q203.895 31.904 203.610 32.009Q203.680 32.036 203.727 32.091Q203.774 32.146 203.799 32.216Q203.825 32.286 203.825 32.361Q203.825 32.466 203.774 32.558Q203.723 32.650 203.631 32.700Q203.540 32.751 203.434 32.751Q203.329 32.751 203.237 32.700Q203.145 32.650 203.094 32.558Q203.043 32.466 203.043 32.361Q203.043 31.943 203.432 31.796Q203.821 31.650 204.321 31.650Q204.653 31.650 205.006 31.780Q205.360 31.911 205.588 32.165Q205.817 32.419 205.817 32.767L205.817 34.568Q205.817 34.700 205.889 34.810Q205.961 34.919 206.090 34.919Q206.215 34.919 206.284 34.814Q206.352 34.708 206.352 34.568L206.352 34.056L206.633 34.056L206.633 34.568Q206.633 34.771 206.516 34.929Q206.399 35.087 206.217 35.171Q206.036 35.255 205.833 35.255Q205.602 35.255 205.450 35.083Q205.297 34.911 205.266 34.681Q205.106 34.962 204.797 35.128Q204.489 35.294 204.137 35.294Q203.625 35.294 203.202 35.071Q202.778 34.849 202.778 34.384M203.465 34.384Q203.465 34.669 203.692 34.855Q203.918 35.040 204.211 35.040Q204.458 35.040 204.682 34.923Q204.907 34.806 205.041 34.603Q205.176 34.400 205.176 34.146L205.176 33.314Q204.911 33.314 204.625 33.368Q204.340 33.423 204.069 33.552Q203.797 33.681 203.631 33.888Q203.465 34.095 203.465 34.384M206.969 33.489Q206.969 32.993 207.219 32.568Q207.469 32.142 207.889 31.896Q208.309 31.650 208.809 31.650Q209.348 31.650 209.739 31.775Q210.129 31.900 210.129 32.314Q210.129 32.419 210.079 32.511Q210.028 32.603 209.936 32.654Q209.844 32.704 209.735 32.704Q209.629 32.704 209.538 32.654Q209.446 32.603 209.395 32.511Q209.344 32.419 209.344 32.314Q209.344 32.091 209.512 31.986Q209.290 31.927 208.817 31.927Q208.520 31.927 208.305 32.066Q208.090 32.204 207.959 32.435Q207.829 32.665 207.770 32.935Q207.711 33.204 207.711 33.489Q207.711 33.884 207.844 34.234Q207.977 34.583 208.249 34.800Q208.520 35.017 208.918 35.017Q209.293 35.017 209.569 34.800Q209.844 34.583 209.946 34.224Q209.961 34.161 210.024 34.161L210.129 34.161Q210.165 34.161 210.190 34.189Q210.215 34.216 210.215 34.255L210.215 34.279Q210.083 34.759 209.698 35.027Q209.313 35.294 208.809 35.294Q208.446 35.294 208.112 35.157Q207.778 35.021 207.518 34.771Q207.258 34.521 207.114 34.185Q206.969 33.849 206.969 33.489M211.329 34.255L211.329 32.064L210.625 32.064L210.625 31.810Q210.981 31.810 211.223 31.577Q211.465 31.345 211.577 30.997Q211.688 30.650 211.688 30.294L211.969 30.294L211.969 31.767L213.145 31.767L213.145 32.064L211.969 32.064L211.969 34.239Q211.969 34.560 212.088 34.788Q212.208 35.017 212.489 35.017Q212.668 35.017 212.786 34.894Q212.903 34.771 212.956 34.591Q213.008 34.411 213.008 34.239L213.008 33.767L213.290 33.767L213.290 34.255Q213.290 34.509 213.184 34.749Q213.079 34.989 212.881 35.142Q212.684 35.294 212.426 35.294Q212.110 35.294 211.858 35.171Q211.606 35.048 211.467 34.814Q211.329 34.579 211.329 34.255M217.075 35.384Q216.493 35.384 215.975 35.157Q215.458 34.931 215.069 34.532Q214.680 34.134 214.461 33.609Q214.243 33.083 214.243 32.513Q214.243 31.743 214.618 31.066Q214.993 30.388 215.643 29.986Q216.293 29.583 217.075 29.583Q217.848 29.583 218.499 29.986Q219.149 30.388 219.524 31.066Q219.899 31.743 219.899 32.513Q219.899 33.083 219.678 33.614Q219.458 34.146 219.073 34.538Q218.688 34.931 218.170 35.157Q217.653 35.384 217.075 35.384M215.633 34.314Q215.797 34.544 216.028 34.720Q216.258 34.896 216.526 34.991Q216.793 35.087 217.075 35.087Q217.493 35.087 217.874 34.876Q218.254 34.665 218.504 34.314Q219.036 33.595 219.036 32.376Q219.036 31.747 218.821 31.169Q218.606 30.591 218.165 30.228Q217.723 29.864 217.075 29.864Q216.422 29.864 215.979 30.228Q215.536 30.591 215.321 31.169Q215.106 31.747 215.106 32.376Q215.106 33.595 215.633 34.314M221.532 35.216L221.250 35.216L221.250 30.497Q221.250 30.282 221.188 30.187Q221.125 30.091 221.008 30.070Q220.891 30.048 220.645 30.048L220.645 29.751L221.868 29.665L221.868 32.154Q222.344 31.689 223.043 31.689Q223.524 31.689 223.932 31.933Q224.340 32.177 224.577 32.591Q224.813 33.005 224.813 33.489Q224.813 33.864 224.665 34.193Q224.516 34.521 224.247 34.773Q223.977 35.025 223.633 35.159Q223.290 35.294 222.930 35.294Q222.610 35.294 222.311 35.146Q222.012 34.997 221.805 34.736L221.532 35.216M221.891 32.544L221.891 34.384Q222.043 34.681 222.303 34.861Q222.563 35.040 222.875 35.040Q223.301 35.040 223.569 34.821Q223.836 34.603 223.952 34.257Q224.067 33.911 224.067 33.489Q224.067 32.841 223.819 32.392Q223.571 31.943 222.973 31.943Q222.637 31.943 222.348 32.101Q222.059 32.259 221.891 32.544\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-165.257 -71.977)\">\u003Cpath d=\"M225.274 36.193Q225.274 36.087 225.324 35.995Q225.375 35.904 225.467 35.853Q225.559 35.802 225.664 35.802Q225.774 35.802 225.865 35.853Q225.957 35.904 226.008 35.995Q226.059 36.087 226.059 36.193Q226.059 36.407 225.867 36.529Q226.024 36.591 226.250 36.591Q226.551 36.591 226.680 36.282Q226.809 35.974 226.809 35.607L226.809 32.521Q226.809 32.216 226.662 32.144Q226.516 32.071 226.137 32.071L226.137 31.775L227.426 31.689L227.426 35.630Q227.426 35.950 227.266 36.234Q227.106 36.517 226.828 36.683Q226.551 36.849 226.235 36.849Q225.875 36.849 225.574 36.685Q225.274 36.521 225.274 36.193M226.504 30.294Q226.504 30.111 226.643 29.976Q226.781 29.841 226.969 29.841Q227.156 29.841 227.291 29.972Q227.426 30.103 227.426 30.294Q227.426 30.493 227.293 30.626Q227.160 30.759 226.969 30.759Q226.778 30.759 226.641 30.622Q226.504 30.486 226.504 30.294M228.426 33.462Q228.426 32.982 228.658 32.566Q228.891 32.150 229.301 31.900Q229.711 31.650 230.188 31.650Q230.918 31.650 231.317 32.091Q231.715 32.532 231.715 33.263Q231.715 33.368 231.621 33.392L229.172 33.392L229.172 33.462Q229.172 33.872 229.293 34.228Q229.414 34.583 229.686 34.800Q229.957 35.017 230.387 35.017Q230.750 35.017 231.047 34.788Q231.344 34.560 231.446 34.208Q231.453 34.161 231.539 34.146L231.621 34.146Q231.715 34.173 231.715 34.255Q231.715 34.263 231.707 34.294Q231.645 34.521 231.506 34.704Q231.367 34.888 231.176 35.021Q230.985 35.154 230.766 35.224Q230.547 35.294 230.309 35.294Q229.938 35.294 229.600 35.157Q229.262 35.021 228.994 34.769Q228.727 34.517 228.576 34.177Q228.426 33.837 228.426 33.462M229.180 33.154L231.141 33.154Q231.141 32.849 231.039 32.558Q230.938 32.267 230.721 32.085Q230.504 31.904 230.188 31.904Q229.887 31.904 229.656 32.091Q229.426 32.279 229.303 32.570Q229.180 32.861 229.180 33.154M232.246 33.489Q232.246 32.993 232.496 32.568Q232.746 32.142 233.166 31.896Q233.586 31.650 234.086 31.650Q234.625 31.650 235.016 31.775Q235.406 31.900 235.406 32.314Q235.406 32.419 235.356 32.511Q235.305 32.603 235.213 32.654Q235.121 32.704 235.012 32.704Q234.906 32.704 234.815 32.654Q234.723 32.603 234.672 32.511Q234.621 32.419 234.621 32.314Q234.621 32.091 234.789 31.986Q234.567 31.927 234.094 31.927Q233.797 31.927 233.582 32.066Q233.367 32.204 233.237 32.435Q233.106 32.665 233.047 32.935Q232.989 33.204 232.989 33.489Q232.989 33.884 233.121 34.234Q233.254 34.583 233.526 34.800Q233.797 35.017 234.196 35.017Q234.571 35.017 234.846 34.800Q235.121 34.583 235.223 34.224Q235.239 34.161 235.301 34.161L235.406 34.161Q235.442 34.161 235.467 34.189Q235.492 34.216 235.492 34.255L235.492 34.279Q235.360 34.759 234.975 35.027Q234.590 35.294 234.086 35.294Q233.723 35.294 233.389 35.157Q233.055 35.021 232.795 34.771Q232.535 34.521 232.391 34.185Q232.246 33.849 232.246 33.489M236.606 34.255L236.606 32.064L235.903 32.064L235.903 31.810Q236.258 31.810 236.500 31.577Q236.742 31.345 236.854 30.997Q236.965 30.650 236.965 30.294L237.246 30.294L237.246 31.767L238.422 31.767L238.422 32.064L237.246 32.064L237.246 34.239Q237.246 34.560 237.365 34.788Q237.485 35.017 237.766 35.017Q237.946 35.017 238.063 34.894Q238.180 34.771 238.233 34.591Q238.285 34.411 238.285 34.239L238.285 33.767L238.567 33.767L238.567 34.255Q238.567 34.509 238.461 34.749Q238.356 34.989 238.158 35.142Q237.961 35.294 237.703 35.294Q237.387 35.294 237.135 35.171Q236.883 35.048 236.744 34.814Q236.606 34.579 236.606 34.255M239.328 35.208L239.328 33.986Q239.328 33.958 239.360 33.927Q239.391 33.896 239.414 33.896L239.520 33.896Q239.590 33.896 239.606 33.958Q239.668 34.279 239.807 34.519Q239.946 34.759 240.178 34.900Q240.410 35.040 240.719 35.040Q240.957 35.040 241.166 34.980Q241.375 34.919 241.512 34.771Q241.649 34.622 241.649 34.376Q241.649 34.122 241.438 33.956Q241.227 33.790 240.957 33.736L240.336 33.622Q239.930 33.544 239.629 33.288Q239.328 33.032 239.328 32.657Q239.328 32.290 239.530 32.068Q239.731 31.845 240.055 31.747Q240.379 31.650 240.719 31.650Q241.184 31.650 241.481 31.857L241.703 31.673Q241.727 31.650 241.758 31.650L241.809 31.650Q241.840 31.650 241.867 31.677Q241.895 31.704 241.895 31.736L241.895 32.720Q241.895 32.751 241.869 32.780Q241.844 32.810 241.809 32.810L241.703 32.810Q241.668 32.810 241.641 32.782Q241.614 32.755 241.614 32.720Q241.614 32.321 241.362 32.101Q241.110 31.880 240.711 31.880Q240.356 31.880 240.073 32.003Q239.789 32.126 239.789 32.431Q239.789 32.650 239.990 32.782Q240.192 32.915 240.438 32.958L241.063 33.071Q241.492 33.161 241.801 33.458Q242.110 33.755 242.110 34.169Q242.110 34.739 241.711 35.017Q241.313 35.294 240.719 35.294Q240.168 35.294 239.817 34.958L239.520 35.271Q239.496 35.294 239.461 35.294L239.414 35.294Q239.391 35.294 239.360 35.263Q239.328 35.232 239.328 35.208\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmr8\" font-size=\"8\">\u003Cg transform=\"translate(107.805 -71.2)\">\u003Cpath d=\"M181.868 32.482Q181.868 31.888 182.106 31.353Q182.344 30.818 182.756 30.421Q183.168 30.025 183.704 29.804Q184.239 29.583 184.836 29.583Q185.059 29.583 185.272 29.630Q185.485 29.677 185.680 29.767Q185.875 29.857 186.055 29.984Q186.235 30.111 186.387 30.279L186.860 29.614Q186.891 29.583 186.922 29.583L186.969 29.583Q186.997 29.583 187.028 29.614Q187.059 29.646 187.059 29.673L187.059 31.810Q187.059 31.833 187.028 31.864Q186.997 31.896 186.969 31.896L186.852 31.896Q186.778 31.896 186.762 31.810Q186.715 31.321 186.475 30.874Q186.235 30.427 185.834 30.154Q185.434 29.880 184.930 29.880Q184.391 29.880 183.973 30.085Q183.555 30.290 183.280 30.652Q183.004 31.013 182.868 31.480Q182.731 31.946 182.731 32.482Q182.731 33.013 182.872 33.486Q183.012 33.958 183.299 34.321Q183.586 34.685 184.010 34.886Q184.434 35.087 184.989 35.087Q185.282 35.087 185.581 35.003Q185.879 34.919 186.084 34.728Q186.290 34.536 186.290 34.239L186.290 33.568Q186.290 33.306 185.227 33.306L185.227 33.009L187.653 33.009L187.653 33.306Q187.383 33.306 187.221 33.353Q187.059 33.400 187.059 33.568L187.059 35.126Q187.059 35.165 187.030 35.191Q187 35.216 186.961 35.216Q186.887 35.216 186.709 35.036Q186.532 34.857 186.450 34.736Q186.219 35.083 185.778 35.234Q185.336 35.384 184.836 35.384Q184.254 35.384 183.711 35.163Q183.168 34.943 182.754 34.542Q182.340 34.142 182.104 33.609Q181.868 33.075 181.868 32.482M188.297 33.462Q188.297 32.982 188.530 32.566Q188.762 32.150 189.172 31.900Q189.583 31.650 190.059 31.650Q190.790 31.650 191.188 32.091Q191.586 32.532 191.586 33.263Q191.586 33.368 191.493 33.392L189.043 33.392L189.043 33.462Q189.043 33.872 189.165 34.228Q189.286 34.583 189.557 34.800Q189.829 35.017 190.258 35.017Q190.622 35.017 190.918 34.788Q191.215 34.560 191.317 34.208Q191.325 34.161 191.411 34.146L191.493 34.146Q191.586 34.173 191.586 34.255Q191.586 34.263 191.579 34.294Q191.516 34.521 191.377 34.704Q191.239 34.888 191.047 35.021Q190.856 35.154 190.637 35.224Q190.418 35.294 190.180 35.294Q189.809 35.294 189.471 35.157Q189.133 35.021 188.866 34.769Q188.598 34.517 188.448 34.177Q188.297 33.837 188.297 33.462M189.051 33.154L191.012 33.154Q191.012 32.849 190.911 32.558Q190.809 32.267 190.592 32.085Q190.375 31.904 190.059 31.904Q189.758 31.904 189.528 32.091Q189.297 32.279 189.174 32.570Q189.051 32.861 189.051 33.154M194.004 35.216L192.149 35.216L192.149 34.919Q192.422 34.919 192.590 34.872Q192.758 34.825 192.758 34.657L192.758 32.521Q192.758 32.306 192.696 32.210Q192.633 32.114 192.514 32.093Q192.395 32.071 192.149 32.071L192.149 31.775L193.340 31.689L193.340 32.423Q193.454 32.208 193.647 32.040Q193.840 31.872 194.079 31.780Q194.317 31.689 194.571 31.689Q195.739 31.689 195.739 32.767L195.739 34.657Q195.739 34.825 195.909 34.872Q196.079 34.919 196.348 34.919L196.348 35.216L194.493 35.216L194.493 34.919Q194.766 34.919 194.934 34.872Q195.102 34.825 195.102 34.657L195.102 32.782Q195.102 32.400 194.981 32.171Q194.860 31.943 194.508 31.943Q194.196 31.943 193.942 32.105Q193.688 32.267 193.541 32.536Q193.395 32.806 193.395 33.103L193.395 34.657Q193.395 34.825 193.565 34.872Q193.735 34.919 194.004 34.919L194.004 35.216M196.793 33.462Q196.793 32.982 197.026 32.566Q197.258 32.150 197.668 31.900Q198.079 31.650 198.555 31.650Q199.286 31.650 199.684 32.091Q200.083 32.532 200.083 33.263Q200.083 33.368 199.989 33.392L197.540 33.392L197.540 33.462Q197.540 33.872 197.661 34.228Q197.782 34.583 198.053 34.800Q198.325 35.017 198.754 35.017Q199.118 35.017 199.415 34.788Q199.711 34.560 199.813 34.208Q199.821 34.161 199.907 34.146L199.989 34.146Q200.083 34.173 200.083 34.255Q200.083 34.263 200.075 34.294Q200.012 34.521 199.874 34.704Q199.735 34.888 199.543 35.021Q199.352 35.154 199.133 35.224Q198.915 35.294 198.676 35.294Q198.305 35.294 197.967 35.157Q197.629 35.021 197.362 34.769Q197.094 34.517 196.944 34.177Q196.793 33.837 196.793 33.462M197.547 33.154L199.508 33.154Q199.508 32.849 199.407 32.558Q199.305 32.267 199.088 32.085Q198.872 31.904 198.555 31.904Q198.254 31.904 198.024 32.091Q197.793 32.279 197.670 32.570Q197.547 32.861 197.547 33.154M202.579 35.216L200.598 35.216L200.598 34.919Q200.868 34.919 201.036 34.874Q201.204 34.829 201.204 34.657L201.204 32.521Q201.204 32.306 201.141 32.210Q201.079 32.114 200.961 32.093Q200.844 32.071 200.598 32.071L200.598 31.775L201.766 31.689L201.766 32.474Q201.844 32.263 201.997 32.077Q202.149 31.892 202.348 31.790Q202.547 31.689 202.774 31.689Q203.020 31.689 203.211 31.833Q203.403 31.978 203.403 32.208Q203.403 32.364 203.297 32.474Q203.192 32.583 203.036 32.583Q202.879 32.583 202.770 32.474Q202.661 32.364 202.661 32.208Q202.661 32.048 202.766 31.943Q202.442 31.943 202.227 32.171Q202.012 32.400 201.916 32.739Q201.821 33.079 201.821 33.384L201.821 34.657Q201.821 34.825 202.047 34.872Q202.274 34.919 202.579 34.919L202.579 35.216M203.981 34.384Q203.981 33.900 204.383 33.605Q204.786 33.310 205.336 33.191Q205.887 33.071 206.379 33.071L206.379 32.782Q206.379 32.556 206.264 32.349Q206.149 32.142 205.952 32.023Q205.754 31.904 205.524 31.904Q205.098 31.904 204.813 32.009Q204.883 32.036 204.930 32.091Q204.977 32.146 205.002 32.216Q205.028 32.286 205.028 32.361Q205.028 32.466 204.977 32.558Q204.926 32.650 204.834 32.700Q204.743 32.751 204.637 32.751Q204.532 32.751 204.440 32.700Q204.348 32.650 204.297 32.558Q204.247 32.466 204.247 32.361Q204.247 31.943 204.635 31.796Q205.024 31.650 205.524 31.650Q205.856 31.650 206.209 31.780Q206.563 31.911 206.791 32.165Q207.020 32.419 207.020 32.767L207.020 34.568Q207.020 34.700 207.092 34.810Q207.165 34.919 207.293 34.919Q207.418 34.919 207.487 34.814Q207.555 34.708 207.555 34.568L207.555 34.056L207.836 34.056L207.836 34.568Q207.836 34.771 207.719 34.929Q207.602 35.087 207.420 35.171Q207.239 35.255 207.036 35.255Q206.805 35.255 206.653 35.083Q206.500 34.911 206.469 34.681Q206.309 34.962 206 35.128Q205.692 35.294 205.340 35.294Q204.829 35.294 204.405 35.071Q203.981 34.849 203.981 34.384M204.668 34.384Q204.668 34.669 204.895 34.855Q205.122 35.040 205.415 35.040Q205.661 35.040 205.885 34.923Q206.110 34.806 206.245 34.603Q206.379 34.400 206.379 34.146L206.379 33.314Q206.114 33.314 205.829 33.368Q205.543 33.423 205.272 33.552Q205 33.681 204.834 33.888Q204.668 34.095 204.668 34.384M210.043 35.216L208.211 35.216L208.211 34.919Q208.485 34.919 208.653 34.872Q208.821 34.825 208.821 34.657L208.821 30.497Q208.821 30.282 208.758 30.187Q208.696 30.091 208.577 30.070Q208.458 30.048 208.211 30.048L208.211 29.751L209.434 29.665L209.434 34.657Q209.434 34.825 209.602 34.872Q209.770 34.919 210.043 34.919L210.043 35.216M212.348 35.216L210.571 35.216L210.571 34.919Q210.844 34.919 211.012 34.872Q211.180 34.825 211.180 34.657L211.180 32.521Q211.180 32.306 211.124 32.210Q211.067 32.114 210.954 32.093Q210.840 32.071 210.594 32.071L210.594 31.775L211.793 31.689L211.793 34.657Q211.793 34.825 211.940 34.872Q212.086 34.919 212.348 34.919L212.348 35.216M210.907 30.294Q210.907 30.103 211.041 29.972Q211.176 29.841 211.372 29.841Q211.493 29.841 211.596 29.904Q211.700 29.966 211.762 30.070Q211.825 30.173 211.825 30.294Q211.825 30.489 211.694 30.624Q211.563 30.759 211.372 30.759Q211.172 30.759 211.040 30.626Q210.907 30.493 210.907 30.294M215.883 35.216L212.961 35.216Q212.918 35.216 212.883 35.185Q212.848 35.154 212.848 35.103L212.848 35.032Q212.848 34.986 212.883 34.950L215.196 32.025L214.481 32.025Q214.122 32.025 213.901 32.066Q213.680 32.107 213.534 32.222Q213.387 32.337 213.315 32.556Q213.243 32.775 213.243 33.138L212.961 33.138L213.059 31.767L215.891 31.767Q215.938 31.767 215.969 31.800Q216 31.833 216 31.880L216 31.935Q216 31.982 215.977 32.017L213.657 34.935L214.418 34.935Q214.778 34.935 215.018 34.894Q215.258 34.853 215.442 34.689Q215.594 34.536 215.655 34.277Q215.715 34.017 215.747 33.642L216.024 33.642L215.883 35.216M216.625 33.462Q216.625 32.982 216.858 32.566Q217.090 32.150 217.500 31.900Q217.911 31.650 218.387 31.650Q219.118 31.650 219.516 32.091Q219.915 32.532 219.915 33.263Q219.915 33.368 219.821 33.392L217.372 33.392L217.372 33.462Q217.372 33.872 217.493 34.228Q217.614 34.583 217.885 34.800Q218.157 35.017 218.586 35.017Q218.950 35.017 219.247 34.788Q219.543 34.560 219.645 34.208Q219.653 34.161 219.739 34.146L219.821 34.146Q219.915 34.173 219.915 34.255Q219.915 34.263 219.907 34.294Q219.844 34.521 219.706 34.704Q219.567 34.888 219.375 35.021Q219.184 35.154 218.965 35.224Q218.747 35.294 218.508 35.294Q218.137 35.294 217.799 35.157Q217.461 35.021 217.194 34.769Q216.926 34.517 216.776 34.177Q216.625 33.837 216.625 33.462M217.379 33.154L219.340 33.154Q219.340 32.849 219.239 32.558Q219.137 32.267 218.920 32.085Q218.704 31.904 218.387 31.904Q218.086 31.904 217.856 32.091Q217.625 32.279 217.502 32.570Q217.379 32.861 217.379 33.154M222.219 35.294Q221.739 35.294 221.331 35.050Q220.922 34.806 220.684 34.392Q220.446 33.978 220.446 33.489Q220.446 32.997 220.704 32.581Q220.961 32.165 221.393 31.927Q221.825 31.689 222.317 31.689Q222.938 31.689 223.387 32.126L223.387 30.497Q223.387 30.282 223.325 30.187Q223.262 30.091 223.145 30.070Q223.028 30.048 222.782 30.048L222.782 29.751L224.004 29.665L224.004 34.474Q224.004 34.685 224.067 34.780Q224.129 34.876 224.247 34.898Q224.364 34.919 224.614 34.919L224.614 35.216L223.364 35.294L223.364 34.810Q222.899 35.294 222.219 35.294M222.286 35.040Q222.625 35.040 222.918 34.849Q223.211 34.657 223.364 34.361L223.364 32.529Q223.215 32.255 222.954 32.099Q222.692 31.943 222.379 31.943Q221.754 31.943 221.471 32.390Q221.188 32.837 221.188 33.497Q221.188 34.142 221.440 34.591Q221.692 35.040 222.286 35.040M230.067 35.216L225.219 35.216L225.219 34.919Q225.540 34.919 225.784 34.872Q226.028 34.825 226.028 34.657L226.028 30.314Q226.028 30.142 225.784 30.095Q225.540 30.048 225.219 30.048L225.219 29.751L229.954 29.751L230.188 31.599L229.907 31.599Q229.825 30.904 229.649 30.583Q229.473 30.263 229.125 30.155Q228.778 30.048 228.059 30.048L227.196 30.048Q226.977 30.048 226.885 30.091Q226.793 30.134 226.793 30.314L226.793 32.232L227.426 32.232Q227.852 32.232 228.059 32.169Q228.266 32.107 228.354 31.911Q228.442 31.716 228.442 31.294L228.723 31.294L228.723 33.462L228.442 33.462Q228.442 33.040 228.354 32.847Q228.266 32.654 228.059 32.591Q227.852 32.529 227.426 32.529L226.793 32.529L226.793 34.657Q226.793 34.829 226.885 34.874Q226.977 34.919 227.196 34.919L228.122 34.919Q228.704 34.919 229.057 34.837Q229.411 34.755 229.616 34.558Q229.821 34.361 229.934 34.023Q230.047 33.685 230.141 33.103L230.418 33.103L230.067 35.216M232.700 35.185L231.477 32.329Q231.395 32.154 231.250 32.109Q231.106 32.064 230.836 32.064L230.836 31.767L232.547 31.767L232.547 32.064Q232.125 32.064 232.125 32.247Q232.125 32.282 232.141 32.329L233.086 34.521L233.926 32.544Q233.965 32.466 233.965 32.376Q233.965 32.236 233.860 32.150Q233.754 32.064 233.614 32.064L233.614 31.767L234.965 31.767L234.965 32.064Q234.442 32.064 234.227 32.544L233.102 35.185Q233.040 35.294 232.934 35.294L232.868 35.294Q232.754 35.294 232.700 35.185\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(107.805 -71.2)\">\u003Cpath d=\"M235.172 33.462Q235.172 32.982 235.405 32.566Q235.637 32.150 236.047 31.900Q236.457 31.650 236.934 31.650Q237.664 31.650 238.063 32.091Q238.461 32.532 238.461 33.263Q238.461 33.368 238.368 33.392L235.918 33.392L235.918 33.462Q235.918 33.872 236.039 34.228Q236.161 34.583 236.432 34.800Q236.704 35.017 237.133 35.017Q237.496 35.017 237.793 34.788Q238.090 34.560 238.192 34.208Q238.200 34.161 238.286 34.146L238.368 34.146Q238.461 34.173 238.461 34.255Q238.461 34.263 238.454 34.294Q238.391 34.521 238.252 34.704Q238.114 34.888 237.922 35.021Q237.731 35.154 237.512 35.224Q237.293 35.294 237.055 35.294Q236.684 35.294 236.346 35.157Q236.008 35.021 235.741 34.769Q235.473 34.517 235.323 34.177Q235.172 33.837 235.172 33.462M235.926 33.154L237.887 33.154Q237.887 32.849 237.786 32.558Q237.684 32.267 237.467 32.085Q237.250 31.904 236.934 31.904Q236.633 31.904 236.403 32.091Q236.172 32.279 236.049 32.570Q235.926 32.861 235.926 33.154M240.879 35.216L239.024 35.216L239.024 34.919Q239.297 34.919 239.465 34.872Q239.633 34.825 239.633 34.657L239.633 32.521Q239.633 32.306 239.571 32.210Q239.508 32.114 239.389 32.093Q239.270 32.071 239.024 32.071L239.024 31.775L240.215 31.689L240.215 32.423Q240.329 32.208 240.522 32.040Q240.715 31.872 240.954 31.780Q241.192 31.689 241.446 31.689Q242.614 31.689 242.614 32.767L242.614 34.657Q242.614 34.825 242.784 34.872Q242.954 34.919 243.223 34.919L243.223 35.216L241.368 35.216L241.368 34.919Q241.641 34.919 241.809 34.872Q241.977 34.825 241.977 34.657L241.977 32.782Q241.977 32.400 241.856 32.171Q241.735 31.943 241.383 31.943Q241.071 31.943 240.817 32.105Q240.563 32.267 240.416 32.536Q240.270 32.806 240.270 33.103L240.270 34.657Q240.270 34.825 240.440 34.872Q240.610 34.919 240.879 34.919\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(107.805 -71.2)\">\u003Cpath d=\"M244.061 34.255L244.061 32.064L243.358 32.064L243.358 31.810Q243.714 31.810 243.956 31.577Q244.198 31.345 244.309 30.997Q244.421 30.650 244.421 30.294L244.702 30.294L244.702 31.767L245.878 31.767L245.878 32.064L244.702 32.064L244.702 34.239Q244.702 34.560 244.821 34.788Q244.940 35.017 245.221 35.017Q245.401 35.017 245.518 34.894Q245.636 34.771 245.688 34.591Q245.741 34.411 245.741 34.239L245.741 33.767L246.022 33.767L246.022 34.255Q246.022 34.509 245.917 34.749Q245.811 34.989 245.614 35.142Q245.417 35.294 245.159 35.294Q244.843 35.294 244.591 35.171Q244.339 35.048 244.200 34.814Q244.061 34.579 244.061 34.255M246.784 35.208L246.784 33.986Q246.784 33.958 246.815 33.927Q246.846 33.896 246.870 33.896L246.975 33.896Q247.046 33.896 247.061 33.958Q247.124 34.279 247.262 34.519Q247.401 34.759 247.634 34.900Q247.866 35.040 248.175 35.040Q248.413 35.040 248.622 34.980Q248.831 34.919 248.968 34.771Q249.104 34.622 249.104 34.376Q249.104 34.122 248.893 33.956Q248.682 33.790 248.413 33.736L247.792 33.622Q247.386 33.544 247.085 33.288Q246.784 33.032 246.784 32.657Q246.784 32.290 246.985 32.068Q247.186 31.845 247.511 31.747Q247.835 31.650 248.175 31.650Q248.639 31.650 248.936 31.857L249.159 31.673Q249.182 31.650 249.214 31.650L249.264 31.650Q249.296 31.650 249.323 31.677Q249.350 31.704 249.350 31.736L249.350 32.720Q249.350 32.751 249.325 32.780Q249.300 32.810 249.264 32.810L249.159 32.810Q249.124 32.810 249.096 32.782Q249.069 32.755 249.069 32.720Q249.069 32.321 248.817 32.101Q248.565 31.880 248.167 31.880Q247.811 31.880 247.528 32.003Q247.245 32.126 247.245 32.431Q247.245 32.650 247.446 32.782Q247.647 32.915 247.893 32.958L248.518 33.071Q248.948 33.161 249.257 33.458Q249.565 33.755 249.565 34.169Q249.565 34.739 249.167 35.017Q248.768 35.294 248.175 35.294Q247.624 35.294 247.272 34.958L246.975 35.271Q246.952 35.294 246.917 35.294L246.870 35.294Q246.846 35.294 246.815 35.263Q246.784 35.232 246.784 35.208\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg transform=\"translate(-237.022 -42.791)\">\u003Cpath d=\"M181.868 35.294L181.868 33.489Q181.868 33.462 181.899 33.431Q181.930 33.400 181.954 33.400L182.059 33.400Q182.090 33.400 182.120 33.429Q182.149 33.458 182.149 33.489Q182.149 34.271 182.665 34.679Q183.180 35.087 183.989 35.087Q184.286 35.087 184.541 34.937Q184.797 34.786 184.948 34.530Q185.098 34.275 185.098 33.978Q185.098 33.579 184.852 33.275Q184.606 32.970 184.235 32.888L183.114 32.630Q182.774 32.556 182.487 32.335Q182.200 32.114 182.034 31.796Q181.868 31.478 181.868 31.126Q181.868 30.696 182.098 30.341Q182.329 29.986 182.709 29.784Q183.090 29.583 183.516 29.583Q183.766 29.583 184.012 29.642Q184.258 29.700 184.477 29.823Q184.696 29.946 184.860 30.126L185.188 29.630Q185.219 29.583 185.258 29.583L185.305 29.583Q185.333 29.583 185.364 29.614Q185.395 29.646 185.395 29.673L185.395 31.482Q185.395 31.505 185.364 31.536Q185.333 31.568 185.305 31.568L185.204 31.568Q185.172 31.568 185.143 31.538Q185.114 31.509 185.114 31.482Q185.114 31.349 185.071 31.163Q185.028 30.978 184.963 30.823Q184.899 30.669 184.799 30.511Q184.700 30.353 184.610 30.263Q184.180 29.857 183.516 29.857Q183.239 29.857 182.979 29.989Q182.719 30.122 182.561 30.357Q182.403 30.591 182.403 30.872Q182.403 31.228 182.643 31.499Q182.883 31.771 183.250 31.857L184.364 32.111Q184.641 32.177 184.874 32.331Q185.106 32.486 185.276 32.704Q185.446 32.923 185.540 33.181Q185.633 33.439 185.633 33.728Q185.633 34.056 185.508 34.359Q185.383 34.661 185.149 34.898Q184.915 35.134 184.622 35.259Q184.329 35.384 183.989 35.384Q182.973 35.384 182.403 34.841L182.075 35.337Q182.043 35.384 182.004 35.384L181.954 35.384Q181.930 35.384 181.899 35.353Q181.868 35.321 181.868 35.294M186.352 33.462Q186.352 32.982 186.584 32.566Q186.817 32.150 187.227 31.900Q187.637 31.650 188.114 31.650Q188.844 31.650 189.243 32.091Q189.641 32.532 189.641 33.263Q189.641 33.368 189.547 33.392L187.098 33.392L187.098 33.462Q187.098 33.872 187.219 34.228Q187.340 34.583 187.612 34.800Q187.883 35.017 188.313 35.017Q188.676 35.017 188.973 34.788Q189.270 34.560 189.372 34.208Q189.379 34.161 189.465 34.146L189.547 34.146Q189.641 34.173 189.641 34.255Q189.641 34.263 189.633 34.294Q189.571 34.521 189.432 34.704Q189.293 34.888 189.102 35.021Q188.911 35.154 188.692 35.224Q188.473 35.294 188.235 35.294Q187.864 35.294 187.526 35.157Q187.188 35.021 186.920 34.769Q186.653 34.517 186.502 34.177Q186.352 33.837 186.352 33.462M187.106 33.154L189.067 33.154Q189.067 32.849 188.965 32.558Q188.864 32.267 188.647 32.085Q188.430 31.904 188.114 31.904Q187.813 31.904 187.583 32.091Q187.352 32.279 187.229 32.570Q187.106 32.861 187.106 33.154M190.754 34.255L190.754 32.064L190.051 32.064L190.051 31.810Q190.407 31.810 190.649 31.577Q190.891 31.345 191.002 30.997Q191.114 30.650 191.114 30.294L191.395 30.294L191.395 31.767L192.571 31.767L192.571 32.064L191.395 32.064L191.395 34.239Q191.395 34.560 191.514 34.788Q191.633 35.017 191.915 35.017Q192.094 35.017 192.211 34.894Q192.329 34.771 192.381 34.591Q192.434 34.411 192.434 34.239L192.434 33.767L192.715 33.767L192.715 34.255Q192.715 34.509 192.610 34.749Q192.504 34.989 192.307 35.142Q192.110 35.294 191.852 35.294Q191.536 35.294 191.284 35.171Q191.032 35.048 190.893 34.814Q190.754 34.579 190.754 34.255M193.477 35.208L193.477 33.986Q193.477 33.958 193.508 33.927Q193.540 33.896 193.563 33.896L193.668 33.896Q193.739 33.896 193.754 33.958Q193.817 34.279 193.956 34.519Q194.094 34.759 194.327 34.900Q194.559 35.040 194.868 35.040Q195.106 35.040 195.315 34.980Q195.524 34.919 195.661 34.771Q195.797 34.622 195.797 34.376Q195.797 34.122 195.586 33.956Q195.375 33.790 195.106 33.736L194.485 33.622Q194.079 33.544 193.778 33.288Q193.477 33.032 193.477 32.657Q193.477 32.290 193.678 32.068Q193.879 31.845 194.204 31.747Q194.528 31.650 194.868 31.650Q195.333 31.650 195.629 31.857L195.852 31.673Q195.875 31.650 195.907 31.650L195.958 31.650Q195.989 31.650 196.016 31.677Q196.043 31.704 196.043 31.736L196.043 32.720Q196.043 32.751 196.018 32.780Q195.993 32.810 195.958 32.810L195.852 32.810Q195.817 32.810 195.790 32.782Q195.762 32.755 195.762 32.720Q195.762 32.321 195.510 32.101Q195.258 31.880 194.860 31.880Q194.504 31.880 194.221 32.003Q193.938 32.126 193.938 32.431Q193.938 32.650 194.139 32.782Q194.340 32.915 194.586 32.958L195.211 33.071Q195.641 33.161 195.950 33.458Q196.258 33.755 196.258 34.169Q196.258 34.739 195.860 35.017Q195.461 35.294 194.868 35.294Q194.317 35.294 193.965 34.958L193.668 35.271Q193.645 35.294 193.610 35.294L193.563 35.294Q193.540 35.294 193.508 35.263Q193.477 35.232 193.477 35.208\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmr8\" font-size=\"8\">\u003Cg transform=\"translate(-209.692 -42.747)\">\u003Cpath d=\"M183.653 35.216L181.731 35.216L181.731 34.919Q182.540 34.919 182.540 34.439L182.540 30.095Q182.282 30.048 181.731 30.048L181.731 29.751L183.227 29.751Q183.286 29.771 183.297 29.782L186.305 33.970L186.305 30.529Q186.305 30.048 185.500 30.048L185.500 29.751L187.418 29.751L187.418 30.048Q186.610 30.048 186.610 30.529L186.610 35.111Q186.590 35.196 186.516 35.216L186.411 35.216Q186.356 35.204 186.340 35.177L182.844 30.321L182.844 34.439Q182.844 34.919 183.653 34.919L183.653 35.216M188.676 34.263L188.676 32.521Q188.676 32.306 188.614 32.210Q188.551 32.114 188.432 32.093Q188.313 32.071 188.067 32.071L188.067 31.775L189.313 31.689L189.313 34.239L189.313 34.263Q189.313 34.575 189.368 34.737Q189.422 34.900 189.573 34.970Q189.723 35.040 190.043 35.040Q190.473 35.040 190.747 34.702Q191.020 34.364 191.020 33.919L191.020 32.521Q191.020 32.306 190.958 32.210Q190.895 32.114 190.776 32.093Q190.657 32.071 190.411 32.071L190.411 31.775L191.657 31.689L191.657 34.474Q191.657 34.685 191.719 34.780Q191.782 34.876 191.901 34.898Q192.020 34.919 192.266 34.919L192.266 35.216L191.043 35.294L191.043 34.673Q190.875 34.962 190.594 35.128Q190.313 35.294 189.993 35.294Q188.676 35.294 188.676 34.263M194.641 35.216L192.786 35.216L192.786 34.919Q193.059 34.919 193.227 34.872Q193.395 34.825 193.395 34.657L193.395 32.521Q193.395 32.306 193.333 32.210Q193.270 32.114 193.151 32.093Q193.032 32.071 192.786 32.071L192.786 31.775L193.977 31.689L193.977 32.423Q194.090 32.208 194.284 32.040Q194.477 31.872 194.715 31.780Q194.954 31.689 195.208 31.689Q196.168 31.689 196.344 32.400Q196.528 32.071 196.856 31.880Q197.184 31.689 197.563 31.689Q198.739 31.689 198.739 32.767L198.739 34.657Q198.739 34.825 198.907 34.872Q199.075 34.919 199.344 34.919L199.344 35.216L197.489 35.216L197.489 34.919Q197.762 34.919 197.930 34.874Q198.098 34.829 198.098 34.657L198.098 32.782Q198.098 32.396 197.973 32.169Q197.848 31.943 197.497 31.943Q197.192 31.943 196.936 32.105Q196.680 32.267 196.532 32.536Q196.383 32.806 196.383 33.103L196.383 34.657Q196.383 34.825 196.553 34.872Q196.723 34.919 196.993 34.919L196.993 35.216L195.137 35.216L195.137 34.919Q195.411 34.919 195.579 34.872Q195.747 34.825 195.747 34.657L195.747 32.782Q195.747 32.396 195.622 32.169Q195.497 31.943 195.145 31.943Q194.840 31.943 194.584 32.105Q194.329 32.267 194.180 32.536Q194.032 32.806 194.032 33.103L194.032 34.657Q194.032 34.825 194.202 34.872Q194.372 34.919 194.641 34.919\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-209.692 -42.747)\">\u003Cpath d=\"M200.483 35.216L200.202 35.216L200.202 30.497Q200.202 30.282 200.140 30.187Q200.077 30.091 199.960 30.070Q199.843 30.048 199.597 30.048L199.597 29.751L200.819 29.665L200.819 32.154Q201.296 31.689 201.995 31.689Q202.476 31.689 202.884 31.933Q203.292 32.177 203.528 32.591Q203.765 33.005 203.765 33.489Q203.765 33.864 203.616 34.193Q203.468 34.521 203.198 34.773Q202.929 35.025 202.585 35.159Q202.241 35.294 201.882 35.294Q201.561 35.294 201.263 35.146Q200.964 34.997 200.757 34.736L200.483 35.216M200.843 32.544L200.843 34.384Q200.995 34.681 201.255 34.861Q201.515 35.040 201.827 35.040Q202.253 35.040 202.520 34.821Q202.788 34.603 202.903 34.257Q203.018 33.911 203.018 33.489Q203.018 32.841 202.770 32.392Q202.522 31.943 201.925 31.943Q201.589 31.943 201.300 32.101Q201.011 32.259 200.843 32.544\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-209.692 -42.747)\">\u003Cpath d=\"M204.527 33.462Q204.527 32.982 204.760 32.566Q204.992 32.150 205.402 31.900Q205.812 31.650 206.289 31.650Q207.019 31.650 207.418 32.091Q207.816 32.532 207.816 33.263Q207.816 33.368 207.723 33.392L205.273 33.392L205.273 33.462Q205.273 33.872 205.394 34.228Q205.516 34.583 205.787 34.800Q206.059 35.017 206.488 35.017Q206.851 35.017 207.148 34.788Q207.445 34.560 207.547 34.208Q207.555 34.161 207.641 34.146L207.723 34.146Q207.816 34.173 207.816 34.255Q207.816 34.263 207.809 34.294Q207.746 34.521 207.607 34.704Q207.469 34.888 207.277 35.021Q207.086 35.154 206.867 35.224Q206.648 35.294 206.410 35.294Q206.039 35.294 205.701 35.157Q205.363 35.021 205.096 34.769Q204.828 34.517 204.678 34.177Q204.527 33.837 204.527 33.462M205.281 33.154L207.242 33.154Q207.242 32.849 207.141 32.558Q207.039 32.267 206.822 32.085Q206.605 31.904 206.289 31.904Q205.988 31.904 205.758 32.091Q205.527 32.279 205.404 32.570Q205.281 32.861 205.281 33.154M210.312 35.216L208.332 35.216L208.332 34.919Q208.601 34.919 208.769 34.874Q208.937 34.829 208.937 34.657L208.937 32.521Q208.937 32.306 208.875 32.210Q208.812 32.114 208.695 32.093Q208.578 32.071 208.332 32.071L208.332 31.775L209.500 31.689L209.500 32.474Q209.578 32.263 209.730 32.077Q209.883 31.892 210.082 31.790Q210.281 31.689 210.508 31.689Q210.754 31.689 210.945 31.833Q211.137 31.978 211.137 32.208Q211.137 32.364 211.031 32.474Q210.926 32.583 210.769 32.583Q210.613 32.583 210.504 32.474Q210.394 32.364 210.394 32.208Q210.394 32.048 210.500 31.943Q210.176 31.943 209.961 32.171Q209.746 32.400 209.650 32.739Q209.555 33.079 209.555 33.384L209.555 34.657Q209.555 34.825 209.781 34.872Q210.008 34.919 210.312 34.919L210.312 35.216M211.660 35.208L211.660 33.986Q211.660 33.958 211.691 33.927Q211.723 33.896 211.746 33.896L211.851 33.896Q211.922 33.896 211.937 33.958Q212 34.279 212.139 34.519Q212.277 34.759 212.510 34.900Q212.742 35.040 213.051 35.040Q213.289 35.040 213.498 34.980Q213.707 34.919 213.844 34.771Q213.980 34.622 213.980 34.376Q213.980 34.122 213.769 33.956Q213.559 33.790 213.289 33.736L212.668 33.622Q212.262 33.544 211.961 33.288Q211.660 33.032 211.660 32.657Q211.660 32.290 211.861 32.068Q212.062 31.845 212.387 31.747Q212.711 31.650 213.051 31.650Q213.516 31.650 213.812 31.857L214.035 31.673Q214.059 31.650 214.090 31.650L214.141 31.650Q214.172 31.650 214.199 31.677Q214.226 31.704 214.226 31.736L214.226 32.720Q214.226 32.751 214.201 32.780Q214.176 32.810 214.141 32.810L214.035 32.810Q214 32.810 213.973 32.782Q213.945 32.755 213.945 32.720Q213.945 32.321 213.693 32.101Q213.441 31.880 213.043 31.880Q212.687 31.880 212.404 32.003Q212.121 32.126 212.121 32.431Q212.121 32.650 212.322 32.782Q212.523 32.915 212.769 32.958L213.394 33.071Q213.824 33.161 214.133 33.458Q214.441 33.755 214.441 34.169Q214.441 34.739 214.043 35.017Q213.644 35.294 213.051 35.294Q212.500 35.294 212.148 34.958L211.851 35.271Q211.828 35.294 211.793 35.294L211.746 35.294Q211.723 35.294 211.691 35.263Q211.660 35.232 211.660 35.208\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmr8\" font-size=\"8\">\u003Cg transform=\"translate(-143.774 -43.525)\">\u003Cpath d=\"M184.106 35.216L181.747 35.216L181.747 34.919Q182.071 34.919 182.313 34.872Q182.555 34.825 182.555 34.657L182.555 30.314Q182.555 30.142 182.313 30.095Q182.071 30.048 181.747 30.048L181.747 29.751L184.340 29.751Q184.672 29.751 185.059 29.837Q185.446 29.923 185.793 30.097Q186.141 30.271 186.360 30.552Q186.579 30.833 186.579 31.200Q186.579 31.525 186.377 31.790Q186.176 32.056 185.870 32.232Q185.563 32.407 185.235 32.497Q185.602 32.618 185.862 32.888Q186.122 33.157 186.172 33.521L186.266 34.216Q186.336 34.665 186.434 34.896Q186.532 35.126 186.829 35.126Q187.075 35.126 187.208 34.909Q187.340 34.693 187.340 34.431Q187.360 34.357 187.442 34.337L187.524 34.337Q187.618 34.361 187.618 34.454Q187.618 34.685 187.520 34.900Q187.422 35.114 187.245 35.249Q187.067 35.384 186.836 35.384Q186.239 35.384 185.821 35.097Q185.403 34.810 185.403 34.239L185.403 33.544Q185.403 33.263 185.250 33.048Q185.098 32.833 184.848 32.720Q184.598 32.607 184.325 32.607L183.297 32.607L183.297 34.657Q183.297 34.821 183.541 34.870Q183.786 34.919 184.106 34.919L184.106 35.216M183.297 30.314L183.297 32.353L184.227 32.353Q184.547 32.353 184.815 32.300Q185.083 32.247 185.282 32.120Q185.481 31.993 185.598 31.761Q185.715 31.529 185.715 31.200Q185.715 30.548 185.319 30.298Q184.922 30.048 184.227 30.048L183.700 30.048Q183.481 30.048 183.389 30.091Q183.297 30.134 183.297 30.314M187.879 33.462Q187.879 32.982 188.112 32.566Q188.344 32.150 188.754 31.900Q189.165 31.650 189.641 31.650Q190.372 31.650 190.770 32.091Q191.168 32.532 191.168 33.263Q191.168 33.368 191.075 33.392L188.625 33.392L188.625 33.462Q188.625 33.872 188.747 34.228Q188.868 34.583 189.139 34.800Q189.411 35.017 189.840 35.017Q190.204 35.017 190.500 34.788Q190.797 34.560 190.899 34.208Q190.907 34.161 190.993 34.146L191.075 34.146Q191.168 34.173 191.168 34.255Q191.168 34.263 191.161 34.294Q191.098 34.521 190.959 34.704Q190.821 34.888 190.629 35.021Q190.438 35.154 190.219 35.224Q190 35.294 189.762 35.294Q189.391 35.294 189.053 35.157Q188.715 35.021 188.448 34.769Q188.180 34.517 188.030 34.177Q187.879 33.837 187.879 33.462M188.633 33.154L190.594 33.154Q190.594 32.849 190.493 32.558Q190.391 32.267 190.174 32.085Q189.958 31.904 189.641 31.904Q189.340 31.904 189.110 32.091Q188.879 32.279 188.756 32.570Q188.633 32.861 188.633 33.154M193.540 36.767L191.684 36.767L191.684 36.474Q191.954 36.474 192.122 36.429Q192.290 36.384 192.290 36.208L192.290 32.384Q192.290 32.177 192.133 32.124Q191.977 32.071 191.684 32.071L191.684 31.775L192.907 31.689L192.907 32.154Q193.137 31.931 193.452 31.810Q193.766 31.689 194.106 31.689Q194.579 31.689 194.983 31.935Q195.387 32.181 195.620 32.597Q195.852 33.013 195.852 33.489Q195.852 33.864 195.704 34.193Q195.555 34.521 195.286 34.773Q195.016 35.025 194.672 35.159Q194.329 35.294 193.969 35.294Q193.680 35.294 193.409 35.173Q193.137 35.052 192.930 34.841L192.930 36.208Q192.930 36.384 193.098 36.429Q193.266 36.474 193.540 36.474L193.540 36.767M192.930 32.552L192.930 34.392Q193.083 34.681 193.344 34.861Q193.606 35.040 193.915 35.040Q194.200 35.040 194.422 34.902Q194.645 34.763 194.797 34.532Q194.950 34.302 195.028 34.030Q195.106 33.759 195.106 33.489Q195.106 33.157 194.981 32.800Q194.856 32.443 194.608 32.206Q194.360 31.970 194.012 31.970Q193.688 31.970 193.393 32.126Q193.098 32.282 192.930 32.552M198.383 35.216L196.403 35.216L196.403 34.919Q196.672 34.919 196.840 34.874Q197.008 34.829 197.008 34.657L197.008 32.521Q197.008 32.306 196.946 32.210Q196.883 32.114 196.766 32.093Q196.649 32.071 196.403 32.071L196.403 31.775L197.571 31.689L197.571 32.474Q197.649 32.263 197.801 32.077Q197.954 31.892 198.153 31.790Q198.352 31.689 198.579 31.689Q198.825 31.689 199.016 31.833Q199.208 31.978 199.208 32.208Q199.208 32.364 199.102 32.474Q198.997 32.583 198.840 32.583Q198.684 32.583 198.575 32.474Q198.465 32.364 198.465 32.208Q198.465 32.048 198.571 31.943Q198.247 31.943 198.032 32.171Q197.817 32.400 197.721 32.739Q197.625 33.079 197.625 33.384L197.625 34.657Q197.625 34.825 197.852 34.872Q198.079 34.919 198.383 34.919L198.383 35.216M199.688 33.462Q199.688 32.982 199.920 32.566Q200.153 32.150 200.563 31.900Q200.973 31.650 201.450 31.650Q202.180 31.650 202.579 32.091Q202.977 32.532 202.977 33.263Q202.977 33.368 202.883 33.392L200.434 33.392L200.434 33.462Q200.434 33.872 200.555 34.228Q200.676 34.583 200.948 34.800Q201.219 35.017 201.649 35.017Q202.012 35.017 202.309 34.788Q202.606 34.560 202.708 34.208Q202.715 34.161 202.801 34.146L202.883 34.146Q202.977 34.173 202.977 34.255Q202.977 34.263 202.969 34.294Q202.907 34.521 202.768 34.704Q202.629 34.888 202.438 35.021Q202.247 35.154 202.028 35.224Q201.809 35.294 201.571 35.294Q201.200 35.294 200.862 35.157Q200.524 35.021 200.256 34.769Q199.989 34.517 199.838 34.177Q199.688 33.837 199.688 33.462M200.442 33.154L202.403 33.154Q202.403 32.849 202.301 32.558Q202.200 32.267 201.983 32.085Q201.766 31.904 201.450 31.904Q201.149 31.904 200.918 32.091Q200.688 32.279 200.565 32.570Q200.442 32.861 200.442 33.154M203.508 35.208L203.508 33.986Q203.508 33.958 203.540 33.927Q203.571 33.896 203.594 33.896L203.700 33.896Q203.770 33.896 203.786 33.958Q203.848 34.279 203.987 34.519Q204.125 34.759 204.358 34.900Q204.590 35.040 204.899 35.040Q205.137 35.040 205.346 34.980Q205.555 34.919 205.692 34.771Q205.829 34.622 205.829 34.376Q205.829 34.122 205.618 33.956Q205.407 33.790 205.137 33.736L204.516 33.622Q204.110 33.544 203.809 33.288Q203.508 33.032 203.508 32.657Q203.508 32.290 203.709 32.068Q203.911 31.845 204.235 31.747Q204.559 31.650 204.899 31.650Q205.364 31.650 205.661 31.857L205.883 31.673Q205.907 31.650 205.938 31.650L205.989 31.650Q206.020 31.650 206.047 31.677Q206.075 31.704 206.075 31.736L206.075 32.720Q206.075 32.751 206.049 32.780Q206.024 32.810 205.989 32.810L205.883 32.810Q205.848 32.810 205.821 32.782Q205.793 32.755 205.793 32.720Q205.793 32.321 205.541 32.101Q205.290 31.880 204.891 31.880Q204.536 31.880 204.252 32.003Q203.969 32.126 203.969 32.431Q203.969 32.650 204.170 32.782Q204.372 32.915 204.618 32.958L205.243 33.071Q205.672 33.161 205.981 33.458Q206.290 33.755 206.290 34.169Q206.290 34.739 205.891 35.017Q205.493 35.294 204.899 35.294Q204.348 35.294 203.997 34.958L203.700 35.271Q203.676 35.294 203.641 35.294L203.594 35.294Q203.571 35.294 203.540 35.263Q203.508 35.232 203.508 35.208M206.817 33.462Q206.817 32.982 207.049 32.566Q207.282 32.150 207.692 31.900Q208.102 31.650 208.579 31.650Q209.309 31.650 209.708 32.091Q210.106 32.532 210.106 33.263Q210.106 33.368 210.012 33.392L207.563 33.392L207.563 33.462Q207.563 33.872 207.684 34.228Q207.805 34.583 208.077 34.800Q208.348 35.017 208.778 35.017Q209.141 35.017 209.438 34.788Q209.735 34.560 209.836 34.208Q209.844 34.161 209.930 34.146L210.012 34.146Q210.106 34.173 210.106 34.255Q210.106 34.263 210.098 34.294Q210.036 34.521 209.897 34.704Q209.758 34.888 209.567 35.021Q209.375 35.154 209.157 35.224Q208.938 35.294 208.700 35.294Q208.329 35.294 207.991 35.157Q207.653 35.021 207.385 34.769Q207.118 34.517 206.967 34.177Q206.817 33.837 206.817 33.462M207.571 33.154L209.532 33.154Q209.532 32.849 209.430 32.558Q209.329 32.267 209.112 32.085Q208.895 31.904 208.579 31.904Q208.278 31.904 208.047 32.091Q207.817 32.279 207.694 32.570Q207.571 32.861 207.571 33.154M212.524 35.216L210.668 35.216L210.668 34.919Q210.942 34.919 211.110 34.872Q211.278 34.825 211.278 34.657L211.278 32.521Q211.278 32.306 211.215 32.210Q211.153 32.114 211.034 32.093Q210.915 32.071 210.668 32.071L210.668 31.775L211.860 31.689L211.860 32.423Q211.973 32.208 212.166 32.040Q212.360 31.872 212.598 31.780Q212.836 31.689 213.090 31.689Q214.258 31.689 214.258 32.767L214.258 34.657Q214.258 34.825 214.428 34.872Q214.598 34.919 214.868 34.919L214.868 35.216L213.012 35.216L213.012 34.919Q213.286 34.919 213.454 34.872Q213.622 34.825 213.622 34.657L213.622 32.782Q213.622 32.400 213.500 32.171Q213.379 31.943 213.028 31.943Q212.715 31.943 212.461 32.105Q212.208 32.267 212.061 32.536Q211.915 32.806 211.915 33.103L211.915 34.657Q211.915 34.825 212.084 34.872Q212.254 34.919 212.524 34.919\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-143.774 -43.525)\">\u003Cpath d=\"M215.718 34.255L215.718 32.064L215.015 32.064L215.015 31.810Q215.371 31.810 215.613 31.577Q215.855 31.345 215.966 30.997Q216.078 30.650 216.078 30.294L216.359 30.294L216.359 31.767L217.535 31.767L217.535 32.064L216.359 32.064L216.359 34.239Q216.359 34.560 216.478 34.788Q216.597 35.017 216.878 35.017Q217.058 35.017 217.175 34.894Q217.292 34.771 217.345 34.591Q217.398 34.411 217.398 34.239L217.398 33.767L217.679 33.767L217.679 34.255Q217.679 34.509 217.574 34.749Q217.468 34.989 217.271 35.142Q217.074 35.294 216.816 35.294Q216.500 35.294 216.248 35.171Q215.996 35.048 215.857 34.814Q215.718 34.579 215.718 34.255M218.496 34.384Q218.496 33.900 218.898 33.605Q219.300 33.310 219.851 33.191Q220.402 33.071 220.894 33.071L220.894 32.782Q220.894 32.556 220.779 32.349Q220.664 32.142 220.466 32.023Q220.269 31.904 220.039 31.904Q219.613 31.904 219.328 32.009Q219.398 32.036 219.445 32.091Q219.492 32.146 219.517 32.216Q219.542 32.286 219.542 32.361Q219.542 32.466 219.492 32.558Q219.441 32.650 219.349 32.700Q219.257 32.751 219.152 32.751Q219.046 32.751 218.955 32.700Q218.863 32.650 218.812 32.558Q218.761 32.466 218.761 32.361Q218.761 31.943 219.150 31.796Q219.539 31.650 220.039 31.650Q220.371 31.650 220.724 31.780Q221.078 31.911 221.306 32.165Q221.535 32.419 221.535 32.767L221.535 34.568Q221.535 34.700 221.607 34.810Q221.679 34.919 221.808 34.919Q221.933 34.919 222.001 34.814Q222.070 34.708 222.070 34.568L222.070 34.056L222.351 34.056L222.351 34.568Q222.351 34.771 222.234 34.929Q222.117 35.087 221.935 35.171Q221.753 35.255 221.550 35.255Q221.320 35.255 221.167 35.083Q221.015 34.911 220.984 34.681Q220.824 34.962 220.515 35.128Q220.207 35.294 219.855 35.294Q219.343 35.294 218.919 35.071Q218.496 34.849 218.496 34.384M219.183 34.384Q219.183 34.669 219.410 34.855Q219.636 35.040 219.929 35.040Q220.175 35.040 220.400 34.923Q220.625 34.806 220.759 34.603Q220.894 34.400 220.894 34.146L220.894 33.314Q220.628 33.314 220.343 33.368Q220.058 33.423 219.787 33.552Q219.515 33.681 219.349 33.888Q219.183 34.095 219.183 34.384M223.269 34.255L223.269 32.064L222.566 32.064L222.566 31.810Q222.921 31.810 223.164 31.577Q223.406 31.345 223.517 30.997Q223.628 30.650 223.628 30.294L223.910 30.294L223.910 31.767L225.085 31.767L225.085 32.064L223.910 32.064L223.910 34.239Q223.910 34.560 224.029 34.788Q224.148 35.017 224.429 35.017Q224.609 35.017 224.726 34.894Q224.843 34.771 224.896 34.591Q224.949 34.411 224.949 34.239L224.949 33.767L225.230 33.767L225.230 34.255Q225.230 34.509 225.125 34.749Q225.019 34.989 224.822 35.142Q224.625 35.294 224.367 35.294Q224.050 35.294 223.798 35.171Q223.546 35.048 223.408 34.814Q223.269 34.579 223.269 34.255M227.808 35.216L226.031 35.216L226.031 34.919Q226.304 34.919 226.472 34.872Q226.640 34.825 226.640 34.657L226.640 32.521Q226.640 32.306 226.584 32.210Q226.527 32.114 226.414 32.093Q226.300 32.071 226.054 32.071L226.054 31.775L227.253 31.689L227.253 34.657Q227.253 34.825 227.400 34.872Q227.546 34.919 227.808 34.919L227.808 35.216M226.367 30.294Q226.367 30.103 226.501 29.972Q226.636 29.841 226.832 29.841Q226.953 29.841 227.056 29.904Q227.160 29.966 227.222 30.070Q227.285 30.173 227.285 30.294Q227.285 30.489 227.154 30.624Q227.023 30.759 226.832 30.759Q226.632 30.759 226.500 30.626Q226.367 30.493 226.367 30.294M228.308 33.521Q228.308 33.017 228.564 32.585Q228.820 32.154 229.255 31.902Q229.691 31.650 230.191 31.650Q230.578 31.650 230.919 31.794Q231.261 31.939 231.523 32.200Q231.785 32.462 231.927 32.798Q232.070 33.134 232.070 33.521Q232.070 34.013 231.806 34.423Q231.542 34.833 231.113 35.064Q230.683 35.294 230.191 35.294Q229.699 35.294 229.265 35.062Q228.832 34.829 228.570 34.421Q228.308 34.013 228.308 33.521M230.191 35.017Q230.648 35.017 230.900 34.794Q231.152 34.571 231.240 34.220Q231.328 33.868 231.328 33.423Q231.328 32.993 231.234 32.655Q231.140 32.318 230.886 32.111Q230.632 31.904 230.191 31.904Q229.542 31.904 229.298 32.320Q229.054 32.736 229.054 33.423Q229.054 33.868 229.142 34.220Q229.230 34.571 229.482 34.794Q229.734 35.017 230.191 35.017M234.484 35.216L232.628 35.216L232.628 34.919Q232.902 34.919 233.070 34.872Q233.238 34.825 233.238 34.657L233.238 32.521Q233.238 32.306 233.175 32.210Q233.113 32.114 232.994 32.093Q232.875 32.071 232.628 32.071L232.628 31.775L233.820 31.689L233.820 32.423Q233.933 32.208 234.126 32.040Q234.320 31.872 234.558 31.780Q234.796 31.689 235.050 31.689Q236.218 31.689 236.218 32.767L236.218 34.657Q236.218 34.825 236.388 34.872Q236.558 34.919 236.828 34.919L236.828 35.216L234.972 35.216L234.972 34.919Q235.246 34.919 235.414 34.872Q235.582 34.825 235.582 34.657L235.582 32.782Q235.582 32.400 235.460 32.171Q235.339 31.943 234.988 31.943Q234.675 31.943 234.421 32.105Q234.167 32.267 234.021 32.536Q233.875 32.806 233.875 33.103L233.875 34.657Q233.875 34.825 234.044 34.872Q234.214 34.919 234.484 34.919L234.484 35.216M237.371 34.384Q237.371 33.900 237.773 33.605Q238.175 33.310 238.726 33.191Q239.277 33.071 239.769 33.071L239.769 32.782Q239.769 32.556 239.654 32.349Q239.539 32.142 239.341 32.023Q239.144 31.904 238.914 31.904Q238.488 31.904 238.203 32.009Q238.273 32.036 238.320 32.091Q238.367 32.146 238.392 32.216Q238.417 32.286 238.417 32.361Q238.417 32.466 238.367 32.558Q238.316 32.650 238.224 32.700Q238.132 32.751 238.027 32.751Q237.921 32.751 237.830 32.700Q237.738 32.650 237.687 32.558Q237.636 32.466 237.636 32.361Q237.636 31.943 238.025 31.796Q238.414 31.650 238.914 31.650Q239.246 31.650 239.599 31.780Q239.953 31.911 240.181 32.165Q240.410 32.419 240.410 32.767L240.410 34.568Q240.410 34.700 240.482 34.810Q240.554 34.919 240.683 34.919Q240.808 34.919 240.876 34.814Q240.945 34.708 240.945 34.568L240.945 34.056L241.226 34.056L241.226 34.568Q241.226 34.771 241.109 34.929Q240.992 35.087 240.810 35.171Q240.628 35.255 240.425 35.255Q240.195 35.255 240.042 35.083Q239.890 34.911 239.859 34.681Q239.699 34.962 239.390 35.128Q239.082 35.294 238.730 35.294Q238.218 35.294 237.794 35.071Q237.371 34.849 237.371 34.384M238.058 34.384Q238.058 34.669 238.285 34.855Q238.511 35.040 238.804 35.040Q239.050 35.040 239.275 34.923Q239.500 34.806 239.634 34.603Q239.769 34.400 239.769 34.146L239.769 33.314Q239.503 33.314 239.218 33.368Q238.933 33.423 238.662 33.552Q238.390 33.681 238.224 33.888Q238.058 34.095 238.058 34.384M243.433 35.216L241.601 35.216L241.601 34.919Q241.875 34.919 242.042 34.872Q242.210 34.825 242.210 34.657L242.210 30.497Q242.210 30.282 242.148 30.187Q242.085 30.091 241.966 30.070Q241.847 30.048 241.601 30.048L241.601 29.751L242.824 29.665L242.824 34.657Q242.824 34.825 242.992 34.872Q243.160 34.919 243.433 34.919L243.433 35.216M246.945 35.384Q246.363 35.384 245.845 35.157Q245.328 34.931 244.939 34.532Q244.550 34.134 244.332 33.609Q244.113 33.083 244.113 32.513Q244.113 31.743 244.488 31.066Q244.863 30.388 245.513 29.986Q246.164 29.583 246.945 29.583Q247.718 29.583 248.369 29.986Q249.019 30.388 249.394 31.066Q249.769 31.743 249.769 32.513Q249.769 33.083 249.548 33.614Q249.328 34.146 248.943 34.538Q248.558 34.931 248.041 35.157Q247.523 35.384 246.945 35.384M245.503 34.314Q245.667 34.544 245.898 34.720Q246.128 34.896 246.396 34.991Q246.664 35.087 246.945 35.087Q247.363 35.087 247.744 34.876Q248.125 34.665 248.375 34.314Q248.906 33.595 248.906 32.376Q248.906 31.747 248.691 31.169Q248.476 30.591 248.035 30.228Q247.593 29.864 246.945 29.864Q246.292 29.864 245.849 30.228Q245.406 30.591 245.191 31.169Q244.976 31.747 244.976 32.376Q244.976 33.595 245.503 34.314M251.402 35.216L251.121 35.216L251.121 30.497Q251.121 30.282 251.058 30.187Q250.996 30.091 250.878 30.070Q250.761 30.048 250.515 30.048L250.515 29.751L251.738 29.665L251.738 32.154Q252.214 31.689 252.914 31.689Q253.394 31.689 253.802 31.933Q254.210 32.177 254.447 32.591Q254.683 33.005 254.683 33.489Q254.683 33.864 254.535 34.193Q254.386 34.521 254.117 34.773Q253.847 35.025 253.503 35.159Q253.160 35.294 252.800 35.294Q252.480 35.294 252.181 35.146Q251.882 34.997 251.675 34.736L251.402 35.216M251.761 32.544L251.761 34.384Q251.914 34.681 252.173 34.861Q252.433 35.040 252.746 35.040Q253.171 35.040 253.439 34.821Q253.707 34.603 253.822 34.257Q253.937 33.911 253.937 33.489Q253.937 32.841 253.689 32.392Q253.441 31.943 252.843 31.943Q252.507 31.943 252.218 32.101Q251.929 32.259 251.761 32.544\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-143.774 -43.525)\">\u003Cpath d=\"M255.146 36.193Q255.146 36.087 255.196 35.995Q255.247 35.904 255.339 35.853Q255.431 35.802 255.536 35.802Q255.646 35.802 255.737 35.853Q255.829 35.904 255.880 35.995Q255.931 36.087 255.931 36.193Q255.931 36.407 255.739 36.529Q255.896 36.591 256.122 36.591Q256.423 36.591 256.552 36.282Q256.681 35.974 256.681 35.607L256.681 32.521Q256.681 32.216 256.534 32.144Q256.388 32.071 256.009 32.071L256.009 31.775L257.298 31.689L257.298 35.630Q257.298 35.950 257.138 36.234Q256.978 36.517 256.700 36.683Q256.423 36.849 256.107 36.849Q255.747 36.849 255.446 36.685Q255.146 36.521 255.146 36.193M256.376 30.294Q256.376 30.111 256.515 29.976Q256.654 29.841 256.841 29.841Q257.029 29.841 257.163 29.972Q257.298 30.103 257.298 30.294Q257.298 30.493 257.165 30.626Q257.032 30.759 256.841 30.759Q256.650 30.759 256.513 30.622Q256.376 30.486 256.376 30.294M258.298 33.462Q258.298 32.982 258.530 32.566Q258.763 32.150 259.173 31.900Q259.583 31.650 260.060 31.650Q260.790 31.650 261.189 32.091Q261.587 32.532 261.587 33.263Q261.587 33.368 261.493 33.392L259.044 33.392L259.044 33.462Q259.044 33.872 259.165 34.228Q259.286 34.583 259.558 34.800Q259.829 35.017 260.259 35.017Q260.622 35.017 260.919 34.788Q261.216 34.560 261.318 34.208Q261.325 34.161 261.411 34.146L261.493 34.146Q261.587 34.173 261.587 34.255Q261.587 34.263 261.579 34.294Q261.517 34.521 261.378 34.704Q261.239 34.888 261.048 35.021Q260.857 35.154 260.638 35.224Q260.419 35.294 260.181 35.294Q259.810 35.294 259.472 35.157Q259.134 35.021 258.866 34.769Q258.599 34.517 258.448 34.177Q258.298 33.837 258.298 33.462M259.052 33.154L261.013 33.154Q261.013 32.849 260.911 32.558Q260.810 32.267 260.593 32.085Q260.376 31.904 260.060 31.904Q259.759 31.904 259.529 32.091Q259.298 32.279 259.175 32.570Q259.052 32.861 259.052 33.154M262.118 33.489Q262.118 32.993 262.368 32.568Q262.618 32.142 263.038 31.896Q263.458 31.650 263.958 31.650Q264.497 31.650 264.888 31.775Q265.279 31.900 265.279 32.314Q265.279 32.419 265.228 32.511Q265.177 32.603 265.085 32.654Q264.993 32.704 264.884 32.704Q264.779 32.704 264.687 32.654Q264.595 32.603 264.544 32.511Q264.493 32.419 264.493 32.314Q264.493 32.091 264.661 31.986Q264.439 31.927 263.966 31.927Q263.669 31.927 263.454 32.066Q263.239 32.204 263.109 32.435Q262.978 32.665 262.919 32.935Q262.861 33.204 262.861 33.489Q262.861 33.884 262.993 34.234Q263.126 34.583 263.398 34.800Q263.669 35.017 264.068 35.017Q264.443 35.017 264.718 34.800Q264.993 34.583 265.095 34.224Q265.111 34.161 265.173 34.161L265.279 34.161Q265.314 34.161 265.339 34.189Q265.364 34.216 265.364 34.255L265.364 34.279Q265.232 34.759 264.847 35.027Q264.462 35.294 263.958 35.294Q263.595 35.294 263.261 35.157Q262.927 35.021 262.667 34.771Q262.407 34.521 262.263 34.185Q262.118 33.849 262.118 33.489M266.478 34.255L266.478 32.064L265.775 32.064L265.775 31.810Q266.130 31.810 266.372 31.577Q266.614 31.345 266.726 30.997Q266.837 30.650 266.837 30.294L267.118 30.294L267.118 31.767L268.294 31.767L268.294 32.064L267.118 32.064L267.118 34.239Q267.118 34.560 267.237 34.788Q267.357 35.017 267.638 35.017Q267.818 35.017 267.935 34.894Q268.052 34.771 268.105 34.591Q268.157 34.411 268.157 34.239L268.157 33.767L268.439 33.767L268.439 34.255Q268.439 34.509 268.333 34.749Q268.228 34.989 268.030 35.142Q267.833 35.294 267.575 35.294Q267.259 35.294 267.007 35.171Q266.755 35.048 266.616 34.814Q266.478 34.579 266.478 34.255M269.200 35.208L269.200 33.986Q269.200 33.958 269.232 33.927Q269.263 33.896 269.286 33.896L269.392 33.896Q269.462 33.896 269.478 33.958Q269.540 34.279 269.679 34.519Q269.818 34.759 270.050 34.900Q270.282 35.040 270.591 35.040Q270.829 35.040 271.038 34.980Q271.247 34.919 271.384 34.771Q271.521 34.622 271.521 34.376Q271.521 34.122 271.310 33.956Q271.099 33.790 270.829 33.736L270.208 33.622Q269.802 33.544 269.501 33.288Q269.200 33.032 269.200 32.657Q269.200 32.290 269.402 32.068Q269.603 31.845 269.927 31.747Q270.251 31.650 270.591 31.650Q271.056 31.650 271.353 31.857L271.575 31.673Q271.599 31.650 271.630 31.650L271.681 31.650Q271.712 31.650 271.739 31.677Q271.767 31.704 271.767 31.736L271.767 32.720Q271.767 32.751 271.741 32.780Q271.716 32.810 271.681 32.810L271.575 32.810Q271.540 32.810 271.513 32.782Q271.486 32.755 271.486 32.720Q271.486 32.321 271.234 32.101Q270.982 31.880 270.583 31.880Q270.228 31.880 269.945 32.003Q269.661 32.126 269.661 32.431Q269.661 32.650 269.862 32.782Q270.064 32.915 270.310 32.958L270.935 33.071Q271.364 33.161 271.673 33.458Q271.982 33.755 271.982 34.169Q271.982 34.739 271.583 35.017Q271.185 35.294 270.591 35.294Q270.040 35.294 269.689 34.958L269.392 35.271Q269.368 35.294 269.333 35.294L269.286 35.294Q269.263 35.294 269.232 35.263Q269.200 35.232 269.200 35.208\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg transform=\"translate(-248.831 -15.116)\">\u003Cpath d=\"M181.868 32.482Q181.868 31.888 182.100 31.357Q182.333 30.825 182.749 30.425Q183.165 30.025 183.698 29.804Q184.231 29.583 184.836 29.583Q185.274 29.583 185.672 29.765Q186.071 29.946 186.379 30.279L186.852 29.614Q186.883 29.583 186.915 29.583L186.961 29.583Q186.989 29.583 187.020 29.614Q187.051 29.646 187.051 29.673L187.051 31.810Q187.051 31.833 187.020 31.864Q186.989 31.896 186.961 31.896L186.844 31.896Q186.817 31.896 186.786 31.864Q186.754 31.833 186.754 31.810Q186.754 31.544 186.612 31.191Q186.469 30.837 186.290 30.599Q186.036 30.267 185.686 30.073Q185.336 29.880 184.930 29.880Q184.426 29.880 183.973 30.099Q183.520 30.318 183.227 30.712Q182.731 31.380 182.731 32.482Q182.731 33.013 182.868 33.480Q183.004 33.946 183.280 34.312Q183.555 34.677 183.975 34.882Q184.395 35.087 184.938 35.087Q185.426 35.087 185.850 34.843Q186.274 34.599 186.522 34.179Q186.770 33.759 186.770 33.263Q186.770 33.228 186.799 33.202Q186.829 33.177 186.860 33.177L186.961 33.177Q187.004 33.177 187.028 33.206Q187.051 33.236 187.051 33.279Q187.051 33.716 186.875 34.105Q186.700 34.493 186.389 34.777Q186.079 35.060 185.668 35.222Q185.258 35.384 184.836 35.384Q184.247 35.384 183.706 35.163Q183.165 34.943 182.749 34.538Q182.333 34.134 182.100 33.605Q181.868 33.075 181.868 32.482M187.868 34.384Q187.868 33.900 188.270 33.605Q188.672 33.310 189.223 33.191Q189.774 33.071 190.266 33.071L190.266 32.782Q190.266 32.556 190.151 32.349Q190.036 32.142 189.838 32.023Q189.641 31.904 189.411 31.904Q188.985 31.904 188.700 32.009Q188.770 32.036 188.817 32.091Q188.864 32.146 188.889 32.216Q188.915 32.286 188.915 32.361Q188.915 32.466 188.864 32.558Q188.813 32.650 188.721 32.700Q188.629 32.751 188.524 32.751Q188.418 32.751 188.327 32.700Q188.235 32.650 188.184 32.558Q188.133 32.466 188.133 32.361Q188.133 31.943 188.522 31.796Q188.911 31.650 189.411 31.650Q189.743 31.650 190.096 31.780Q190.450 31.911 190.678 32.165Q190.907 32.419 190.907 32.767L190.907 34.568Q190.907 34.700 190.979 34.810Q191.051 34.919 191.180 34.919Q191.305 34.919 191.374 34.814Q191.442 34.708 191.442 34.568L191.442 34.056L191.723 34.056L191.723 34.568Q191.723 34.771 191.606 34.929Q191.489 35.087 191.307 35.171Q191.125 35.255 190.922 35.255Q190.692 35.255 190.540 35.083Q190.387 34.911 190.356 34.681Q190.196 34.962 189.887 35.128Q189.579 35.294 189.227 35.294Q188.715 35.294 188.291 35.071Q187.868 34.849 187.868 34.384M188.555 34.384Q188.555 34.669 188.782 34.855Q189.008 35.040 189.301 35.040Q189.547 35.040 189.772 34.923Q189.997 34.806 190.131 34.603Q190.266 34.400 190.266 34.146L190.266 33.314Q190 33.314 189.715 33.368Q189.430 33.423 189.159 33.552Q188.887 33.681 188.721 33.888Q188.555 34.095 188.555 34.384M192.641 34.255L192.641 32.064L191.938 32.064L191.938 31.810Q192.293 31.810 192.536 31.577Q192.778 31.345 192.889 30.997Q193 30.650 193 30.294L193.282 30.294L193.282 31.767L194.458 31.767L194.458 32.064L193.282 32.064L193.282 34.239Q193.282 34.560 193.401 34.788Q193.520 35.017 193.801 35.017Q193.981 35.017 194.098 34.894Q194.215 34.771 194.268 34.591Q194.321 34.411 194.321 34.239L194.321 33.767L194.602 33.767L194.602 34.255Q194.602 34.509 194.497 34.749Q194.391 34.989 194.194 35.142Q193.997 35.294 193.739 35.294Q193.422 35.294 193.170 35.171Q192.918 35.048 192.780 34.814Q192.641 34.579 192.641 34.255M195.321 33.462Q195.321 32.982 195.553 32.566Q195.786 32.150 196.196 31.900Q196.606 31.650 197.083 31.650Q197.813 31.650 198.211 32.091Q198.610 32.532 198.610 33.263Q198.610 33.368 198.516 33.392L196.067 33.392L196.067 33.462Q196.067 33.872 196.188 34.228Q196.309 34.583 196.581 34.800Q196.852 35.017 197.282 35.017Q197.645 35.017 197.942 34.788Q198.239 34.560 198.340 34.208Q198.348 34.161 198.434 34.146L198.516 34.146Q198.610 34.173 198.610 34.255Q198.610 34.263 198.602 34.294Q198.540 34.521 198.401 34.704Q198.262 34.888 198.071 35.021Q197.879 35.154 197.661 35.224Q197.442 35.294 197.204 35.294Q196.833 35.294 196.495 35.157Q196.157 35.021 195.889 34.769Q195.622 34.517 195.471 34.177Q195.321 33.837 195.321 33.462M196.075 33.154L198.036 33.154Q198.036 32.849 197.934 32.558Q197.833 32.267 197.616 32.085Q197.399 31.904 197.083 31.904Q196.782 31.904 196.551 32.091Q196.321 32.279 196.198 32.570Q196.075 32.861 196.075 33.154M199.098 35.825Q199.098 35.544 199.309 35.333Q199.520 35.122 199.805 35.032Q199.649 34.907 199.571 34.718Q199.493 34.529 199.493 34.329Q199.493 33.974 199.723 33.681Q199.356 33.341 199.356 32.872Q199.356 32.521 199.559 32.251Q199.762 31.982 200.083 31.835Q200.403 31.689 200.747 31.689Q201.266 31.689 201.637 31.970Q202 31.599 202.547 31.599Q202.727 31.599 202.854 31.726Q202.981 31.853 202.981 32.032Q202.981 32.138 202.903 32.216Q202.825 32.294 202.715 32.294Q202.606 32.294 202.530 32.218Q202.454 32.142 202.454 32.032Q202.454 31.931 202.493 31.880Q202.500 31.872 202.504 31.866Q202.508 31.861 202.508 31.857Q202.133 31.857 201.813 32.111Q202.133 32.450 202.133 32.872Q202.133 33.142 202.016 33.359Q201.899 33.575 201.694 33.734Q201.489 33.892 201.247 33.974Q201.004 34.056 200.747 34.056Q200.528 34.056 200.315 33.997Q200.102 33.939 199.907 33.818Q199.813 33.958 199.813 34.138Q199.813 34.345 199.950 34.497Q200.086 34.650 200.293 34.650L200.989 34.650Q201.477 34.650 201.889 34.734Q202.301 34.818 202.581 35.075Q202.860 35.333 202.860 35.825Q202.860 36.189 202.540 36.421Q202.219 36.654 201.778 36.755Q201.336 36.857 200.981 36.857Q200.625 36.857 200.182 36.755Q199.739 36.654 199.418 36.421Q199.098 36.189 199.098 35.825M199.602 35.825Q199.602 36.021 199.747 36.169Q199.891 36.318 200.104 36.407Q200.317 36.497 200.557 36.544Q200.797 36.591 200.981 36.591Q201.223 36.591 201.553 36.513Q201.883 36.435 202.120 36.261Q202.356 36.087 202.356 35.825Q202.356 35.419 201.946 35.310Q201.536 35.200 200.973 35.200L200.293 35.200Q200.024 35.200 199.813 35.378Q199.602 35.556 199.602 35.825M200.747 33.790Q201.469 33.790 201.469 32.872Q201.469 31.950 200.747 31.950Q200.020 31.950 200.020 32.872Q200.020 33.790 200.747 33.790M203.344 33.521Q203.344 33.017 203.600 32.585Q203.856 32.154 204.291 31.902Q204.727 31.650 205.227 31.650Q205.614 31.650 205.956 31.794Q206.297 31.939 206.559 32.200Q206.821 32.462 206.963 32.798Q207.106 33.134 207.106 33.521Q207.106 34.013 206.842 34.423Q206.579 34.833 206.149 35.064Q205.719 35.294 205.227 35.294Q204.735 35.294 204.301 35.062Q203.868 34.829 203.606 34.421Q203.344 34.013 203.344 33.521M205.227 35.017Q205.684 35.017 205.936 34.794Q206.188 34.571 206.276 34.220Q206.364 33.868 206.364 33.423Q206.364 32.993 206.270 32.655Q206.176 32.318 205.922 32.111Q205.668 31.904 205.227 31.904Q204.579 31.904 204.334 32.320Q204.090 32.736 204.090 33.423Q204.090 33.868 204.178 34.220Q204.266 34.571 204.518 34.794Q204.770 35.017 205.227 35.017M209.598 35.216L207.618 35.216L207.618 34.919Q207.887 34.919 208.055 34.874Q208.223 34.829 208.223 34.657L208.223 32.521Q208.223 32.306 208.161 32.210Q208.098 32.114 207.981 32.093Q207.864 32.071 207.618 32.071L207.618 31.775L208.786 31.689L208.786 32.474Q208.864 32.263 209.016 32.077Q209.168 31.892 209.368 31.790Q209.567 31.689 209.793 31.689Q210.040 31.689 210.231 31.833Q210.422 31.978 210.422 32.208Q210.422 32.364 210.317 32.474Q210.211 32.583 210.055 32.583Q209.899 32.583 209.790 32.474Q209.680 32.364 209.680 32.208Q209.680 32.048 209.786 31.943Q209.461 31.943 209.247 32.171Q209.032 32.400 208.936 32.739Q208.840 33.079 208.840 33.384L208.840 34.657Q208.840 34.825 209.067 34.872Q209.293 34.919 209.598 34.919L209.598 35.216M212.762 35.216L210.985 35.216L210.985 34.919Q211.258 34.919 211.426 34.872Q211.594 34.825 211.594 34.657L211.594 32.521Q211.594 32.306 211.538 32.210Q211.481 32.114 211.368 32.093Q211.254 32.071 211.008 32.071L211.008 31.775L212.208 31.689L212.208 34.657Q212.208 34.825 212.354 34.872Q212.500 34.919 212.762 34.919L212.762 35.216M211.321 30.294Q211.321 30.103 211.456 29.972Q211.590 29.841 211.786 29.841Q211.907 29.841 212.010 29.904Q212.114 29.966 212.176 30.070Q212.239 30.173 212.239 30.294Q212.239 30.489 212.108 30.624Q211.977 30.759 211.786 30.759Q211.586 30.759 211.454 30.626Q211.321 30.493 211.321 30.294M213.262 33.462Q213.262 32.982 213.495 32.566Q213.727 32.150 214.137 31.900Q214.547 31.650 215.024 31.650Q215.754 31.650 216.153 32.091Q216.551 32.532 216.551 33.263Q216.551 33.368 216.458 33.392L214.008 33.392L214.008 33.462Q214.008 33.872 214.129 34.228Q214.250 34.583 214.522 34.800Q214.793 35.017 215.223 35.017Q215.586 35.017 215.883 34.788Q216.180 34.560 216.282 34.208Q216.290 34.161 216.375 34.146L216.458 34.146Q216.551 34.173 216.551 34.255Q216.551 34.263 216.543 34.294Q216.481 34.521 216.342 34.704Q216.204 34.888 216.012 35.021Q215.821 35.154 215.602 35.224Q215.383 35.294 215.145 35.294Q214.774 35.294 214.436 35.157Q214.098 35.021 213.831 34.769Q213.563 34.517 213.413 34.177Q213.262 33.837 213.262 33.462M214.016 33.154L215.977 33.154Q215.977 32.849 215.875 32.558Q215.774 32.267 215.557 32.085Q215.340 31.904 215.024 31.904Q214.723 31.904 214.493 32.091Q214.262 32.279 214.139 32.570Q214.016 32.861 214.016 33.154M217.083 35.208L217.083 33.986Q217.083 33.958 217.114 33.927Q217.145 33.896 217.168 33.896L217.274 33.896Q217.344 33.896 217.360 33.958Q217.422 34.279 217.561 34.519Q217.700 34.759 217.932 34.900Q218.165 35.040 218.473 35.040Q218.711 35.040 218.920 34.980Q219.129 34.919 219.266 34.771Q219.403 34.622 219.403 34.376Q219.403 34.122 219.192 33.956Q218.981 33.790 218.711 33.736L218.090 33.622Q217.684 33.544 217.383 33.288Q217.083 33.032 217.083 32.657Q217.083 32.290 217.284 32.068Q217.485 31.845 217.809 31.747Q218.133 31.650 218.473 31.650Q218.938 31.650 219.235 31.857L219.458 31.673Q219.481 31.650 219.512 31.650L219.563 31.650Q219.594 31.650 219.622 31.677Q219.649 31.704 219.649 31.736L219.649 32.720Q219.649 32.751 219.624 32.780Q219.598 32.810 219.563 32.810L219.458 32.810Q219.422 32.810 219.395 32.782Q219.368 32.755 219.368 32.720Q219.368 32.321 219.116 32.101Q218.864 31.880 218.465 31.880Q218.110 31.880 217.827 32.003Q217.543 32.126 217.543 32.431Q217.543 32.650 217.745 32.782Q217.946 32.915 218.192 32.958L218.817 33.071Q219.247 33.161 219.555 33.458Q219.864 33.755 219.864 34.169Q219.864 34.739 219.465 35.017Q219.067 35.294 218.473 35.294Q217.922 35.294 217.571 34.958L217.274 35.271Q217.250 35.294 217.215 35.294L217.168 35.294Q217.145 35.294 217.114 35.263Q217.083 35.232 217.083 35.208\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmr8\" font-size=\"8\">\u003Cg transform=\"translate(-152.602 -14.338)\">\u003Cpath d=\"M181.868 35.294L181.868 33.489Q181.868 33.462 181.899 33.431Q181.930 33.400 181.954 33.400L182.059 33.400Q182.090 33.400 182.120 33.429Q182.149 33.458 182.149 33.489Q182.149 34.271 182.665 34.679Q183.180 35.087 183.989 35.087Q184.286 35.087 184.541 34.937Q184.797 34.786 184.948 34.530Q185.098 34.275 185.098 33.978Q185.098 33.579 184.852 33.275Q184.606 32.970 184.235 32.888L183.114 32.630Q182.774 32.556 182.487 32.335Q182.200 32.114 182.034 31.796Q181.868 31.478 181.868 31.126Q181.868 30.696 182.098 30.341Q182.329 29.986 182.709 29.784Q183.090 29.583 183.516 29.583Q183.766 29.583 184.012 29.642Q184.258 29.700 184.477 29.823Q184.696 29.946 184.860 30.126L185.188 29.630Q185.219 29.583 185.258 29.583L185.305 29.583Q185.333 29.583 185.364 29.614Q185.395 29.646 185.395 29.673L185.395 31.482Q185.395 31.505 185.364 31.536Q185.333 31.568 185.305 31.568L185.204 31.568Q185.172 31.568 185.143 31.538Q185.114 31.509 185.114 31.482Q185.114 31.349 185.071 31.163Q185.028 30.978 184.963 30.823Q184.899 30.669 184.799 30.511Q184.700 30.353 184.610 30.263Q184.180 29.857 183.516 29.857Q183.239 29.857 182.979 29.989Q182.719 30.122 182.561 30.357Q182.403 30.591 182.403 30.872Q182.403 31.228 182.643 31.499Q182.883 31.771 183.250 31.857L184.364 32.111Q184.641 32.177 184.874 32.331Q185.106 32.486 185.276 32.704Q185.446 32.923 185.540 33.181Q185.633 33.439 185.633 33.728Q185.633 34.056 185.508 34.359Q185.383 34.661 185.149 34.898Q184.915 35.134 184.622 35.259Q184.329 35.384 183.989 35.384Q182.973 35.384 182.403 34.841L182.075 35.337Q182.043 35.384 182.004 35.384L181.954 35.384Q181.930 35.384 181.899 35.353Q181.868 35.321 181.868 35.294M186.352 33.462Q186.352 32.982 186.584 32.566Q186.817 32.150 187.227 31.900Q187.637 31.650 188.114 31.650Q188.844 31.650 189.243 32.091Q189.641 32.532 189.641 33.263Q189.641 33.368 189.547 33.392L187.098 33.392L187.098 33.462Q187.098 33.872 187.219 34.228Q187.340 34.583 187.612 34.800Q187.883 35.017 188.313 35.017Q188.676 35.017 188.973 34.788Q189.270 34.560 189.372 34.208Q189.379 34.161 189.465 34.146L189.547 34.146Q189.641 34.173 189.641 34.255Q189.641 34.263 189.633 34.294Q189.571 34.521 189.432 34.704Q189.293 34.888 189.102 35.021Q188.911 35.154 188.692 35.224Q188.473 35.294 188.235 35.294Q187.864 35.294 187.526 35.157Q187.188 35.021 186.920 34.769Q186.653 34.517 186.502 34.177Q186.352 33.837 186.352 33.462M187.106 33.154L189.067 33.154Q189.067 32.849 188.965 32.558Q188.864 32.267 188.647 32.085Q188.430 31.904 188.114 31.904Q187.813 31.904 187.583 32.091Q187.352 32.279 187.229 32.570Q187.106 32.861 187.106 33.154M192.059 35.216L190.204 35.216L190.204 34.919Q190.477 34.919 190.645 34.872Q190.813 34.825 190.813 34.657L190.813 32.521Q190.813 32.306 190.750 32.210Q190.688 32.114 190.569 32.093Q190.450 32.071 190.204 32.071L190.204 31.775L191.395 31.689L191.395 32.423Q191.508 32.208 191.702 32.040Q191.895 31.872 192.133 31.780Q192.372 31.689 192.625 31.689Q193.793 31.689 193.793 32.767L193.793 34.657Q193.793 34.825 193.963 34.872Q194.133 34.919 194.403 34.919L194.403 35.216L192.547 35.216L192.547 34.919Q192.821 34.919 192.989 34.872Q193.157 34.825 193.157 34.657L193.157 32.782Q193.157 32.400 193.036 32.171Q192.915 31.943 192.563 31.943Q192.250 31.943 191.997 32.105Q191.743 32.267 191.596 32.536Q191.450 32.806 191.450 33.103L191.450 34.657Q191.450 34.825 191.620 34.872Q191.790 34.919 192.059 34.919\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-152.602 -14.338)\">\u003Cpath d=\"M195.244 34.255L195.244 32.064L194.541 32.064L194.541 31.810Q194.897 31.810 195.139 31.577Q195.381 31.345 195.492 30.997Q195.604 30.650 195.604 30.294L195.885 30.294L195.885 31.767L197.061 31.767L197.061 32.064L195.885 32.064L195.885 34.239Q195.885 34.560 196.004 34.788Q196.123 35.017 196.404 35.017Q196.584 35.017 196.701 34.894Q196.819 34.771 196.871 34.591Q196.924 34.411 196.924 34.239L196.924 33.767L197.205 33.767L197.205 34.255Q197.205 34.509 197.100 34.749Q196.994 34.989 196.797 35.142Q196.600 35.294 196.342 35.294Q196.026 35.294 195.774 35.171Q195.522 35.048 195.383 34.814Q195.244 34.579 195.244 34.255M197.924 33.462Q197.924 32.982 198.156 32.566Q198.389 32.150 198.799 31.900Q199.209 31.650 199.686 31.650Q200.416 31.650 200.815 32.091Q201.213 32.532 201.213 33.263Q201.213 33.368 201.119 33.392L198.670 33.392L198.670 33.462Q198.670 33.872 198.791 34.228Q198.912 34.583 199.184 34.800Q199.455 35.017 199.885 35.017Q200.248 35.017 200.545 34.788Q200.842 34.560 200.944 34.208Q200.951 34.161 201.037 34.146L201.119 34.146Q201.213 34.173 201.213 34.255Q201.213 34.263 201.205 34.294Q201.143 34.521 201.004 34.704Q200.865 34.888 200.674 35.021Q200.483 35.154 200.264 35.224Q200.045 35.294 199.807 35.294Q199.436 35.294 199.098 35.157Q198.760 35.021 198.492 34.769Q198.225 34.517 198.074 34.177Q197.924 33.837 197.924 33.462M198.678 33.154L200.639 33.154Q200.639 32.849 200.537 32.558Q200.436 32.267 200.219 32.085Q200.002 31.904 199.686 31.904Q199.385 31.904 199.154 32.091Q198.924 32.279 198.801 32.570Q198.678 32.861 198.678 33.154M203.631 35.216L201.776 35.216L201.776 34.919Q202.049 34.919 202.217 34.872Q202.385 34.825 202.385 34.657L202.385 32.521Q202.385 32.306 202.322 32.210Q202.260 32.114 202.141 32.093Q202.022 32.071 201.776 32.071L201.776 31.775L202.967 31.689L202.967 32.423Q203.080 32.208 203.274 32.040Q203.467 31.872 203.705 31.780Q203.944 31.689 204.197 31.689Q205.365 31.689 205.365 32.767L205.365 34.657Q205.365 34.825 205.535 34.872Q205.705 34.919 205.975 34.919L205.975 35.216L204.119 35.216L204.119 34.919Q204.393 34.919 204.561 34.872Q204.729 34.825 204.729 34.657L204.729 32.782Q204.729 32.400 204.608 32.171Q204.486 31.943 204.135 31.943Q203.822 31.943 203.569 32.105Q203.315 32.267 203.168 32.536Q203.022 32.806 203.022 33.103L203.022 34.657Q203.022 34.825 203.192 34.872Q203.361 34.919 203.631 34.919L203.631 35.216M206.463 33.489Q206.463 32.993 206.713 32.568Q206.963 32.142 207.383 31.896Q207.803 31.650 208.303 31.650Q208.842 31.650 209.233 31.775Q209.623 31.900 209.623 32.314Q209.623 32.419 209.572 32.511Q209.522 32.603 209.430 32.654Q209.338 32.704 209.229 32.704Q209.123 32.704 209.031 32.654Q208.940 32.603 208.889 32.511Q208.838 32.419 208.838 32.314Q208.838 32.091 209.006 31.986Q208.783 31.927 208.311 31.927Q208.014 31.927 207.799 32.066Q207.584 32.204 207.453 32.435Q207.322 32.665 207.264 32.935Q207.205 33.204 207.205 33.489Q207.205 33.884 207.338 34.234Q207.471 34.583 207.742 34.800Q208.014 35.017 208.412 35.017Q208.787 35.017 209.063 34.800Q209.338 34.583 209.440 34.224Q209.455 34.161 209.518 34.161L209.623 34.161Q209.658 34.161 209.684 34.189Q209.709 34.216 209.709 34.255L209.709 34.279Q209.576 34.759 209.192 35.027Q208.807 35.294 208.303 35.294Q207.940 35.294 207.606 35.157Q207.272 35.021 207.012 34.771Q206.752 34.521 206.608 34.185Q206.463 33.849 206.463 33.489M210.197 33.462Q210.197 32.982 210.430 32.566Q210.662 32.150 211.072 31.900Q211.483 31.650 211.959 31.650Q212.690 31.650 213.088 32.091Q213.486 32.532 213.486 33.263Q213.486 33.368 213.393 33.392L210.944 33.392L210.944 33.462Q210.944 33.872 211.065 34.228Q211.186 34.583 211.457 34.800Q211.729 35.017 212.158 35.017Q212.522 35.017 212.819 34.788Q213.115 34.560 213.217 34.208Q213.225 34.161 213.311 34.146L213.393 34.146Q213.486 34.173 213.486 34.255Q213.486 34.263 213.479 34.294Q213.416 34.521 213.277 34.704Q213.139 34.888 212.947 35.021Q212.756 35.154 212.537 35.224Q212.319 35.294 212.080 35.294Q211.709 35.294 211.371 35.157Q211.033 35.021 210.766 34.769Q210.498 34.517 210.348 34.177Q210.197 33.837 210.197 33.462M210.951 33.154L212.912 33.154Q212.912 32.849 212.811 32.558Q212.709 32.267 212.492 32.085Q212.276 31.904 211.959 31.904Q211.658 31.904 211.428 32.091Q211.197 32.279 211.074 32.570Q210.951 32.861 210.951 33.154M214.018 35.208L214.018 33.986Q214.018 33.958 214.049 33.927Q214.080 33.896 214.104 33.896L214.209 33.896Q214.279 33.896 214.295 33.958Q214.358 34.279 214.496 34.519Q214.635 34.759 214.867 34.900Q215.100 35.040 215.408 35.040Q215.647 35.040 215.856 34.980Q216.065 34.919 216.201 34.771Q216.338 34.622 216.338 34.376Q216.338 34.122 216.127 33.956Q215.916 33.790 215.647 33.736L215.026 33.622Q214.619 33.544 214.319 33.288Q214.018 33.032 214.018 32.657Q214.018 32.290 214.219 32.068Q214.420 31.845 214.744 31.747Q215.069 31.650 215.408 31.650Q215.873 31.650 216.170 31.857L216.393 31.673Q216.416 31.650 216.447 31.650L216.498 31.650Q216.529 31.650 216.557 31.677Q216.584 31.704 216.584 31.736L216.584 32.720Q216.584 32.751 216.559 32.780Q216.533 32.810 216.498 32.810L216.393 32.810Q216.358 32.810 216.330 32.782Q216.303 32.755 216.303 32.720Q216.303 32.321 216.051 32.101Q215.799 31.880 215.401 31.880Q215.045 31.880 214.762 32.003Q214.479 32.126 214.479 32.431Q214.479 32.650 214.680 32.782Q214.881 32.915 215.127 32.958L215.752 33.071Q216.182 33.161 216.490 33.458Q216.799 33.755 216.799 34.169Q216.799 34.739 216.401 35.017Q216.002 35.294 215.408 35.294Q214.858 35.294 214.506 34.958L214.209 35.271Q214.186 35.294 214.151 35.294L214.104 35.294Q214.080 35.294 214.049 35.263Q214.018 35.232 214.018 35.208\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmr8\" font-size=\"8\">\u003Cg transform=\"translate(-95.688 -14.338)\">\u003Cpath d=\"M183.692 35.216L181.770 35.216L181.770 34.919Q182.579 34.919 182.579 34.439L182.579 30.314Q182.579 30.142 182.336 30.095Q182.094 30.048 181.770 30.048L181.770 29.751L183.266 29.751Q183.375 29.751 183.434 29.864L185.282 34.407L187.122 29.864Q187.184 29.751 187.290 29.751L188.793 29.751L188.793 30.048Q188.473 30.048 188.231 30.095Q187.989 30.142 187.989 30.314L187.989 34.657Q187.989 34.825 188.231 34.872Q188.473 34.919 188.793 34.919L188.793 35.216L186.493 35.216L186.493 34.919Q187.297 34.919 187.297 34.657L187.297 30.064L185.250 35.103Q185.215 35.216 185.083 35.216Q184.942 35.216 184.907 35.103L182.883 30.126L182.883 34.439Q182.883 34.919 183.692 34.919L183.692 35.216M189.411 33.462Q189.411 32.982 189.643 32.566Q189.875 32.150 190.286 31.900Q190.696 31.650 191.172 31.650Q191.903 31.650 192.301 32.091Q192.700 32.532 192.700 33.263Q192.700 33.368 192.606 33.392L190.157 33.392L190.157 33.462Q190.157 33.872 190.278 34.228Q190.399 34.583 190.670 34.800Q190.942 35.017 191.372 35.017Q191.735 35.017 192.032 34.788Q192.329 34.560 192.430 34.208Q192.438 34.161 192.524 34.146L192.606 34.146Q192.700 34.173 192.700 34.255Q192.700 34.263 192.692 34.294Q192.629 34.521 192.491 34.704Q192.352 34.888 192.161 35.021Q191.969 35.154 191.750 35.224Q191.532 35.294 191.293 35.294Q190.922 35.294 190.584 35.157Q190.247 35.021 189.979 34.769Q189.711 34.517 189.561 34.177Q189.411 33.837 189.411 33.462M190.165 33.154L192.125 33.154Q192.125 32.849 192.024 32.558Q191.922 32.267 191.706 32.085Q191.489 31.904 191.172 31.904Q190.872 31.904 190.641 32.091Q190.411 32.279 190.288 32.570Q190.165 32.861 190.165 33.154M193.286 34.384Q193.286 33.900 193.688 33.605Q194.090 33.310 194.641 33.191Q195.192 33.071 195.684 33.071L195.684 32.782Q195.684 32.556 195.569 32.349Q195.454 32.142 195.256 32.023Q195.059 31.904 194.829 31.904Q194.403 31.904 194.118 32.009Q194.188 32.036 194.235 32.091Q194.282 32.146 194.307 32.216Q194.333 32.286 194.333 32.361Q194.333 32.466 194.282 32.558Q194.231 32.650 194.139 32.700Q194.047 32.751 193.942 32.751Q193.836 32.751 193.745 32.700Q193.653 32.650 193.602 32.558Q193.551 32.466 193.551 32.361Q193.551 31.943 193.940 31.796Q194.329 31.650 194.829 31.650Q195.161 31.650 195.514 31.780Q195.868 31.911 196.096 32.165Q196.325 32.419 196.325 32.767L196.325 34.568Q196.325 34.700 196.397 34.810Q196.469 34.919 196.598 34.919Q196.723 34.919 196.791 34.814Q196.860 34.708 196.860 34.568L196.860 34.056L197.141 34.056L197.141 34.568Q197.141 34.771 197.024 34.929Q196.907 35.087 196.725 35.171Q196.543 35.255 196.340 35.255Q196.110 35.255 195.958 35.083Q195.805 34.911 195.774 34.681Q195.614 34.962 195.305 35.128Q194.997 35.294 194.645 35.294Q194.133 35.294 193.709 35.071Q193.286 34.849 193.286 34.384M193.973 34.384Q193.973 34.669 194.200 34.855Q194.426 35.040 194.719 35.040Q194.965 35.040 195.190 34.923Q195.415 34.806 195.549 34.603Q195.684 34.400 195.684 34.146L195.684 33.314Q195.418 33.314 195.133 33.368Q194.848 33.423 194.577 33.552Q194.305 33.681 194.139 33.888Q193.973 34.095 193.973 34.384M197.477 35.208L197.477 33.986Q197.477 33.958 197.508 33.927Q197.540 33.896 197.563 33.896L197.668 33.896Q197.739 33.896 197.754 33.958Q197.817 34.279 197.956 34.519Q198.094 34.759 198.327 34.900Q198.559 35.040 198.868 35.040Q199.106 35.040 199.315 34.980Q199.524 34.919 199.661 34.771Q199.797 34.622 199.797 34.376Q199.797 34.122 199.586 33.956Q199.375 33.790 199.106 33.736L198.485 33.622Q198.079 33.544 197.778 33.288Q197.477 33.032 197.477 32.657Q197.477 32.290 197.678 32.068Q197.879 31.845 198.204 31.747Q198.528 31.650 198.868 31.650Q199.333 31.650 199.629 31.857L199.852 31.673Q199.875 31.650 199.907 31.650L199.958 31.650Q199.989 31.650 200.016 31.677Q200.043 31.704 200.043 31.736L200.043 32.720Q200.043 32.751 200.018 32.780Q199.993 32.810 199.958 32.810L199.852 32.810Q199.817 32.810 199.790 32.782Q199.762 32.755 199.762 32.720Q199.762 32.321 199.510 32.101Q199.258 31.880 198.860 31.880Q198.504 31.880 198.221 32.003Q197.938 32.126 197.938 32.431Q197.938 32.650 198.139 32.782Q198.340 32.915 198.586 32.958L199.211 33.071Q199.641 33.161 199.950 33.458Q200.258 33.755 200.258 34.169Q200.258 34.739 199.860 35.017Q199.461 35.294 198.868 35.294Q198.317 35.294 197.965 34.958L197.668 35.271Q197.645 35.294 197.610 35.294L197.563 35.294Q197.540 35.294 197.508 35.263Q197.477 35.232 197.477 35.208M201.469 34.263L201.469 32.521Q201.469 32.306 201.407 32.210Q201.344 32.114 201.225 32.093Q201.106 32.071 200.860 32.071L200.860 31.775L202.106 31.689L202.106 34.239L202.106 34.263Q202.106 34.575 202.161 34.737Q202.215 34.900 202.366 34.970Q202.516 35.040 202.836 35.040Q203.266 35.040 203.540 34.702Q203.813 34.364 203.813 33.919L203.813 32.521Q203.813 32.306 203.750 32.210Q203.688 32.114 203.569 32.093Q203.450 32.071 203.204 32.071L203.204 31.775L204.450 31.689L204.450 34.474Q204.450 34.685 204.512 34.780Q204.575 34.876 204.694 34.898Q204.813 34.919 205.059 34.919L205.059 35.216L203.836 35.294L203.836 34.673Q203.668 34.962 203.387 35.128Q203.106 35.294 202.786 35.294Q201.469 35.294 201.469 34.263M207.512 35.216L205.532 35.216L205.532 34.919Q205.801 34.919 205.969 34.874Q206.137 34.829 206.137 34.657L206.137 32.521Q206.137 32.306 206.075 32.210Q206.012 32.114 205.895 32.093Q205.778 32.071 205.532 32.071L205.532 31.775L206.700 31.689L206.700 32.474Q206.778 32.263 206.930 32.077Q207.083 31.892 207.282 31.790Q207.481 31.689 207.708 31.689Q207.954 31.689 208.145 31.833Q208.336 31.978 208.336 32.208Q208.336 32.364 208.231 32.474Q208.125 32.583 207.969 32.583Q207.813 32.583 207.704 32.474Q207.594 32.364 207.594 32.208Q207.594 32.048 207.700 31.943Q207.375 31.943 207.161 32.171Q206.946 32.400 206.850 32.739Q206.754 33.079 206.754 33.384L206.754 34.657Q206.754 34.825 206.981 34.872Q207.208 34.919 207.512 34.919L207.512 35.216M208.817 33.462Q208.817 32.982 209.049 32.566Q209.282 32.150 209.692 31.900Q210.102 31.650 210.579 31.650Q211.309 31.650 211.708 32.091Q212.106 32.532 212.106 33.263Q212.106 33.368 212.012 33.392L209.563 33.392L209.563 33.462Q209.563 33.872 209.684 34.228Q209.805 34.583 210.077 34.800Q210.348 35.017 210.778 35.017Q211.141 35.017 211.438 34.788Q211.735 34.560 211.836 34.208Q211.844 34.161 211.930 34.146L212.012 34.146Q212.106 34.173 212.106 34.255Q212.106 34.263 212.098 34.294Q212.036 34.521 211.897 34.704Q211.758 34.888 211.567 35.021Q211.375 35.154 211.157 35.224Q210.938 35.294 210.700 35.294Q210.329 35.294 209.991 35.157Q209.653 35.021 209.385 34.769Q209.118 34.517 208.967 34.177Q208.817 33.837 208.817 33.462M209.571 33.154L211.532 33.154Q211.532 32.849 211.430 32.558Q211.329 32.267 211.112 32.085Q210.895 31.904 210.579 31.904Q210.278 31.904 210.047 32.091Q209.817 32.279 209.694 32.570Q209.571 32.861 209.571 33.154M214.524 35.216L212.668 35.216L212.668 34.919Q212.942 34.919 213.110 34.872Q213.278 34.825 213.278 34.657L213.278 32.521Q213.278 32.306 213.215 32.210Q213.153 32.114 213.034 32.093Q212.915 32.071 212.668 32.071L212.668 31.775L213.860 31.689L213.860 32.423Q213.973 32.208 214.166 32.040Q214.360 31.872 214.598 31.780Q214.836 31.689 215.090 31.689Q216.051 31.689 216.227 32.400Q216.411 32.071 216.739 31.880Q217.067 31.689 217.446 31.689Q218.622 31.689 218.622 32.767L218.622 34.657Q218.622 34.825 218.790 34.872Q218.958 34.919 219.227 34.919L219.227 35.216L217.372 35.216L217.372 34.919Q217.645 34.919 217.813 34.874Q217.981 34.829 217.981 34.657L217.981 32.782Q217.981 32.396 217.856 32.169Q217.731 31.943 217.379 31.943Q217.075 31.943 216.819 32.105Q216.563 32.267 216.415 32.536Q216.266 32.806 216.266 33.103L216.266 34.657Q216.266 34.825 216.436 34.872Q216.606 34.919 216.875 34.919L216.875 35.216L215.020 35.216L215.020 34.919Q215.293 34.919 215.461 34.872Q215.629 34.825 215.629 34.657L215.629 32.782Q215.629 32.396 215.504 32.169Q215.379 31.943 215.028 31.943Q214.723 31.943 214.467 32.105Q214.211 32.267 214.063 32.536Q213.915 32.806 213.915 33.103L213.915 34.657Q213.915 34.825 214.084 34.872Q214.254 34.919 214.524 34.919L214.524 35.216M219.672 33.462Q219.672 32.982 219.905 32.566Q220.137 32.150 220.547 31.900Q220.958 31.650 221.434 31.650Q222.165 31.650 222.563 32.091Q222.961 32.532 222.961 33.263Q222.961 33.368 222.868 33.392L220.418 33.392L220.418 33.462Q220.418 33.872 220.540 34.228Q220.661 34.583 220.932 34.800Q221.204 35.017 221.633 35.017Q221.997 35.017 222.293 34.788Q222.590 34.560 222.692 34.208Q222.700 34.161 222.786 34.146L222.868 34.146Q222.961 34.173 222.961 34.255Q222.961 34.263 222.954 34.294Q222.891 34.521 222.752 34.704Q222.614 34.888 222.422 35.021Q222.231 35.154 222.012 35.224Q221.793 35.294 221.555 35.294Q221.184 35.294 220.846 35.157Q220.508 35.021 220.241 34.769Q219.973 34.517 219.823 34.177Q219.672 33.837 219.672 33.462M220.426 33.154L222.387 33.154Q222.387 32.849 222.286 32.558Q222.184 32.267 221.967 32.085Q221.750 31.904 221.434 31.904Q221.133 31.904 220.903 32.091Q220.672 32.279 220.549 32.570Q220.426 32.861 220.426 33.154M225.379 35.216L223.524 35.216L223.524 34.919Q223.797 34.919 223.965 34.872Q224.133 34.825 224.133 34.657L224.133 32.521Q224.133 32.306 224.071 32.210Q224.008 32.114 223.889 32.093Q223.770 32.071 223.524 32.071L223.524 31.775L224.715 31.689L224.715 32.423Q224.829 32.208 225.022 32.040Q225.215 31.872 225.454 31.780Q225.692 31.689 225.946 31.689Q227.114 31.689 227.114 32.767L227.114 34.657Q227.114 34.825 227.284 34.872Q227.454 34.919 227.723 34.919L227.723 35.216L225.868 35.216L225.868 34.919Q226.141 34.919 226.309 34.872Q226.477 34.825 226.477 34.657L226.477 32.782Q226.477 32.400 226.356 32.171Q226.235 31.943 225.883 31.943Q225.571 31.943 225.317 32.105Q225.063 32.267 224.916 32.536Q224.770 32.806 224.770 33.103L224.770 34.657Q224.770 34.825 224.940 34.872Q225.110 34.919 225.379 34.919\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-95.688 -14.338)\">\u003Cpath d=\"M228.582 34.255L228.582 32.064L227.879 32.064L227.879 31.810Q228.235 31.810 228.477 31.577Q228.719 31.345 228.830 30.997Q228.942 30.650 228.942 30.294L229.223 30.294L229.223 31.767L230.399 31.767L230.399 32.064L229.223 32.064L229.223 34.239Q229.223 34.560 229.342 34.788Q229.461 35.017 229.742 35.017Q229.922 35.017 230.039 34.894Q230.156 34.771 230.209 34.591Q230.262 34.411 230.262 34.239L230.262 33.767L230.543 33.767L230.543 34.255Q230.543 34.509 230.438 34.749Q230.332 34.989 230.135 35.142Q229.938 35.294 229.680 35.294Q229.364 35.294 229.112 35.171Q228.860 35.048 228.721 34.814Q228.582 34.579 228.582 34.255M231.305 35.208L231.305 33.986Q231.305 33.958 231.336 33.927Q231.367 33.896 231.391 33.896L231.496 33.896Q231.567 33.896 231.582 33.958Q231.645 34.279 231.783 34.519Q231.922 34.759 232.155 34.900Q232.387 35.040 232.696 35.040Q232.934 35.040 233.143 34.980Q233.352 34.919 233.489 34.771Q233.625 34.622 233.625 34.376Q233.625 34.122 233.414 33.956Q233.203 33.790 232.934 33.736L232.313 33.622Q231.906 33.544 231.606 33.288Q231.305 33.032 231.305 32.657Q231.305 32.290 231.506 32.068Q231.707 31.845 232.031 31.747Q232.356 31.650 232.696 31.650Q233.160 31.650 233.457 31.857L233.680 31.673Q233.703 31.650 233.735 31.650L233.785 31.650Q233.817 31.650 233.844 31.677Q233.871 31.704 233.871 31.736L233.871 32.720Q233.871 32.751 233.846 32.780Q233.821 32.810 233.785 32.810L233.680 32.810Q233.645 32.810 233.617 32.782Q233.590 32.755 233.590 32.720Q233.590 32.321 233.338 32.101Q233.086 31.880 232.688 31.880Q232.332 31.880 232.049 32.003Q231.766 32.126 231.766 32.431Q231.766 32.650 231.967 32.782Q232.168 32.915 232.414 32.958L233.039 33.071Q233.469 33.161 233.778 33.458Q234.086 33.755 234.086 34.169Q234.086 34.739 233.688 35.017Q233.289 35.294 232.696 35.294Q232.145 35.294 231.793 34.958L231.496 35.271Q231.473 35.294 231.438 35.294L231.391 35.294Q231.367 35.294 231.336 35.263Q231.305 35.232 231.305 35.208\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg transform=\"translate(-106.048 14.114)\">\u003Cpath d=\"M185.981 35.216L182.938 35.216L182.938 34.919Q183.700 34.919 183.883 34.880Q183.926 34.868 183.975 34.835Q184.024 34.802 184.049 34.759Q184.075 34.716 184.075 34.657L184.075 30.314Q184.075 30.138 183.983 30.093Q183.891 30.048 183.676 30.048L183.282 30.048Q182.586 30.048 182.297 30.337Q182.149 30.486 182.086 30.806Q182.024 31.126 181.981 31.599L181.700 31.599L181.860 29.751L187.059 29.751L187.219 31.599L186.938 31.599Q186.895 31.091 186.833 30.788Q186.770 30.486 186.618 30.337Q186.333 30.048 185.633 30.048L185.243 30.048Q185.028 30.048 184.936 30.091Q184.844 30.134 184.844 30.314L184.844 34.657Q184.844 34.732 184.899 34.796Q184.954 34.861 185.036 34.880Q185.219 34.919 185.981 34.919L185.981 35.216M189.629 35.216L187.852 35.216L187.852 34.919Q188.125 34.919 188.293 34.872Q188.461 34.825 188.461 34.657L188.461 32.521Q188.461 32.306 188.405 32.210Q188.348 32.114 188.235 32.093Q188.122 32.071 187.875 32.071L187.875 31.775L189.075 31.689L189.075 34.657Q189.075 34.825 189.221 34.872Q189.368 34.919 189.629 34.919L189.629 35.216M188.188 30.294Q188.188 30.103 188.323 29.972Q188.458 29.841 188.653 29.841Q188.774 29.841 188.877 29.904Q188.981 29.966 189.043 30.070Q189.106 30.173 189.106 30.294Q189.106 30.489 188.975 30.624Q188.844 30.759 188.653 30.759Q188.454 30.759 188.321 30.626Q188.188 30.493 188.188 30.294M192.059 35.216L190.204 35.216L190.204 34.919Q190.477 34.919 190.645 34.872Q190.813 34.825 190.813 34.657L190.813 32.521Q190.813 32.306 190.750 32.210Q190.688 32.114 190.569 32.093Q190.450 32.071 190.204 32.071L190.204 31.775L191.395 31.689L191.395 32.423Q191.508 32.208 191.702 32.040Q191.895 31.872 192.133 31.780Q192.372 31.689 192.625 31.689Q193.586 31.689 193.762 32.400Q193.946 32.071 194.274 31.880Q194.602 31.689 194.981 31.689Q196.157 31.689 196.157 32.767L196.157 34.657Q196.157 34.825 196.325 34.872Q196.493 34.919 196.762 34.919L196.762 35.216L194.907 35.216L194.907 34.919Q195.180 34.919 195.348 34.874Q195.516 34.829 195.516 34.657L195.516 32.782Q195.516 32.396 195.391 32.169Q195.266 31.943 194.915 31.943Q194.610 31.943 194.354 32.105Q194.098 32.267 193.950 32.536Q193.801 32.806 193.801 33.103L193.801 34.657Q193.801 34.825 193.971 34.872Q194.141 34.919 194.411 34.919L194.411 35.216L192.555 35.216L192.555 34.919Q192.829 34.919 192.997 34.872Q193.165 34.825 193.165 34.657L193.165 32.782Q193.165 32.396 193.040 32.169Q192.915 31.943 192.563 31.943Q192.258 31.943 192.002 32.105Q191.747 32.267 191.598 32.536Q191.450 32.806 191.450 33.103L191.450 34.657Q191.450 34.825 191.620 34.872Q191.790 34.919 192.059 34.919L192.059 35.216M197.208 33.462Q197.208 32.982 197.440 32.566Q197.672 32.150 198.083 31.900Q198.493 31.650 198.969 31.650Q199.700 31.650 200.098 32.091Q200.497 32.532 200.497 33.263Q200.497 33.368 200.403 33.392L197.954 33.392L197.954 33.462Q197.954 33.872 198.075 34.228Q198.196 34.583 198.467 34.800Q198.739 35.017 199.168 35.017Q199.532 35.017 199.829 34.788Q200.125 34.560 200.227 34.208Q200.235 34.161 200.321 34.146L200.403 34.146Q200.497 34.173 200.497 34.255Q200.497 34.263 200.489 34.294Q200.426 34.521 200.288 34.704Q200.149 34.888 199.958 35.021Q199.766 35.154 199.547 35.224Q199.329 35.294 199.090 35.294Q198.719 35.294 198.381 35.157Q198.043 35.021 197.776 34.769Q197.508 34.517 197.358 34.177Q197.208 33.837 197.208 33.462M197.961 33.154L199.922 33.154Q199.922 32.849 199.821 32.558Q199.719 32.267 199.502 32.085Q199.286 31.904 198.969 31.904Q198.668 31.904 198.438 32.091Q198.208 32.279 198.084 32.570Q197.961 32.861 197.961 33.154M201.028 35.208L201.028 33.986Q201.028 33.958 201.059 33.927Q201.090 33.896 201.114 33.896L201.219 33.896Q201.290 33.896 201.305 33.958Q201.368 34.279 201.506 34.519Q201.645 34.759 201.877 34.900Q202.110 35.040 202.418 35.040Q202.657 35.040 202.866 34.980Q203.075 34.919 203.211 34.771Q203.348 34.622 203.348 34.376Q203.348 34.122 203.137 33.956Q202.926 33.790 202.657 33.736L202.036 33.622Q201.629 33.544 201.329 33.288Q201.028 33.032 201.028 32.657Q201.028 32.290 201.229 32.068Q201.430 31.845 201.754 31.747Q202.079 31.650 202.418 31.650Q202.883 31.650 203.180 31.857L203.403 31.673Q203.426 31.650 203.458 31.650L203.508 31.650Q203.540 31.650 203.567 31.677Q203.594 31.704 203.594 31.736L203.594 32.720Q203.594 32.751 203.569 32.780Q203.543 32.810 203.508 32.810L203.403 32.810Q203.368 32.810 203.340 32.782Q203.313 32.755 203.313 32.720Q203.313 32.321 203.061 32.101Q202.809 31.880 202.411 31.880Q202.055 31.880 201.772 32.003Q201.489 32.126 201.489 32.431Q201.489 32.650 201.690 32.782Q201.891 32.915 202.137 32.958L202.762 33.071Q203.192 33.161 203.500 33.458Q203.809 33.755 203.809 34.169Q203.809 34.739 203.411 35.017Q203.012 35.294 202.418 35.294Q201.868 35.294 201.516 34.958L201.219 35.271Q201.196 35.294 201.161 35.294L201.114 35.294Q201.090 35.294 201.059 35.263Q201.028 35.232 201.028 35.208\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmr8\" font-size=\"8\">\u003Cg transform=\"translate(-62.122 13.38)\">\u003Cpath d=\"M183.969 35.271L182.266 30.314Q182.200 30.138 182.024 30.093Q181.848 30.048 181.555 30.048L181.555 29.751L183.700 29.751L183.700 30.048Q183.043 30.048 183.043 30.263Q183.047 30.275 183.049 30.284Q183.051 30.294 183.051 30.314L184.403 34.247L185.602 30.743L185.458 30.314Q185.387 30.138 185.213 30.093Q185.040 30.048 184.747 30.048L184.747 29.751L186.883 29.751L186.883 30.048Q186.235 30.048 186.235 30.263Q186.235 30.306 186.243 30.314L187.594 34.247L188.868 30.529Q188.883 30.482 188.883 30.446Q188.883 30.306 188.774 30.214Q188.665 30.122 188.508 30.085Q188.352 30.048 188.219 30.048L188.219 29.751L189.954 29.751L189.954 30.048Q189.336 30.048 189.165 30.529L187.540 35.271Q187.520 35.321 187.477 35.353Q187.434 35.384 187.379 35.384L187.325 35.384Q187.204 35.384 187.165 35.271L185.754 31.177L184.348 35.271Q184.329 35.321 184.286 35.353Q184.243 35.384 184.188 35.384L184.129 35.384Q184.016 35.384 183.969 35.271\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-62.122 13.38)\">\u003Cpath d=\"M189.652 33.462Q189.652 32.982 189.885 32.566Q190.117 32.150 190.527 31.900Q190.937 31.650 191.414 31.650Q192.144 31.650 192.543 32.091Q192.941 32.532 192.941 33.263Q192.941 33.368 192.848 33.392L190.398 33.392L190.398 33.462Q190.398 33.872 190.519 34.228Q190.641 34.583 190.912 34.800Q191.184 35.017 191.613 35.017Q191.976 35.017 192.273 34.788Q192.570 34.560 192.672 34.208Q192.680 34.161 192.766 34.146L192.848 34.146Q192.941 34.173 192.941 34.255Q192.941 34.263 192.934 34.294Q192.871 34.521 192.732 34.704Q192.594 34.888 192.402 35.021Q192.211 35.154 191.992 35.224Q191.773 35.294 191.535 35.294Q191.164 35.294 190.826 35.157Q190.488 35.021 190.221 34.769Q189.953 34.517 189.803 34.177Q189.652 33.837 189.652 33.462M190.406 33.154L192.367 33.154Q192.367 32.849 192.266 32.558Q192.164 32.267 191.947 32.085Q191.730 31.904 191.414 31.904Q191.113 31.904 190.883 32.091Q190.652 32.279 190.529 32.570Q190.406 32.861 190.406 33.154M195.289 35.216L193.512 35.216L193.512 34.919Q193.785 34.919 193.953 34.872Q194.121 34.825 194.121 34.657L194.121 32.521Q194.121 32.306 194.064 32.210Q194.008 32.114 193.894 32.093Q193.781 32.071 193.535 32.071L193.535 31.775L194.734 31.689L194.734 34.657Q194.734 34.825 194.881 34.872Q195.027 34.919 195.289 34.919L195.289 35.216M193.848 30.294Q193.848 30.103 193.982 29.972Q194.117 29.841 194.312 29.841Q194.434 29.841 194.537 29.904Q194.641 29.966 194.703 30.070Q194.766 30.173 194.766 30.294Q194.766 30.489 194.635 30.624Q194.504 30.759 194.312 30.759Q194.113 30.759 193.980 30.626Q193.848 30.493 193.848 30.294M195.789 35.825Q195.789 35.544 196 35.333Q196.211 35.122 196.496 35.032Q196.340 34.907 196.262 34.718Q196.184 34.529 196.184 34.329Q196.184 33.974 196.414 33.681Q196.047 33.341 196.047 32.872Q196.047 32.521 196.250 32.251Q196.453 31.982 196.773 31.835Q197.094 31.689 197.437 31.689Q197.957 31.689 198.328 31.970Q198.691 31.599 199.238 31.599Q199.418 31.599 199.545 31.726Q199.672 31.853 199.672 32.032Q199.672 32.138 199.594 32.216Q199.516 32.294 199.406 32.294Q199.297 32.294 199.221 32.218Q199.144 32.142 199.144 32.032Q199.144 31.931 199.184 31.880Q199.191 31.872 199.195 31.866Q199.199 31.861 199.199 31.857Q198.824 31.857 198.504 32.111Q198.824 32.450 198.824 32.872Q198.824 33.142 198.707 33.359Q198.590 33.575 198.385 33.734Q198.180 33.892 197.937 33.974Q197.695 34.056 197.437 34.056Q197.219 34.056 197.006 33.997Q196.793 33.939 196.598 33.818Q196.504 33.958 196.504 34.138Q196.504 34.345 196.641 34.497Q196.777 34.650 196.984 34.650L197.680 34.650Q198.168 34.650 198.580 34.734Q198.992 34.818 199.271 35.075Q199.551 35.333 199.551 35.825Q199.551 36.189 199.230 36.421Q198.910 36.654 198.469 36.755Q198.027 36.857 197.672 36.857Q197.316 36.857 196.873 36.755Q196.430 36.654 196.109 36.421Q195.789 36.189 195.789 35.825M196.293 35.825Q196.293 36.021 196.437 36.169Q196.582 36.318 196.795 36.407Q197.008 36.497 197.248 36.544Q197.488 36.591 197.672 36.591Q197.914 36.591 198.244 36.513Q198.574 36.435 198.810 36.261Q199.047 36.087 199.047 35.825Q199.047 35.419 198.637 35.310Q198.226 35.200 197.664 35.200L196.984 35.200Q196.715 35.200 196.504 35.378Q196.293 35.556 196.293 35.825M197.437 33.790Q198.160 33.790 198.160 32.872Q198.160 31.950 197.437 31.950Q196.711 31.950 196.711 32.872Q196.711 33.790 197.437 33.790M201.965 35.216L200.109 35.216L200.109 34.919Q200.383 34.919 200.551 34.872Q200.719 34.825 200.719 34.657L200.719 30.497Q200.719 30.282 200.656 30.187Q200.594 30.091 200.475 30.070Q200.355 30.048 200.109 30.048L200.109 29.751L201.332 29.665L201.332 32.368Q201.457 32.157 201.644 32.007Q201.832 31.857 202.059 31.773Q202.285 31.689 202.531 31.689Q203.699 31.689 203.699 32.767L203.699 34.657Q203.699 34.825 203.869 34.872Q204.039 34.919 204.309 34.919L204.309 35.216L202.453 35.216L202.453 34.919Q202.726 34.919 202.894 34.872Q203.062 34.825 203.062 34.657L203.062 32.782Q203.062 32.400 202.941 32.171Q202.820 31.943 202.469 31.943Q202.156 31.943 201.902 32.105Q201.648 32.267 201.502 32.536Q201.355 32.806 201.355 33.103L201.355 34.657Q201.355 34.825 201.525 34.872Q201.695 34.919 201.965 34.919\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-62.122 13.38)\">\u003Cpath d=\"M205.152 34.255L205.152 32.064L204.449 32.064L204.449 31.810Q204.805 31.810 205.047 31.577Q205.289 31.345 205.400 30.997Q205.512 30.650 205.512 30.294L205.793 30.294L205.793 31.767L206.969 31.767L206.969 32.064L205.793 32.064L205.793 34.239Q205.793 34.560 205.912 34.788Q206.031 35.017 206.312 35.017Q206.492 35.017 206.609 34.894Q206.726 34.771 206.779 34.591Q206.832 34.411 206.832 34.239L206.832 33.767L207.113 33.767L207.113 34.255Q207.113 34.509 207.008 34.749Q206.902 34.989 206.705 35.142Q206.508 35.294 206.250 35.294Q205.934 35.294 205.682 35.171Q205.430 35.048 205.291 34.814Q205.152 34.579 205.152 34.255M207.875 35.208L207.875 33.986Q207.875 33.958 207.906 33.927Q207.937 33.896 207.961 33.896L208.066 33.896Q208.137 33.896 208.152 33.958Q208.215 34.279 208.353 34.519Q208.492 34.759 208.725 34.900Q208.957 35.040 209.266 35.040Q209.504 35.040 209.713 34.980Q209.922 34.919 210.059 34.771Q210.195 34.622 210.195 34.376Q210.195 34.122 209.984 33.956Q209.773 33.790 209.504 33.736L208.883 33.622Q208.476 33.544 208.176 33.288Q207.875 33.032 207.875 32.657Q207.875 32.290 208.076 32.068Q208.277 31.845 208.601 31.747Q208.926 31.650 209.266 31.650Q209.730 31.650 210.027 31.857L210.250 31.673Q210.273 31.650 210.305 31.650L210.355 31.650Q210.387 31.650 210.414 31.677Q210.441 31.704 210.441 31.736L210.441 32.720Q210.441 32.751 210.416 32.780Q210.391 32.810 210.355 32.810L210.250 32.810Q210.215 32.810 210.187 32.782Q210.160 32.755 210.160 32.720Q210.160 32.321 209.908 32.101Q209.656 31.880 209.258 31.880Q208.902 31.880 208.619 32.003Q208.336 32.126 208.336 32.431Q208.336 32.650 208.537 32.782Q208.738 32.915 208.984 32.958L209.609 33.071Q210.039 33.161 210.348 33.458Q210.656 33.755 210.656 34.169Q210.656 34.739 210.258 35.017Q209.859 35.294 209.266 35.294Q208.715 35.294 208.363 34.958L208.066 35.271Q208.043 35.294 208.008 35.294L207.961 35.294Q207.937 35.294 207.906 35.263Q207.875 35.232 207.875 35.208\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmr8\" font-size=\"8\">\u003Cg transform=\"translate(22.135 -42.747)\">\u003Cpath d=\"M184.157 35.216L181.692 35.216L181.692 34.919Q182.024 34.919 182.282 34.872Q182.540 34.825 182.540 34.657L182.540 30.314Q182.540 30.048 181.692 30.048L181.692 29.751L184.157 29.751L184.157 30.048Q183.305 30.048 183.305 30.314L183.305 34.657Q183.305 34.919 184.157 34.919L184.157 35.216M186.618 35.216L184.762 35.216L184.762 34.919Q185.036 34.919 185.204 34.872Q185.372 34.825 185.372 34.657L185.372 32.521Q185.372 32.306 185.309 32.210Q185.247 32.114 185.127 32.093Q185.008 32.071 184.762 32.071L184.762 31.775L185.954 31.689L185.954 32.423Q186.067 32.208 186.260 32.040Q186.454 31.872 186.692 31.780Q186.930 31.689 187.184 31.689Q188.352 31.689 188.352 32.767L188.352 34.657Q188.352 34.825 188.522 34.872Q188.692 34.919 188.961 34.919L188.961 35.216L187.106 35.216L187.106 34.919Q187.379 34.919 187.547 34.872Q187.715 34.825 187.715 34.657L187.715 32.782Q187.715 32.400 187.594 32.171Q187.473 31.943 187.122 31.943Q186.809 31.943 186.555 32.105Q186.301 32.267 186.155 32.536Q186.008 32.806 186.008 33.103L186.008 34.657Q186.008 34.825 186.178 34.872Q186.348 34.919 186.618 34.919\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(22.135 -42.747)\">\u003Cpath d=\"M189.805 34.255L189.805 32.064L189.102 32.064L189.102 31.810Q189.458 31.810 189.700 31.577Q189.942 31.345 190.053 30.997Q190.165 30.650 190.165 30.294L190.446 30.294L190.446 31.767L191.622 31.767L191.622 32.064L190.446 32.064L190.446 34.239Q190.446 34.560 190.565 34.788Q190.684 35.017 190.965 35.017Q191.145 35.017 191.262 34.894Q191.380 34.771 191.432 34.591Q191.485 34.411 191.485 34.239L191.485 33.767L191.766 33.767L191.766 34.255Q191.766 34.509 191.661 34.749Q191.555 34.989 191.358 35.142Q191.161 35.294 190.903 35.294Q190.587 35.294 190.335 35.171Q190.083 35.048 189.944 34.814Q189.805 34.579 189.805 34.255M192.485 33.462Q192.485 32.982 192.717 32.566Q192.950 32.150 193.360 31.900Q193.770 31.650 194.247 31.650Q194.977 31.650 195.376 32.091Q195.774 32.532 195.774 33.263Q195.774 33.368 195.680 33.392L193.231 33.392L193.231 33.462Q193.231 33.872 193.352 34.228Q193.473 34.583 193.745 34.800Q194.016 35.017 194.446 35.017Q194.809 35.017 195.106 34.788Q195.403 34.560 195.505 34.208Q195.512 34.161 195.598 34.146L195.680 34.146Q195.774 34.173 195.774 34.255Q195.774 34.263 195.766 34.294Q195.704 34.521 195.565 34.704Q195.426 34.888 195.235 35.021Q195.044 35.154 194.825 35.224Q194.606 35.294 194.368 35.294Q193.997 35.294 193.659 35.157Q193.321 35.021 193.053 34.769Q192.786 34.517 192.635 34.177Q192.485 33.837 192.485 33.462M193.239 33.154L195.200 33.154Q195.200 32.849 195.098 32.558Q194.997 32.267 194.780 32.085Q194.563 31.904 194.247 31.904Q193.946 31.904 193.715 32.091Q193.485 32.279 193.362 32.570Q193.239 32.861 193.239 33.154M198.270 35.216L196.290 35.216L196.290 34.919Q196.559 34.919 196.727 34.874Q196.895 34.829 196.895 34.657L196.895 32.521Q196.895 32.306 196.833 32.210Q196.770 32.114 196.653 32.093Q196.536 32.071 196.290 32.071L196.290 31.775L197.458 31.689L197.458 32.474Q197.536 32.263 197.688 32.077Q197.840 31.892 198.040 31.790Q198.239 31.689 198.465 31.689Q198.712 31.689 198.903 31.833Q199.094 31.978 199.094 32.208Q199.094 32.364 198.989 32.474Q198.883 32.583 198.727 32.583Q198.571 32.583 198.462 32.474Q198.352 32.364 198.352 32.208Q198.352 32.048 198.458 31.943Q198.133 31.943 197.919 32.171Q197.704 32.400 197.608 32.739Q197.512 33.079 197.512 33.384L197.512 34.657Q197.512 34.825 197.739 34.872Q197.965 34.919 198.270 34.919L198.270 35.216M201.376 35.185L200.153 32.329Q200.071 32.154 199.926 32.109Q199.782 32.064 199.512 32.064L199.512 31.767L201.223 31.767L201.223 32.064Q200.801 32.064 200.801 32.247Q200.801 32.282 200.817 32.329L201.762 34.521L202.602 32.544Q202.641 32.466 202.641 32.376Q202.641 32.236 202.536 32.150Q202.430 32.064 202.290 32.064L202.290 31.767L203.641 31.767L203.641 32.064Q203.118 32.064 202.903 32.544L201.778 35.185Q201.715 35.294 201.610 35.294L201.544 35.294Q201.430 35.294 201.376 35.185\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(22.135 -42.747)\">\u003Cpath d=\"M203.688 34.384Q203.688 33.900 204.090 33.605Q204.493 33.310 205.043 33.191Q205.594 33.071 206.086 33.071L206.086 32.782Q206.086 32.556 205.971 32.349Q205.856 32.142 205.659 32.023Q205.461 31.904 205.231 31.904Q204.805 31.904 204.520 32.009Q204.590 32.036 204.637 32.091Q204.684 32.146 204.709 32.216Q204.735 32.286 204.735 32.361Q204.735 32.466 204.684 32.558Q204.633 32.650 204.541 32.700Q204.450 32.751 204.344 32.751Q204.239 32.751 204.147 32.700Q204.055 32.650 204.004 32.558Q203.954 32.466 203.954 32.361Q203.954 31.943 204.342 31.796Q204.731 31.650 205.231 31.650Q205.563 31.650 205.916 31.780Q206.270 31.911 206.498 32.165Q206.727 32.419 206.727 32.767L206.727 34.568Q206.727 34.700 206.799 34.810Q206.872 34.919 207 34.919Q207.125 34.919 207.194 34.814Q207.262 34.708 207.262 34.568L207.262 34.056L207.543 34.056L207.543 34.568Q207.543 34.771 207.426 34.929Q207.309 35.087 207.127 35.171Q206.946 35.255 206.743 35.255Q206.512 35.255 206.360 35.083Q206.207 34.911 206.176 34.681Q206.016 34.962 205.707 35.128Q205.399 35.294 205.047 35.294Q204.536 35.294 204.112 35.071Q203.688 34.849 203.688 34.384M204.375 34.384Q204.375 34.669 204.602 34.855Q204.829 35.040 205.122 35.040Q205.368 35.040 205.592 34.923Q205.817 34.806 205.952 34.603Q206.086 34.400 206.086 34.146L206.086 33.314Q205.821 33.314 205.536 33.368Q205.250 33.423 204.979 33.552Q204.707 33.681 204.541 33.888Q204.375 34.095 204.375 34.384M209.750 35.216L207.918 35.216L207.918 34.919Q208.192 34.919 208.360 34.872Q208.528 34.825 208.528 34.657L208.528 30.497Q208.528 30.282 208.465 30.187Q208.403 30.091 208.284 30.070Q208.165 30.048 207.918 30.048L207.918 29.751L209.141 29.665L209.141 34.657Q209.141 34.825 209.309 34.872Q209.477 34.919 209.750 34.919\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg transform=\"translate(86.682 -42.747)\">\u003Cpath d=\"M184.129 35.216L181.747 35.216L181.747 34.919Q182.071 34.919 182.313 34.872Q182.555 34.825 182.555 34.657L182.555 30.314Q182.555 30.142 182.313 30.095Q182.071 30.048 181.747 30.048L181.747 29.751L184.692 29.751Q185.036 29.751 185.391 29.851Q185.747 29.950 186.041 30.142Q186.336 30.333 186.518 30.618Q186.700 30.904 186.700 31.263Q186.700 31.736 186.389 32.071Q186.079 32.407 185.614 32.579Q185.149 32.751 184.692 32.751L183.325 32.751L183.325 34.657Q183.325 34.825 183.567 34.872Q183.809 34.919 184.129 34.919L184.129 35.216M183.297 30.314L183.297 32.482L184.473 32.482Q185.161 32.482 185.499 32.206Q185.836 31.931 185.836 31.263Q185.836 30.599 185.499 30.323Q185.161 30.048 184.473 30.048L183.700 30.048Q183.481 30.048 183.389 30.091Q183.297 30.134 183.297 30.314M189.325 35.216L187.493 35.216L187.493 34.919Q187.766 34.919 187.934 34.872Q188.102 34.825 188.102 34.657L188.102 30.497Q188.102 30.282 188.040 30.187Q187.977 30.091 187.858 30.070Q187.739 30.048 187.493 30.048L187.493 29.751L188.715 29.665L188.715 34.657Q188.715 34.825 188.883 34.872Q189.051 34.919 189.325 34.919L189.325 35.216M189.868 34.384Q189.868 33.900 190.270 33.605Q190.672 33.310 191.223 33.191Q191.774 33.071 192.266 33.071L192.266 32.782Q192.266 32.556 192.151 32.349Q192.036 32.142 191.838 32.023Q191.641 31.904 191.411 31.904Q190.985 31.904 190.700 32.009Q190.770 32.036 190.817 32.091Q190.864 32.146 190.889 32.216Q190.915 32.286 190.915 32.361Q190.915 32.466 190.864 32.558Q190.813 32.650 190.721 32.700Q190.629 32.751 190.524 32.751Q190.418 32.751 190.327 32.700Q190.235 32.650 190.184 32.558Q190.133 32.466 190.133 32.361Q190.133 31.943 190.522 31.796Q190.911 31.650 191.411 31.650Q191.743 31.650 192.096 31.780Q192.450 31.911 192.678 32.165Q192.907 32.419 192.907 32.767L192.907 34.568Q192.907 34.700 192.979 34.810Q193.051 34.919 193.180 34.919Q193.305 34.919 193.374 34.814Q193.442 34.708 193.442 34.568L193.442 34.056L193.723 34.056L193.723 34.568Q193.723 34.771 193.606 34.929Q193.489 35.087 193.307 35.171Q193.125 35.255 192.922 35.255Q192.692 35.255 192.540 35.083Q192.387 34.911 192.356 34.681Q192.196 34.962 191.887 35.128Q191.579 35.294 191.227 35.294Q190.715 35.294 190.291 35.071Q189.868 34.849 189.868 34.384M190.555 34.384Q190.555 34.669 190.782 34.855Q191.008 35.040 191.301 35.040Q191.547 35.040 191.772 34.923Q191.997 34.806 192.131 34.603Q192.266 34.400 192.266 34.146L192.266 33.314Q192 33.314 191.715 33.368Q191.430 33.423 191.159 33.552Q190.887 33.681 190.721 33.888Q190.555 34.095 190.555 34.384M194.059 33.489Q194.059 32.993 194.309 32.568Q194.559 32.142 194.979 31.896Q195.399 31.650 195.899 31.650Q196.438 31.650 196.829 31.775Q197.219 31.900 197.219 32.314Q197.219 32.419 197.168 32.511Q197.118 32.603 197.026 32.654Q196.934 32.704 196.825 32.704Q196.719 32.704 196.627 32.654Q196.536 32.603 196.485 32.511Q196.434 32.419 196.434 32.314Q196.434 32.091 196.602 31.986Q196.379 31.927 195.907 31.927Q195.610 31.927 195.395 32.066Q195.180 32.204 195.049 32.435Q194.918 32.665 194.860 32.935Q194.801 33.204 194.801 33.489Q194.801 33.884 194.934 34.234Q195.067 34.583 195.338 34.800Q195.610 35.017 196.008 35.017Q196.383 35.017 196.659 34.800Q196.934 34.583 197.036 34.224Q197.051 34.161 197.114 34.161L197.219 34.161Q197.254 34.161 197.280 34.189Q197.305 34.216 197.305 34.255L197.305 34.279Q197.172 34.759 196.788 35.027Q196.403 35.294 195.899 35.294Q195.536 35.294 195.202 35.157Q194.868 35.021 194.608 34.771Q194.348 34.521 194.204 34.185Q194.059 33.849 194.059 33.489M197.793 33.462Q197.793 32.982 198.026 32.566Q198.258 32.150 198.668 31.900Q199.079 31.650 199.555 31.650Q200.286 31.650 200.684 32.091Q201.083 32.532 201.083 33.263Q201.083 33.368 200.989 33.392L198.540 33.392L198.540 33.462Q198.540 33.872 198.661 34.228Q198.782 34.583 199.053 34.800Q199.325 35.017 199.754 35.017Q200.118 35.017 200.415 34.788Q200.711 34.560 200.813 34.208Q200.821 34.161 200.907 34.146L200.989 34.146Q201.083 34.173 201.083 34.255Q201.083 34.263 201.075 34.294Q201.012 34.521 200.874 34.704Q200.735 34.888 200.543 35.021Q200.352 35.154 200.133 35.224Q199.915 35.294 199.676 35.294Q199.305 35.294 198.967 35.157Q198.629 35.021 198.362 34.769Q198.094 34.517 197.944 34.177Q197.793 33.837 197.793 33.462M198.547 33.154L200.508 33.154Q200.508 32.849 200.407 32.558Q200.305 32.267 200.088 32.085Q199.872 31.904 199.555 31.904Q199.254 31.904 199.024 32.091Q198.793 32.279 198.670 32.570Q198.547 32.861 198.547 33.154M201.614 35.208L201.614 33.986Q201.614 33.958 201.645 33.927Q201.676 33.896 201.700 33.896L201.805 33.896Q201.875 33.896 201.891 33.958Q201.954 34.279 202.092 34.519Q202.231 34.759 202.463 34.900Q202.696 35.040 203.004 35.040Q203.243 35.040 203.452 34.980Q203.661 34.919 203.797 34.771Q203.934 34.622 203.934 34.376Q203.934 34.122 203.723 33.956Q203.512 33.790 203.243 33.736L202.622 33.622Q202.215 33.544 201.915 33.288Q201.614 33.032 201.614 32.657Q201.614 32.290 201.815 32.068Q202.016 31.845 202.340 31.747Q202.665 31.650 203.004 31.650Q203.469 31.650 203.766 31.857L203.989 31.673Q204.012 31.650 204.043 31.650L204.094 31.650Q204.125 31.650 204.153 31.677Q204.180 31.704 204.180 31.736L204.180 32.720Q204.180 32.751 204.155 32.780Q204.129 32.810 204.094 32.810L203.989 32.810Q203.954 32.810 203.926 32.782Q203.899 32.755 203.899 32.720Q203.899 32.321 203.647 32.101Q203.395 31.880 202.997 31.880Q202.641 31.880 202.358 32.003Q202.075 32.126 202.075 32.431Q202.075 32.650 202.276 32.782Q202.477 32.915 202.723 32.958L203.348 33.071Q203.778 33.161 204.086 33.458Q204.395 33.755 204.395 34.169Q204.395 34.739 203.997 35.017Q203.598 35.294 203.004 35.294Q202.454 35.294 202.102 34.958L201.805 35.271Q201.782 35.294 201.747 35.294L201.700 35.294Q201.676 35.294 201.645 35.263Q201.614 35.232 201.614 35.208\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmr8\" font-size=\"8\">\u003Cg transform=\"translate(134.151 -43.525)\">\u003Cpath d=\"M184.129 35.216L181.747 35.216L181.747 34.919Q182.071 34.919 182.313 34.872Q182.555 34.825 182.555 34.657L182.555 30.314Q182.555 30.142 182.313 30.095Q182.071 30.048 181.747 30.048L181.747 29.751L184.692 29.751Q185.036 29.751 185.391 29.851Q185.747 29.950 186.041 30.142Q186.336 30.333 186.518 30.618Q186.700 30.904 186.700 31.263Q186.700 31.736 186.389 32.071Q186.079 32.407 185.614 32.579Q185.149 32.751 184.692 32.751L183.325 32.751L183.325 34.657Q183.325 34.825 183.567 34.872Q183.809 34.919 184.129 34.919L184.129 35.216M183.297 30.314L183.297 32.482L184.473 32.482Q185.161 32.482 185.499 32.206Q185.836 31.931 185.836 31.263Q185.836 30.599 185.499 30.323Q185.161 30.048 184.473 30.048L183.700 30.048Q183.481 30.048 183.389 30.091Q183.297 30.134 183.297 30.314M189.340 35.216L187.485 35.216L187.485 34.919Q187.758 34.919 187.926 34.872Q188.094 34.825 188.094 34.657L188.094 30.497Q188.094 30.282 188.032 30.187Q187.969 30.091 187.850 30.070Q187.731 30.048 187.485 30.048L187.485 29.751L188.708 29.665L188.708 32.368Q188.833 32.157 189.020 32.007Q189.208 31.857 189.434 31.773Q189.661 31.689 189.907 31.689Q191.075 31.689 191.075 32.767L191.075 34.657Q191.075 34.825 191.245 34.872Q191.415 34.919 191.684 34.919L191.684 35.216L189.829 35.216L189.829 34.919Q190.102 34.919 190.270 34.872Q190.438 34.825 190.438 34.657L190.438 32.782Q190.438 32.400 190.317 32.171Q190.196 31.943 189.844 31.943Q189.532 31.943 189.278 32.105Q189.024 32.267 188.877 32.536Q188.731 32.806 188.731 33.103L188.731 34.657Q188.731 34.825 188.901 34.872Q189.071 34.919 189.340 34.919\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(134.151 -43.525)\">\u003Cpath d=\"M192.317 36.513Q192.431 36.591 192.606 36.591Q192.895 36.591 193.116 36.378Q193.337 36.165 193.462 35.864L193.751 35.216L192.477 32.329Q192.395 32.154 192.251 32.109Q192.106 32.064 191.837 32.064L191.837 31.767L193.556 31.767L193.556 32.064Q193.134 32.064 193.134 32.247Q193.134 32.259 193.149 32.329L194.087 34.454L194.919 32.544Q194.958 32.454 194.958 32.376Q194.958 32.236 194.856 32.150Q194.755 32.064 194.614 32.064L194.614 31.767L195.966 31.767L195.966 32.064Q195.712 32.064 195.518 32.189Q195.325 32.314 195.220 32.544L193.774 35.864Q193.661 36.118 193.495 36.341Q193.329 36.564 193.100 36.706Q192.872 36.849 192.606 36.849Q192.309 36.849 192.069 36.657Q191.829 36.466 191.829 36.177Q191.829 36.021 191.934 35.919Q192.040 35.818 192.188 35.818Q192.294 35.818 192.374 35.864Q192.454 35.911 192.501 35.989Q192.548 36.068 192.548 36.177Q192.548 36.298 192.487 36.386Q192.427 36.474 192.317 36.513M196.423 35.208L196.423 33.986Q196.423 33.958 196.454 33.927Q196.485 33.896 196.509 33.896L196.614 33.896Q196.684 33.896 196.700 33.958Q196.763 34.279 196.901 34.519Q197.040 34.759 197.272 34.900Q197.505 35.040 197.813 35.040Q198.052 35.040 198.261 34.980Q198.470 34.919 198.606 34.771Q198.743 34.622 198.743 34.376Q198.743 34.122 198.532 33.956Q198.321 33.790 198.052 33.736L197.431 33.622Q197.024 33.544 196.724 33.288Q196.423 33.032 196.423 32.657Q196.423 32.290 196.624 32.068Q196.825 31.845 197.149 31.747Q197.474 31.650 197.813 31.650Q198.278 31.650 198.575 31.857L198.798 31.673Q198.821 31.650 198.852 31.650L198.903 31.650Q198.934 31.650 198.962 31.677Q198.989 31.704 198.989 31.736L198.989 32.720Q198.989 32.751 198.964 32.780Q198.938 32.810 198.903 32.810L198.798 32.810Q198.763 32.810 198.735 32.782Q198.708 32.755 198.708 32.720Q198.708 32.321 198.456 32.101Q198.204 31.880 197.806 31.880Q197.450 31.880 197.167 32.003Q196.884 32.126 196.884 32.431Q196.884 32.650 197.085 32.782Q197.286 32.915 197.532 32.958L198.157 33.071Q198.587 33.161 198.895 33.458Q199.204 33.755 199.204 34.169Q199.204 34.739 198.806 35.017Q198.407 35.294 197.813 35.294Q197.263 35.294 196.911 34.958L196.614 35.271Q196.591 35.294 196.556 35.294L196.509 35.294Q196.485 35.294 196.454 35.263Q196.423 35.232 196.423 35.208M201.591 35.216L199.813 35.216L199.813 34.919Q200.087 34.919 200.255 34.872Q200.423 34.825 200.423 34.657L200.423 32.521Q200.423 32.306 200.366 32.210Q200.309 32.114 200.196 32.093Q200.083 32.071 199.837 32.071L199.837 31.775L201.036 31.689L201.036 34.657Q201.036 34.825 201.182 34.872Q201.329 34.919 201.591 34.919L201.591 35.216M200.149 30.294Q200.149 30.103 200.284 29.972Q200.419 29.841 200.614 29.841Q200.735 29.841 200.839 29.904Q200.942 29.966 201.005 30.070Q201.067 30.173 201.067 30.294Q201.067 30.489 200.936 30.624Q200.806 30.759 200.614 30.759Q200.415 30.759 200.282 30.626Q200.149 30.493 200.149 30.294M202.134 33.489Q202.134 32.993 202.384 32.568Q202.634 32.142 203.054 31.896Q203.474 31.650 203.974 31.650Q204.513 31.650 204.903 31.775Q205.294 31.900 205.294 32.314Q205.294 32.419 205.243 32.511Q205.192 32.603 205.100 32.654Q205.009 32.704 204.899 32.704Q204.794 32.704 204.702 32.654Q204.610 32.603 204.559 32.511Q204.509 32.419 204.509 32.314Q204.509 32.091 204.677 31.986Q204.454 31.927 203.981 31.927Q203.684 31.927 203.470 32.066Q203.255 32.204 203.124 32.435Q202.993 32.665 202.934 32.935Q202.876 33.204 202.876 33.489Q202.876 33.884 203.009 34.234Q203.141 34.583 203.413 34.800Q203.684 35.017 204.083 35.017Q204.458 35.017 204.733 34.800Q205.009 34.583 205.110 34.224Q205.126 34.161 205.188 34.161L205.294 34.161Q205.329 34.161 205.354 34.189Q205.380 34.216 205.380 34.255L205.380 34.279Q205.247 34.759 204.862 35.027Q204.477 35.294 203.974 35.294Q203.610 35.294 203.276 35.157Q202.942 35.021 202.682 34.771Q202.423 34.521 202.278 34.185Q202.134 33.849 202.134 33.489M205.966 34.384Q205.966 33.900 206.368 33.605Q206.770 33.310 207.321 33.191Q207.872 33.071 208.364 33.071L208.364 32.782Q208.364 32.556 208.249 32.349Q208.134 32.142 207.936 32.023Q207.739 31.904 207.509 31.904Q207.083 31.904 206.798 32.009Q206.868 32.036 206.915 32.091Q206.962 32.146 206.987 32.216Q207.013 32.286 207.013 32.361Q207.013 32.466 206.962 32.558Q206.911 32.650 206.819 32.700Q206.727 32.751 206.622 32.751Q206.516 32.751 206.425 32.700Q206.333 32.650 206.282 32.558Q206.231 32.466 206.231 32.361Q206.231 31.943 206.620 31.796Q207.009 31.650 207.509 31.650Q207.841 31.650 208.194 31.780Q208.548 31.911 208.776 32.165Q209.005 32.419 209.005 32.767L209.005 34.568Q209.005 34.700 209.077 34.810Q209.149 34.919 209.278 34.919Q209.403 34.919 209.472 34.814Q209.540 34.708 209.540 34.568L209.540 34.056L209.821 34.056L209.821 34.568Q209.821 34.771 209.704 34.929Q209.587 35.087 209.405 35.171Q209.224 35.255 209.020 35.255Q208.790 35.255 208.638 35.083Q208.485 34.911 208.454 34.681Q208.294 34.962 207.985 35.128Q207.677 35.294 207.325 35.294Q206.813 35.294 206.390 35.071Q205.966 34.849 205.966 34.384M206.653 34.384Q206.653 34.669 206.880 34.855Q207.106 35.040 207.399 35.040Q207.645 35.040 207.870 34.923Q208.095 34.806 208.229 34.603Q208.364 34.400 208.364 34.146L208.364 33.314Q208.099 33.314 207.813 33.368Q207.528 33.423 207.257 33.552Q206.985 33.681 206.819 33.888Q206.653 34.095 206.653 34.384M212.028 35.216L210.196 35.216L210.196 34.919Q210.470 34.919 210.638 34.872Q210.806 34.825 210.806 34.657L210.806 30.497Q210.806 30.282 210.743 30.187Q210.681 30.091 210.561 30.070Q210.442 30.048 210.196 30.048L210.196 29.751L211.419 29.665L211.419 34.657Q211.419 34.825 211.587 34.872Q211.755 34.919 212.028 34.919L212.028 35.216M215.540 35.384Q214.958 35.384 214.440 35.157Q213.923 34.931 213.534 34.532Q213.145 34.134 212.927 33.609Q212.708 33.083 212.708 32.513Q212.708 31.743 213.083 31.066Q213.458 30.388 214.108 29.986Q214.759 29.583 215.540 29.583Q216.313 29.583 216.964 29.986Q217.614 30.388 217.989 31.066Q218.364 31.743 218.364 32.513Q218.364 33.083 218.143 33.614Q217.923 34.146 217.538 34.538Q217.153 34.931 216.636 35.157Q216.118 35.384 215.540 35.384M214.099 34.314Q214.263 34.544 214.493 34.720Q214.724 34.896 214.991 34.991Q215.259 35.087 215.540 35.087Q215.958 35.087 216.339 34.876Q216.720 34.665 216.970 34.314Q217.501 33.595 217.501 32.376Q217.501 31.747 217.286 31.169Q217.071 30.591 216.630 30.228Q216.188 29.864 215.540 29.864Q214.888 29.864 214.444 30.228Q214.001 30.591 213.786 31.169Q213.571 31.747 213.571 32.376Q213.571 33.595 214.099 34.314M219.997 35.216L219.716 35.216L219.716 30.497Q219.716 30.282 219.653 30.187Q219.591 30.091 219.474 30.070Q219.356 30.048 219.110 30.048L219.110 29.751L220.333 29.665L220.333 32.154Q220.809 31.689 221.509 31.689Q221.989 31.689 222.397 31.933Q222.806 32.177 223.042 32.591Q223.278 33.005 223.278 33.489Q223.278 33.864 223.130 34.193Q222.981 34.521 222.712 34.773Q222.442 35.025 222.099 35.159Q221.755 35.294 221.395 35.294Q221.075 35.294 220.776 35.146Q220.477 34.997 220.270 34.736L219.997 35.216M220.356 32.544L220.356 34.384Q220.509 34.681 220.768 34.861Q221.028 35.040 221.341 35.040Q221.766 35.040 222.034 34.821Q222.302 34.603 222.417 34.257Q222.532 33.911 222.532 33.489Q222.532 32.841 222.284 32.392Q222.036 31.943 221.438 31.943Q221.102 31.943 220.813 32.101Q220.524 32.259 220.356 32.544\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(134.151 -43.525)\">\u003Cpath d=\"M223.736 36.193Q223.736 36.087 223.786 35.995Q223.837 35.904 223.929 35.853Q224.021 35.802 224.126 35.802Q224.236 35.802 224.327 35.853Q224.419 35.904 224.470 35.995Q224.521 36.087 224.521 36.193Q224.521 36.407 224.329 36.529Q224.486 36.591 224.712 36.591Q225.013 36.591 225.142 36.282Q225.271 35.974 225.271 35.607L225.271 32.521Q225.271 32.216 225.124 32.144Q224.978 32.071 224.599 32.071L224.599 31.775L225.888 31.689L225.888 35.630Q225.888 35.950 225.728 36.234Q225.568 36.517 225.290 36.683Q225.013 36.849 224.697 36.849Q224.337 36.849 224.036 36.685Q223.736 36.521 223.736 36.193M224.966 30.294Q224.966 30.111 225.105 29.976Q225.244 29.841 225.431 29.841Q225.619 29.841 225.753 29.972Q225.888 30.103 225.888 30.294Q225.888 30.493 225.755 30.626Q225.622 30.759 225.431 30.759Q225.240 30.759 225.103 30.622Q224.966 30.486 224.966 30.294M226.888 33.462Q226.888 32.982 227.120 32.566Q227.353 32.150 227.763 31.900Q228.173 31.650 228.650 31.650Q229.380 31.650 229.779 32.091Q230.177 32.532 230.177 33.263Q230.177 33.368 230.083 33.392L227.634 33.392L227.634 33.462Q227.634 33.872 227.755 34.228Q227.876 34.583 228.148 34.800Q228.419 35.017 228.849 35.017Q229.212 35.017 229.509 34.788Q229.806 34.560 229.908 34.208Q229.915 34.161 230.001 34.146L230.083 34.146Q230.177 34.173 230.177 34.255Q230.177 34.263 230.169 34.294Q230.107 34.521 229.968 34.704Q229.829 34.888 229.638 35.021Q229.447 35.154 229.228 35.224Q229.009 35.294 228.771 35.294Q228.400 35.294 228.062 35.157Q227.724 35.021 227.456 34.769Q227.189 34.517 227.038 34.177Q226.888 33.837 226.888 33.462M227.642 33.154L229.603 33.154Q229.603 32.849 229.501 32.558Q229.400 32.267 229.183 32.085Q228.966 31.904 228.650 31.904Q228.349 31.904 228.119 32.091Q227.888 32.279 227.765 32.570Q227.642 32.861 227.642 33.154M230.708 33.489Q230.708 32.993 230.958 32.568Q231.208 32.142 231.628 31.896Q232.048 31.650 232.548 31.650Q233.087 31.650 233.478 31.775Q233.869 31.900 233.869 32.314Q233.869 32.419 233.818 32.511Q233.767 32.603 233.675 32.654Q233.583 32.704 233.474 32.704Q233.369 32.704 233.277 32.654Q233.185 32.603 233.134 32.511Q233.083 32.419 233.083 32.314Q233.083 32.091 233.251 31.986Q233.029 31.927 232.556 31.927Q232.259 31.927 232.044 32.066Q231.829 32.204 231.699 32.435Q231.568 32.665 231.509 32.935Q231.451 33.204 231.451 33.489Q231.451 33.884 231.583 34.234Q231.716 34.583 231.988 34.800Q232.259 35.017 232.658 35.017Q233.033 35.017 233.308 34.800Q233.583 34.583 233.685 34.224Q233.701 34.161 233.763 34.161L233.869 34.161Q233.904 34.161 233.929 34.189Q233.954 34.216 233.954 34.255L233.954 34.279Q233.822 34.759 233.437 35.027Q233.052 35.294 232.548 35.294Q232.185 35.294 231.851 35.157Q231.517 35.021 231.257 34.771Q230.997 34.521 230.853 34.185Q230.708 33.849 230.708 33.489M235.068 34.255L235.068 32.064L234.365 32.064L234.365 31.810Q234.720 31.810 234.962 31.577Q235.204 31.345 235.316 30.997Q235.427 30.650 235.427 30.294L235.708 30.294L235.708 31.767L236.884 31.767L236.884 32.064L235.708 32.064L235.708 34.239Q235.708 34.560 235.827 34.788Q235.947 35.017 236.228 35.017Q236.408 35.017 236.525 34.894Q236.642 34.771 236.695 34.591Q236.747 34.411 236.747 34.239L236.747 33.767L237.029 33.767L237.029 34.255Q237.029 34.509 236.923 34.749Q236.818 34.989 236.620 35.142Q236.423 35.294 236.165 35.294Q235.849 35.294 235.597 35.171Q235.345 35.048 235.206 34.814Q235.068 34.579 235.068 34.255M237.790 35.208L237.790 33.986Q237.790 33.958 237.822 33.927Q237.853 33.896 237.876 33.896L237.982 33.896Q238.052 33.896 238.068 33.958Q238.130 34.279 238.269 34.519Q238.408 34.759 238.640 34.900Q238.872 35.040 239.181 35.040Q239.419 35.040 239.628 34.980Q239.837 34.919 239.974 34.771Q240.111 34.622 240.111 34.376Q240.111 34.122 239.900 33.956Q239.689 33.790 239.419 33.736L238.798 33.622Q238.392 33.544 238.091 33.288Q237.790 33.032 237.790 32.657Q237.790 32.290 237.992 32.068Q238.193 31.845 238.517 31.747Q238.841 31.650 239.181 31.650Q239.646 31.650 239.943 31.857L240.165 31.673Q240.189 31.650 240.220 31.650L240.271 31.650Q240.302 31.650 240.329 31.677Q240.357 31.704 240.357 31.736L240.357 32.720Q240.357 32.751 240.331 32.780Q240.306 32.810 240.271 32.810L240.165 32.810Q240.130 32.810 240.103 32.782Q240.076 32.755 240.076 32.720Q240.076 32.321 239.824 32.101Q239.572 31.880 239.173 31.880Q238.818 31.880 238.535 32.003Q238.251 32.126 238.251 32.431Q238.251 32.650 238.452 32.782Q238.654 32.915 238.900 32.958L239.525 33.071Q239.954 33.161 240.263 33.458Q240.572 33.755 240.572 34.169Q240.572 34.739 240.173 35.017Q239.775 35.294 239.181 35.294Q238.630 35.294 238.279 34.958L237.982 35.271Q237.958 35.294 237.923 35.294L237.876 35.294Q237.853 35.294 237.822 35.263Q237.790 35.232 237.790 35.208\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmr8\" font-size=\"8\">\u003Cg transform=\"translate(222.883 -42.791)\">\u003Cpath d=\"M184.129 35.216L181.747 35.216L181.747 34.919Q182.071 34.919 182.313 34.872Q182.555 34.825 182.555 34.657L182.555 30.314Q182.555 30.142 182.313 30.095Q182.071 30.048 181.747 30.048L181.747 29.751L184.692 29.751Q185.036 29.751 185.391 29.851Q185.747 29.950 186.041 30.142Q186.336 30.333 186.518 30.618Q186.700 30.904 186.700 31.263Q186.700 31.736 186.389 32.071Q186.079 32.407 185.614 32.579Q185.149 32.751 184.692 32.751L183.325 32.751L183.325 34.657Q183.325 34.825 183.567 34.872Q183.809 34.919 184.129 34.919L184.129 35.216M183.297 30.314L183.297 32.482L184.473 32.482Q185.161 32.482 185.499 32.206Q185.836 31.931 185.836 31.263Q185.836 30.599 185.499 30.323Q185.161 30.048 184.473 30.048L183.700 30.048Q183.481 30.048 183.389 30.091Q183.297 30.134 183.297 30.314M189.418 35.216L187.438 35.216L187.438 34.919Q187.708 34.919 187.875 34.874Q188.043 34.829 188.043 34.657L188.043 32.521Q188.043 32.306 187.981 32.210Q187.918 32.114 187.801 32.093Q187.684 32.071 187.438 32.071L187.438 31.775L188.606 31.689L188.606 32.474Q188.684 32.263 188.836 32.077Q188.989 31.892 189.188 31.790Q189.387 31.689 189.614 31.689Q189.860 31.689 190.051 31.833Q190.243 31.978 190.243 32.208Q190.243 32.364 190.137 32.474Q190.032 32.583 189.875 32.583Q189.719 32.583 189.610 32.474Q189.500 32.364 189.500 32.208Q189.500 32.048 189.606 31.943Q189.282 31.943 189.067 32.171Q188.852 32.400 188.756 32.739Q188.661 33.079 188.661 33.384L188.661 34.657Q188.661 34.825 188.887 34.872Q189.114 34.919 189.418 34.919L189.418 35.216M190.723 33.521Q190.723 33.017 190.979 32.585Q191.235 32.154 191.670 31.902Q192.106 31.650 192.606 31.650Q192.993 31.650 193.334 31.794Q193.676 31.939 193.938 32.200Q194.200 32.462 194.342 32.798Q194.485 33.134 194.485 33.521Q194.485 34.013 194.221 34.423Q193.958 34.833 193.528 35.064Q193.098 35.294 192.606 35.294Q192.114 35.294 191.680 35.062Q191.247 34.829 190.985 34.421Q190.723 34.013 190.723 33.521M192.606 35.017Q193.063 35.017 193.315 34.794Q193.567 34.571 193.655 34.220Q193.743 33.868 193.743 33.423Q193.743 32.993 193.649 32.655Q193.555 32.318 193.301 32.111Q193.047 31.904 192.606 31.904Q191.958 31.904 191.713 32.320Q191.469 32.736 191.469 33.423Q191.469 33.868 191.557 34.220Q191.645 34.571 191.897 34.794Q192.149 35.017 192.606 35.017\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(222.883 -42.791)\">\u003Cpath d=\"M195.255 33.489Q195.255 32.993 195.505 32.568Q195.755 32.142 196.175 31.896Q196.595 31.650 197.095 31.650Q197.634 31.650 198.025 31.775Q198.415 31.900 198.415 32.314Q198.415 32.419 198.365 32.511Q198.314 32.603 198.222 32.654Q198.130 32.704 198.021 32.704Q197.915 32.704 197.824 32.654Q197.732 32.603 197.681 32.511Q197.630 32.419 197.630 32.314Q197.630 32.091 197.798 31.986Q197.576 31.927 197.103 31.927Q196.806 31.927 196.591 32.066Q196.376 32.204 196.245 32.435Q196.115 32.665 196.056 32.935Q195.997 33.204 195.997 33.489Q195.997 33.884 196.130 34.234Q196.263 34.583 196.535 34.800Q196.806 35.017 197.204 35.017Q197.579 35.017 197.855 34.800Q198.130 34.583 198.232 34.224Q198.247 34.161 198.310 34.161L198.415 34.161Q198.451 34.161 198.476 34.189Q198.501 34.216 198.501 34.255L198.501 34.279Q198.369 34.759 197.984 35.027Q197.599 35.294 197.095 35.294Q196.732 35.294 196.398 35.157Q196.064 35.021 195.804 34.771Q195.544 34.521 195.400 34.185Q195.255 33.849 195.255 33.489M198.990 33.462Q198.990 32.982 199.222 32.566Q199.454 32.150 199.865 31.900Q200.275 31.650 200.751 31.650Q201.482 31.650 201.880 32.091Q202.279 32.532 202.279 33.263Q202.279 33.368 202.185 33.392L199.736 33.392L199.736 33.462Q199.736 33.872 199.857 34.228Q199.978 34.583 200.249 34.800Q200.521 35.017 200.951 35.017Q201.314 35.017 201.611 34.788Q201.908 34.560 202.009 34.208Q202.017 34.161 202.103 34.146L202.185 34.146Q202.279 34.173 202.279 34.255Q202.279 34.263 202.271 34.294Q202.208 34.521 202.070 34.704Q201.931 34.888 201.740 35.021Q201.548 35.154 201.329 35.224Q201.111 35.294 200.872 35.294Q200.501 35.294 200.163 35.157Q199.826 35.021 199.558 34.769Q199.290 34.517 199.140 34.177Q198.990 33.837 198.990 33.462M199.744 33.154L201.704 33.154Q201.704 32.849 201.603 32.558Q201.501 32.267 201.285 32.085Q201.068 31.904 200.751 31.904Q200.451 31.904 200.220 32.091Q199.990 32.279 199.867 32.570Q199.744 32.861 199.744 33.154M202.810 35.208L202.810 33.986Q202.810 33.958 202.841 33.927Q202.872 33.896 202.896 33.896L203.001 33.896Q203.072 33.896 203.087 33.958Q203.150 34.279 203.288 34.519Q203.427 34.759 203.660 34.900Q203.892 35.040 204.201 35.040Q204.439 35.040 204.648 34.980Q204.857 34.919 204.994 34.771Q205.130 34.622 205.130 34.376Q205.130 34.122 204.919 33.956Q204.708 33.790 204.439 33.736L203.818 33.622Q203.411 33.544 203.111 33.288Q202.810 33.032 202.810 32.657Q202.810 32.290 203.011 32.068Q203.212 31.845 203.536 31.747Q203.861 31.650 204.201 31.650Q204.665 31.650 204.962 31.857L205.185 31.673Q205.208 31.650 205.240 31.650L205.290 31.650Q205.322 31.650 205.349 31.677Q205.376 31.704 205.376 31.736L205.376 32.720Q205.376 32.751 205.351 32.780Q205.326 32.810 205.290 32.810L205.185 32.810Q205.150 32.810 205.122 32.782Q205.095 32.755 205.095 32.720Q205.095 32.321 204.843 32.101Q204.591 31.880 204.193 31.880Q203.837 31.880 203.554 32.003Q203.271 32.126 203.271 32.431Q203.271 32.650 203.472 32.782Q203.673 32.915 203.919 32.958L204.544 33.071Q204.974 33.161 205.283 33.458Q205.591 33.755 205.591 34.169Q205.591 34.739 205.193 35.017Q204.794 35.294 204.201 35.294Q203.650 35.294 203.298 34.958L203.001 35.271Q202.978 35.294 202.943 35.294L202.896 35.294Q202.872 35.294 202.841 35.263Q202.810 35.232 202.810 35.208M206.161 35.208L206.161 33.986Q206.161 33.958 206.193 33.927Q206.224 33.896 206.247 33.896L206.353 33.896Q206.423 33.896 206.439 33.958Q206.501 34.279 206.640 34.519Q206.779 34.759 207.011 34.900Q207.244 35.040 207.552 35.040Q207.790 35.040 207.999 34.980Q208.208 34.919 208.345 34.771Q208.482 34.622 208.482 34.376Q208.482 34.122 208.271 33.956Q208.060 33.790 207.790 33.736L207.169 33.622Q206.763 33.544 206.462 33.288Q206.161 33.032 206.161 32.657Q206.161 32.290 206.363 32.068Q206.564 31.845 206.888 31.747Q207.212 31.650 207.552 31.650Q208.017 31.650 208.314 31.857L208.536 31.673Q208.560 31.650 208.591 31.650L208.642 31.650Q208.673 31.650 208.701 31.677Q208.728 31.704 208.728 31.736L208.728 32.720Q208.728 32.751 208.703 32.780Q208.677 32.810 208.642 32.810L208.536 32.810Q208.501 32.810 208.474 32.782Q208.447 32.755 208.447 32.720Q208.447 32.321 208.195 32.101Q207.943 31.880 207.544 31.880Q207.189 31.880 206.906 32.003Q206.622 32.126 206.622 32.431Q206.622 32.650 206.824 32.782Q207.025 32.915 207.271 32.958L207.896 33.071Q208.326 33.161 208.634 33.458Q208.943 33.755 208.943 34.169Q208.943 34.739 208.544 35.017Q208.146 35.294 207.552 35.294Q207.001 35.294 206.650 34.958L206.353 35.271Q206.329 35.294 206.294 35.294L206.247 35.294Q206.224 35.294 206.193 35.263Q206.161 35.232 206.161 35.208M209.470 33.462Q209.470 32.982 209.703 32.566Q209.935 32.150 210.345 31.900Q210.755 31.650 211.232 31.650Q211.962 31.650 212.361 32.091Q212.759 32.532 212.759 33.263Q212.759 33.368 212.665 33.392L210.216 33.392L210.216 33.462Q210.216 33.872 210.337 34.228Q210.458 34.583 210.730 34.800Q211.001 35.017 211.431 35.017Q211.794 35.017 212.091 34.788Q212.388 34.560 212.490 34.208Q212.497 34.161 212.583 34.146L212.665 34.146Q212.759 34.173 212.759 34.255Q212.759 34.263 212.751 34.294Q212.689 34.521 212.550 34.704Q212.411 34.888 212.220 35.021Q212.029 35.154 211.810 35.224Q211.591 35.294 211.353 35.294Q210.982 35.294 210.644 35.157Q210.306 35.021 210.038 34.769Q209.771 34.517 209.620 34.177Q209.470 33.837 209.470 33.462M210.224 33.154L212.185 33.154Q212.185 32.849 212.083 32.558Q211.982 32.267 211.765 32.085Q211.548 31.904 211.232 31.904Q210.931 31.904 210.701 32.091Q210.470 32.279 210.347 32.570Q210.224 32.861 210.224 33.154M213.290 35.208L213.290 33.986Q213.290 33.958 213.322 33.927Q213.353 33.896 213.376 33.896L213.482 33.896Q213.552 33.896 213.568 33.958Q213.630 34.279 213.769 34.519Q213.908 34.759 214.140 34.900Q214.372 35.040 214.681 35.040Q214.919 35.040 215.128 34.980Q215.337 34.919 215.474 34.771Q215.611 34.622 215.611 34.376Q215.611 34.122 215.400 33.956Q215.189 33.790 214.919 33.736L214.298 33.622Q213.892 33.544 213.591 33.288Q213.290 33.032 213.290 32.657Q213.290 32.290 213.492 32.068Q213.693 31.845 214.017 31.747Q214.341 31.650 214.681 31.650Q215.146 31.650 215.443 31.857L215.665 31.673Q215.689 31.650 215.720 31.650L215.771 31.650Q215.802 31.650 215.829 31.677Q215.857 31.704 215.857 31.736L215.857 32.720Q215.857 32.751 215.831 32.780Q215.806 32.810 215.771 32.810L215.665 32.810Q215.630 32.810 215.603 32.782Q215.576 32.755 215.576 32.720Q215.576 32.321 215.324 32.101Q215.072 31.880 214.673 31.880Q214.318 31.880 214.035 32.003Q213.751 32.126 213.751 32.431Q213.751 32.650 213.953 32.782Q214.154 32.915 214.400 32.958L215.025 33.071Q215.454 33.161 215.763 33.458Q216.072 33.755 216.072 34.169Q216.072 34.739 215.673 35.017Q215.275 35.294 214.681 35.294Q214.130 35.294 213.779 34.958L213.482 35.271Q213.458 35.294 213.423 35.294L213.376 35.294Q213.353 35.294 213.322 35.263Q213.290 35.232 213.290 35.208\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmr8\" font-size=\"8\">\u003Cg transform=\"translate(19.4 -14.338)\">\u003Cpath d=\"M183.692 35.216L181.770 35.216L181.770 34.919Q182.579 34.919 182.579 34.439L182.579 30.314Q182.579 30.142 182.336 30.095Q182.094 30.048 181.770 30.048L181.770 29.751L183.266 29.751Q183.375 29.751 183.434 29.864L185.282 34.407L187.122 29.864Q187.184 29.751 187.290 29.751L188.793 29.751L188.793 30.048Q188.473 30.048 188.231 30.095Q187.989 30.142 187.989 30.314L187.989 34.657Q187.989 34.825 188.231 34.872Q188.473 34.919 188.793 34.919L188.793 35.216L186.493 35.216L186.493 34.919Q187.297 34.919 187.297 34.657L187.297 30.064L185.250 35.103Q185.215 35.216 185.083 35.216Q184.942 35.216 184.907 35.103L182.883 30.126L182.883 34.439Q182.883 34.919 183.692 34.919L183.692 35.216M189.411 33.521Q189.411 33.017 189.666 32.585Q189.922 32.154 190.358 31.902Q190.793 31.650 191.293 31.650Q191.680 31.650 192.022 31.794Q192.364 31.939 192.625 32.200Q192.887 32.462 193.030 32.798Q193.172 33.134 193.172 33.521Q193.172 34.013 192.909 34.423Q192.645 34.833 192.215 35.064Q191.786 35.294 191.293 35.294Q190.801 35.294 190.368 35.062Q189.934 34.829 189.672 34.421Q189.411 34.013 189.411 33.521M191.293 35.017Q191.750 35.017 192.002 34.794Q192.254 34.571 192.342 34.220Q192.430 33.868 192.430 33.423Q192.430 32.993 192.336 32.655Q192.243 32.318 191.989 32.111Q191.735 31.904 191.293 31.904Q190.645 31.904 190.401 32.320Q190.157 32.736 190.157 33.423Q190.157 33.868 190.245 34.220Q190.333 34.571 190.584 34.794Q190.836 35.017 191.293 35.017M195.586 35.216L193.731 35.216L193.731 34.919Q194.004 34.919 194.172 34.872Q194.340 34.825 194.340 34.657L194.340 32.521Q194.340 32.306 194.278 32.210Q194.215 32.114 194.096 32.093Q193.977 32.071 193.731 32.071L193.731 31.775L194.922 31.689L194.922 32.423Q195.036 32.208 195.229 32.040Q195.422 31.872 195.661 31.780Q195.899 31.689 196.153 31.689Q197.114 31.689 197.290 32.400Q197.473 32.071 197.801 31.880Q198.129 31.689 198.508 31.689Q199.684 31.689 199.684 32.767L199.684 34.657Q199.684 34.825 199.852 34.872Q200.020 34.919 200.290 34.919L200.290 35.216L198.434 35.216L198.434 34.919Q198.708 34.919 198.875 34.874Q199.043 34.829 199.043 34.657L199.043 32.782Q199.043 32.396 198.918 32.169Q198.793 31.943 198.442 31.943Q198.137 31.943 197.881 32.105Q197.625 32.267 197.477 32.536Q197.329 32.806 197.329 33.103L197.329 34.657Q197.329 34.825 197.499 34.872Q197.668 34.919 197.938 34.919L197.938 35.216L196.083 35.216L196.083 34.919Q196.356 34.919 196.524 34.872Q196.692 34.825 196.692 34.657L196.692 32.782Q196.692 32.396 196.567 32.169Q196.442 31.943 196.090 31.943Q195.786 31.943 195.530 32.105Q195.274 32.267 195.125 32.536Q194.977 32.806 194.977 33.103L194.977 34.657Q194.977 34.825 195.147 34.872Q195.317 34.919 195.586 34.919L195.586 35.216M200.735 33.462Q200.735 32.982 200.967 32.566Q201.200 32.150 201.610 31.900Q202.020 31.650 202.497 31.650Q203.227 31.650 203.625 32.091Q204.024 32.532 204.024 33.263Q204.024 33.368 203.930 33.392L201.481 33.392L201.481 33.462Q201.481 33.872 201.602 34.228Q201.723 34.583 201.995 34.800Q202.266 35.017 202.696 35.017Q203.059 35.017 203.356 34.788Q203.653 34.560 203.754 34.208Q203.762 34.161 203.848 34.146L203.930 34.146Q204.024 34.173 204.024 34.255Q204.024 34.263 204.016 34.294Q203.954 34.521 203.815 34.704Q203.676 34.888 203.485 35.021Q203.293 35.154 203.075 35.224Q202.856 35.294 202.618 35.294Q202.247 35.294 201.909 35.157Q201.571 35.021 201.303 34.769Q201.036 34.517 200.885 34.177Q200.735 33.837 200.735 33.462M201.489 33.154L203.450 33.154Q203.450 32.849 203.348 32.558Q203.247 32.267 203.030 32.085Q202.813 31.904 202.497 31.904Q202.196 31.904 201.965 32.091Q201.735 32.279 201.612 32.570Q201.489 32.861 201.489 33.154M206.442 35.216L204.586 35.216L204.586 34.919Q204.860 34.919 205.028 34.872Q205.196 34.825 205.196 34.657L205.196 32.521Q205.196 32.306 205.133 32.210Q205.071 32.114 204.952 32.093Q204.833 32.071 204.586 32.071L204.586 31.775L205.778 31.689L205.778 32.423Q205.891 32.208 206.084 32.040Q206.278 31.872 206.516 31.780Q206.754 31.689 207.008 31.689Q208.176 31.689 208.176 32.767L208.176 34.657Q208.176 34.825 208.346 34.872Q208.516 34.919 208.786 34.919L208.786 35.216L206.930 35.216L206.930 34.919Q207.204 34.919 207.372 34.872Q207.540 34.825 207.540 34.657L207.540 32.782Q207.540 32.400 207.418 32.171Q207.297 31.943 206.946 31.943Q206.633 31.943 206.379 32.105Q206.125 32.267 205.979 32.536Q205.833 32.806 205.833 33.103L205.833 34.657Q205.833 34.825 206.002 34.872Q206.172 34.919 206.442 34.919\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(19.4 -14.338)\">\u003Cpath d=\"M209.639 34.255L209.639 32.064L208.936 32.064L208.936 31.810Q209.292 31.810 209.534 31.577Q209.776 31.345 209.887 30.997Q209.999 30.650 209.999 30.294L210.280 30.294L210.280 31.767L211.456 31.767L211.456 32.064L210.280 32.064L210.280 34.239Q210.280 34.560 210.399 34.788Q210.518 35.017 210.799 35.017Q210.979 35.017 211.096 34.894Q211.214 34.771 211.266 34.591Q211.319 34.411 211.319 34.239L211.319 33.767L211.600 33.767L211.600 34.255Q211.600 34.509 211.495 34.749Q211.389 34.989 211.192 35.142Q210.995 35.294 210.737 35.294Q210.421 35.294 210.169 35.171Q209.917 35.048 209.778 34.814Q209.639 34.579 209.639 34.255M212.362 35.208L212.362 33.986Q212.362 33.958 212.393 33.927Q212.424 33.896 212.448 33.896L212.553 33.896Q212.624 33.896 212.639 33.958Q212.702 34.279 212.840 34.519Q212.979 34.759 213.212 34.900Q213.444 35.040 213.753 35.040Q213.991 35.040 214.200 34.980Q214.409 34.919 214.546 34.771Q214.682 34.622 214.682 34.376Q214.682 34.122 214.471 33.956Q214.260 33.790 213.991 33.736L213.370 33.622Q212.964 33.544 212.663 33.288Q212.362 33.032 212.362 32.657Q212.362 32.290 212.563 32.068Q212.764 31.845 213.089 31.747Q213.413 31.650 213.753 31.650Q214.217 31.650 214.514 31.857L214.737 31.673Q214.760 31.650 214.792 31.650L214.842 31.650Q214.874 31.650 214.901 31.677Q214.928 31.704 214.928 31.736L214.928 32.720Q214.928 32.751 214.903 32.780Q214.878 32.810 214.842 32.810L214.737 32.810Q214.702 32.810 214.674 32.782Q214.647 32.755 214.647 32.720Q214.647 32.321 214.395 32.101Q214.143 31.880 213.745 31.880Q213.389 31.880 213.106 32.003Q212.823 32.126 212.823 32.431Q212.823 32.650 213.024 32.782Q213.225 32.915 213.471 32.958L214.096 33.071Q214.526 33.161 214.835 33.458Q215.143 33.755 215.143 34.169Q215.143 34.739 214.745 35.017Q214.346 35.294 213.753 35.294Q213.202 35.294 212.850 34.958L212.553 35.271Q212.530 35.294 212.495 35.294L212.448 35.294Q212.424 35.294 212.393 35.263Q212.362 35.232 212.362 35.208\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg transform=\"translate(121.978 -15.072)\">\u003Cpath d=\"M185.981 35.216L182.938 35.216L182.938 34.919Q183.700 34.919 183.883 34.880Q183.926 34.868 183.975 34.835Q184.024 34.802 184.049 34.759Q184.075 34.716 184.075 34.657L184.075 30.314Q184.075 30.138 183.983 30.093Q183.891 30.048 183.676 30.048L183.282 30.048Q182.586 30.048 182.297 30.337Q182.149 30.486 182.086 30.806Q182.024 31.126 181.981 31.599L181.700 31.599L181.860 29.751L187.059 29.751L187.219 31.599L186.938 31.599Q186.895 31.091 186.833 30.788Q186.770 30.486 186.618 30.337Q186.333 30.048 185.633 30.048L185.243 30.048Q185.028 30.048 184.936 30.091Q184.844 30.134 184.844 30.314L184.844 34.657Q184.844 34.732 184.899 34.796Q184.954 34.861 185.036 34.880Q185.219 34.919 185.981 34.919L185.981 35.216M189.700 35.216L187.844 35.216L187.844 34.919Q188.118 34.919 188.286 34.872Q188.454 34.825 188.454 34.657L188.454 30.497Q188.454 30.282 188.391 30.187Q188.329 30.091 188.209 30.070Q188.090 30.048 187.844 30.048L187.844 29.751L189.067 29.665L189.067 32.368Q189.192 32.157 189.379 32.007Q189.567 31.857 189.793 31.773Q190.020 31.689 190.266 31.689Q191.434 31.689 191.434 32.767L191.434 34.657Q191.434 34.825 191.604 34.872Q191.774 34.919 192.043 34.919L192.043 35.216L190.188 35.216L190.188 34.919Q190.461 34.919 190.629 34.872Q190.797 34.825 190.797 34.657L190.797 32.782Q190.797 32.400 190.676 32.171Q190.555 31.943 190.204 31.943Q189.891 31.943 189.637 32.105Q189.383 32.267 189.237 32.536Q189.090 32.806 189.090 33.103L189.090 34.657Q189.090 34.825 189.260 34.872Q189.430 34.919 189.700 34.919L189.700 35.216M194.348 35.216L192.571 35.216L192.571 34.919Q192.844 34.919 193.012 34.872Q193.180 34.825 193.180 34.657L193.180 32.521Q193.180 32.306 193.124 32.210Q193.067 32.114 192.954 32.093Q192.840 32.071 192.594 32.071L192.594 31.775L193.793 31.689L193.793 34.657Q193.793 34.825 193.940 34.872Q194.086 34.919 194.348 34.919L194.348 35.216M192.907 30.294Q192.907 30.103 193.041 29.972Q193.176 29.841 193.372 29.841Q193.493 29.841 193.596 29.904Q193.700 29.966 193.762 30.070Q193.825 30.173 193.825 30.294Q193.825 30.489 193.694 30.624Q193.563 30.759 193.372 30.759Q193.172 30.759 193.040 30.626Q192.907 30.493 192.907 30.294M196.778 35.216L194.922 35.216L194.922 34.919Q195.196 34.919 195.364 34.872Q195.532 34.825 195.532 34.657L195.532 32.521Q195.532 32.306 195.469 32.210Q195.407 32.114 195.288 32.093Q195.168 32.071 194.922 32.071L194.922 31.775L196.114 31.689L196.114 32.423Q196.227 32.208 196.420 32.040Q196.614 31.872 196.852 31.780Q197.090 31.689 197.344 31.689Q198.512 31.689 198.512 32.767L198.512 34.657Q198.512 34.825 198.682 34.872Q198.852 34.919 199.122 34.919L199.122 35.216L197.266 35.216L197.266 34.919Q197.540 34.919 197.708 34.872Q197.875 34.825 197.875 34.657L197.875 32.782Q197.875 32.400 197.754 32.171Q197.633 31.943 197.282 31.943Q196.969 31.943 196.715 32.105Q196.461 32.267 196.315 32.536Q196.168 32.806 196.168 33.103L196.168 34.657Q196.168 34.825 196.338 34.872Q196.508 34.919 196.778 34.919L196.778 35.216M199.567 35.825Q199.567 35.544 199.778 35.333Q199.989 35.122 200.274 35.032Q200.118 34.907 200.040 34.718Q199.961 34.529 199.961 34.329Q199.961 33.974 200.192 33.681Q199.825 33.341 199.825 32.872Q199.825 32.521 200.028 32.251Q200.231 31.982 200.551 31.835Q200.872 31.689 201.215 31.689Q201.735 31.689 202.106 31.970Q202.469 31.599 203.016 31.599Q203.196 31.599 203.323 31.726Q203.450 31.853 203.450 32.032Q203.450 32.138 203.372 32.216Q203.293 32.294 203.184 32.294Q203.075 32.294 202.999 32.218Q202.922 32.142 202.922 32.032Q202.922 31.931 202.961 31.880Q202.969 31.872 202.973 31.866Q202.977 31.861 202.977 31.857Q202.602 31.857 202.282 32.111Q202.602 32.450 202.602 32.872Q202.602 33.142 202.485 33.359Q202.368 33.575 202.163 33.734Q201.958 33.892 201.715 33.974Q201.473 34.056 201.215 34.056Q200.997 34.056 200.784 33.997Q200.571 33.939 200.375 33.818Q200.282 33.958 200.282 34.138Q200.282 34.345 200.418 34.497Q200.555 34.650 200.762 34.650L201.458 34.650Q201.946 34.650 202.358 34.734Q202.770 34.818 203.049 35.075Q203.329 35.333 203.329 35.825Q203.329 36.189 203.008 36.421Q202.688 36.654 202.247 36.755Q201.805 36.857 201.450 36.857Q201.094 36.857 200.651 36.755Q200.208 36.654 199.887 36.421Q199.567 36.189 199.567 35.825M200.071 35.825Q200.071 36.021 200.215 36.169Q200.360 36.318 200.573 36.407Q200.786 36.497 201.026 36.544Q201.266 36.591 201.450 36.591Q201.692 36.591 202.022 36.513Q202.352 36.435 202.588 36.261Q202.825 36.087 202.825 35.825Q202.825 35.419 202.415 35.310Q202.004 35.200 201.442 35.200L200.762 35.200Q200.493 35.200 200.282 35.378Q200.071 35.556 200.071 35.825M201.215 33.790Q201.938 33.790 201.938 32.872Q201.938 31.950 201.215 31.950Q200.489 31.950 200.489 32.872Q200.489 33.790 201.215 33.790M203.856 35.208L203.856 33.986Q203.856 33.958 203.887 33.927Q203.918 33.896 203.942 33.896L204.047 33.896Q204.118 33.896 204.133 33.958Q204.196 34.279 204.334 34.519Q204.473 34.759 204.706 34.900Q204.938 35.040 205.247 35.040Q205.485 35.040 205.694 34.980Q205.903 34.919 206.040 34.771Q206.176 34.622 206.176 34.376Q206.176 34.122 205.965 33.956Q205.754 33.790 205.485 33.736L204.864 33.622Q204.458 33.544 204.157 33.288Q203.856 33.032 203.856 32.657Q203.856 32.290 204.057 32.068Q204.258 31.845 204.583 31.747Q204.907 31.650 205.247 31.650Q205.711 31.650 206.008 31.857L206.231 31.673Q206.254 31.650 206.286 31.650L206.336 31.650Q206.368 31.650 206.395 31.677Q206.422 31.704 206.422 31.736L206.422 32.720Q206.422 32.751 206.397 32.780Q206.372 32.810 206.336 32.810L206.231 32.810Q206.196 32.810 206.168 32.782Q206.141 32.755 206.141 32.720Q206.141 32.321 205.889 32.101Q205.637 31.880 205.239 31.880Q204.883 31.880 204.600 32.003Q204.317 32.126 204.317 32.431Q204.317 32.650 204.518 32.782Q204.719 32.915 204.965 32.958L205.590 33.071Q206.020 33.161 206.329 33.458Q206.637 33.755 206.637 34.169Q206.637 34.739 206.239 35.017Q205.840 35.294 205.247 35.294Q204.696 35.294 204.344 34.958L204.047 35.271Q204.024 35.294 203.989 35.294L203.942 35.294Q203.918 35.294 203.887 35.263Q203.856 35.232 203.856 35.208\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmr8\" font-size=\"8\">\u003Cg transform=\"translate(198.303 -14.294)\">\u003Cpath d=\"M181.868 35.294L181.868 33.489Q181.868 33.462 181.899 33.431Q181.930 33.400 181.954 33.400L182.059 33.400Q182.090 33.400 182.120 33.429Q182.149 33.458 182.149 33.489Q182.149 34.271 182.665 34.679Q183.180 35.087 183.989 35.087Q184.286 35.087 184.541 34.937Q184.797 34.786 184.948 34.530Q185.098 34.275 185.098 33.978Q185.098 33.579 184.852 33.275Q184.606 32.970 184.235 32.888L183.114 32.630Q182.774 32.556 182.487 32.335Q182.200 32.114 182.034 31.796Q181.868 31.478 181.868 31.126Q181.868 30.696 182.098 30.341Q182.329 29.986 182.709 29.784Q183.090 29.583 183.516 29.583Q183.766 29.583 184.012 29.642Q184.258 29.700 184.477 29.823Q184.696 29.946 184.860 30.126L185.188 29.630Q185.219 29.583 185.258 29.583L185.305 29.583Q185.333 29.583 185.364 29.614Q185.395 29.646 185.395 29.673L185.395 31.482Q185.395 31.505 185.364 31.536Q185.333 31.568 185.305 31.568L185.204 31.568Q185.172 31.568 185.143 31.538Q185.114 31.509 185.114 31.482Q185.114 31.349 185.071 31.163Q185.028 30.978 184.963 30.823Q184.899 30.669 184.799 30.511Q184.700 30.353 184.610 30.263Q184.180 29.857 183.516 29.857Q183.239 29.857 182.979 29.989Q182.719 30.122 182.561 30.357Q182.403 30.591 182.403 30.872Q182.403 31.228 182.643 31.499Q182.883 31.771 183.250 31.857L184.364 32.111Q184.641 32.177 184.874 32.331Q185.106 32.486 185.276 32.704Q185.446 32.923 185.540 33.181Q185.633 33.439 185.633 33.728Q185.633 34.056 185.508 34.359Q185.383 34.661 185.149 34.898Q184.915 35.134 184.622 35.259Q184.329 35.384 183.989 35.384Q182.973 35.384 182.403 34.841L182.075 35.337Q182.043 35.384 182.004 35.384L181.954 35.384Q181.930 35.384 181.899 35.353Q181.868 35.321 181.868 35.294M186.977 34.255L186.977 32.064L186.274 32.064L186.274 31.810Q186.629 31.810 186.872 31.577Q187.114 31.345 187.225 30.997Q187.336 30.650 187.336 30.294L187.618 30.294L187.618 31.767L188.793 31.767L188.793 32.064L187.618 32.064L187.618 34.239Q187.618 34.560 187.737 34.788Q187.856 35.017 188.137 35.017Q188.317 35.017 188.434 34.894Q188.551 34.771 188.604 34.591Q188.657 34.411 188.657 34.239L188.657 33.767L188.938 33.767L188.938 34.255Q188.938 34.509 188.833 34.749Q188.727 34.989 188.530 35.142Q188.333 35.294 188.075 35.294Q187.758 35.294 187.506 35.171Q187.254 35.048 187.116 34.814Q186.977 34.579 186.977 34.255M190.340 34.263L190.340 32.521Q190.340 32.306 190.278 32.210Q190.215 32.114 190.096 32.093Q189.977 32.071 189.731 32.071L189.731 31.775L190.977 31.689L190.977 34.239L190.977 34.263Q190.977 34.575 191.032 34.737Q191.086 34.900 191.237 34.970Q191.387 35.040 191.708 35.040Q192.137 35.040 192.411 34.702Q192.684 34.364 192.684 33.919L192.684 32.521Q192.684 32.306 192.622 32.210Q192.559 32.114 192.440 32.093Q192.321 32.071 192.075 32.071L192.075 31.775L193.321 31.689L193.321 34.474Q193.321 34.685 193.383 34.780Q193.446 34.876 193.565 34.898Q193.684 34.919 193.930 34.919L193.930 35.216L192.708 35.294L192.708 34.673Q192.540 34.962 192.258 35.128Q191.977 35.294 191.657 35.294Q190.340 35.294 190.340 34.263M196.442 35.216L194.458 35.216L194.458 34.919Q194.731 34.919 194.899 34.872Q195.067 34.825 195.067 34.657L195.067 32.064L194.426 32.064L194.426 31.767L195.067 31.767L195.067 30.833Q195.067 30.568 195.184 30.331Q195.301 30.095 195.495 29.931Q195.688 29.767 195.936 29.675Q196.184 29.583 196.450 29.583Q196.735 29.583 196.959 29.741Q197.184 29.900 197.184 30.177Q197.184 30.333 197.079 30.443Q196.973 30.552 196.809 30.552Q196.653 30.552 196.543 30.443Q196.434 30.333 196.434 30.177Q196.434 29.970 196.594 29.864Q196.497 29.841 196.403 29.841Q196.172 29.841 196 29.997Q195.829 30.154 195.743 30.390Q195.657 30.626 195.657 30.849L195.657 31.767L196.625 31.767L196.625 32.064L195.680 32.064L195.680 34.657Q195.680 34.825 195.907 34.872Q196.133 34.919 196.442 34.919\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(198.303 -14.294)\">\u003Cpath d=\"M199.679 35.216L197.694 35.216L197.694 34.919Q197.968 34.919 198.136 34.872Q198.304 34.825 198.304 34.657L198.304 32.064L197.663 32.064L197.663 31.767L198.304 31.767L198.304 30.833Q198.304 30.568 198.421 30.331Q198.538 30.095 198.731 29.931Q198.925 29.767 199.173 29.675Q199.421 29.583 199.686 29.583Q199.972 29.583 200.196 29.741Q200.421 29.900 200.421 30.177Q200.421 30.333 200.315 30.443Q200.210 30.552 200.046 30.552Q199.890 30.552 199.780 30.443Q199.671 30.333 199.671 30.177Q199.671 29.970 199.831 29.864Q199.733 29.841 199.640 29.841Q199.409 29.841 199.237 29.997Q199.065 30.154 198.979 30.390Q198.894 30.626 198.894 30.849L198.894 31.767L199.862 31.767L199.862 32.064L198.917 32.064L198.917 34.657Q198.917 34.825 199.144 34.872Q199.370 34.919 199.679 34.919\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg transform=\"translate(94.01 14.159)\">\u003Cpath d=\"M183.434 35.216L181.684 35.216L181.684 34.919Q182.383 34.919 182.571 34.439L184.372 29.614Q184.426 29.505 184.540 29.505L184.610 29.505Q184.723 29.505 184.778 29.614L186.668 34.657Q186.747 34.825 186.950 34.872Q187.153 34.919 187.465 34.919L187.465 35.216L185.243 35.216L185.243 34.919Q185.883 34.919 185.883 34.704Q185.883 34.685 185.881 34.675Q185.879 34.665 185.875 34.657L185.411 33.423L183.266 33.423L182.883 34.439Q182.879 34.454 182.874 34.484Q182.868 34.513 182.868 34.536Q182.868 34.677 182.958 34.761Q183.047 34.845 183.180 34.882Q183.313 34.919 183.434 34.919L183.434 35.216M184.340 30.560L183.372 33.126L185.297 33.126L184.340 30.560M189.922 35.216L188.067 35.216L188.067 34.919Q188.340 34.919 188.508 34.872Q188.676 34.825 188.676 34.657L188.676 32.521Q188.676 32.306 188.614 32.210Q188.551 32.114 188.432 32.093Q188.313 32.071 188.067 32.071L188.067 31.775L189.258 31.689L189.258 32.423Q189.372 32.208 189.565 32.040Q189.758 31.872 189.997 31.780Q190.235 31.689 190.489 31.689Q191.657 31.689 191.657 32.767L191.657 34.657Q191.657 34.825 191.827 34.872Q191.997 34.919 192.266 34.919L192.266 35.216L190.411 35.216L190.411 34.919Q190.684 34.919 190.852 34.872Q191.020 34.825 191.020 34.657L191.020 32.782Q191.020 32.400 190.899 32.171Q190.778 31.943 190.426 31.943Q190.114 31.943 189.860 32.105Q189.606 32.267 189.459 32.536Q189.313 32.806 189.313 33.103L189.313 34.657Q189.313 34.825 189.483 34.872Q189.653 34.919 189.922 34.919L189.922 35.216M194.571 35.216L192.793 35.216L192.793 34.919Q193.067 34.919 193.235 34.872Q193.403 34.825 193.403 34.657L193.403 32.521Q193.403 32.306 193.346 32.210Q193.290 32.114 193.176 32.093Q193.063 32.071 192.817 32.071L192.817 31.775L194.016 31.689L194.016 34.657Q194.016 34.825 194.163 34.872Q194.309 34.919 194.571 34.919L194.571 35.216M193.129 30.294Q193.129 30.103 193.264 29.972Q193.399 29.841 193.594 29.841Q193.715 29.841 193.819 29.904Q193.922 29.966 193.985 30.070Q194.047 30.173 194.047 30.294Q194.047 30.489 193.916 30.624Q193.786 30.759 193.594 30.759Q193.395 30.759 193.262 30.626Q193.129 30.493 193.129 30.294M197 35.216L195.145 35.216L195.145 34.919Q195.418 34.919 195.586 34.872Q195.754 34.825 195.754 34.657L195.754 32.521Q195.754 32.306 195.692 32.210Q195.629 32.114 195.510 32.093Q195.391 32.071 195.145 32.071L195.145 31.775L196.336 31.689L196.336 32.423Q196.450 32.208 196.643 32.040Q196.836 31.872 197.075 31.780Q197.313 31.689 197.567 31.689Q198.528 31.689 198.704 32.400Q198.887 32.071 199.215 31.880Q199.543 31.689 199.922 31.689Q201.098 31.689 201.098 32.767L201.098 34.657Q201.098 34.825 201.266 34.872Q201.434 34.919 201.704 34.919L201.704 35.216L199.848 35.216L199.848 34.919Q200.122 34.919 200.290 34.874Q200.458 34.829 200.458 34.657L200.458 32.782Q200.458 32.396 200.333 32.169Q200.208 31.943 199.856 31.943Q199.551 31.943 199.295 32.105Q199.040 32.267 198.891 32.536Q198.743 32.806 198.743 33.103L198.743 34.657Q198.743 34.825 198.913 34.872Q199.083 34.919 199.352 34.919L199.352 35.216L197.497 35.216L197.497 34.919Q197.770 34.919 197.938 34.872Q198.106 34.825 198.106 34.657L198.106 32.782Q198.106 32.396 197.981 32.169Q197.856 31.943 197.504 31.943Q197.200 31.943 196.944 32.105Q196.688 32.267 196.540 32.536Q196.391 32.806 196.391 33.103L196.391 34.657Q196.391 34.825 196.561 34.872Q196.731 34.919 197 34.919L197 35.216M202.247 34.384Q202.247 33.900 202.649 33.605Q203.051 33.310 203.602 33.191Q204.153 33.071 204.645 33.071L204.645 32.782Q204.645 32.556 204.530 32.349Q204.415 32.142 204.217 32.023Q204.020 31.904 203.790 31.904Q203.364 31.904 203.079 32.009Q203.149 32.036 203.196 32.091Q203.243 32.146 203.268 32.216Q203.293 32.286 203.293 32.361Q203.293 32.466 203.243 32.558Q203.192 32.650 203.100 32.700Q203.008 32.751 202.903 32.751Q202.797 32.751 202.706 32.700Q202.614 32.650 202.563 32.558Q202.512 32.466 202.512 32.361Q202.512 31.943 202.901 31.796Q203.290 31.650 203.790 31.650Q204.122 31.650 204.475 31.780Q204.829 31.911 205.057 32.165Q205.286 32.419 205.286 32.767L205.286 34.568Q205.286 34.700 205.358 34.810Q205.430 34.919 205.559 34.919Q205.684 34.919 205.752 34.814Q205.821 34.708 205.821 34.568L205.821 34.056L206.102 34.056L206.102 34.568Q206.102 34.771 205.985 34.929Q205.868 35.087 205.686 35.171Q205.504 35.255 205.301 35.255Q205.071 35.255 204.918 35.083Q204.766 34.911 204.735 34.681Q204.575 34.962 204.266 35.128Q203.958 35.294 203.606 35.294Q203.094 35.294 202.670 35.071Q202.247 34.849 202.247 34.384M202.934 34.384Q202.934 34.669 203.161 34.855Q203.387 35.040 203.680 35.040Q203.926 35.040 204.151 34.923Q204.375 34.806 204.510 34.603Q204.645 34.400 204.645 34.146L204.645 33.314Q204.379 33.314 204.094 33.368Q203.809 33.423 203.538 33.552Q203.266 33.681 203.100 33.888Q202.934 34.095 202.934 34.384M208.309 35.216L206.477 35.216L206.477 34.919Q206.750 34.919 206.918 34.872Q207.086 34.825 207.086 34.657L207.086 30.497Q207.086 30.282 207.024 30.187Q206.961 30.091 206.842 30.070Q206.723 30.048 206.477 30.048L206.477 29.751L207.700 29.665L207.700 34.657Q207.700 34.825 207.868 34.872Q208.036 34.919 208.309 34.919L208.309 35.216M208.797 35.208L208.797 33.986Q208.797 33.958 208.829 33.927Q208.860 33.896 208.883 33.896L208.989 33.896Q209.059 33.896 209.075 33.958Q209.137 34.279 209.276 34.519Q209.415 34.759 209.647 34.900Q209.879 35.040 210.188 35.040Q210.426 35.040 210.635 34.980Q210.844 34.919 210.981 34.771Q211.118 34.622 211.118 34.376Q211.118 34.122 210.907 33.956Q210.696 33.790 210.426 33.736L209.805 33.622Q209.399 33.544 209.098 33.288Q208.797 33.032 208.797 32.657Q208.797 32.290 208.999 32.068Q209.200 31.845 209.524 31.747Q209.848 31.650 210.188 31.650Q210.653 31.650 210.950 31.857L211.172 31.673Q211.196 31.650 211.227 31.650L211.278 31.650Q211.309 31.650 211.336 31.677Q211.364 31.704 211.364 31.736L211.364 32.720Q211.364 32.751 211.338 32.780Q211.313 32.810 211.278 32.810L211.172 32.810Q211.137 32.810 211.110 32.782Q211.083 32.755 211.083 32.720Q211.083 32.321 210.831 32.101Q210.579 31.880 210.180 31.880Q209.825 31.880 209.541 32.003Q209.258 32.126 209.258 32.431Q209.258 32.650 209.459 32.782Q209.661 32.915 209.907 32.958L210.532 33.071Q210.961 33.161 211.270 33.458Q211.579 33.755 211.579 34.169Q211.579 34.739 211.180 35.017Q210.782 35.294 210.188 35.294Q209.637 35.294 209.286 34.958L208.989 35.271Q208.965 35.294 208.930 35.294L208.883 35.294Q208.860 35.294 208.829 35.263Q208.797 35.232 208.797 35.208\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmr8\" font-size=\"8\">\u003Cg transform=\"translate(147.476 13.336)\">\u003Cpath d=\"M183.434 35.216L181.684 35.216L181.684 34.919Q182.383 34.919 182.571 34.439L184.372 29.614Q184.426 29.505 184.540 29.505L184.610 29.505Q184.723 29.505 184.778 29.614L186.668 34.657Q186.747 34.825 186.950 34.872Q187.153 34.919 187.465 34.919L187.465 35.216L185.243 35.216L185.243 34.919Q185.883 34.919 185.883 34.704Q185.883 34.685 185.881 34.675Q185.879 34.665 185.875 34.657L185.411 33.423L183.266 33.423L182.883 34.439Q182.879 34.454 182.874 34.484Q182.868 34.513 182.868 34.536Q182.868 34.677 182.958 34.761Q183.047 34.845 183.180 34.882Q183.313 34.919 183.434 34.919L183.434 35.216M184.340 30.560L183.372 33.126L185.297 33.126L184.340 30.560M187.993 35.825Q187.993 35.544 188.204 35.333Q188.415 35.122 188.700 35.032Q188.543 34.907 188.465 34.718Q188.387 34.529 188.387 34.329Q188.387 33.974 188.618 33.681Q188.250 33.341 188.250 32.872Q188.250 32.521 188.454 32.251Q188.657 31.982 188.977 31.835Q189.297 31.689 189.641 31.689Q190.161 31.689 190.532 31.970Q190.895 31.599 191.442 31.599Q191.622 31.599 191.749 31.726Q191.875 31.853 191.875 32.032Q191.875 32.138 191.797 32.216Q191.719 32.294 191.610 32.294Q191.500 32.294 191.424 32.218Q191.348 32.142 191.348 32.032Q191.348 31.931 191.387 31.880Q191.395 31.872 191.399 31.866Q191.403 31.861 191.403 31.857Q191.028 31.857 190.708 32.111Q191.028 32.450 191.028 32.872Q191.028 33.142 190.911 33.359Q190.793 33.575 190.588 33.734Q190.383 33.892 190.141 33.974Q189.899 34.056 189.641 34.056Q189.422 34.056 189.209 33.997Q188.997 33.939 188.801 33.818Q188.708 33.958 188.708 34.138Q188.708 34.345 188.844 34.497Q188.981 34.650 189.188 34.650L189.883 34.650Q190.372 34.650 190.784 34.734Q191.196 34.818 191.475 35.075Q191.754 35.333 191.754 35.825Q191.754 36.189 191.434 36.421Q191.114 36.654 190.672 36.755Q190.231 36.857 189.875 36.857Q189.520 36.857 189.077 36.755Q188.633 36.654 188.313 36.421Q187.993 36.189 187.993 35.825M188.497 35.825Q188.497 36.021 188.641 36.169Q188.786 36.318 188.999 36.407Q189.211 36.497 189.452 36.544Q189.692 36.591 189.875 36.591Q190.118 36.591 190.448 36.513Q190.778 36.435 191.014 36.261Q191.250 36.087 191.250 35.825Q191.250 35.419 190.840 35.310Q190.430 35.200 189.868 35.200L189.188 35.200Q188.918 35.200 188.708 35.378Q188.497 35.556 188.497 35.825M189.641 33.790Q190.364 33.790 190.364 32.872Q190.364 31.950 189.641 31.950Q188.915 31.950 188.915 32.872Q188.915 33.790 189.641 33.790M192.239 33.462Q192.239 32.982 192.471 32.566Q192.704 32.150 193.114 31.900Q193.524 31.650 194 31.650Q194.731 31.650 195.129 32.091Q195.528 32.532 195.528 33.263Q195.528 33.368 195.434 33.392L192.985 33.392L192.985 33.462Q192.985 33.872 193.106 34.228Q193.227 34.583 193.499 34.800Q193.770 35.017 194.200 35.017Q194.563 35.017 194.860 34.788Q195.157 34.560 195.258 34.208Q195.266 34.161 195.352 34.146L195.434 34.146Q195.528 34.173 195.528 34.255Q195.528 34.263 195.520 34.294Q195.458 34.521 195.319 34.704Q195.180 34.888 194.989 35.021Q194.797 35.154 194.579 35.224Q194.360 35.294 194.122 35.294Q193.750 35.294 193.413 35.157Q193.075 35.021 192.807 34.769Q192.540 34.517 192.389 34.177Q192.239 33.837 192.239 33.462M192.993 33.154L194.954 33.154Q194.954 32.849 194.852 32.558Q194.750 32.267 194.534 32.085Q194.317 31.904 194 31.904Q193.700 31.904 193.469 32.091Q193.239 32.279 193.116 32.570Q192.993 32.861 192.993 33.154M197.946 35.216L196.090 35.216L196.090 34.919Q196.364 34.919 196.532 34.872Q196.700 34.825 196.700 34.657L196.700 32.521Q196.700 32.306 196.637 32.210Q196.575 32.114 196.456 32.093Q196.336 32.071 196.090 32.071L196.090 31.775L197.282 31.689L197.282 32.423Q197.395 32.208 197.588 32.040Q197.782 31.872 198.020 31.780Q198.258 31.689 198.512 31.689Q199.680 31.689 199.680 32.767L199.680 34.657Q199.680 34.825 199.850 34.872Q200.020 34.919 200.290 34.919L200.290 35.216L198.434 35.216L198.434 34.919Q198.708 34.919 198.875 34.872Q199.043 34.825 199.043 34.657L199.043 32.782Q199.043 32.400 198.922 32.171Q198.801 31.943 198.450 31.943Q198.137 31.943 197.883 32.105Q197.629 32.267 197.483 32.536Q197.336 32.806 197.336 33.103L197.336 34.657Q197.336 34.825 197.506 34.872Q197.676 34.919 197.946 34.919\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(147.476 13.336)\">\u003Cpath d=\"M201.138 34.255L201.138 32.064L200.435 32.064L200.435 31.810Q200.791 31.810 201.033 31.577Q201.275 31.345 201.386 30.997Q201.498 30.650 201.498 30.294L201.779 30.294L201.779 31.767L202.955 31.767L202.955 32.064L201.779 32.064L201.779 34.239Q201.779 34.560 201.898 34.788Q202.017 35.017 202.298 35.017Q202.478 35.017 202.595 34.894Q202.713 34.771 202.765 34.591Q202.818 34.411 202.818 34.239L202.818 33.767L203.099 33.767L203.099 34.255Q203.099 34.509 202.994 34.749Q202.888 34.989 202.691 35.142Q202.494 35.294 202.236 35.294Q201.920 35.294 201.668 35.171Q201.416 35.048 201.277 34.814Q201.138 34.579 201.138 34.255M203.861 35.208L203.861 33.986Q203.861 33.958 203.892 33.927Q203.923 33.896 203.947 33.896L204.052 33.896Q204.123 33.896 204.138 33.958Q204.201 34.279 204.339 34.519Q204.478 34.759 204.711 34.900Q204.943 35.040 205.252 35.040Q205.490 35.040 205.699 34.980Q205.908 34.919 206.045 34.771Q206.181 34.622 206.181 34.376Q206.181 34.122 205.970 33.956Q205.759 33.790 205.490 33.736L204.869 33.622Q204.463 33.544 204.162 33.288Q203.861 33.032 203.861 32.657Q203.861 32.290 204.062 32.068Q204.263 31.845 204.588 31.747Q204.912 31.650 205.252 31.650Q205.716 31.650 206.013 31.857L206.236 31.673Q206.259 31.650 206.291 31.650L206.341 31.650Q206.373 31.650 206.400 31.677Q206.427 31.704 206.427 31.736L206.427 32.720Q206.427 32.751 206.402 32.780Q206.377 32.810 206.341 32.810L206.236 32.810Q206.201 32.810 206.173 32.782Q206.146 32.755 206.146 32.720Q206.146 32.321 205.894 32.101Q205.642 31.880 205.244 31.880Q204.888 31.880 204.605 32.003Q204.322 32.126 204.322 32.431Q204.322 32.650 204.523 32.782Q204.724 32.915 204.970 32.958L205.595 33.071Q206.025 33.161 206.334 33.458Q206.642 33.755 206.642 34.169Q206.642 34.739 206.244 35.017Q205.845 35.294 205.252 35.294Q204.701 35.294 204.349 34.958L204.052 35.271Q204.029 35.294 203.994 35.294L203.947 35.294Q203.923 35.294 203.892 35.263Q203.861 35.232 203.861 35.208\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg transform=\"translate(180.173 14.159)\">\u003Cpath d=\"M181.868 35.294L181.868 33.489Q181.868 33.462 181.899 33.431Q181.930 33.400 181.954 33.400L182.059 33.400Q182.090 33.400 182.120 33.429Q182.149 33.458 182.149 33.489Q182.149 34.271 182.665 34.679Q183.180 35.087 183.989 35.087Q184.286 35.087 184.541 34.937Q184.797 34.786 184.948 34.530Q185.098 34.275 185.098 33.978Q185.098 33.579 184.852 33.275Q184.606 32.970 184.235 32.888L183.114 32.630Q182.774 32.556 182.487 32.335Q182.200 32.114 182.034 31.796Q181.868 31.478 181.868 31.126Q181.868 30.696 182.098 30.341Q182.329 29.986 182.709 29.784Q183.090 29.583 183.516 29.583Q183.766 29.583 184.012 29.642Q184.258 29.700 184.477 29.823Q184.696 29.946 184.860 30.126L185.188 29.630Q185.219 29.583 185.258 29.583L185.305 29.583Q185.333 29.583 185.364 29.614Q185.395 29.646 185.395 29.673L185.395 31.482Q185.395 31.505 185.364 31.536Q185.333 31.568 185.305 31.568L185.204 31.568Q185.172 31.568 185.143 31.538Q185.114 31.509 185.114 31.482Q185.114 31.349 185.071 31.163Q185.028 30.978 184.963 30.823Q184.899 30.669 184.799 30.511Q184.700 30.353 184.610 30.263Q184.180 29.857 183.516 29.857Q183.239 29.857 182.979 29.989Q182.719 30.122 182.561 30.357Q182.403 30.591 182.403 30.872Q182.403 31.228 182.643 31.499Q182.883 31.771 183.250 31.857L184.364 32.111Q184.641 32.177 184.874 32.331Q185.106 32.486 185.276 32.704Q185.446 32.923 185.540 33.181Q185.633 33.439 185.633 33.728Q185.633 34.056 185.508 34.359Q185.383 34.661 185.149 34.898Q184.915 35.134 184.622 35.259Q184.329 35.384 183.989 35.384Q182.973 35.384 182.403 34.841L182.075 35.337Q182.043 35.384 182.004 35.384L181.954 35.384Q181.930 35.384 181.899 35.353Q181.868 35.321 181.868 35.294M186.352 33.521Q186.352 33.017 186.608 32.585Q186.864 32.154 187.299 31.902Q187.735 31.650 188.235 31.650Q188.622 31.650 188.963 31.794Q189.305 31.939 189.567 32.200Q189.829 32.462 189.971 32.798Q190.114 33.134 190.114 33.521Q190.114 34.013 189.850 34.423Q189.586 34.833 189.157 35.064Q188.727 35.294 188.235 35.294Q187.743 35.294 187.309 35.062Q186.875 34.829 186.614 34.421Q186.352 34.013 186.352 33.521M188.235 35.017Q188.692 35.017 188.944 34.794Q189.196 34.571 189.284 34.220Q189.372 33.868 189.372 33.423Q189.372 32.993 189.278 32.655Q189.184 32.318 188.930 32.111Q188.676 31.904 188.235 31.904Q187.586 31.904 187.342 32.320Q187.098 32.736 187.098 33.423Q187.098 33.868 187.186 34.220Q187.274 34.571 187.526 34.794Q187.778 35.017 188.235 35.017M192.512 35.216L190.680 35.216L190.680 34.919Q190.954 34.919 191.122 34.872Q191.290 34.825 191.290 34.657L191.290 30.497Q191.290 30.282 191.227 30.187Q191.165 30.091 191.045 30.070Q190.926 30.048 190.680 30.048L190.680 29.751L191.903 29.665L191.903 34.657Q191.903 34.825 192.071 34.872Q192.239 34.919 192.512 34.919L192.512 35.216M194.817 35.216L193.040 35.216L193.040 34.919Q193.313 34.919 193.481 34.872Q193.649 34.825 193.649 34.657L193.649 32.521Q193.649 32.306 193.592 32.210Q193.536 32.114 193.422 32.093Q193.309 32.071 193.063 32.071L193.063 31.775L194.262 31.689L194.262 34.657Q194.262 34.825 194.409 34.872Q194.555 34.919 194.817 34.919L194.817 35.216M193.375 30.294Q193.375 30.103 193.510 29.972Q193.645 29.841 193.840 29.841Q193.961 29.841 194.065 29.904Q194.168 29.966 194.231 30.070Q194.293 30.173 194.293 30.294Q194.293 30.489 194.163 30.624Q194.032 30.759 193.840 30.759Q193.641 30.759 193.508 30.626Q193.375 30.493 193.375 30.294M197.133 35.294Q196.653 35.294 196.245 35.050Q195.836 34.806 195.598 34.392Q195.360 33.978 195.360 33.489Q195.360 32.997 195.618 32.581Q195.875 32.165 196.307 31.927Q196.739 31.689 197.231 31.689Q197.852 31.689 198.301 32.126L198.301 30.497Q198.301 30.282 198.239 30.187Q198.176 30.091 198.059 30.070Q197.942 30.048 197.696 30.048L197.696 29.751L198.918 29.665L198.918 34.474Q198.918 34.685 198.981 34.780Q199.043 34.876 199.161 34.898Q199.278 34.919 199.528 34.919L199.528 35.216L198.278 35.294L198.278 34.810Q197.813 35.294 197.133 35.294M197.200 35.040Q197.540 35.040 197.833 34.849Q198.125 34.657 198.278 34.361L198.278 32.529Q198.129 32.255 197.868 32.099Q197.606 31.943 197.293 31.943Q196.668 31.943 196.385 32.390Q196.102 32.837 196.102 33.497Q196.102 34.142 196.354 34.591Q196.606 35.040 197.200 35.040\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(210.178 13.38)\">\u003Cpath d=\"M186.114 35.216L181.731 35.216L181.731 34.919Q182.051 34.919 182.295 34.872Q182.540 34.825 182.540 34.657L182.540 30.314Q182.540 30.142 182.295 30.095Q182.051 30.048 181.731 30.048L181.731 29.751L184.317 29.751L184.317 30.048Q183.305 30.048 183.305 30.314L183.305 34.657Q183.305 34.829 183.397 34.874Q183.489 34.919 183.708 34.919L184.395 34.919Q184.868 34.919 185.176 34.794Q185.485 34.669 185.663 34.439Q185.840 34.208 185.932 33.882Q186.024 33.556 186.067 33.103L186.348 33.103L186.114 35.216M188.797 35.216L187.020 35.216L187.020 34.919Q187.293 34.919 187.461 34.872Q187.629 34.825 187.629 34.657L187.629 32.521Q187.629 32.306 187.573 32.210Q187.516 32.114 187.403 32.093Q187.290 32.071 187.043 32.071L187.043 31.775L188.243 31.689L188.243 34.657Q188.243 34.825 188.389 34.872Q188.536 34.919 188.797 34.919L188.797 35.216M187.356 30.294Q187.356 30.103 187.491 29.972Q187.625 29.841 187.821 29.841Q187.942 29.841 188.045 29.904Q188.149 29.966 188.211 30.070Q188.274 30.173 188.274 30.294Q188.274 30.489 188.143 30.624Q188.012 30.759 187.821 30.759Q187.622 30.759 187.489 30.626Q187.356 30.493 187.356 30.294M193.516 36.767L191.661 36.767L191.661 36.474Q191.930 36.474 192.098 36.429Q192.266 36.384 192.266 36.208L192.266 34.759Q192.063 35.005 191.762 35.150Q191.461 35.294 191.129 35.294Q190.645 35.294 190.233 35.052Q189.821 34.810 189.581 34.398Q189.340 33.986 189.340 33.489Q189.340 32.993 189.596 32.579Q189.852 32.165 190.282 31.927Q190.711 31.689 191.204 31.689Q191.559 31.689 191.866 31.868Q192.172 32.048 192.364 32.361L192.653 31.689L192.907 31.689L192.907 36.208Q192.907 36.384 193.075 36.429Q193.243 36.474 193.516 36.474L193.516 36.767M191.188 35.040Q191.555 35.040 191.848 34.808Q192.141 34.575 192.290 34.216L192.290 32.880Q192.196 32.497 191.922 32.234Q191.649 31.970 191.274 31.970Q190.915 31.970 190.641 32.200Q190.368 32.431 190.225 32.788Q190.083 33.146 190.083 33.497Q190.083 33.833 190.208 34.195Q190.333 34.556 190.584 34.798Q190.836 35.040 191.188 35.040M194.461 34.263L194.461 32.521Q194.461 32.306 194.399 32.210Q194.336 32.114 194.217 32.093Q194.098 32.071 193.852 32.071L193.852 31.775L195.098 31.689L195.098 34.239L195.098 34.263Q195.098 34.575 195.153 34.737Q195.208 34.900 195.358 34.970Q195.508 35.040 195.829 35.040Q196.258 35.040 196.532 34.702Q196.805 34.364 196.805 33.919L196.805 32.521Q196.805 32.306 196.743 32.210Q196.680 32.114 196.561 32.093Q196.442 32.071 196.196 32.071L196.196 31.775L197.442 31.689L197.442 34.474Q197.442 34.685 197.504 34.780Q197.567 34.876 197.686 34.898Q197.805 34.919 198.051 34.919L198.051 35.216L196.829 35.294L196.829 34.673Q196.661 34.962 196.379 35.128Q196.098 35.294 195.778 35.294Q194.461 35.294 194.461 34.263M200.356 35.216L198.579 35.216L198.579 34.919Q198.852 34.919 199.020 34.872Q199.188 34.825 199.188 34.657L199.188 32.521Q199.188 32.306 199.131 32.210Q199.075 32.114 198.961 32.093Q198.848 32.071 198.602 32.071L198.602 31.775L199.801 31.689L199.801 34.657Q199.801 34.825 199.948 34.872Q200.094 34.919 200.356 34.919L200.356 35.216M198.915 30.294Q198.915 30.103 199.049 29.972Q199.184 29.841 199.379 29.841Q199.500 29.841 199.604 29.904Q199.708 29.966 199.770 30.070Q199.833 30.173 199.833 30.294Q199.833 30.489 199.702 30.624Q199.571 30.759 199.379 30.759Q199.180 30.759 199.047 30.626Q198.915 30.493 198.915 30.294M202.672 35.294Q202.192 35.294 201.784 35.050Q201.375 34.806 201.137 34.392Q200.899 33.978 200.899 33.489Q200.899 32.997 201.157 32.581Q201.415 32.165 201.846 31.927Q202.278 31.689 202.770 31.689Q203.391 31.689 203.840 32.126L203.840 30.497Q203.840 30.282 203.778 30.187Q203.715 30.091 203.598 30.070Q203.481 30.048 203.235 30.048L203.235 29.751L204.458 29.665L204.458 34.474Q204.458 34.685 204.520 34.780Q204.583 34.876 204.700 34.898Q204.817 34.919 205.067 34.919L205.067 35.216L203.817 35.294L203.817 34.810Q203.352 35.294 202.672 35.294M202.739 35.040Q203.079 35.040 203.372 34.849Q203.665 34.657 203.817 34.361L203.817 32.529Q203.668 32.255 203.407 32.099Q203.145 31.943 202.833 31.943Q202.208 31.943 201.924 32.390Q201.641 32.837 201.641 33.497Q201.641 34.142 201.893 34.591Q202.145 35.040 202.739 35.040\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(247.8 14.114)\">\u003Cpath d=\"M181.868 32.482Q181.868 31.888 182.106 31.353Q182.344 30.818 182.756 30.421Q183.168 30.025 183.704 29.804Q184.239 29.583 184.836 29.583Q185.059 29.583 185.272 29.630Q185.485 29.677 185.680 29.767Q185.875 29.857 186.055 29.984Q186.235 30.111 186.387 30.279L186.860 29.614Q186.891 29.583 186.922 29.583L186.969 29.583Q186.997 29.583 187.028 29.614Q187.059 29.646 187.059 29.673L187.059 31.810Q187.059 31.833 187.028 31.864Q186.997 31.896 186.969 31.896L186.852 31.896Q186.778 31.896 186.762 31.810Q186.715 31.321 186.475 30.874Q186.235 30.427 185.834 30.154Q185.434 29.880 184.930 29.880Q184.391 29.880 183.973 30.085Q183.555 30.290 183.280 30.652Q183.004 31.013 182.868 31.480Q182.731 31.946 182.731 32.482Q182.731 33.013 182.872 33.486Q183.012 33.958 183.299 34.321Q183.586 34.685 184.010 34.886Q184.434 35.087 184.989 35.087Q185.282 35.087 185.581 35.003Q185.879 34.919 186.084 34.728Q186.290 34.536 186.290 34.239L186.290 33.568Q186.290 33.306 185.227 33.306L185.227 33.009L187.653 33.009L187.653 33.306Q187.383 33.306 187.221 33.353Q187.059 33.400 187.059 33.568L187.059 35.126Q187.059 35.165 187.030 35.191Q187 35.216 186.961 35.216Q186.887 35.216 186.709 35.036Q186.532 34.857 186.450 34.736Q186.219 35.083 185.778 35.234Q185.336 35.384 184.836 35.384Q184.254 35.384 183.711 35.163Q183.168 34.943 182.754 34.542Q182.340 34.142 182.104 33.609Q181.868 33.075 181.868 32.482M188.395 34.384Q188.395 33.900 188.797 33.605Q189.200 33.310 189.750 33.191Q190.301 33.071 190.793 33.071L190.793 32.782Q190.793 32.556 190.678 32.349Q190.563 32.142 190.366 32.023Q190.168 31.904 189.938 31.904Q189.512 31.904 189.227 32.009Q189.297 32.036 189.344 32.091Q189.391 32.146 189.416 32.216Q189.442 32.286 189.442 32.361Q189.442 32.466 189.391 32.558Q189.340 32.650 189.249 32.700Q189.157 32.751 189.051 32.751Q188.946 32.751 188.854 32.700Q188.762 32.650 188.711 32.558Q188.661 32.466 188.661 32.361Q188.661 31.943 189.049 31.796Q189.438 31.650 189.938 31.650Q190.270 31.650 190.624 31.780Q190.977 31.911 191.206 32.165Q191.434 32.419 191.434 32.767L191.434 34.568Q191.434 34.700 191.506 34.810Q191.579 34.919 191.708 34.919Q191.833 34.919 191.901 34.814Q191.969 34.708 191.969 34.568L191.969 34.056L192.250 34.056L192.250 34.568Q192.250 34.771 192.133 34.929Q192.016 35.087 191.834 35.171Q191.653 35.255 191.450 35.255Q191.219 35.255 191.067 35.083Q190.915 34.911 190.883 34.681Q190.723 34.962 190.415 35.128Q190.106 35.294 189.754 35.294Q189.243 35.294 188.819 35.071Q188.395 34.849 188.395 34.384M189.083 34.384Q189.083 34.669 189.309 34.855Q189.536 35.040 189.829 35.040Q190.075 35.040 190.299 34.923Q190.524 34.806 190.659 34.603Q190.793 34.400 190.793 34.146L190.793 33.314Q190.528 33.314 190.243 33.368Q189.958 33.423 189.686 33.552Q189.415 33.681 189.249 33.888Q189.083 34.095 189.083 34.384M192.586 35.208L192.586 33.986Q192.586 33.958 192.618 33.927Q192.649 33.896 192.672 33.896L192.778 33.896Q192.848 33.896 192.864 33.958Q192.926 34.279 193.065 34.519Q193.204 34.759 193.436 34.900Q193.668 35.040 193.977 35.040Q194.215 35.040 194.424 34.980Q194.633 34.919 194.770 34.771Q194.907 34.622 194.907 34.376Q194.907 34.122 194.696 33.956Q194.485 33.790 194.215 33.736L193.594 33.622Q193.188 33.544 192.887 33.288Q192.586 33.032 192.586 32.657Q192.586 32.290 192.788 32.068Q192.989 31.845 193.313 31.747Q193.637 31.650 193.977 31.650Q194.442 31.650 194.739 31.857L194.961 31.673Q194.985 31.650 195.016 31.650L195.067 31.650Q195.098 31.650 195.125 31.677Q195.153 31.704 195.153 31.736L195.153 32.720Q195.153 32.751 195.127 32.780Q195.102 32.810 195.067 32.810L194.961 32.810Q194.926 32.810 194.899 32.782Q194.872 32.755 194.872 32.720Q194.872 32.321 194.620 32.101Q194.368 31.880 193.969 31.880Q193.614 31.880 193.331 32.003Q193.047 32.126 193.047 32.431Q193.047 32.650 193.249 32.782Q193.450 32.915 193.696 32.958L194.321 33.071Q194.750 33.161 195.059 33.458Q195.368 33.755 195.368 34.169Q195.368 34.739 194.969 35.017Q194.571 35.294 193.977 35.294Q193.426 35.294 193.075 34.958L192.778 35.271Q192.754 35.294 192.719 35.294L192.672 35.294Q192.649 35.294 192.618 35.263Q192.586 35.232 192.586 35.208\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(119.503 42.567)\">\u003Cpath d=\"M184.114 35.216L181.731 35.216L181.731 34.919Q182.051 34.919 182.295 34.872Q182.540 34.825 182.540 34.657L182.540 30.314Q182.540 30.142 182.295 30.095Q182.051 30.048 181.731 30.048L181.731 29.751L184.114 29.751L184.114 30.048Q183.793 30.048 183.549 30.097Q183.305 30.146 183.305 30.314L183.305 32.224L185.844 32.224L185.844 30.314Q185.844 30.142 185.600 30.095Q185.356 30.048 185.036 30.048L185.036 29.751L187.418 29.751L187.418 30.048Q187.098 30.048 186.854 30.097Q186.610 30.146 186.610 30.314L186.610 34.657Q186.610 34.821 186.854 34.870Q187.098 34.919 187.418 34.919L187.418 35.216L185.036 35.216L185.036 34.919Q185.356 34.919 185.600 34.872Q185.844 34.825 185.844 34.657L185.844 32.521L183.305 32.521L183.305 34.657Q183.305 34.821 183.549 34.870Q183.793 34.919 184.114 34.919L184.114 35.216M188.676 34.263L188.676 32.521Q188.676 32.306 188.614 32.210Q188.551 32.114 188.432 32.093Q188.313 32.071 188.067 32.071L188.067 31.775L189.313 31.689L189.313 34.239L189.313 34.263Q189.313 34.575 189.368 34.737Q189.422 34.900 189.573 34.970Q189.723 35.040 190.043 35.040Q190.473 35.040 190.747 34.702Q191.020 34.364 191.020 33.919L191.020 32.521Q191.020 32.306 190.958 32.210Q190.895 32.114 190.776 32.093Q190.657 32.071 190.411 32.071L190.411 31.775L191.657 31.689L191.657 34.474Q191.657 34.685 191.719 34.780Q191.782 34.876 191.901 34.898Q192.020 34.919 192.266 34.919L192.266 35.216L191.043 35.294L191.043 34.673Q190.875 34.962 190.594 35.128Q190.313 35.294 189.993 35.294Q188.676 35.294 188.676 34.263M194.641 35.216L192.786 35.216L192.786 34.919Q193.059 34.919 193.227 34.872Q193.395 34.825 193.395 34.657L193.395 32.521Q193.395 32.306 193.333 32.210Q193.270 32.114 193.151 32.093Q193.032 32.071 192.786 32.071L192.786 31.775L193.977 31.689L193.977 32.423Q194.090 32.208 194.284 32.040Q194.477 31.872 194.715 31.780Q194.954 31.689 195.208 31.689Q196.168 31.689 196.344 32.400Q196.528 32.071 196.856 31.880Q197.184 31.689 197.563 31.689Q198.739 31.689 198.739 32.767L198.739 34.657Q198.739 34.825 198.907 34.872Q199.075 34.919 199.344 34.919L199.344 35.216L197.489 35.216L197.489 34.919Q197.762 34.919 197.930 34.874Q198.098 34.829 198.098 34.657L198.098 32.782Q198.098 32.396 197.973 32.169Q197.848 31.943 197.497 31.943Q197.192 31.943 196.936 32.105Q196.680 32.267 196.532 32.536Q196.383 32.806 196.383 33.103L196.383 34.657Q196.383 34.825 196.553 34.872Q196.723 34.919 196.993 34.919L196.993 35.216L195.137 35.216L195.137 34.919Q195.411 34.919 195.579 34.872Q195.747 34.825 195.747 34.657L195.747 32.782Q195.747 32.396 195.622 32.169Q195.497 31.943 195.145 31.943Q194.840 31.943 194.584 32.105Q194.329 32.267 194.180 32.536Q194.032 32.806 194.032 33.103L194.032 34.657Q194.032 34.825 194.202 34.872Q194.372 34.919 194.641 34.919L194.641 35.216M199.887 34.384Q199.887 33.900 200.290 33.605Q200.692 33.310 201.243 33.191Q201.793 33.071 202.286 33.071L202.286 32.782Q202.286 32.556 202.170 32.349Q202.055 32.142 201.858 32.023Q201.661 31.904 201.430 31.904Q201.004 31.904 200.719 32.009Q200.790 32.036 200.836 32.091Q200.883 32.146 200.909 32.216Q200.934 32.286 200.934 32.361Q200.934 32.466 200.883 32.558Q200.833 32.650 200.741 32.700Q200.649 32.751 200.543 32.751Q200.438 32.751 200.346 32.700Q200.254 32.650 200.204 32.558Q200.153 32.466 200.153 32.361Q200.153 31.943 200.541 31.796Q200.930 31.650 201.430 31.650Q201.762 31.650 202.116 31.780Q202.469 31.911 202.698 32.165Q202.926 32.419 202.926 32.767L202.926 34.568Q202.926 34.700 202.999 34.810Q203.071 34.919 203.200 34.919Q203.325 34.919 203.393 34.814Q203.461 34.708 203.461 34.568L203.461 34.056L203.743 34.056L203.743 34.568Q203.743 34.771 203.625 34.929Q203.508 35.087 203.327 35.171Q203.145 35.255 202.942 35.255Q202.711 35.255 202.559 35.083Q202.407 34.911 202.375 34.681Q202.215 34.962 201.907 35.128Q201.598 35.294 201.247 35.294Q200.735 35.294 200.311 35.071Q199.887 34.849 199.887 34.384M200.575 34.384Q200.575 34.669 200.801 34.855Q201.028 35.040 201.321 35.040Q201.567 35.040 201.791 34.923Q202.016 34.806 202.151 34.603Q202.286 34.400 202.286 34.146L202.286 33.314Q202.020 33.314 201.735 33.368Q201.450 33.423 201.178 33.552Q200.907 33.681 200.741 33.888Q200.575 34.095 200.575 34.384M205.965 35.216L204.110 35.216L204.110 34.919Q204.383 34.919 204.551 34.872Q204.719 34.825 204.719 34.657L204.719 32.521Q204.719 32.306 204.657 32.210Q204.594 32.114 204.475 32.093Q204.356 32.071 204.110 32.071L204.110 31.775L205.301 31.689L205.301 32.423Q205.415 32.208 205.608 32.040Q205.801 31.872 206.040 31.780Q206.278 31.689 206.532 31.689Q207.700 31.689 207.700 32.767L207.700 34.657Q207.700 34.825 207.870 34.872Q208.040 34.919 208.309 34.919L208.309 35.216L206.454 35.216L206.454 34.919Q206.727 34.919 206.895 34.872Q207.063 34.825 207.063 34.657L207.063 32.782Q207.063 32.400 206.942 32.171Q206.821 31.943 206.469 31.943Q206.157 31.943 205.903 32.105Q205.649 32.267 205.502 32.536Q205.356 32.806 205.356 33.103L205.356 34.657Q205.356 34.825 205.526 34.872Q205.696 34.919 205.965 34.919L205.965 35.216M208.797 35.208L208.797 33.986Q208.797 33.958 208.829 33.927Q208.860 33.896 208.883 33.896L208.989 33.896Q209.059 33.896 209.075 33.958Q209.137 34.279 209.276 34.519Q209.415 34.759 209.647 34.900Q209.879 35.040 210.188 35.040Q210.426 35.040 210.635 34.980Q210.844 34.919 210.981 34.771Q211.118 34.622 211.118 34.376Q211.118 34.122 210.907 33.956Q210.696 33.790 210.426 33.736L209.805 33.622Q209.399 33.544 209.098 33.288Q208.797 33.032 208.797 32.657Q208.797 32.290 208.999 32.068Q209.200 31.845 209.524 31.747Q209.848 31.650 210.188 31.650Q210.653 31.650 210.950 31.857L211.172 31.673Q211.196 31.650 211.227 31.650L211.278 31.650Q211.309 31.650 211.336 31.677Q211.364 31.704 211.364 31.736L211.364 32.720Q211.364 32.751 211.338 32.780Q211.313 32.810 211.278 32.810L211.172 32.810Q211.137 32.810 211.110 32.782Q211.083 32.755 211.083 32.720Q211.083 32.321 210.831 32.101Q210.579 31.880 210.180 31.880Q209.825 31.880 209.541 32.003Q209.258 32.126 209.258 32.431Q209.258 32.650 209.459 32.782Q209.661 32.915 209.907 32.958L210.532 33.071Q210.961 33.161 211.270 33.458Q211.579 33.755 211.579 34.169Q211.579 34.739 211.180 35.017Q210.782 35.294 210.188 35.294Q209.637 35.294 209.286 34.958L208.989 35.271Q208.965 35.294 208.930 35.294L208.883 35.294Q208.860 35.294 208.829 35.263Q208.797 35.232 208.797 35.208\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"m162.341-63.196-90.83 19.179M200.448-63.402 301.101-43.24M29.122-33.506l-67.93 20.41M35.848-33.506l-38.343 18.72M53.342-33.506l22.971 17.941M58.831-5.053l-85.827 18.628M76.312-5.053 52.292 13.71M88.423-5.053l19.22 18.763M108.21 22.577 90.658 42.163M115.589 22.577l14.413 18.764M306.84-34.284 233.806-14.61M316.581-34.284l-29.955 19.497M326.9-34.284l14.38 18.72M338.939-34.284l67.548 19.542M217.822-5.831V13.71M339.935-5.053l-18.378 17.941M353.392-5.053l28.756 18.719M311.466 23.4l-16.778 18.719M320.886 23.4l16.117 17.985M386.163 22.622 373.68 42.119M391.323 22.622l9.585 18.719M396.482 22.622l32.522 19.541M294.69 51.074l17.51 19.542M337.005 51.808l-16.858 18.808\"\u002F>\u003C\u002Fg>\u003C\u002Fsvg>\u003Cfigcaption class=\"tikz-cap\">The upper ontology of the world. Each link means the lower concept is a specialization of the upper one; specializations need not be disjoint (a human is both an animal and an agent), and physical objects sit under generalized events for reasons developed in the section on fluents.\u003C\u002Ffigcaption>","\u003Csvg style=\"width:100%;max-width:286.711px;height:auto\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\" viewBox=\"-75 -75 215.033 141.551\">\u003Cg stroke=\"currentColor\" style=\"stroke-miterlimit:10;stroke-width:.4\">\u003Cg stroke=\"var(--tk-accent)\">\u003Cpath fill=\"none\" d=\"M5.24-52.153h48.37V-72.07H5.24Z\"\u002F>\u003Cg fill=\"var(--tk-accent)\" stroke=\"none\" font-family=\"cmr8\" font-size=\"8\">\u003Cg transform=\"translate(-9.265 -71.2)\">\u003Cpath d=\"M32.347 11.866L29.761 11.866L29.761 11.569Q30.081 11.569 30.325 11.522Q30.570 11.475 30.570 11.307L30.570 6.964Q30.570 6.792 30.325 6.745Q30.081 6.698 29.761 6.698L29.761 6.401L34.378 6.401L34.609 8.249L34.327 8.249Q34.241 7.565 34.079 7.245Q33.917 6.925 33.577 6.811Q33.237 6.698 32.546 6.698L31.738 6.698Q31.519 6.698 31.427 6.741Q31.335 6.784 31.335 6.964L31.335 8.987L31.945 8.987Q32.370 8.987 32.568 8.921Q32.765 8.854 32.847 8.661Q32.929 8.468 32.929 8.050L33.210 8.050L33.210 10.218L32.929 10.218Q32.929 9.800 32.847 9.606Q32.765 9.413 32.568 9.346Q32.370 9.280 31.945 9.280L31.335 9.280L31.335 11.307Q31.335 11.471 31.654 11.520Q31.972 11.569 32.347 11.569\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-9.265 -71.2)\">\u003Cpath d=\"M34.500 10.171Q34.500 9.667 34.756 9.235Q35.012 8.803 35.448 8.552Q35.883 8.300 36.383 8.300Q36.770 8.300 37.112 8.444Q37.453 8.589 37.715 8.850Q37.977 9.112 38.119 9.448Q38.262 9.784 38.262 10.171Q38.262 10.663 37.998 11.073Q37.735 11.483 37.305 11.714Q36.875 11.944 36.383 11.944Q35.891 11.944 35.457 11.712Q35.024 11.479 34.762 11.071Q34.500 10.663 34.500 10.171M36.383 11.667Q36.840 11.667 37.092 11.444Q37.344 11.221 37.432 10.870Q37.520 10.518 37.520 10.073Q37.520 9.643 37.426 9.305Q37.332 8.968 37.078 8.761Q36.825 8.553 36.383 8.553Q35.735 8.553 35.491 8.970Q35.246 9.386 35.246 10.073Q35.246 10.518 35.334 10.870Q35.422 11.221 35.674 11.444Q35.926 11.667 36.383 11.667\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-9.265 -71.2)\">\u003Cpath d=\"M38.986 10.171Q38.986 9.667 39.242 9.235Q39.498 8.803 39.934 8.552Q40.369 8.300 40.869 8.300Q41.256 8.300 41.598 8.444Q41.939 8.589 42.201 8.850Q42.463 9.112 42.605 9.448Q42.748 9.784 42.748 10.171Q42.748 10.663 42.484 11.073Q42.221 11.483 41.791 11.714Q41.361 11.944 40.869 11.944Q40.377 11.944 39.943 11.712Q39.510 11.479 39.248 11.071Q38.986 10.663 38.986 10.171M40.869 11.667Q41.326 11.667 41.578 11.444Q41.830 11.221 41.918 10.870Q42.006 10.518 42.006 10.073Q42.006 9.643 41.912 9.305Q41.818 8.968 41.564 8.761Q41.310 8.553 40.869 8.553Q40.221 8.553 39.977 8.970Q39.732 9.386 39.732 10.073Q39.732 10.518 39.820 10.870Q39.908 11.221 40.160 11.444Q40.412 11.667 40.869 11.667\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-9.265 -71.2)\">\u003Cpath d=\"M45.289 11.944Q44.808 11.944 44.400 11.700Q43.992 11.456 43.754 11.042Q43.515 10.628 43.515 10.139Q43.515 9.647 43.773 9.231Q44.031 8.815 44.463 8.577Q44.894 8.339 45.386 8.339Q46.007 8.339 46.457 8.776L46.457 7.147Q46.457 6.932 46.394 6.837Q46.332 6.741 46.214 6.720Q46.097 6.698 45.851 6.698L45.851 6.401L47.074 6.315L47.074 11.124Q47.074 11.335 47.136 11.430Q47.199 11.526 47.316 11.548Q47.433 11.569 47.683 11.569L47.683 11.866L46.433 11.944L46.433 11.460Q45.968 11.944 45.289 11.944M45.355 11.690Q45.695 11.690 45.988 11.499Q46.281 11.307 46.433 11.011L46.433 9.178Q46.285 8.905 46.023 8.749Q45.761 8.593 45.449 8.593Q44.824 8.593 44.541 9.040Q44.257 9.487 44.257 10.147Q44.257 10.792 44.509 11.241Q44.761 11.690 45.355 11.690\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M-40.284-12.319h48.37v-19.917h-48.37Z\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr8\" font-size=\"8\">\u003Cg transform=\"translate(-54.793 -31.41)\">\u003Cpath d=\"M32.347 11.866L29.761 11.866L29.761 11.569Q30.081 11.569 30.325 11.522Q30.570 11.475 30.570 11.307L30.570 6.964Q30.570 6.792 30.325 6.745Q30.081 6.698 29.761 6.698L29.761 6.401L34.378 6.401L34.609 8.249L34.327 8.249Q34.241 7.565 34.079 7.245Q33.917 6.925 33.577 6.811Q33.237 6.698 32.546 6.698L31.738 6.698Q31.519 6.698 31.427 6.741Q31.335 6.784 31.335 6.964L31.335 8.987L31.945 8.987Q32.370 8.987 32.568 8.921Q32.765 8.854 32.847 8.661Q32.929 8.468 32.929 8.050L33.210 8.050L33.210 10.218L32.929 10.218Q32.929 9.800 32.847 9.606Q32.765 9.413 32.568 9.346Q32.370 9.280 31.945 9.280L31.335 9.280L31.335 11.307Q31.335 11.471 31.654 11.520Q31.972 11.569 32.347 11.569\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-54.793 -31.41)\">\u003Cpath d=\"M36.508 11.866L34.528 11.866L34.528 11.569Q34.797 11.569 34.965 11.524Q35.133 11.479 35.133 11.307L35.133 9.171Q35.133 8.956 35.071 8.860Q35.008 8.764 34.891 8.743Q34.774 8.721 34.528 8.721L34.528 8.425L35.696 8.339L35.696 9.124Q35.774 8.913 35.926 8.727Q36.078 8.542 36.278 8.440Q36.477 8.339 36.703 8.339Q36.950 8.339 37.141 8.483Q37.332 8.628 37.332 8.858Q37.332 9.014 37.227 9.124Q37.121 9.233 36.965 9.233Q36.809 9.233 36.700 9.124Q36.590 9.014 36.590 8.858Q36.590 8.698 36.696 8.593Q36.371 8.593 36.157 8.821Q35.942 9.050 35.846 9.389Q35.750 9.729 35.750 10.034L35.750 11.307Q35.750 11.475 35.977 11.522Q36.203 11.569 36.508 11.569L36.508 11.866M38.496 10.913L38.496 9.171Q38.496 8.956 38.434 8.860Q38.371 8.764 38.252 8.743Q38.133 8.721 37.887 8.721L37.887 8.425L39.133 8.339L39.133 10.889L39.133 10.913Q39.133 11.225 39.188 11.387Q39.242 11.550 39.393 11.620Q39.543 11.690 39.864 11.690Q40.293 11.690 40.567 11.352Q40.840 11.014 40.840 10.569L40.840 9.171Q40.840 8.956 40.778 8.860Q40.715 8.764 40.596 8.743Q40.477 8.721 40.231 8.721L40.231 8.425L41.477 8.339L41.477 11.124Q41.477 11.335 41.539 11.430Q41.602 11.526 41.721 11.548Q41.840 11.569 42.086 11.569L42.086 11.866L40.864 11.944L40.864 11.323Q40.696 11.612 40.414 11.778Q40.133 11.944 39.813 11.944Q38.496 11.944 38.496 10.913M44.391 11.866L42.614 11.866L42.614 11.569Q42.887 11.569 43.055 11.522Q43.223 11.475 43.223 11.307L43.223 9.171Q43.223 8.956 43.166 8.860Q43.110 8.764 42.996 8.743Q42.883 8.721 42.637 8.721L42.637 8.425L43.836 8.339L43.836 11.307Q43.836 11.475 43.983 11.522Q44.129 11.569 44.391 11.569L44.391 11.866M42.950 6.944Q42.950 6.753 43.084 6.622Q43.219 6.491 43.414 6.491Q43.535 6.491 43.639 6.553Q43.742 6.616 43.805 6.720Q43.867 6.823 43.867 6.944Q43.867 7.139 43.737 7.274Q43.606 7.409 43.414 7.409Q43.215 7.409 43.082 7.276Q42.950 7.143 42.950 6.944M45.516 10.905L45.516 8.714L44.813 8.714L44.813 8.460Q45.168 8.460 45.410 8.227Q45.653 7.995 45.764 7.647Q45.875 7.300 45.875 6.944L46.157 6.944L46.157 8.417L47.332 8.417L47.332 8.714L46.157 8.714L46.157 10.889Q46.157 11.210 46.276 11.438Q46.395 11.667 46.676 11.667Q46.856 11.667 46.973 11.544Q47.090 11.421 47.143 11.241Q47.196 11.061 47.196 10.889L47.196 10.417L47.477 10.417L47.477 10.905Q47.477 11.159 47.371 11.399Q47.266 11.639 47.069 11.792Q46.871 11.944 46.614 11.944Q46.297 11.944 46.045 11.821Q45.793 11.698 45.655 11.464Q45.516 11.229 45.516 10.905\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M59.3-12.319h48.37v-19.917H59.3Z\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr8\" font-size=\"8\">\u003Cg transform=\"translate(34.443 -32.143)\">\u003Cpath d=\"M32.402 11.921L30.378 6.964Q30.296 6.792 30.103 6.745Q29.909 6.698 29.601 6.698L29.601 6.401L31.792 6.401L31.792 6.698Q31.167 6.698 31.167 6.913Q31.171 6.928 31.173 6.942Q31.175 6.956 31.179 6.964L32.839 11.057L34.425 7.178Q34.448 7.132 34.448 7.065Q34.448 6.882 34.279 6.790Q34.109 6.698 33.898 6.698L33.898 6.401L35.609 6.401L35.609 6.698Q35.312 6.698 35.081 6.813Q34.851 6.928 34.745 7.178L32.808 11.921Q32.769 12.034 32.640 12.034L32.570 12.034Q32.441 12.034 32.402 11.921\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(34.443 -32.143)\">\u003Cpath d=\"M35.322 10.112Q35.322 9.632 35.555 9.216Q35.787 8.800 36.197 8.550Q36.607 8.300 37.084 8.300Q37.814 8.300 38.213 8.741Q38.611 9.182 38.611 9.913Q38.611 10.018 38.518 10.042L36.068 10.042L36.068 10.112Q36.068 10.522 36.189 10.878Q36.311 11.233 36.582 11.450Q36.854 11.667 37.283 11.667Q37.647 11.667 37.943 11.438Q38.240 11.210 38.342 10.858Q38.350 10.811 38.436 10.796L38.518 10.796Q38.611 10.823 38.611 10.905Q38.611 10.913 38.604 10.944Q38.541 11.171 38.402 11.354Q38.264 11.538 38.072 11.671Q37.881 11.803 37.662 11.874Q37.443 11.944 37.205 11.944Q36.834 11.944 36.496 11.807Q36.158 11.671 35.891 11.419Q35.623 11.167 35.473 10.827Q35.322 10.487 35.322 10.112M36.076 9.803L38.037 9.803Q38.037 9.499 37.936 9.208Q37.834 8.917 37.617 8.735Q37.400 8.553 37.084 8.553Q36.783 8.553 36.553 8.741Q36.322 8.928 36.199 9.220Q36.076 9.511 36.076 9.803M39.100 12.475Q39.100 12.194 39.311 11.983Q39.522 11.772 39.807 11.682Q39.650 11.557 39.572 11.368Q39.494 11.178 39.494 10.979Q39.494 10.624 39.725 10.331Q39.357 9.991 39.357 9.522Q39.357 9.171 39.561 8.901Q39.764 8.632 40.084 8.485Q40.404 8.339 40.748 8.339Q41.268 8.339 41.639 8.620Q42.002 8.249 42.549 8.249Q42.729 8.249 42.855 8.376Q42.982 8.503 42.982 8.682Q42.982 8.788 42.904 8.866Q42.826 8.944 42.717 8.944Q42.607 8.944 42.531 8.868Q42.455 8.792 42.455 8.682Q42.455 8.581 42.494 8.530Q42.502 8.522 42.506 8.516Q42.510 8.511 42.510 8.507Q42.135 8.507 41.814 8.761Q42.135 9.100 42.135 9.522Q42.135 9.792 42.018 10.009Q41.900 10.225 41.695 10.384Q41.490 10.542 41.248 10.624Q41.006 10.706 40.748 10.706Q40.529 10.706 40.316 10.647Q40.104 10.589 39.908 10.468Q39.814 10.608 39.814 10.788Q39.814 10.995 39.951 11.147Q40.088 11.300 40.295 11.300L40.990 11.300Q41.479 11.300 41.891 11.384Q42.303 11.468 42.582 11.725Q42.861 11.983 42.861 12.475Q42.861 12.839 42.541 13.071Q42.221 13.303 41.779 13.405Q41.338 13.507 40.982 13.507Q40.627 13.507 40.184 13.405Q39.740 13.303 39.420 13.071Q39.100 12.839 39.100 12.475M39.604 12.475Q39.604 12.671 39.748 12.819Q39.893 12.968 40.105 13.057Q40.318 13.147 40.559 13.194Q40.799 13.241 40.982 13.241Q41.225 13.241 41.555 13.163Q41.885 13.085 42.121 12.911Q42.357 12.737 42.357 12.475Q42.357 12.069 41.947 11.960Q41.537 11.850 40.975 11.850L40.295 11.850Q40.025 11.850 39.814 12.028Q39.604 12.206 39.604 12.475M40.748 10.440Q41.471 10.440 41.471 9.522Q41.471 8.600 40.748 8.600Q40.022 8.600 40.022 9.522Q40.022 10.440 40.748 10.440M43.346 10.112Q43.346 9.632 43.578 9.216Q43.811 8.800 44.221 8.550Q44.631 8.300 45.107 8.300Q45.838 8.300 46.236 8.741Q46.635 9.182 46.635 9.913Q46.635 10.018 46.541 10.042L44.092 10.042L44.092 10.112Q44.092 10.522 44.213 10.878Q44.334 11.233 44.605 11.450Q44.877 11.667 45.307 11.667Q45.670 11.667 45.967 11.438Q46.264 11.210 46.365 10.858Q46.373 10.811 46.459 10.796L46.541 10.796Q46.635 10.823 46.635 10.905Q46.635 10.913 46.627 10.944Q46.564 11.171 46.426 11.354Q46.287 11.538 46.096 11.671Q45.904 11.803 45.686 11.874Q45.467 11.944 45.229 11.944Q44.857 11.944 44.520 11.807Q44.182 11.671 43.914 11.419Q43.647 11.167 43.496 10.827Q43.346 10.487 43.346 10.112M44.100 9.803L46.061 9.803Q46.061 9.499 45.959 9.208Q45.857 8.917 45.641 8.735Q45.424 8.553 45.107 8.553Q44.807 8.553 44.576 8.741Q44.346 8.928 44.223 9.220Q44.100 9.511 44.100 9.803M47.748 10.905L47.748 8.714L47.045 8.714L47.045 8.460Q47.400 8.460 47.643 8.227Q47.885 7.995 47.996 7.647Q48.107 7.300 48.107 6.944L48.389 6.944L48.389 8.417L49.564 8.417L49.564 8.714L48.389 8.714L48.389 10.889Q48.389 11.210 48.508 11.438Q48.627 11.667 48.908 11.667Q49.088 11.667 49.205 11.544Q49.322 11.421 49.375 11.241Q49.428 11.061 49.428 10.889L49.428 10.417L49.709 10.417L49.709 10.905Q49.709 11.159 49.604 11.399Q49.498 11.639 49.301 11.792Q49.104 11.944 48.846 11.944Q48.529 11.944 48.277 11.821Q48.025 11.698 47.887 11.464Q47.748 11.229 47.748 10.905M50.525 11.034Q50.525 10.550 50.928 10.255Q51.330 9.960 51.881 9.841Q52.432 9.721 52.924 9.721L52.924 9.432Q52.924 9.206 52.809 8.999Q52.693 8.792 52.496 8.673Q52.299 8.553 52.068 8.553Q51.643 8.553 51.357 8.659Q51.428 8.686 51.475 8.741Q51.522 8.796 51.547 8.866Q51.572 8.936 51.572 9.011Q51.572 9.116 51.522 9.208Q51.471 9.300 51.379 9.350Q51.287 9.401 51.182 9.401Q51.076 9.401 50.984 9.350Q50.893 9.300 50.842 9.208Q50.791 9.116 50.791 9.011Q50.791 8.593 51.180 8.446Q51.568 8.300 52.068 8.300Q52.400 8.300 52.754 8.430Q53.107 8.561 53.336 8.815Q53.564 9.069 53.564 9.417L53.564 11.218Q53.564 11.350 53.637 11.460Q53.709 11.569 53.838 11.569Q53.963 11.569 54.031 11.464Q54.100 11.358 54.100 11.218L54.100 10.706L54.381 10.706L54.381 11.218Q54.381 11.421 54.264 11.579Q54.147 11.737 53.965 11.821Q53.783 11.905 53.580 11.905Q53.350 11.905 53.197 11.733Q53.045 11.561 53.014 11.331Q52.854 11.612 52.545 11.778Q52.236 11.944 51.885 11.944Q51.373 11.944 50.949 11.721Q50.525 11.499 50.525 11.034M51.213 11.034Q51.213 11.319 51.439 11.505Q51.666 11.690 51.959 11.690Q52.205 11.690 52.430 11.573Q52.654 11.456 52.789 11.253Q52.924 11.050 52.924 10.796L52.924 9.964Q52.658 9.964 52.373 10.018Q52.088 10.073 51.816 10.202Q51.545 10.331 51.379 10.538Q51.213 10.745 51.213 11.034M55.588 11.866L55.307 11.866L55.307 7.147Q55.307 6.932 55.244 6.837Q55.182 6.741 55.064 6.720Q54.947 6.698 54.701 6.698L54.701 6.401L55.924 6.315L55.924 8.803Q56.400 8.339 57.100 8.339Q57.580 8.339 57.988 8.583Q58.397 8.827 58.633 9.241Q58.869 9.655 58.869 10.139Q58.869 10.514 58.721 10.843Q58.572 11.171 58.303 11.423Q58.033 11.675 57.689 11.809Q57.346 11.944 56.986 11.944Q56.666 11.944 56.367 11.796Q56.068 11.647 55.861 11.386L55.588 11.866M55.947 9.194L55.947 11.034Q56.100 11.331 56.359 11.511Q56.619 11.690 56.932 11.690Q57.357 11.690 57.625 11.471Q57.893 11.253 58.008 10.907Q58.123 10.561 58.123 10.139Q58.123 9.491 57.875 9.042Q57.627 8.593 57.029 8.593Q56.693 8.593 56.404 8.751Q56.115 8.909 55.947 9.194M61.307 11.866L59.475 11.866L59.475 11.569Q59.748 11.569 59.916 11.522Q60.084 11.475 60.084 11.307L60.084 7.147Q60.084 6.932 60.022 6.837Q59.959 6.741 59.840 6.720Q59.721 6.698 59.475 6.698L59.475 6.401L60.697 6.315L60.697 11.307Q60.697 11.475 60.865 11.522Q61.033 11.569 61.307 11.569L61.307 11.866M61.752 10.112Q61.752 9.632 61.984 9.216Q62.217 8.800 62.627 8.550Q63.037 8.300 63.514 8.300Q64.244 8.300 64.643 8.741Q65.041 9.182 65.041 9.913Q65.041 10.018 64.947 10.042L62.498 10.042L62.498 10.112Q62.498 10.522 62.619 10.878Q62.740 11.233 63.012 11.450Q63.283 11.667 63.713 11.667Q64.076 11.667 64.373 11.438Q64.670 11.210 64.772 10.858Q64.779 10.811 64.865 10.796L64.947 10.796Q65.041 10.823 65.041 10.905Q65.041 10.913 65.033 10.944Q64.971 11.171 64.832 11.354Q64.693 11.538 64.502 11.671Q64.311 11.803 64.092 11.874Q63.873 11.944 63.635 11.944Q63.264 11.944 62.926 11.807Q62.588 11.671 62.320 11.419Q62.053 11.167 61.902 10.827Q61.752 10.487 61.752 10.112M62.506 9.803L64.467 9.803Q64.467 9.499 64.365 9.208Q64.264 8.917 64.047 8.735Q63.830 8.553 63.514 8.553Q63.213 8.553 62.982 8.741Q62.752 8.928 62.629 9.220Q62.506 9.511 62.506 9.803M65.572 11.858L65.572 10.636Q65.572 10.608 65.604 10.577Q65.635 10.546 65.658 10.546L65.764 10.546Q65.834 10.546 65.850 10.608Q65.912 10.928 66.051 11.169Q66.189 11.409 66.422 11.550Q66.654 11.690 66.963 11.690Q67.201 11.690 67.410 11.630Q67.619 11.569 67.756 11.421Q67.893 11.272 67.893 11.026Q67.893 10.772 67.682 10.606Q67.471 10.440 67.201 10.386L66.580 10.272Q66.174 10.194 65.873 9.938Q65.572 9.682 65.572 9.307Q65.572 8.940 65.773 8.718Q65.975 8.495 66.299 8.397Q66.623 8.300 66.963 8.300Q67.428 8.300 67.725 8.507L67.947 8.323Q67.971 8.300 68.002 8.300L68.053 8.300Q68.084 8.300 68.111 8.327Q68.139 8.354 68.139 8.386L68.139 9.370Q68.139 9.401 68.113 9.430Q68.088 9.460 68.053 9.460L67.947 9.460Q67.912 9.460 67.885 9.432Q67.857 9.405 67.857 9.370Q67.857 8.971 67.605 8.751Q67.354 8.530 66.955 8.530Q66.600 8.530 66.316 8.653Q66.033 8.776 66.033 9.081Q66.033 9.300 66.234 9.432Q66.436 9.565 66.682 9.608L67.307 9.721Q67.736 9.811 68.045 10.108Q68.354 10.405 68.354 10.819Q68.354 11.389 67.955 11.667Q67.557 11.944 66.963 11.944Q66.412 11.944 66.061 11.608L65.764 11.921Q65.740 11.944 65.705 11.944L65.658 11.944Q65.635 11.944 65.604 11.913Q65.572 11.882 65.572 11.858\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M-68.737 24.67h48.37V4.753h-48.37Z\"\u002F>\u003Cg transform=\"translate(-86.629 4.845)\">\u003Cpath d=\"M31.464 11.866L29.714 11.866L29.714 11.569Q30.413 11.569 30.601 11.089L32.402 6.264Q32.456 6.155 32.570 6.155L32.640 6.155Q32.753 6.155 32.808 6.264L34.698 11.307Q34.777 11.475 34.980 11.522Q35.183 11.569 35.495 11.569L35.495 11.866L33.273 11.866L33.273 11.569Q33.913 11.569 33.913 11.354Q33.913 11.335 33.911 11.325Q33.909 11.315 33.905 11.307L33.441 10.073L31.296 10.073L30.913 11.089Q30.909 11.104 30.904 11.134Q30.898 11.163 30.898 11.186Q30.898 11.327 30.988 11.411Q31.077 11.495 31.210 11.532Q31.343 11.569 31.464 11.569L31.464 11.866M32.370 7.210L31.402 9.776L33.327 9.776L32.370 7.210M37.905 13.417L36.050 13.417L36.050 13.124Q36.320 13.124 36.487 13.079Q36.655 13.034 36.655 12.858L36.655 9.034Q36.655 8.827 36.499 8.774Q36.343 8.721 36.050 8.721L36.050 8.425L37.273 8.339L37.273 8.803Q37.503 8.581 37.818 8.460Q38.132 8.339 38.472 8.339Q38.945 8.339 39.349 8.585Q39.753 8.831 39.986 9.247Q40.218 9.663 40.218 10.139Q40.218 10.514 40.070 10.843Q39.921 11.171 39.652 11.423Q39.382 11.675 39.038 11.809Q38.695 11.944 38.335 11.944Q38.046 11.944 37.775 11.823Q37.503 11.702 37.296 11.491L37.296 12.858Q37.296 13.034 37.464 13.079Q37.632 13.124 37.905 13.124L37.905 13.417M37.296 9.202L37.296 11.042Q37.448 11.331 37.710 11.511Q37.972 11.690 38.280 11.690Q38.566 11.690 38.788 11.552Q39.011 11.413 39.163 11.182Q39.316 10.952 39.394 10.680Q39.472 10.409 39.472 10.139Q39.472 9.807 39.347 9.450Q39.222 9.093 38.974 8.856Q38.726 8.620 38.378 8.620Q38.054 8.620 37.759 8.776Q37.464 8.932 37.296 9.202M42.624 13.417L40.769 13.417L40.769 13.124Q41.038 13.124 41.206 13.079Q41.374 13.034 41.374 12.858L41.374 9.034Q41.374 8.827 41.218 8.774Q41.062 8.721 40.769 8.721L40.769 8.425L41.991 8.339L41.991 8.803Q42.222 8.581 42.536 8.460Q42.851 8.339 43.191 8.339Q43.663 8.339 44.068 8.585Q44.472 8.831 44.704 9.247Q44.937 9.663 44.937 10.139Q44.937 10.514 44.788 10.843Q44.640 11.171 44.370 11.423Q44.101 11.675 43.757 11.809Q43.413 11.944 43.054 11.944Q42.765 11.944 42.493 11.823Q42.222 11.702 42.015 11.491L42.015 12.858Q42.015 13.034 42.183 13.079Q42.351 13.124 42.624 13.124L42.624 13.417M42.015 9.202L42.015 11.042Q42.167 11.331 42.429 11.511Q42.691 11.690 42.999 11.690Q43.284 11.690 43.507 11.552Q43.730 11.413 43.882 11.182Q44.034 10.952 44.112 10.680Q44.191 10.409 44.191 10.139Q44.191 9.807 44.066 9.450Q43.941 9.093 43.693 8.856Q43.445 8.620 43.097 8.620Q42.773 8.620 42.478 8.776Q42.183 8.932 42.015 9.202M47.374 11.866L45.542 11.866L45.542 11.569Q45.816 11.569 45.984 11.522Q46.152 11.475 46.152 11.307L46.152 7.147Q46.152 6.932 46.089 6.837Q46.027 6.741 45.907 6.720Q45.788 6.698 45.542 6.698L45.542 6.401L46.765 6.315L46.765 11.307Q46.765 11.475 46.933 11.522Q47.101 11.569 47.374 11.569L47.374 11.866M47.820 10.112Q47.820 9.632 48.052 9.216Q48.284 8.800 48.695 8.550Q49.105 8.300 49.581 8.300Q50.312 8.300 50.710 8.741Q51.109 9.182 51.109 9.913Q51.109 10.018 51.015 10.042L48.566 10.042L48.566 10.112Q48.566 10.522 48.687 10.878Q48.808 11.233 49.079 11.450Q49.351 11.667 49.780 11.667Q50.144 11.667 50.441 11.438Q50.737 11.210 50.839 10.858Q50.847 10.811 50.933 10.796L51.015 10.796Q51.109 10.823 51.109 10.905Q51.109 10.913 51.101 10.944Q51.038 11.171 50.900 11.354Q50.761 11.538 50.570 11.671Q50.378 11.803 50.159 11.874Q49.941 11.944 49.702 11.944Q49.331 11.944 48.993 11.807Q48.655 11.671 48.388 11.419Q48.120 11.167 47.970 10.827Q47.820 10.487 47.820 10.112M48.573 9.803L50.534 9.803Q50.534 9.499 50.433 9.208Q50.331 8.917 50.114 8.735Q49.898 8.553 49.581 8.553Q49.280 8.553 49.050 8.741Q48.820 8.928 48.696 9.220Q48.573 9.511 48.573 9.803M51.640 11.858L51.640 10.636Q51.640 10.608 51.671 10.577Q51.702 10.546 51.726 10.546L51.831 10.546Q51.902 10.546 51.917 10.608Q51.980 10.928 52.118 11.169Q52.257 11.409 52.489 11.550Q52.722 11.690 53.030 11.690Q53.269 11.690 53.478 11.630Q53.687 11.569 53.823 11.421Q53.960 11.272 53.960 11.026Q53.960 10.772 53.749 10.606Q53.538 10.440 53.269 10.386L52.648 10.272Q52.241 10.194 51.941 9.938Q51.640 9.682 51.640 9.307Q51.640 8.940 51.841 8.718Q52.042 8.495 52.366 8.397Q52.691 8.300 53.030 8.300Q53.495 8.300 53.792 8.507L54.015 8.323Q54.038 8.300 54.070 8.300L54.120 8.300Q54.152 8.300 54.179 8.327Q54.206 8.354 54.206 8.386L54.206 9.370Q54.206 9.401 54.181 9.430Q54.155 9.460 54.120 9.460L54.015 9.460Q53.980 9.460 53.952 9.432Q53.925 9.405 53.925 9.370Q53.925 8.971 53.673 8.751Q53.421 8.530 53.023 8.530Q52.667 8.530 52.384 8.653Q52.101 8.776 52.101 9.081Q52.101 9.300 52.302 9.432Q52.503 9.565 52.749 9.608L53.374 9.721Q53.804 9.811 54.112 10.108Q54.421 10.405 54.421 10.819Q54.421 11.389 54.023 11.667Q53.624 11.944 53.030 11.944Q52.480 11.944 52.128 11.608L51.831 11.921Q51.808 11.944 51.773 11.944L51.726 11.944Q51.702 11.944 51.671 11.913Q51.640 11.882 51.640 11.858\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M-6.14 24.67h48.37V4.753H-6.14Z\"\u002F>\u003Cg transform=\"translate(-26.52 4.801)\">\u003Cpath d=\"M32.730 12.034Q32.148 12.034 31.630 11.807Q31.113 11.581 30.724 11.182Q30.335 10.784 30.116 10.259Q29.898 9.733 29.898 9.163Q29.898 8.393 30.273 7.716Q30.648 7.038 31.298 6.636Q31.948 6.233 32.730 6.233Q33.503 6.233 34.154 6.636Q34.804 7.038 35.179 7.716Q35.554 8.393 35.554 9.163Q35.554 9.733 35.333 10.264Q35.112 10.796 34.728 11.188Q34.343 11.581 33.825 11.807Q33.308 12.034 32.730 12.034M31.288 10.964Q31.452 11.194 31.683 11.370Q31.913 11.546 32.181 11.641Q32.448 11.737 32.730 11.737Q33.148 11.737 33.529 11.526Q33.909 11.315 34.159 10.964Q34.691 10.245 34.691 9.026Q34.691 8.397 34.476 7.819Q34.261 7.241 33.820 6.878Q33.378 6.514 32.730 6.514Q32.077 6.514 31.634 6.878Q31.191 7.241 30.976 7.819Q30.761 8.397 30.761 9.026Q30.761 10.245 31.288 10.964M38.280 11.866L36.300 11.866L36.300 11.569Q36.570 11.569 36.737 11.524Q36.905 11.479 36.905 11.307L36.905 9.171Q36.905 8.956 36.843 8.860Q36.780 8.764 36.663 8.743Q36.546 8.721 36.300 8.721L36.300 8.425L37.468 8.339L37.468 9.124Q37.546 8.913 37.698 8.727Q37.851 8.542 38.050 8.440Q38.249 8.339 38.476 8.339Q38.722 8.339 38.913 8.483Q39.105 8.628 39.105 8.858Q39.105 9.014 38.999 9.124Q38.894 9.233 38.737 9.233Q38.581 9.233 38.472 9.124Q38.362 9.014 38.362 8.858Q38.362 8.698 38.468 8.593Q38.144 8.593 37.929 8.821Q37.714 9.050 37.618 9.389Q37.523 9.729 37.523 10.034L37.523 11.307Q37.523 11.475 37.749 11.522Q37.976 11.569 38.280 11.569L38.280 11.866M39.683 11.034Q39.683 10.550 40.085 10.255Q40.487 9.960 41.038 9.841Q41.589 9.721 42.081 9.721L42.081 9.432Q42.081 9.206 41.966 8.999Q41.851 8.792 41.654 8.673Q41.456 8.553 41.226 8.553Q40.800 8.553 40.515 8.659Q40.585 8.686 40.632 8.741Q40.679 8.796 40.704 8.866Q40.730 8.936 40.730 9.011Q40.730 9.116 40.679 9.208Q40.628 9.300 40.536 9.350Q40.445 9.401 40.339 9.401Q40.234 9.401 40.142 9.350Q40.050 9.300 39.999 9.208Q39.948 9.116 39.948 9.011Q39.948 8.593 40.337 8.446Q40.726 8.300 41.226 8.300Q41.558 8.300 41.911 8.430Q42.265 8.561 42.493 8.815Q42.722 9.069 42.722 9.417L42.722 11.218Q42.722 11.350 42.794 11.460Q42.866 11.569 42.995 11.569Q43.120 11.569 43.189 11.464Q43.257 11.358 43.257 11.218L43.257 10.706L43.538 10.706L43.538 11.218Q43.538 11.421 43.421 11.579Q43.304 11.737 43.122 11.821Q42.941 11.905 42.737 11.905Q42.507 11.905 42.355 11.733Q42.202 11.561 42.171 11.331Q42.011 11.612 41.702 11.778Q41.394 11.944 41.042 11.944Q40.530 11.944 40.107 11.721Q39.683 11.499 39.683 11.034M40.370 11.034Q40.370 11.319 40.597 11.505Q40.823 11.690 41.116 11.690Q41.362 11.690 41.587 11.573Q41.812 11.456 41.946 11.253Q42.081 11.050 42.081 10.796L42.081 9.964Q41.816 9.964 41.530 10.018Q41.245 10.073 40.974 10.202Q40.702 10.331 40.536 10.538Q40.370 10.745 40.370 11.034M45.761 11.866L43.905 11.866L43.905 11.569Q44.179 11.569 44.347 11.522Q44.515 11.475 44.515 11.307L44.515 9.171Q44.515 8.956 44.452 8.860Q44.390 8.764 44.271 8.743Q44.152 8.721 43.905 8.721L43.905 8.425L45.097 8.339L45.097 9.073Q45.210 8.858 45.404 8.690Q45.597 8.522 45.835 8.430Q46.073 8.339 46.327 8.339Q47.495 8.339 47.495 9.417L47.495 11.307Q47.495 11.475 47.665 11.522Q47.835 11.569 48.105 11.569L48.105 11.866L46.249 11.866L46.249 11.569Q46.523 11.569 46.691 11.522Q46.859 11.475 46.859 11.307L46.859 9.432Q46.859 9.050 46.737 8.821Q46.616 8.593 46.265 8.593Q45.952 8.593 45.698 8.755Q45.445 8.917 45.298 9.186Q45.152 9.456 45.152 9.753L45.152 11.307Q45.152 11.475 45.321 11.522Q45.491 11.569 45.761 11.569L45.761 11.866M48.550 12.475Q48.550 12.194 48.761 11.983Q48.972 11.772 49.257 11.682Q49.101 11.557 49.023 11.368Q48.945 11.178 48.945 10.979Q48.945 10.624 49.175 10.331Q48.808 9.991 48.808 9.522Q48.808 9.171 49.011 8.901Q49.214 8.632 49.534 8.485Q49.855 8.339 50.198 8.339Q50.718 8.339 51.089 8.620Q51.452 8.249 51.999 8.249Q52.179 8.249 52.306 8.376Q52.433 8.503 52.433 8.682Q52.433 8.788 52.355 8.866Q52.277 8.944 52.167 8.944Q52.058 8.944 51.982 8.868Q51.905 8.792 51.905 8.682Q51.905 8.581 51.945 8.530Q51.952 8.522 51.956 8.516Q51.960 8.511 51.960 8.507Q51.585 8.507 51.265 8.761Q51.585 9.100 51.585 9.522Q51.585 9.792 51.468 10.009Q51.351 10.225 51.146 10.384Q50.941 10.542 50.698 10.624Q50.456 10.706 50.198 10.706Q49.980 10.706 49.767 10.647Q49.554 10.589 49.359 10.468Q49.265 10.608 49.265 10.788Q49.265 10.995 49.402 11.147Q49.538 11.300 49.745 11.300L50.441 11.300Q50.929 11.300 51.341 11.384Q51.753 11.468 52.032 11.725Q52.312 11.983 52.312 12.475Q52.312 12.839 51.991 13.071Q51.671 13.303 51.230 13.405Q50.788 13.507 50.433 13.507Q50.077 13.507 49.634 13.405Q49.191 13.303 48.870 13.071Q48.550 12.839 48.550 12.475M49.054 12.475Q49.054 12.671 49.198 12.819Q49.343 12.968 49.556 13.057Q49.769 13.147 50.009 13.194Q50.249 13.241 50.433 13.241Q50.675 13.241 51.005 13.163Q51.335 13.085 51.571 12.911Q51.808 12.737 51.808 12.475Q51.808 12.069 51.398 11.960Q50.987 11.850 50.425 11.850L49.745 11.850Q49.476 11.850 49.265 12.028Q49.054 12.206 49.054 12.475M50.198 10.440Q50.921 10.440 50.921 9.522Q50.921 8.600 50.198 8.600Q49.472 8.600 49.472 9.522Q49.472 10.440 50.198 10.440M52.796 10.112Q52.796 9.632 53.029 9.216Q53.261 8.800 53.671 8.550Q54.081 8.300 54.558 8.300Q55.288 8.300 55.687 8.741Q56.085 9.182 56.085 9.913Q56.085 10.018 55.991 10.042L53.542 10.042L53.542 10.112Q53.542 10.522 53.663 10.878Q53.784 11.233 54.056 11.450Q54.327 11.667 54.757 11.667Q55.120 11.667 55.417 11.438Q55.714 11.210 55.816 10.858Q55.823 10.811 55.909 10.796L55.991 10.796Q56.085 10.823 56.085 10.905Q56.085 10.913 56.077 10.944Q56.015 11.171 55.876 11.354Q55.737 11.538 55.546 11.671Q55.355 11.803 55.136 11.874Q54.917 11.944 54.679 11.944Q54.308 11.944 53.970 11.807Q53.632 11.671 53.364 11.419Q53.097 11.167 52.946 10.827Q52.796 10.487 52.796 10.112M53.550 9.803L55.511 9.803Q55.511 9.499 55.409 9.208Q55.308 8.917 55.091 8.735Q54.874 8.553 54.558 8.553Q54.257 8.553 54.027 8.741Q53.796 8.928 53.673 9.220Q53.550 9.511 53.550 9.803M56.616 11.858L56.616 10.636Q56.616 10.608 56.648 10.577Q56.679 10.546 56.702 10.546L56.808 10.546Q56.878 10.546 56.894 10.608Q56.956 10.928 57.095 11.169Q57.234 11.409 57.466 11.550Q57.698 11.690 58.007 11.690Q58.245 11.690 58.454 11.630Q58.663 11.569 58.800 11.421Q58.937 11.272 58.937 11.026Q58.937 10.772 58.726 10.606Q58.515 10.440 58.245 10.386L57.624 10.272Q57.218 10.194 56.917 9.938Q56.616 9.682 56.616 9.307Q56.616 8.940 56.818 8.718Q57.019 8.495 57.343 8.397Q57.667 8.300 58.007 8.300Q58.472 8.300 58.769 8.507L58.991 8.323Q59.015 8.300 59.046 8.300L59.097 8.300Q59.128 8.300 59.155 8.327Q59.183 8.354 59.183 8.386L59.183 9.370Q59.183 9.401 59.157 9.430Q59.132 9.460 59.097 9.460L58.991 9.460Q58.956 9.460 58.929 9.432Q58.902 9.405 58.902 9.370Q58.902 8.971 58.650 8.751Q58.398 8.530 57.999 8.530Q57.644 8.530 57.361 8.653Q57.077 8.776 57.077 9.081Q57.077 9.300 57.279 9.432Q57.480 9.565 57.726 9.608L58.351 9.721Q58.780 9.811 59.089 10.108Q59.398 10.405 59.398 10.819Q59.398 11.389 58.999 11.667Q58.601 11.944 58.007 11.944Q57.456 11.944 57.105 11.608L56.808 11.921Q56.784 11.944 56.749 11.944L56.702 11.944Q56.679 11.944 56.648 11.913Q56.616 11.882 56.616 11.858\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M-63.046 63.08h36.988V46.01h-36.988Z\"\u002F>\u003Cg transform=\"translate(-79.286 45.412)\">\u003Cpath d=\"M31.464 11.866L29.714 11.866L29.714 11.569Q30.413 11.569 30.601 11.089L32.402 6.264Q32.456 6.155 32.570 6.155L32.640 6.155Q32.753 6.155 32.808 6.264L34.698 11.307Q34.777 11.475 34.980 11.522Q35.183 11.569 35.495 11.569L35.495 11.866L33.273 11.866L33.273 11.569Q33.913 11.569 33.913 11.354Q33.913 11.335 33.911 11.325Q33.909 11.315 33.905 11.307L33.441 10.073L31.296 10.073L30.913 11.089Q30.909 11.104 30.904 11.134Q30.898 11.163 30.898 11.186Q30.898 11.327 30.988 11.411Q31.077 11.495 31.210 11.532Q31.343 11.569 31.464 11.569L31.464 11.866M32.370 7.210L31.402 9.776L33.327 9.776L32.370 7.210M39.378 11.866L36.585 11.866L36.585 11.569Q37.648 11.569 37.648 11.307L37.648 7.139Q37.218 7.354 36.538 7.354L36.538 7.057Q37.558 7.057 38.073 6.546L38.218 6.546Q38.292 6.565 38.312 6.643L38.312 11.307Q38.312 11.569 39.378 11.569\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"m17.818-51.953-22.31 19.517M43.21-51.953 69.7-32.436M-23.913-12.119-36.74 4.553M-6.723-12.119 8.672 4.553M-44.552 24.87v20.939\"\u002F>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\">\u003Cg fill=\"var(--tk-accent)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(29.14 -72.227)\">\u003Cpath d=\"M29.698 10.331Q29.698 10.010 29.823 9.721Q29.948 9.432 30.174 9.209Q30.399 8.985 30.695 8.865Q30.990 8.745 31.308 8.745Q31.636 8.745 31.898 8.845Q32.159 8.944 32.335 9.126Q32.511 9.309 32.605 9.567Q32.699 9.825 32.699 10.157Q32.699 10.249 32.617 10.270L30.362 10.270L30.362 10.331Q30.362 10.919 30.645 11.302Q30.929 11.685 31.496 11.685Q31.818 11.685 32.086 11.492Q32.354 11.299 32.443 10.984Q32.450 10.943 32.525 10.929L32.617 10.929Q32.699 10.953 32.699 11.025Q32.699 11.032 32.693 11.059Q32.580 11.456 32.209 11.695Q31.838 11.934 31.414 11.934Q30.977 11.934 30.577 11.726Q30.177 11.517 29.938 11.150Q29.698 10.783 29.698 10.331M30.368 10.061L32.183 10.061Q32.183 9.784 32.086 9.532Q31.988 9.279 31.790 9.123Q31.592 8.968 31.308 8.968Q31.031 8.968 30.818 9.126Q30.604 9.285 30.486 9.540Q30.368 9.795 30.368 10.061M33.287 10.355Q33.287 10.017 33.427 9.726Q33.568 9.436 33.812 9.222Q34.056 9.009 34.361 8.894Q34.665 8.780 34.989 8.780Q35.259 8.780 35.523 8.879Q35.786 8.978 35.977 9.156L35.977 7.758Q35.977 7.488 35.870 7.426Q35.762 7.365 35.451 7.365L35.451 7.084L36.528 7.009L36.528 11.193Q36.528 11.381 36.582 11.464Q36.637 11.548 36.738 11.567Q36.839 11.586 37.054 11.586L37.054 11.866L35.946 11.934L35.946 11.517Q35.529 11.934 34.904 11.934Q34.473 11.934 34.101 11.722Q33.728 11.511 33.508 11.150Q33.287 10.789 33.287 10.355M34.962 11.712Q35.171 11.712 35.357 11.640Q35.543 11.569 35.697 11.432Q35.851 11.295 35.946 11.117L35.946 9.508Q35.861 9.361 35.716 9.241Q35.571 9.121 35.401 9.062Q35.232 9.002 35.051 9.002Q34.490 9.002 34.222 9.391Q33.954 9.781 33.954 10.362Q33.954 10.933 34.188 11.323Q34.422 11.712 34.962 11.712M39.320 11.866L37.768 11.866L37.768 11.586Q37.994 11.586 38.143 11.552Q38.291 11.517 38.291 11.377L38.291 9.528Q38.291 9.340 38.243 9.256Q38.196 9.173 38.098 9.154Q38.001 9.135 37.789 9.135L37.789 8.855L38.845 8.780L38.845 11.377Q38.845 11.517 38.977 11.552Q39.108 11.586 39.320 11.586L39.320 11.866M38.049 7.559Q38.049 7.388 38.172 7.269Q38.295 7.149 38.466 7.149Q38.633 7.149 38.756 7.269Q38.879 7.388 38.879 7.559Q38.879 7.734 38.756 7.857Q38.633 7.980 38.466 7.980Q38.295 7.980 38.172 7.857Q38.049 7.734 38.049 7.559M40.773 11.866L40.506 11.866L40.506 7.758Q40.506 7.488 40.398 7.426Q40.291 7.365 39.980 7.365L39.980 7.084L41.060 7.009L41.060 9.179Q41.268 8.988 41.554 8.884Q41.839 8.780 42.136 8.780Q42.454 8.780 42.752 8.901Q43.049 9.022 43.271 9.238Q43.493 9.453 43.620 9.738Q43.746 10.024 43.746 10.355Q43.746 10.800 43.507 11.164Q43.268 11.528 42.875 11.731Q42.482 11.934 42.037 11.934Q41.842 11.934 41.653 11.878Q41.463 11.822 41.302 11.717Q41.142 11.613 41.002 11.452L40.773 11.866M41.087 9.521L41.087 11.138Q41.224 11.398 41.465 11.555Q41.706 11.712 41.983 11.712Q42.277 11.712 42.488 11.605Q42.700 11.497 42.834 11.305Q42.967 11.114 43.025 10.875Q43.083 10.636 43.083 10.355Q43.083 9.996 42.989 9.692Q42.895 9.388 42.668 9.195Q42.441 9.002 42.075 9.002Q41.774 9.002 41.508 9.138Q41.241 9.275 41.087 9.521M46.050 11.866L44.447 11.866L44.447 11.586Q44.673 11.586 44.821 11.552Q44.970 11.517 44.970 11.377L44.970 7.758Q44.970 7.488 44.862 7.426Q44.755 7.365 44.447 7.365L44.447 7.084L45.524 7.009L45.524 11.377Q45.524 11.514 45.674 11.550Q45.824 11.586 46.050 11.586L46.050 11.866M46.604 10.331Q46.604 10.010 46.728 9.721Q46.853 9.432 47.079 9.209Q47.304 8.985 47.600 8.865Q47.896 8.745 48.214 8.745Q48.542 8.745 48.803 8.845Q49.065 8.944 49.241 9.126Q49.417 9.309 49.511 9.567Q49.605 9.825 49.605 10.157Q49.605 10.249 49.523 10.270L47.267 10.270L47.267 10.331Q47.267 10.919 47.550 11.302Q47.834 11.685 48.402 11.685Q48.723 11.685 48.991 11.492Q49.259 11.299 49.348 10.984Q49.355 10.943 49.430 10.929L49.523 10.929Q49.605 10.953 49.605 11.025Q49.605 11.032 49.598 11.059Q49.485 11.456 49.114 11.695Q48.743 11.934 48.320 11.934Q47.882 11.934 47.482 11.726Q47.082 11.517 46.843 11.150Q46.604 10.783 46.604 10.331M47.274 10.061L49.089 10.061Q49.089 9.784 48.991 9.532Q48.894 9.279 48.696 9.123Q48.497 8.968 48.214 8.968Q47.937 8.968 47.723 9.126Q47.509 9.285 47.392 9.540Q47.274 9.795 47.274 10.061\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(29.14 -72.227)\">\u003Cpath d=\"M55.036 13.616Q54.486 13.216 54.115 12.661Q53.744 12.105 53.563 11.459Q53.382 10.813 53.382 10.116Q53.382 9.603 53.482 9.108Q53.583 8.612 53.788 8.161Q53.993 7.710 54.306 7.318Q54.619 6.927 55.036 6.623Q55.046 6.619 55.053 6.618Q55.060 6.616 55.070 6.616L55.138 6.616Q55.173 6.616 55.195 6.640Q55.217 6.664 55.217 6.701Q55.217 6.746 55.190 6.763Q54.841 7.064 54.588 7.448Q54.335 7.833 54.183 8.274Q54.031 8.715 53.959 9.171Q53.887 9.627 53.887 10.116Q53.887 11.117 54.197 12.004Q54.506 12.891 55.190 13.476Q55.217 13.493 55.217 13.537Q55.217 13.575 55.195 13.599Q55.173 13.623 55.138 13.623L55.070 13.623Q55.063 13.619 55.055 13.618Q55.046 13.616 55.036 13.616M56.085 11.138Q56.085 10.806 56.309 10.579Q56.533 10.352 56.876 10.224Q57.220 10.095 57.592 10.043Q57.965 9.990 58.269 9.990L58.269 9.737Q58.269 9.532 58.162 9.352Q58.054 9.173 57.873 9.070Q57.692 8.968 57.483 8.968Q57.076 8.968 56.841 9.060Q56.929 9.097 56.976 9.181Q57.022 9.265 57.022 9.367Q57.022 9.463 56.976 9.542Q56.929 9.620 56.849 9.665Q56.769 9.709 56.680 9.709Q56.529 9.709 56.429 9.612Q56.328 9.514 56.328 9.367Q56.328 8.745 57.483 8.745Q57.695 8.745 57.945 8.809Q58.194 8.872 58.396 8.991Q58.597 9.111 58.724 9.296Q58.850 9.480 58.850 9.723L58.850 11.299Q58.850 11.415 58.912 11.511Q58.973 11.606 59.086 11.606Q59.196 11.606 59.260 11.512Q59.325 11.418 59.325 11.299L59.325 10.851L59.592 10.851L59.592 11.299Q59.592 11.569 59.365 11.734Q59.137 11.900 58.857 11.900Q58.649 11.900 58.512 11.746Q58.375 11.593 58.351 11.377Q58.204 11.644 57.922 11.789Q57.640 11.934 57.316 11.934Q57.039 11.934 56.755 11.859Q56.471 11.784 56.278 11.605Q56.085 11.425 56.085 11.138M56.700 11.138Q56.700 11.312 56.801 11.442Q56.902 11.572 57.058 11.642Q57.213 11.712 57.377 11.712Q57.596 11.712 57.804 11.615Q58.013 11.517 58.141 11.336Q58.269 11.155 58.269 10.929L58.269 10.201Q57.945 10.201 57.579 10.292Q57.213 10.383 56.957 10.595Q56.700 10.806 56.700 11.138M60.009 11.859L60.009 10.796Q60.009 10.772 60.036 10.745Q60.064 10.718 60.088 10.718L60.197 10.718Q60.262 10.718 60.276 10.776Q60.371 11.210 60.617 11.461Q60.863 11.712 61.277 11.712Q61.619 11.712 61.872 11.579Q62.125 11.446 62.125 11.138Q62.125 10.981 62.031 10.866Q61.937 10.752 61.798 10.683Q61.660 10.615 61.492 10.577L60.911 10.478Q60.556 10.410 60.282 10.189Q60.009 9.969 60.009 9.627Q60.009 9.378 60.120 9.203Q60.231 9.029 60.417 8.930Q60.604 8.831 60.819 8.788Q61.034 8.745 61.277 8.745Q61.691 8.745 61.971 8.927L62.186 8.752Q62.196 8.749 62.203 8.747Q62.210 8.745 62.220 8.745L62.272 8.745Q62.299 8.745 62.323 8.769Q62.347 8.793 62.347 8.821L62.347 9.668Q62.347 9.689 62.323 9.716Q62.299 9.743 62.272 9.743L62.159 9.743Q62.132 9.743 62.106 9.718Q62.080 9.692 62.080 9.668Q62.080 9.432 61.974 9.268Q61.868 9.104 61.686 9.022Q61.503 8.940 61.270 8.940Q60.942 8.940 60.686 9.043Q60.429 9.145 60.429 9.422Q60.429 9.617 60.612 9.726Q60.795 9.836 61.024 9.877L61.598 9.983Q61.844 10.031 62.058 10.159Q62.272 10.287 62.408 10.490Q62.545 10.694 62.545 10.943Q62.545 11.456 62.179 11.695Q61.814 11.934 61.277 11.934Q60.781 11.934 60.450 11.640L60.183 11.914Q60.163 11.934 60.135 11.934L60.088 11.934Q60.064 11.934 60.036 11.907Q60.009 11.880 60.009 11.859M63.174 11.859L63.174 10.796Q63.174 10.772 63.201 10.745Q63.229 10.718 63.253 10.718L63.362 10.718Q63.427 10.718 63.441 10.776Q63.536 11.210 63.782 11.461Q64.029 11.712 64.442 11.712Q64.784 11.712 65.037 11.579Q65.290 11.446 65.290 11.138Q65.290 10.981 65.196 10.866Q65.102 10.752 64.963 10.683Q64.825 10.615 64.657 10.577L64.076 10.478Q63.721 10.410 63.447 10.189Q63.174 9.969 63.174 9.627Q63.174 9.378 63.285 9.203Q63.396 9.029 63.582 8.930Q63.769 8.831 63.984 8.788Q64.199 8.745 64.442 8.745Q64.856 8.745 65.136 8.927L65.351 8.752Q65.362 8.749 65.368 8.747Q65.375 8.745 65.385 8.745L65.437 8.745Q65.464 8.745 65.488 8.769Q65.512 8.793 65.512 8.821L65.512 9.668Q65.512 9.689 65.488 9.716Q65.464 9.743 65.437 9.743L65.324 9.743Q65.297 9.743 65.271 9.718Q65.245 9.692 65.245 9.668Q65.245 9.432 65.139 9.268Q65.033 9.104 64.851 9.022Q64.668 8.940 64.435 8.940Q64.107 8.940 63.851 9.043Q63.594 9.145 63.594 9.422Q63.594 9.617 63.777 9.726Q63.960 9.836 64.189 9.877L64.763 9.983Q65.009 10.031 65.223 10.159Q65.437 10.287 65.573 10.490Q65.710 10.694 65.710 10.943Q65.710 11.456 65.344 11.695Q64.979 11.934 64.442 11.934Q63.946 11.934 63.615 11.640L63.348 11.914Q63.328 11.934 63.300 11.934L63.253 11.934Q63.229 11.934 63.201 11.907Q63.174 11.880 63.174 11.859M66.298 10.331Q66.298 10.010 66.423 9.721Q66.548 9.432 66.773 9.209Q66.999 8.985 67.294 8.865Q67.590 8.745 67.908 8.745Q68.236 8.745 68.498 8.845Q68.759 8.944 68.935 9.126Q69.111 9.309 69.205 9.567Q69.299 9.825 69.299 10.157Q69.299 10.249 69.217 10.270L66.961 10.270L66.961 10.331Q66.961 10.919 67.245 11.302Q67.529 11.685 68.096 11.685Q68.417 11.685 68.686 11.492Q68.954 11.299 69.043 10.984Q69.050 10.943 69.125 10.929L69.217 10.929Q69.299 10.953 69.299 11.025Q69.299 11.032 69.292 11.059Q69.179 11.456 68.809 11.695Q68.438 11.934 68.014 11.934Q67.576 11.934 67.176 11.726Q66.777 11.517 66.537 11.150Q66.298 10.783 66.298 10.331M66.968 10.061L68.783 10.061Q68.783 9.784 68.686 9.532Q68.588 9.279 68.390 9.123Q68.192 8.968 67.908 8.968Q67.631 8.968 67.417 9.126Q67.204 9.285 67.086 9.540Q66.968 9.795 66.968 10.061M71.637 11.866L69.901 11.866L69.901 11.586Q70.130 11.586 70.278 11.552Q70.427 11.517 70.427 11.377L70.427 9.528Q70.427 9.258 70.319 9.197Q70.212 9.135 69.901 9.135L69.901 8.855L70.929 8.780L70.929 9.487Q71.059 9.179 71.302 8.980Q71.545 8.780 71.863 8.780Q72.081 8.780 72.252 8.904Q72.423 9.029 72.423 9.241Q72.423 9.378 72.324 9.477Q72.225 9.576 72.092 9.576Q71.955 9.576 71.856 9.477Q71.757 9.378 71.757 9.241Q71.757 9.101 71.856 9.002Q71.565 9.002 71.365 9.198Q71.165 9.395 71.073 9.689Q70.981 9.983 70.981 10.263L70.981 11.377Q70.981 11.586 71.637 11.586L71.637 11.866M73.534 11.025L73.534 9.128L72.895 9.128L72.895 8.906Q73.213 8.906 73.430 8.696Q73.647 8.486 73.748 8.176Q73.848 7.867 73.848 7.559L74.115 7.559L74.115 8.848L75.192 8.848L75.192 9.128L74.115 9.128L74.115 11.012Q74.115 11.288 74.219 11.487Q74.323 11.685 74.583 11.685Q74.740 11.685 74.846 11.581Q74.952 11.476 75.002 11.323Q75.051 11.169 75.051 11.012L75.051 10.598L75.318 10.598L75.318 11.025Q75.318 11.251 75.219 11.461Q75.120 11.671 74.935 11.803Q74.751 11.934 74.522 11.934Q74.084 11.934 73.809 11.697Q73.534 11.459 73.534 11.025M76.087 10.331Q76.087 10.010 76.212 9.721Q76.337 9.432 76.562 9.209Q76.788 8.985 77.083 8.865Q77.379 8.745 77.697 8.745Q78.025 8.745 78.287 8.845Q78.548 8.944 78.724 9.126Q78.900 9.309 78.994 9.567Q79.088 9.825 79.088 10.157Q79.088 10.249 79.006 10.270L76.750 10.270L76.750 10.331Q76.750 10.919 77.034 11.302Q77.318 11.685 77.885 11.685Q78.206 11.685 78.475 11.492Q78.743 11.299 78.832 10.984Q78.839 10.943 78.914 10.929L79.006 10.929Q79.088 10.953 79.088 11.025Q79.088 11.032 79.081 11.059Q78.968 11.456 78.598 11.695Q78.227 11.934 77.803 11.934Q77.365 11.934 76.966 11.726Q76.566 11.517 76.326 11.150Q76.087 10.783 76.087 10.331M76.757 10.061L78.572 10.061Q78.572 9.784 78.475 9.532Q78.377 9.279 78.179 9.123Q77.981 8.968 77.697 8.968Q77.420 8.968 77.207 9.126Q76.993 9.285 76.875 9.540Q76.757 9.795 76.757 10.061M79.676 10.355Q79.676 10.017 79.816 9.726Q79.956 9.436 80.201 9.222Q80.445 9.009 80.749 8.894Q81.053 8.780 81.378 8.780Q81.648 8.780 81.911 8.879Q82.175 8.978 82.366 9.156L82.366 7.758Q82.366 7.488 82.258 7.426Q82.151 7.365 81.840 7.365L81.840 7.084L82.916 7.009L82.916 11.193Q82.916 11.381 82.971 11.464Q83.026 11.548 83.126 11.567Q83.227 11.586 83.443 11.586L83.443 11.866L82.335 11.934L82.335 11.517Q81.918 11.934 81.293 11.934Q80.862 11.934 80.489 11.722Q80.117 11.511 79.896 11.150Q79.676 10.789 79.676 10.355M81.351 11.712Q81.559 11.712 81.746 11.640Q81.932 11.569 82.086 11.432Q82.239 11.295 82.335 11.117L82.335 9.508Q82.250 9.361 82.104 9.241Q81.959 9.121 81.790 9.062Q81.621 9.002 81.440 9.002Q80.879 9.002 80.611 9.391Q80.342 9.781 80.342 10.362Q80.342 10.933 80.577 11.323Q80.811 11.712 81.351 11.712\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(29.14 -72.227)\">\u003Cpath d=\"M88.508 11.866L86.874 11.866L86.874 11.586Q87.103 11.586 87.252 11.552Q87.401 11.517 87.401 11.377L87.401 7.758Q87.401 7.488 87.293 7.426Q87.185 7.365 86.874 7.365L86.874 7.084L87.954 7.009L87.954 9.395Q88.060 9.210 88.238 9.068Q88.416 8.927 88.624 8.853Q88.833 8.780 89.058 8.780Q89.564 8.780 89.848 9.003Q90.132 9.227 90.132 9.723L90.132 11.377Q90.132 11.514 90.280 11.550Q90.429 11.586 90.655 11.586L90.655 11.866L89.024 11.866L89.024 11.586Q89.253 11.586 89.402 11.552Q89.551 11.517 89.551 11.377L89.551 9.737Q89.551 9.402 89.431 9.202Q89.311 9.002 88.997 9.002Q88.727 9.002 88.493 9.138Q88.259 9.275 88.120 9.509Q87.982 9.743 87.982 10.017L87.982 11.377Q87.982 11.514 88.132 11.550Q88.283 11.586 88.508 11.586L88.508 11.866M91.201 10.331Q91.201 10.010 91.326 9.721Q91.451 9.432 91.677 9.209Q91.902 8.985 92.198 8.865Q92.493 8.745 92.811 8.745Q93.139 8.745 93.401 8.845Q93.662 8.944 93.838 9.126Q94.014 9.309 94.108 9.567Q94.202 9.825 94.202 10.157Q94.202 10.249 94.120 10.270L91.865 10.270L91.865 10.331Q91.865 10.919 92.148 11.302Q92.432 11.685 92.999 11.685Q93.321 11.685 93.589 11.492Q93.857 11.299 93.946 10.984Q93.953 10.943 94.028 10.929L94.120 10.929Q94.202 10.953 94.202 11.025Q94.202 11.032 94.196 11.059Q94.083 11.456 93.712 11.695Q93.341 11.934 92.917 11.934Q92.480 11.934 92.080 11.726Q91.680 11.517 91.441 11.150Q91.201 10.783 91.201 10.331M91.871 10.061L93.686 10.061Q93.686 9.784 93.589 9.532Q93.491 9.279 93.293 9.123Q93.095 8.968 92.811 8.968Q92.534 8.968 92.321 9.126Q92.107 9.285 91.989 9.540Q91.871 9.795 91.871 10.061M96.540 11.866L94.804 11.866L94.804 11.586Q95.033 11.586 95.182 11.552Q95.330 11.517 95.330 11.377L95.330 9.528Q95.330 9.258 95.223 9.197Q95.115 9.135 94.804 9.135L94.804 8.855L95.833 8.780L95.833 9.487Q95.963 9.179 96.205 8.980Q96.448 8.780 96.766 8.780Q96.985 8.780 97.156 8.904Q97.326 9.029 97.326 9.241Q97.326 9.378 97.227 9.477Q97.128 9.576 96.995 9.576Q96.858 9.576 96.759 9.477Q96.660 9.378 96.660 9.241Q96.660 9.101 96.759 9.002Q96.469 9.002 96.269 9.198Q96.069 9.395 95.976 9.689Q95.884 9.983 95.884 10.263L95.884 11.377Q95.884 11.586 96.540 11.586L96.540 11.866M97.870 10.331Q97.870 10.010 97.995 9.721Q98.119 9.432 98.345 9.209Q98.571 8.985 98.866 8.865Q99.162 8.745 99.480 8.745Q99.808 8.745 100.069 8.845Q100.331 8.944 100.507 9.126Q100.683 9.309 100.777 9.567Q100.871 9.825 100.871 10.157Q100.871 10.249 100.789 10.270L98.533 10.270L98.533 10.331Q98.533 10.919 98.817 11.302Q99.100 11.685 99.668 11.685Q99.989 11.685 100.257 11.492Q100.526 11.299 100.615 10.984Q100.621 10.943 100.697 10.929L100.789 10.929Q100.871 10.953 100.871 11.025Q100.871 11.032 100.864 11.059Q100.751 11.456 100.380 11.695Q100.010 11.934 99.586 11.934Q99.148 11.934 98.748 11.726Q98.348 11.517 98.109 11.150Q97.870 10.783 97.870 10.331M98.540 10.061L100.355 10.061Q100.355 9.784 100.257 9.532Q100.160 9.279 99.962 9.123Q99.763 8.968 99.480 8.968Q99.203 8.968 98.989 9.126Q98.776 9.285 98.658 9.540Q98.540 9.795 98.540 10.061M101.780 13.623L101.712 13.623Q101.678 13.623 101.655 13.597Q101.633 13.572 101.633 13.537Q101.633 13.493 101.664 13.476Q102.019 13.172 102.269 12.782Q102.518 12.392 102.670 11.960Q102.823 11.528 102.893 11.059Q102.963 10.591 102.963 10.116Q102.963 9.637 102.893 9.171Q102.823 8.704 102.669 8.269Q102.515 7.833 102.264 7.445Q102.012 7.057 101.664 6.763Q101.633 6.746 101.633 6.701Q101.633 6.667 101.655 6.642Q101.678 6.616 101.712 6.616L101.780 6.616Q101.790 6.616 101.799 6.618Q101.807 6.619 101.818 6.623Q102.361 7.023 102.734 7.576Q103.106 8.130 103.287 8.776Q103.469 9.422 103.469 10.116Q103.469 10.817 103.287 11.464Q103.106 12.112 102.732 12.666Q102.358 13.220 101.818 13.616Q101.807 13.616 101.799 13.618Q101.790 13.619 101.780 13.623\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M46.497-54.998C74.95 6.175-4.718 44.586-23.506 53.437\"\u002F>\u003Cpath stroke=\"none\" d=\"m-25.858 54.545 4.65.109-2.298-1.217.525-2.546\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\">\u003Cg transform=\"translate(-36.3 45.11)\">\u003Cpath d=\"M31.356 11.866L29.804 11.866L29.804 11.586Q30.030 11.586 30.179 11.552Q30.327 11.517 30.327 11.377L30.327 9.528Q30.327 9.340 30.279 9.256Q30.232 9.173 30.134 9.154Q30.037 9.135 29.825 9.135L29.825 8.855L30.881 8.780L30.881 11.377Q30.881 11.517 31.013 11.552Q31.144 11.586 31.356 11.586L31.356 11.866M30.085 7.559Q30.085 7.388 30.208 7.269Q30.331 7.149 30.502 7.149Q30.669 7.149 30.792 7.269Q30.915 7.388 30.915 7.559Q30.915 7.734 30.792 7.857Q30.669 7.980 30.502 7.980Q30.331 7.980 30.208 7.857Q30.085 7.734 30.085 7.559M33.684 11.866L32.050 11.866L32.050 11.586Q32.279 11.586 32.428 11.552Q32.576 11.517 32.576 11.377L32.576 9.528Q32.576 9.258 32.469 9.197Q32.361 9.135 32.050 9.135L32.050 8.855L33.110 8.780L33.110 9.429Q33.280 9.121 33.585 8.950Q33.889 8.780 34.234 8.780Q34.740 8.780 35.024 9.003Q35.307 9.227 35.307 9.723L35.307 11.377Q35.307 11.514 35.456 11.550Q35.605 11.586 35.830 11.586L35.830 11.866L34.200 11.866L34.200 11.586Q34.429 11.586 34.578 11.552Q34.726 11.517 34.726 11.377L34.726 9.737Q34.726 9.402 34.607 9.202Q34.487 9.002 34.173 9.002Q33.903 9.002 33.668 9.138Q33.434 9.275 33.296 9.509Q33.157 9.743 33.157 10.017L33.157 11.377Q33.157 11.514 33.308 11.550Q33.458 11.586 33.684 11.586L33.684 11.866M38.100 11.866L36.466 11.866L36.466 11.586Q36.695 11.586 36.844 11.552Q36.992 11.517 36.992 11.377L36.992 7.758Q36.992 7.488 36.885 7.426Q36.777 7.365 36.466 7.365L36.466 7.084L37.546 7.009L37.546 9.395Q37.652 9.210 37.830 9.068Q38.008 8.927 38.216 8.853Q38.425 8.780 38.650 8.780Q39.156 8.780 39.440 9.003Q39.723 9.227 39.723 9.723L39.723 11.377Q39.723 11.514 39.872 11.550Q40.021 11.586 40.246 11.586L40.246 11.866L38.616 11.866L38.616 11.586Q38.845 11.586 38.994 11.552Q39.142 11.517 39.142 11.377L39.142 9.737Q39.142 9.402 39.023 9.202Q38.903 9.002 38.589 9.002Q38.319 9.002 38.084 9.138Q37.850 9.275 37.712 9.509Q37.573 9.743 37.573 10.017L37.573 11.377Q37.573 11.514 37.724 11.550Q37.874 11.586 38.100 11.586L38.100 11.866M40.793 10.331Q40.793 10.010 40.918 9.721Q41.043 9.432 41.268 9.209Q41.494 8.985 41.790 8.865Q42.085 8.745 42.403 8.745Q42.731 8.745 42.993 8.845Q43.254 8.944 43.430 9.126Q43.606 9.309 43.700 9.567Q43.794 9.825 43.794 10.157Q43.794 10.249 43.712 10.270L41.456 10.270L41.456 10.331Q41.456 10.919 41.740 11.302Q42.024 11.685 42.591 11.685Q42.912 11.685 43.181 11.492Q43.449 11.299 43.538 10.984Q43.545 10.943 43.620 10.929L43.712 10.929Q43.794 10.953 43.794 11.025Q43.794 11.032 43.787 11.059Q43.675 11.456 43.304 11.695Q42.933 11.934 42.509 11.934Q42.071 11.934 41.672 11.726Q41.272 11.517 41.032 11.150Q40.793 10.783 40.793 10.331M41.463 10.061L43.278 10.061Q43.278 9.784 43.181 9.532Q43.083 9.279 42.885 9.123Q42.687 8.968 42.403 8.968Q42.126 8.968 41.913 9.126Q41.699 9.285 41.581 9.540Q41.463 9.795 41.463 10.061M46.132 11.866L44.396 11.866L44.396 11.586Q44.625 11.586 44.773 11.552Q44.922 11.517 44.922 11.377L44.922 9.528Q44.922 9.258 44.814 9.197Q44.707 9.135 44.396 9.135L44.396 8.855L45.425 8.780L45.425 9.487Q45.554 9.179 45.797 8.980Q46.040 8.780 46.358 8.780Q46.576 8.780 46.747 8.904Q46.918 9.029 46.918 9.241Q46.918 9.378 46.819 9.477Q46.720 9.576 46.587 9.576Q46.450 9.576 46.351 9.477Q46.252 9.378 46.252 9.241Q46.252 9.101 46.351 9.002Q46.060 9.002 45.860 9.198Q45.660 9.395 45.568 9.689Q45.476 9.983 45.476 10.263L45.476 11.377Q45.476 11.586 46.132 11.586L46.132 11.866M49.119 11.866L47.568 11.866L47.568 11.586Q47.793 11.586 47.942 11.552Q48.091 11.517 48.091 11.377L48.091 9.528Q48.091 9.340 48.043 9.256Q47.995 9.173 47.897 9.154Q47.800 9.135 47.588 9.135L47.588 8.855L48.644 8.780L48.644 11.377Q48.644 11.517 48.776 11.552Q48.907 11.586 49.119 11.586L49.119 11.866M47.848 7.559Q47.848 7.388 47.971 7.269Q48.094 7.149 48.265 7.149Q48.432 7.149 48.555 7.269Q48.678 7.388 48.678 7.559Q48.678 7.734 48.555 7.857Q48.432 7.980 48.265 7.980Q48.094 7.980 47.971 7.857Q47.848 7.734 47.848 7.559M50.292 11.025L50.292 9.128L49.653 9.128L49.653 8.906Q49.970 8.906 50.187 8.696Q50.404 8.486 50.505 8.176Q50.606 7.867 50.606 7.559L50.873 7.559L50.873 8.848L51.949 8.848L51.949 9.128L50.873 9.128L50.873 11.012Q50.873 11.288 50.977 11.487Q51.081 11.685 51.341 11.685Q51.498 11.685 51.604 11.581Q51.710 11.476 51.760 11.323Q51.809 11.169 51.809 11.012L51.809 10.598L52.076 10.598L52.076 11.025Q52.076 11.251 51.977 11.461Q51.878 11.671 51.693 11.803Q51.508 11.934 51.279 11.934Q50.842 11.934 50.567 11.697Q50.292 11.459 50.292 11.025M52.845 10.331Q52.845 10.010 52.970 9.721Q53.094 9.432 53.320 9.209Q53.546 8.985 53.841 8.865Q54.137 8.745 54.455 8.745Q54.783 8.745 55.044 8.845Q55.306 8.944 55.482 9.126Q55.658 9.309 55.752 9.567Q55.846 9.825 55.846 10.157Q55.846 10.249 55.764 10.270L53.508 10.270L53.508 10.331Q53.508 10.919 53.792 11.302Q54.075 11.685 54.643 11.685Q54.964 11.685 55.232 11.492Q55.501 11.299 55.590 10.984Q55.596 10.943 55.672 10.929L55.764 10.929Q55.846 10.953 55.846 11.025Q55.846 11.032 55.839 11.059Q55.726 11.456 55.355 11.695Q54.985 11.934 54.561 11.934Q54.123 11.934 53.723 11.726Q53.323 11.517 53.084 11.150Q52.845 10.783 52.845 10.331M53.515 10.061L55.330 10.061Q55.330 9.784 55.232 9.532Q55.135 9.279 54.937 9.123Q54.738 8.968 54.455 8.968Q54.178 8.968 53.964 9.126Q53.751 9.285 53.633 9.540Q53.515 9.795 53.515 10.061M56.434 10.355Q56.434 10.017 56.574 9.726Q56.714 9.436 56.958 9.222Q57.203 9.009 57.507 8.894Q57.811 8.780 58.136 8.780Q58.406 8.780 58.669 8.879Q58.932 8.978 59.124 9.156L59.124 7.758Q59.124 7.488 59.016 7.426Q58.908 7.365 58.597 7.365L58.597 7.084L59.674 7.009L59.674 11.193Q59.674 11.381 59.729 11.464Q59.783 11.548 59.884 11.567Q59.985 11.586 60.200 11.586L60.200 11.866L59.093 11.934L59.093 11.517Q58.676 11.934 58.050 11.934Q57.620 11.934 57.247 11.722Q56.875 11.511 56.654 11.150Q56.434 10.789 56.434 10.355M58.109 11.712Q58.317 11.712 58.503 11.640Q58.690 11.569 58.843 11.432Q58.997 11.295 59.093 11.117L59.093 9.508Q59.008 9.361 58.862 9.241Q58.717 9.121 58.548 9.062Q58.379 9.002 58.197 9.002Q57.637 9.002 57.369 9.391Q57.100 9.781 57.100 10.362Q57.100 10.933 57.334 11.323Q57.569 11.712 58.109 11.712\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fsvg>\u003Cfigcaption class=\"tikz-cap\">A fragment of a taxonomy. Each downward link is a subclass relation (\u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.8889em;vertical-align:-0.1944em;\">\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">A\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\" style=\"margin-right:0.0197em;\">ppl\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">es\u003C\u002Fspan>\u003Cspan class=\"mspace\" style=\"margin-right:0.2778em;\">\u003C\u002Fspan>\u003Cspan class=\"mrel\">⊂\u003C\u002Fspan>\u003Cspan class=\"mspace\" style=\"margin-right:0.2778em;\">\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.6833em;\">\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\" style=\"margin-right:0.1389em;\">F\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\" style=\"margin-right:0.0278em;\">r\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">u\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">i\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">t\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>), and edibility asserted at \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.6944em;\">\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\" style=\"margin-right:0.1389em;\">F\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">oo\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">d\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan> is inherited by every category below it down to the individual apple \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.8333em;vertical-align:-0.15em;\">\u003C\u002Fspan>\u003Cspan class=\"mord\">\u003Cspan class=\"mord mathnormal\">A\u003C\u002Fspan>\u003Cspan class=\"msupsub\">\u003Cspan class=\"vlist-t vlist-t2\">\u003Cspan class=\"vlist-r\">\u003Cspan class=\"vlist\" style=\"height:0.3011em;\">\u003Cspan style=\"top:-2.55em;margin-left:0em;margin-right:0.05em;\">\u003Cspan class=\"pstrut\" style=\"height:2.7em;\">\u003C\u002Fspan>\u003Cspan class=\"sizing reset-size6 size3 mtight\">\u003Cspan class=\"mord mtight\">1\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"vlist-s\">​\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"vlist-r\">\u003Cspan class=\"vlist\" style=\"height:0.15em;\">\u003Cspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>.\u003C\u002Ffigcaption>","\u003Csvg style=\"width:100%;max-width:417.658px;height:auto\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\" viewBox=\"-75 -75 313.243 151.009\">\u003Cg stroke=\"currentColor\" style=\"stroke-miterlimit:10;stroke-width:.4\">\u003Cg stroke=\"none\" font-family=\"cmr8\" font-size=\"8\">\u003Cg transform=\"translate(-.43 -74.045)\">\u003Cpath d=\"M-21.021 8.936Q-21.021 8.440-20.771 8.015Q-20.521 7.589-20.101 7.343Q-19.681 7.097-19.181 7.097Q-18.642 7.097-18.251 7.222Q-17.861 7.347-17.861 7.761Q-17.861 7.866-17.911 7.958Q-17.962 8.050-18.054 8.101Q-18.146 8.151-18.255 8.151Q-18.361 8.151-18.452 8.101Q-18.544 8.050-18.595 7.958Q-18.646 7.866-18.646 7.761Q-18.646 7.538-18.478 7.433Q-18.700 7.374-19.173 7.374Q-19.470 7.374-19.685 7.513Q-19.900 7.651-20.031 7.882Q-20.161 8.112-20.220 8.382Q-20.279 8.651-20.279 8.936Q-20.279 9.331-20.146 9.681Q-20.013 10.030-19.741 10.247Q-19.470 10.464-19.072 10.464Q-18.697 10.464-18.421 10.247Q-18.146 10.030-18.044 9.671Q-18.029 9.608-17.966 9.608L-17.861 9.608Q-17.825 9.608-17.800 9.636Q-17.775 9.663-17.775 9.702L-17.775 9.726Q-17.907 10.206-18.292 10.474Q-18.677 10.741-19.181 10.741Q-19.544 10.741-19.878 10.604Q-20.212 10.468-20.472 10.218Q-20.732 9.968-20.876 9.632Q-21.021 9.296-21.021 8.936M-17.286 8.968Q-17.286 8.464-17.031 8.032Q-16.775 7.601-16.339 7.349Q-15.904 7.097-15.404 7.097Q-15.017 7.097-14.675 7.241Q-14.333 7.386-14.072 7.647Q-13.810 7.909-13.667 8.245Q-13.525 8.581-13.525 8.968Q-13.525 9.460-13.788 9.870Q-14.052 10.280-14.482 10.511Q-14.911 10.741-15.404 10.741Q-15.896 10.741-16.329 10.509Q-16.763 10.276-17.025 9.868Q-17.286 9.460-17.286 8.968M-15.404 10.464Q-14.947 10.464-14.695 10.241Q-14.443 10.018-14.355 9.667Q-14.267 9.315-14.267 8.870Q-14.267 8.440-14.361 8.102Q-14.454 7.765-14.708 7.558Q-14.962 7.351-15.404 7.351Q-16.052 7.351-16.296 7.767Q-16.540 8.183-16.540 8.870Q-16.540 9.315-16.452 9.667Q-16.364 10.018-16.113 10.241Q-15.861 10.464-15.404 10.464M-12.357 9.710L-12.357 7.968Q-12.357 7.753-12.419 7.657Q-12.482 7.561-12.601 7.540Q-12.720 7.518-12.966 7.518L-12.966 7.222L-11.720 7.136L-11.720 9.686L-11.720 9.710Q-11.720 10.022-11.665 10.184Q-11.611 10.347-11.460 10.417Q-11.310 10.487-10.989 10.487Q-10.560 10.487-10.286 10.149Q-10.013 9.811-10.013 9.366L-10.013 7.968Q-10.013 7.753-10.075 7.657Q-10.138 7.561-10.257 7.540Q-10.376 7.518-10.622 7.518L-10.622 7.222L-9.376 7.136L-9.376 9.921Q-9.376 10.132-9.314 10.227Q-9.251 10.323-9.132 10.345Q-9.013 10.366-8.767 10.366L-8.767 10.663L-9.989 10.741L-9.989 10.120Q-10.157 10.409-10.439 10.575Q-10.720 10.741-11.040 10.741Q-12.357 10.741-12.357 9.710M-6.392 10.663L-8.247 10.663L-8.247 10.366Q-7.974 10.366-7.806 10.319Q-7.638 10.272-7.638 10.104L-7.638 7.968Q-7.638 7.753-7.700 7.657Q-7.763 7.561-7.882 7.540Q-8.001 7.518-8.247 7.518L-8.247 7.222L-7.056 7.136L-7.056 7.870Q-6.943 7.655-6.749 7.487Q-6.556 7.319-6.318 7.227Q-6.079 7.136-5.825 7.136Q-4.657 7.136-4.657 8.214L-4.657 10.104Q-4.657 10.272-4.488 10.319Q-4.318 10.366-4.048 10.366L-4.048 10.663L-5.904 10.663L-5.904 10.366Q-5.630 10.366-5.462 10.319Q-5.294 10.272-5.294 10.104L-5.294 8.229Q-5.294 7.847-5.415 7.618Q-5.536 7.390-5.888 7.390Q-6.200 7.390-6.454 7.552Q-6.708 7.714-6.855 7.983Q-7.001 8.253-7.001 8.550L-7.001 10.104Q-7.001 10.272-6.831 10.319Q-6.661 10.366-6.392 10.366\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-.43 -74.045)\">\u003Cpath d=\"M-3.202 9.702L-3.202 7.511L-3.905 7.511L-3.905 7.257Q-3.549 7.257-3.307 7.024Q-3.065 6.792-2.954 6.444Q-2.842 6.097-2.842 5.741L-2.561 5.741L-2.561 7.214L-1.385 7.214L-1.385 7.511L-2.561 7.511L-2.561 9.686Q-2.561 10.007-2.442 10.235Q-2.323 10.464-2.042 10.464Q-1.862 10.464-1.745 10.341Q-1.628 10.218-1.575 10.038Q-1.522 9.858-1.522 9.686L-1.522 9.214L-1.241 9.214L-1.241 9.702Q-1.241 9.956-1.346 10.196Q-1.452 10.436-1.649 10.589Q-1.846 10.741-2.104 10.741Q-2.420 10.741-2.672 10.618Q-2.924 10.495-3.063 10.261Q-3.202 10.026-3.202 9.702\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-.43 -74.045)\">\u003Cpath d=\"M4.242 10.663L2.386 10.663L2.386 10.366Q2.660 10.366 2.828 10.319Q2.996 10.272 2.996 10.104L2.996 7.968Q2.996 7.753 2.933 7.657Q2.871 7.561 2.752 7.540Q2.633 7.518 2.386 7.518L2.386 7.222L3.578 7.136L3.578 7.870Q3.691 7.655 3.885 7.487Q4.078 7.319 4.316 7.227Q4.554 7.136 4.808 7.136Q5.976 7.136 5.976 8.214L5.976 10.104Q5.976 10.272 6.146 10.319Q6.316 10.366 6.586 10.366L6.586 10.663L4.730 10.663L4.730 10.366Q5.004 10.366 5.172 10.319Q5.340 10.272 5.340 10.104L5.340 8.229Q5.340 7.847 5.219 7.618Q5.097 7.390 4.746 7.390Q4.433 7.390 4.179 7.552Q3.926 7.714 3.779 7.983Q3.633 8.253 3.633 8.550L3.633 10.104Q3.633 10.272 3.803 10.319Q3.972 10.366 4.242 10.366L4.242 10.663M7.031 8.968Q7.031 8.464 7.287 8.032Q7.543 7.601 7.978 7.349Q8.414 7.097 8.914 7.097Q9.301 7.097 9.642 7.241Q9.984 7.386 10.246 7.647Q10.508 7.909 10.650 8.245Q10.793 8.581 10.793 8.968Q10.793 9.460 10.529 9.870Q10.265 10.280 9.836 10.511Q9.406 10.741 8.914 10.741Q8.422 10.741 7.988 10.509Q7.554 10.276 7.293 9.868Q7.031 9.460 7.031 8.968M8.914 10.464Q9.371 10.464 9.623 10.241Q9.875 10.018 9.963 9.667Q10.051 9.315 10.051 8.870Q10.051 8.440 9.957 8.102Q9.863 7.765 9.609 7.558Q9.355 7.351 8.914 7.351Q8.265 7.351 8.021 7.767Q7.777 8.183 7.777 8.870Q7.777 9.315 7.865 9.667Q7.953 10.018 8.205 10.241Q8.457 10.464 8.914 10.464M11.961 9.710L11.961 7.968Q11.961 7.753 11.898 7.657Q11.836 7.561 11.717 7.540Q11.597 7.518 11.351 7.518L11.351 7.222L12.597 7.136L12.597 9.686L12.597 9.710Q12.597 10.022 12.652 10.184Q12.707 10.347 12.857 10.417Q13.008 10.487 13.328 10.487Q13.758 10.487 14.031 10.149Q14.304 9.811 14.304 9.366L14.304 7.968Q14.304 7.753 14.242 7.657Q14.179 7.561 14.060 7.540Q13.941 7.518 13.695 7.518L13.695 7.222L14.941 7.136L14.941 9.921Q14.941 10.132 15.004 10.227Q15.066 10.323 15.185 10.345Q15.304 10.366 15.551 10.366L15.551 10.663L14.328 10.741L14.328 10.120Q14.160 10.409 13.879 10.575Q13.597 10.741 13.277 10.741Q11.961 10.741 11.961 9.710M17.926 10.663L16.070 10.663L16.070 10.366Q16.344 10.366 16.511 10.319Q16.679 10.272 16.679 10.104L16.679 7.968Q16.679 7.753 16.617 7.657Q16.554 7.561 16.435 7.540Q16.316 7.518 16.070 7.518L16.070 7.222L17.261 7.136L17.261 7.870Q17.375 7.655 17.568 7.487Q17.761 7.319 18 7.227Q18.238 7.136 18.492 7.136Q19.660 7.136 19.660 8.214L19.660 10.104Q19.660 10.272 19.830 10.319Q20 10.366 20.269 10.366L20.269 10.663L18.414 10.663L18.414 10.366Q18.687 10.366 18.855 10.319Q19.023 10.272 19.023 10.104L19.023 8.229Q19.023 7.847 18.902 7.618Q18.781 7.390 18.429 7.390Q18.117 7.390 17.863 7.552Q17.609 7.714 17.463 7.983Q17.316 8.253 17.316 8.550L17.316 10.104Q17.316 10.272 17.486 10.319Q17.656 10.366 17.926 10.366L17.926 10.663M21.195 10.198Q21.195 10.015 21.332 9.878Q21.469 9.741 21.660 9.741Q21.851 9.741 21.984 9.874Q22.117 10.007 22.117 10.198Q22.117 10.397 21.984 10.530Q21.851 10.663 21.660 10.663Q21.469 10.663 21.332 10.526Q21.195 10.390 21.195 10.198M21.195 7.671Q21.195 7.487 21.332 7.351Q21.469 7.214 21.660 7.214Q21.851 7.214 21.984 7.347Q22.117 7.479 22.117 7.671Q22.117 7.870 21.984 8.003Q21.851 8.136 21.660 8.136Q21.469 8.136 21.332 7.999Q21.195 7.862 21.195 7.671\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-.43 -74.045)\">\u003Cpath d=\"M26.966 9.831Q26.966 9.347 27.368 9.052Q27.771 8.757 28.321 8.638Q28.872 8.518 29.364 8.518L29.364 8.229Q29.364 8.003 29.249 7.796Q29.134 7.589 28.937 7.470Q28.739 7.351 28.509 7.351Q28.083 7.351 27.798 7.456Q27.868 7.483 27.915 7.538Q27.962 7.593 27.987 7.663Q28.013 7.733 28.013 7.808Q28.013 7.913 27.962 8.005Q27.911 8.097 27.819 8.147Q27.728 8.198 27.622 8.198Q27.517 8.198 27.425 8.147Q27.333 8.097 27.282 8.005Q27.232 7.913 27.232 7.808Q27.232 7.390 27.620 7.243Q28.009 7.097 28.509 7.097Q28.841 7.097 29.194 7.227Q29.548 7.358 29.776 7.612Q30.005 7.866 30.005 8.214L30.005 10.015Q30.005 10.147 30.077 10.257Q30.150 10.366 30.278 10.366Q30.403 10.366 30.472 10.261Q30.540 10.155 30.540 10.015L30.540 9.503L30.821 9.503L30.821 10.015Q30.821 10.218 30.704 10.376Q30.587 10.534 30.405 10.618Q30.224 10.702 30.021 10.702Q29.790 10.702 29.638 10.530Q29.485 10.358 29.454 10.128Q29.294 10.409 28.985 10.575Q28.677 10.741 28.325 10.741Q27.814 10.741 27.390 10.518Q26.966 10.296 26.966 9.831M27.653 9.831Q27.653 10.116 27.880 10.302Q28.107 10.487 28.400 10.487Q28.646 10.487 28.870 10.370Q29.095 10.253 29.230 10.050Q29.364 9.847 29.364 9.593L29.364 8.761Q29.099 8.761 28.814 8.815Q28.528 8.870 28.257 8.999Q27.985 9.128 27.819 9.335Q27.653 9.542 27.653 9.831M31.212 9.831Q31.212 9.347 31.614 9.052Q32.017 8.757 32.567 8.638Q33.118 8.518 33.610 8.518L33.610 8.229Q33.610 8.003 33.495 7.796Q33.380 7.589 33.183 7.470Q32.985 7.351 32.755 7.351Q32.329 7.351 32.044 7.456Q32.114 7.483 32.161 7.538Q32.208 7.593 32.234 7.663Q32.259 7.733 32.259 7.808Q32.259 7.913 32.208 8.005Q32.157 8.097 32.066 8.147Q31.974 8.198 31.868 8.198Q31.763 8.198 31.671 8.147Q31.579 8.097 31.528 8.005Q31.478 7.913 31.478 7.808Q31.478 7.390 31.866 7.243Q32.255 7.097 32.755 7.097Q33.087 7.097 33.441 7.227Q33.794 7.358 34.023 7.612Q34.251 7.866 34.251 8.214L34.251 10.015Q34.251 10.147 34.323 10.257Q34.396 10.366 34.525 10.366Q34.650 10.366 34.718 10.261Q34.786 10.155 34.786 10.015L34.786 9.503L35.067 9.503L35.067 10.015Q35.067 10.218 34.950 10.376Q34.833 10.534 34.651 10.618Q34.470 10.702 34.267 10.702Q34.036 10.702 33.884 10.530Q33.732 10.358 33.700 10.128Q33.540 10.409 33.232 10.575Q32.923 10.741 32.571 10.741Q32.060 10.741 31.636 10.518Q31.212 10.296 31.212 9.831M31.900 9.831Q31.900 10.116 32.126 10.302Q32.353 10.487 32.646 10.487Q32.892 10.487 33.116 10.370Q33.341 10.253 33.476 10.050Q33.610 9.847 33.610 9.593L33.610 8.761Q33.345 8.761 33.060 8.815Q32.775 8.870 32.503 8.999Q32.232 9.128 32.066 9.335Q31.900 9.542 31.900 9.831M37.368 10.663L35.388 10.663L35.388 10.366Q35.657 10.366 35.825 10.321Q35.993 10.276 35.993 10.104L35.993 7.968Q35.993 7.753 35.931 7.657Q35.868 7.561 35.751 7.540Q35.634 7.518 35.388 7.518L35.388 7.222L36.556 7.136L36.556 7.921Q36.634 7.710 36.786 7.524Q36.939 7.339 37.138 7.237Q37.337 7.136 37.564 7.136Q37.810 7.136 38.001 7.280Q38.192 7.425 38.192 7.655Q38.192 7.811 38.087 7.921Q37.982 8.030 37.825 8.030Q37.669 8.030 37.560 7.921Q37.450 7.811 37.450 7.655Q37.450 7.495 37.556 7.390Q37.232 7.390 37.017 7.618Q36.802 7.847 36.706 8.186Q36.610 8.526 36.610 8.831L36.610 10.104Q36.610 10.272 36.837 10.319Q37.064 10.366 37.368 10.366L37.368 10.663M40.489 10.741Q40.009 10.741 39.601 10.497Q39.192 10.253 38.954 9.839Q38.716 9.425 38.716 8.936Q38.716 8.444 38.974 8.028Q39.232 7.612 39.663 7.374Q40.095 7.136 40.587 7.136Q41.208 7.136 41.657 7.573L41.657 5.944Q41.657 5.729 41.595 5.634Q41.532 5.538 41.415 5.517Q41.298 5.495 41.052 5.495L41.052 5.198L42.275 5.112L42.275 9.921Q42.275 10.132 42.337 10.227Q42.400 10.323 42.517 10.345Q42.634 10.366 42.884 10.366L42.884 10.663L41.634 10.741L41.634 10.257Q41.169 10.741 40.489 10.741M40.556 10.487Q40.896 10.487 41.189 10.296Q41.482 10.104 41.634 9.808L41.634 7.976Q41.485 7.702 41.224 7.546Q40.962 7.390 40.650 7.390Q40.025 7.390 39.741 7.837Q39.458 8.284 39.458 8.944Q39.458 9.589 39.710 10.038Q39.962 10.487 40.556 10.487M45.192 10.632L43.970 7.776Q43.888 7.601 43.743 7.556Q43.599 7.511 43.329 7.511L43.329 7.214L45.040 7.214L45.040 7.511Q44.618 7.511 44.618 7.694Q44.618 7.729 44.634 7.776L45.579 9.968L46.419 7.991Q46.458 7.913 46.458 7.823Q46.458 7.683 46.353 7.597Q46.247 7.511 46.107 7.511L46.107 7.214L47.458 7.214L47.458 7.511Q46.935 7.511 46.720 7.991L45.595 10.632Q45.532 10.741 45.427 10.741L45.360 10.741Q45.247 10.741 45.192 10.632\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-.43 -74.045)\">\u003Cpath d=\"M47.515 9.831Q47.515 9.347 47.917 9.052Q48.320 8.757 48.870 8.638Q49.421 8.518 49.913 8.518L49.913 8.229Q49.913 8.003 49.798 7.796Q49.683 7.589 49.486 7.470Q49.288 7.351 49.058 7.351Q48.632 7.351 48.347 7.456Q48.417 7.483 48.464 7.538Q48.511 7.593 48.536 7.663Q48.562 7.733 48.562 7.808Q48.562 7.913 48.511 8.005Q48.460 8.097 48.368 8.147Q48.277 8.198 48.171 8.198Q48.066 8.198 47.974 8.147Q47.882 8.097 47.831 8.005Q47.781 7.913 47.781 7.808Q47.781 7.390 48.169 7.243Q48.558 7.097 49.058 7.097Q49.390 7.097 49.743 7.227Q50.097 7.358 50.325 7.612Q50.554 7.866 50.554 8.214L50.554 10.015Q50.554 10.147 50.626 10.257Q50.699 10.366 50.827 10.366Q50.952 10.366 51.021 10.261Q51.089 10.155 51.089 10.015L51.089 9.503L51.370 9.503L51.370 10.015Q51.370 10.218 51.253 10.376Q51.136 10.534 50.954 10.618Q50.773 10.702 50.570 10.702Q50.339 10.702 50.187 10.530Q50.034 10.358 50.003 10.128Q49.843 10.409 49.534 10.575Q49.226 10.741 48.874 10.741Q48.363 10.741 47.939 10.518Q47.515 10.296 47.515 9.831M48.202 9.831Q48.202 10.116 48.429 10.302Q48.656 10.487 48.949 10.487Q49.195 10.487 49.419 10.370Q49.644 10.253 49.779 10.050Q49.913 9.847 49.913 9.593L49.913 8.761Q49.648 8.761 49.363 8.815Q49.077 8.870 48.806 8.999Q48.534 9.128 48.368 9.335Q48.202 9.542 48.202 9.831M53.671 10.663L51.691 10.663L51.691 10.366Q51.960 10.366 52.128 10.321Q52.296 10.276 52.296 10.104L52.296 7.968Q52.296 7.753 52.234 7.657Q52.171 7.561 52.054 7.540Q51.937 7.518 51.691 7.518L51.691 7.222L52.859 7.136L52.859 7.921Q52.937 7.710 53.089 7.524Q53.242 7.339 53.441 7.237Q53.640 7.136 53.867 7.136Q54.113 7.136 54.304 7.280Q54.495 7.425 54.495 7.655Q54.495 7.811 54.390 7.921Q54.284 8.030 54.128 8.030Q53.972 8.030 53.863 7.921Q53.753 7.811 53.753 7.655Q53.753 7.495 53.859 7.390Q53.534 7.390 53.320 7.618Q53.105 7.847 53.009 8.186Q52.913 8.526 52.913 8.831L52.913 10.104Q52.913 10.272 53.140 10.319Q53.367 10.366 53.671 10.366L53.671 10.663M56.800 10.663L55.003 10.663L55.003 10.366Q55.273 10.366 55.441 10.321Q55.609 10.276 55.609 10.104L55.609 5.944Q55.609 5.729 55.546 5.634Q55.484 5.538 55.367 5.517Q55.249 5.495 55.003 5.495L55.003 5.198L56.226 5.112L56.226 8.878L57.324 7.991Q57.531 7.811 57.531 7.663Q57.531 7.597 57.478 7.554Q57.425 7.511 57.355 7.511L57.355 7.214L58.890 7.214L58.890 7.511Q58.359 7.511 57.761 7.991L57.152 8.487L58.226 9.886Q58.363 10.061 58.470 10.169Q58.577 10.276 58.712 10.321Q58.847 10.366 59.074 10.366L59.074 10.663L57.449 10.663L57.449 10.366Q57.691 10.366 57.691 10.214Q57.691 10.136 57.648 10.065Q57.605 9.995 57.523 9.886L56.722 8.839L56.195 9.265L56.195 10.104Q56.195 10.272 56.363 10.319Q56.531 10.366 56.800 10.366\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M22.8-9.254c0-11.785-19.744-21.34-44.102-21.34s-44.101 9.555-44.101 21.34 19.744 21.34 44.101 21.34c24.358 0 44.102-9.554 44.102-21.34Zm-44.102 0\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr8\" font-size=\"8\">\u003Cg transform=\"translate(-3.594 -17.917)\">\u003Cpath d=\"M-21.064 8.968Q-21.064 8.464-20.808 8.032Q-20.552 7.601-20.116 7.349Q-19.681 7.097-19.181 7.097Q-18.794 7.097-18.452 7.241Q-18.111 7.386-17.849 7.647Q-17.587 7.909-17.445 8.245Q-17.302 8.581-17.302 8.968Q-17.302 9.460-17.566 9.870Q-17.829 10.280-18.259 10.511Q-18.689 10.741-19.181 10.741Q-19.673 10.741-20.107 10.509Q-20.540 10.276-20.802 9.868Q-21.064 9.460-21.064 8.968M-19.181 10.464Q-18.724 10.464-18.472 10.241Q-18.220 10.018-18.132 9.667Q-18.044 9.315-18.044 8.870Q-18.044 8.440-18.138 8.102Q-18.232 7.765-18.486 7.558Q-18.739 7.351-19.181 7.351Q-19.829 7.351-20.073 7.767Q-20.318 8.183-20.318 8.870Q-20.318 9.315-20.230 9.667Q-20.142 10.018-19.890 10.241Q-19.638 10.464-19.181 10.464M-14.888 10.663L-16.743 10.663L-16.743 10.366Q-16.470 10.366-16.302 10.319Q-16.134 10.272-16.134 10.104L-16.134 7.968Q-16.134 7.753-16.197 7.657Q-16.259 7.561-16.378 7.540Q-16.497 7.518-16.743 7.518L-16.743 7.222L-15.552 7.136L-15.552 7.870Q-15.439 7.655-15.245 7.487Q-15.052 7.319-14.814 7.227Q-14.575 7.136-14.322 7.136Q-13.154 7.136-13.154 8.214L-13.154 10.104Q-13.154 10.272-12.984 10.319Q-12.814 10.366-12.544 10.366L-12.544 10.663L-14.400 10.663L-14.400 10.366Q-14.126 10.366-13.958 10.319Q-13.790 10.272-13.790 10.104L-13.790 8.229Q-13.790 7.847-13.911 7.618Q-14.032 7.390-14.384 7.390Q-14.697 7.390-14.950 7.552Q-15.204 7.714-15.351 7.983Q-15.497 8.253-15.497 8.550L-15.497 10.104Q-15.497 10.272-15.327 10.319Q-15.157 10.366-14.888 10.366L-14.888 10.663M-12.099 8.909Q-12.099 8.429-11.866 8.013Q-11.634 7.597-11.224 7.347Q-10.814 7.097-10.337 7.097Q-9.607 7.097-9.208 7.538Q-8.810 7.979-8.810 8.710Q-8.810 8.815-8.904 8.839L-11.353 8.839L-11.353 8.909Q-11.353 9.319-11.232 9.675Q-11.111 10.030-10.839 10.247Q-10.568 10.464-10.138 10.464Q-9.775 10.464-9.478 10.235Q-9.181 10.007-9.079 9.655Q-9.072 9.608-8.986 9.593L-8.904 9.593Q-8.810 9.620-8.810 9.702Q-8.810 9.710-8.818 9.741Q-8.880 9.968-9.019 10.151Q-9.157 10.335-9.349 10.468Q-9.540 10.601-9.759 10.671Q-9.978 10.741-10.216 10.741Q-10.587 10.741-10.925 10.604Q-11.263 10.468-11.531 10.216Q-11.798 9.964-11.948 9.624Q-12.099 9.284-12.099 8.909M-11.345 8.601L-9.384 8.601Q-9.384 8.296-9.486 8.005Q-9.587 7.714-9.804 7.532Q-10.021 7.351-10.337 7.351Q-10.638 7.351-10.868 7.538Q-11.099 7.726-11.222 8.017Q-11.345 8.308-11.345 8.601\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-3.594 -17.917)\">\u003Cpath d=\"M-5.480 8.968Q-5.480 8.464-5.224 8.032Q-4.968 7.601-4.532 7.349Q-4.097 7.097-3.597 7.097Q-3.210 7.097-2.868 7.241Q-2.527 7.386-2.265 7.647Q-2.003 7.909-1.861 8.245Q-1.718 8.581-1.718 8.968Q-1.718 9.460-1.982 9.870Q-2.245 10.280-2.675 10.511Q-3.105 10.741-3.597 10.741Q-4.089 10.741-4.523 10.509Q-4.956 10.276-5.218 9.868Q-5.480 9.460-5.480 8.968M-3.597 10.464Q-3.140 10.464-2.888 10.241Q-2.636 10.018-2.548 9.667Q-2.460 9.315-2.460 8.870Q-2.460 8.440-2.554 8.102Q-2.648 7.765-2.902 7.558Q-3.155 7.351-3.597 7.351Q-4.245 7.351-4.489 7.767Q-4.734 8.183-4.734 8.870Q-4.734 9.315-4.646 9.667Q-4.558 10.018-4.306 10.241Q-4.054 10.464-3.597 10.464M-0.320 10.663L-0.601 10.663L-0.601 5.944Q-0.601 5.729-0.663 5.634Q-0.726 5.538-0.843 5.517Q-0.960 5.495-1.206 5.495L-1.206 5.198L0.016 5.112L0.016 7.601Q0.493 7.136 1.192 7.136Q1.673 7.136 2.081 7.380Q2.489 7.624 2.725 8.038Q2.962 8.452 2.962 8.936Q2.962 9.311 2.813 9.640Q2.665 9.968 2.395 10.220Q2.126 10.472 1.782 10.606Q1.438 10.741 1.079 10.741Q0.759 10.741 0.460 10.593Q0.161 10.444-0.046 10.183L-0.320 10.663M0.040 7.991L0.040 9.831Q0.192 10.128 0.452 10.308Q0.712 10.487 1.024 10.487Q1.450 10.487 1.718 10.268Q1.985 10.050 2.100 9.704Q2.216 9.358 2.216 8.936Q2.216 8.288 1.968 7.839Q1.720 7.390 1.122 7.390Q0.786 7.390 0.497 7.548Q0.208 7.706 0.040 7.991\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-3.594 -17.917)\">\u003Cpath d=\"M3.407 11.640Q3.407 11.534 3.457 11.442Q3.508 11.351 3.600 11.300Q3.692 11.249 3.797 11.249Q3.907 11.249 3.998 11.300Q4.090 11.351 4.141 11.442Q4.192 11.534 4.192 11.640Q4.192 11.854 4 11.976Q4.157 12.038 4.383 12.038Q4.684 12.038 4.813 11.729Q4.942 11.421 4.942 11.054L4.942 7.968Q4.942 7.663 4.795 7.591Q4.649 7.518 4.270 7.518L4.270 7.222L5.559 7.136L5.559 11.077Q5.559 11.397 5.399 11.681Q5.239 11.964 4.961 12.130Q4.684 12.296 4.368 12.296Q4.008 12.296 3.707 12.132Q3.407 11.968 3.407 11.640M4.637 5.741Q4.637 5.558 4.776 5.423Q4.915 5.288 5.102 5.288Q5.290 5.288 5.424 5.419Q5.559 5.550 5.559 5.741Q5.559 5.940 5.426 6.073Q5.293 6.206 5.102 6.206Q4.911 6.206 4.774 6.069Q4.637 5.933 4.637 5.741M6.559 8.909Q6.559 8.429 6.791 8.013Q7.024 7.597 7.434 7.347Q7.844 7.097 8.321 7.097Q9.051 7.097 9.450 7.538Q9.848 7.979 9.848 8.710Q9.848 8.815 9.754 8.839L7.305 8.839L7.305 8.909Q7.305 9.319 7.426 9.675Q7.547 10.030 7.819 10.247Q8.090 10.464 8.520 10.464Q8.883 10.464 9.180 10.235Q9.477 10.007 9.579 9.655Q9.586 9.608 9.672 9.593L9.754 9.593Q9.848 9.620 9.848 9.702Q9.848 9.710 9.840 9.741Q9.778 9.968 9.639 10.151Q9.500 10.335 9.309 10.468Q9.118 10.601 8.899 10.671Q8.680 10.741 8.442 10.741Q8.071 10.741 7.733 10.604Q7.395 10.468 7.127 10.216Q6.860 9.964 6.709 9.624Q6.559 9.284 6.559 8.909M7.313 8.601L9.274 8.601Q9.274 8.296 9.172 8.005Q9.071 7.714 8.854 7.532Q8.637 7.351 8.321 7.351Q8.020 7.351 7.790 7.538Q7.559 7.726 7.436 8.017Q7.313 8.308 7.313 8.601M10.379 8.936Q10.379 8.440 10.629 8.015Q10.879 7.589 11.299 7.343Q11.719 7.097 12.219 7.097Q12.758 7.097 13.149 7.222Q13.540 7.347 13.540 7.761Q13.540 7.866 13.489 7.958Q13.438 8.050 13.346 8.101Q13.254 8.151 13.145 8.151Q13.040 8.151 12.948 8.101Q12.856 8.050 12.805 7.958Q12.754 7.866 12.754 7.761Q12.754 7.538 12.922 7.433Q12.700 7.374 12.227 7.374Q11.930 7.374 11.715 7.513Q11.500 7.651 11.370 7.882Q11.239 8.112 11.180 8.382Q11.122 8.651 11.122 8.936Q11.122 9.331 11.254 9.681Q11.387 10.030 11.659 10.247Q11.930 10.464 12.329 10.464Q12.704 10.464 12.979 10.247Q13.254 10.030 13.356 9.671Q13.372 9.608 13.434 9.608L13.540 9.608Q13.575 9.608 13.600 9.636Q13.625 9.663 13.625 9.702L13.625 9.726Q13.493 10.206 13.108 10.474Q12.723 10.741 12.219 10.741Q11.856 10.741 11.522 10.604Q11.188 10.468 10.928 10.218Q10.668 9.968 10.524 9.632Q10.379 9.296 10.379 8.936M14.739 9.702L14.739 7.511L14.036 7.511L14.036 7.257Q14.391 7.257 14.633 7.024Q14.875 6.792 14.987 6.444Q15.098 6.097 15.098 5.741L15.379 5.741L15.379 7.214L16.555 7.214L16.555 7.511L15.379 7.511L15.379 9.686Q15.379 10.007 15.498 10.235Q15.618 10.464 15.899 10.464Q16.079 10.464 16.196 10.341Q16.313 10.218 16.366 10.038Q16.418 9.858 16.418 9.686L16.418 9.214L16.700 9.214L16.700 9.702Q16.700 9.956 16.594 10.196Q16.489 10.436 16.291 10.589Q16.094 10.741 15.836 10.741Q15.520 10.741 15.268 10.618Q15.016 10.495 14.877 10.261Q14.739 10.026 14.739 9.702\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" stroke=\"var(--tk-warn)\" d=\"M18.532-37.707V19.2\" style=\"stroke-dasharray:3.0,3.0;stroke-width:.8\"\u002F>\u003Cg fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\">\u003Cg transform=\"translate(34.285 -53.325)\">\u003Cpath d=\"M-20.988 9.152Q-20.988 8.824-20.853 8.523Q-20.718 8.223-20.482 8.002Q-20.246 7.782-19.942 7.662Q-19.637 7.542-19.313 7.542Q-18.807 7.542-18.458 7.645Q-18.110 7.747-18.110 8.123Q-18.110 8.270-18.207 8.371Q-18.304 8.472-18.451 8.472Q-18.605 8.472-18.704 8.373Q-18.803 8.274-18.803 8.123Q-18.803 7.935-18.663 7.843Q-18.865 7.792-19.306 7.792Q-19.661 7.792-19.890 7.988Q-20.119 8.185-20.220 8.494Q-20.321 8.804-20.321 9.152Q-20.321 9.501-20.195 9.807Q-20.068 10.113-19.813 10.297Q-19.559 10.482-19.203 10.482Q-18.981 10.482-18.797 10.398Q-18.612 10.314-18.477 10.159Q-18.342 10.003-18.284 9.795Q-18.270 9.740-18.216 9.740L-18.103 9.740Q-18.072 9.740-18.050 9.764Q-18.028 9.788-18.028 9.822L-18.028 9.843Q-18.113 10.130-18.301 10.328Q-18.489 10.526-18.754 10.629Q-19.019 10.731-19.313 10.731Q-19.743 10.731-20.131 10.525Q-20.519 10.318-20.753 9.955Q-20.988 9.593-20.988 9.152M-16.865 9.829L-16.865 8.325Q-16.865 8.055-16.973 7.994Q-17.081 7.932-17.392 7.932L-17.392 7.652L-16.284 7.577L-16.284 9.809L-16.284 9.829Q-16.284 10.109-16.233 10.253Q-16.182 10.396-16.040 10.453Q-15.898 10.509-15.611 10.509Q-15.358 10.509-15.153 10.369Q-14.948 10.229-14.832 10.003Q-14.716 9.778-14.716 9.528L-14.716 8.325Q-14.716 8.055-14.823 7.994Q-14.931 7.932-15.242 7.932L-15.242 7.652L-14.135 7.577L-14.135 9.990Q-14.135 10.181-14.082 10.263Q-14.029 10.345-13.928 10.364Q-13.827 10.383-13.612 10.383L-13.612 10.663L-14.688 10.731L-14.688 10.167Q-14.798 10.349-14.943 10.472Q-15.088 10.595-15.274 10.663Q-15.461 10.731-15.662 10.731Q-16.865 10.731-16.865 9.829M-12.497 9.822L-12.497 7.925L-13.136 7.925L-13.136 7.703Q-12.819 7.703-12.602 7.493Q-12.385 7.283-12.284 6.973Q-12.183 6.664-12.183 6.356L-11.916 6.356L-11.916 7.645L-10.840 7.645L-10.840 7.925L-11.916 7.925L-11.916 9.809Q-11.916 10.085-11.812 10.284Q-11.708 10.482-11.448 10.482Q-11.291 10.482-11.185 10.378Q-11.079 10.273-11.029 10.120Q-10.980 9.966-10.980 9.809L-10.980 9.395L-10.713 9.395L-10.713 9.822Q-10.713 10.048-10.812 10.258Q-10.911 10.468-11.096 10.600Q-11.281 10.731-11.510 10.731Q-11.947 10.731-12.222 10.494Q-12.497 10.256-12.497 9.822\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M18.532 27.735v15.071\"\u002F>\u003Cpath stroke=\"none\" d=\"m18.532 44.806 1.6-3.2-1.6 1.2-1.6-1.2\"\u002F>\u003Cg fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\">\u003Cg fill=\"var(--tk-warn)\" stroke=\"none\" font-family=\"cmr8\" font-size=\"8\">\u003Cg transform=\"translate(3.226 58.743)\">\u003Cpath d=\"M-4.396 0.202L-4.396-1.989L-5.099-1.989L-5.099-2.243Q-4.743-2.243-4.501-2.476Q-4.259-2.708-4.148-3.056Q-4.036-3.403-4.036-3.759L-3.755-3.759L-3.755-2.286L-2.579-2.286L-2.579-1.989L-3.755-1.989L-3.755 0.186Q-3.755 0.507-3.636 0.735Q-3.517 0.964-3.236 0.964Q-3.056 0.964-2.939 0.841Q-2.822 0.718-2.769 0.538Q-2.716 0.358-2.716 0.186L-2.716-0.286L-2.435-0.286L-2.435 0.202Q-2.435 0.456-2.540 0.696Q-2.646 0.936-2.843 1.089Q-3.040 1.241-3.298 1.241Q-3.614 1.241-3.866 1.118Q-4.118 0.995-4.257 0.761Q-4.396 0.526-4.396 0.202\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(3.226 58.743)\">\u003Cpath d=\"M-0.365 1.132L-1.435-1.724Q-1.502-1.903-1.632-1.946Q-1.763-1.989-2.021-1.989L-2.021-2.286L-0.341-2.286L-0.341-1.989Q-0.791-1.989-0.791-1.790Q-0.787-1.774-0.785-1.757Q-0.783-1.739-0.783-1.724L0.010 0.370L0.721-1.540Q0.686-1.634 0.686-1.679Q0.686-1.724 0.651-1.724Q0.584-1.903 0.454-1.946Q0.323-1.989 0.069-1.989L0.069-2.286L1.659-2.286L1.659-1.989Q1.209-1.989 1.209-1.790Q1.213-1.771 1.215-1.753Q1.217-1.735 1.217-1.724L2.049 0.491L2.803-1.509Q2.827-1.567 2.827-1.638Q2.827-1.798 2.690-1.894Q2.553-1.989 2.385-1.989L2.385-2.286L3.772-2.286L3.772-1.989Q3.538-1.989 3.360-1.862Q3.182-1.735 3.100-1.509L2.116 1.132Q2.061 1.241 1.948 1.241L1.889 1.241Q1.776 1.241 1.733 1.132L0.873-1.142L0.018 1.132Q-0.021 1.241-0.142 1.241L-0.197 1.241Q-0.310 1.241-0.365 1.132\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(3.226 58.743)\">\u003Cpath d=\"M3.951-0.532Q3.951-1.036 4.207-1.468Q4.463-1.899 4.899-2.151Q5.334-2.403 5.834-2.403Q6.221-2.403 6.563-2.259Q6.904-2.114 7.166-1.853Q7.428-1.591 7.570-1.255Q7.713-0.919 7.713-0.532Q7.713-0.040 7.449 0.370Q7.186 0.780 6.756 1.011Q6.326 1.241 5.834 1.241Q5.342 1.241 4.908 1.009Q4.475 0.776 4.213 0.368Q3.951-0.040 3.951-0.532M5.834 0.964Q6.291 0.964 6.543 0.741Q6.795 0.518 6.883 0.167Q6.971-0.185 6.971-0.630Q6.971-1.060 6.877-1.398Q6.783-1.735 6.529-1.942Q6.276-2.149 5.834-2.149Q5.186-2.149 4.942-1.733Q4.697-1.317 4.697-0.630Q4.697-0.185 4.785 0.167Q4.873 0.518 5.125 0.741Q5.377 0.964 5.834 0.964\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(3.226 58.743)\">\u003Cpath d=\"M12.965 1.163L11.110 1.163L11.110 0.866Q11.383 0.866 11.551 0.819Q11.719 0.772 11.719 0.604L11.719-3.556Q11.719-3.771 11.656-3.866Q11.594-3.962 11.475-3.983Q11.356-4.005 11.110-4.005L11.110-4.302L12.332-4.388L12.332-1.685Q12.457-1.896 12.645-2.046Q12.832-2.196 13.059-2.280Q13.285-2.364 13.531-2.364Q14.699-2.364 14.699-1.286L14.699 0.604Q14.699 0.772 14.869 0.819Q15.039 0.866 15.309 0.866L15.309 1.163L13.453 1.163L13.453 0.866Q13.727 0.866 13.895 0.819Q14.063 0.772 14.063 0.604L14.063-1.271Q14.063-1.653 13.942-1.882Q13.820-2.110 13.469-2.110Q13.156-2.110 12.902-1.948Q12.649-1.786 12.502-1.517Q12.356-1.247 12.356-0.950L12.356 0.604Q12.356 0.772 12.526 0.819Q12.695 0.866 12.965 0.866L12.965 1.163M15.852 0.331Q15.852-0.153 16.254-0.448Q16.656-0.743 17.207-0.862Q17.758-0.982 18.250-0.982L18.250-1.271Q18.250-1.497 18.135-1.704Q18.020-1.911 17.822-2.030Q17.625-2.149 17.395-2.149Q16.969-2.149 16.684-2.044Q16.754-2.017 16.801-1.962Q16.848-1.907 16.873-1.837Q16.899-1.767 16.899-1.692Q16.899-1.587 16.848-1.495Q16.797-1.403 16.705-1.353Q16.613-1.302 16.508-1.302Q16.402-1.302 16.311-1.353Q16.219-1.403 16.168-1.495Q16.117-1.587 16.117-1.692Q16.117-2.110 16.506-2.257Q16.895-2.403 17.395-2.403Q17.727-2.403 18.080-2.273Q18.434-2.142 18.662-1.888Q18.891-1.634 18.891-1.286L18.891 0.515Q18.891 0.647 18.963 0.757Q19.035 0.866 19.164 0.866Q19.289 0.866 19.358 0.761Q19.426 0.655 19.426 0.515L19.426 0.003L19.707 0.003L19.707 0.515Q19.707 0.718 19.590 0.876Q19.473 1.034 19.291 1.118Q19.110 1.202 18.906 1.202Q18.676 1.202 18.524 1.030Q18.371 0.858 18.340 0.628Q18.180 0.909 17.871 1.075Q17.563 1.241 17.211 1.241Q16.699 1.241 16.276 1.018Q15.852 0.796 15.852 0.331M16.539 0.331Q16.539 0.616 16.766 0.802Q16.992 0.987 17.285 0.987Q17.531 0.987 17.756 0.870Q17.981 0.753 18.115 0.550Q18.250 0.347 18.250 0.093L18.250-0.739Q17.985-0.739 17.699-0.685Q17.414-0.630 17.143-0.501Q16.871-0.372 16.705-0.165Q16.539 0.042 16.539 0.331M21.914 1.163L20.082 1.163L20.082 0.866Q20.356 0.866 20.524 0.819Q20.692 0.772 20.692 0.604L20.692-3.556Q20.692-3.771 20.629-3.866Q20.567-3.962 20.447-3.983Q20.328-4.005 20.082-4.005L20.082-4.302L21.305-4.388L21.305 0.604Q21.305 0.772 21.473 0.819Q21.641 0.866 21.914 0.866L21.914 1.163M24.160 1.132L22.938-1.724Q22.856-1.899 22.711-1.944Q22.567-1.989 22.297-1.989L22.297-2.286L24.008-2.286L24.008-1.989Q23.586-1.989 23.586-1.806Q23.586-1.771 23.602-1.724L24.547 0.468L25.387-1.509Q25.426-1.587 25.426-1.677Q25.426-1.817 25.320-1.903Q25.215-1.989 25.074-1.989L25.074-2.286L26.426-2.286L26.426-1.989Q25.902-1.989 25.688-1.509L24.563 1.132Q24.500 1.241 24.395 1.241L24.328 1.241Q24.215 1.241 24.160 1.132\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(3.226 58.743)\">\u003Cpath d=\"M26.618-0.591Q26.618-1.071 26.851-1.487Q27.083-1.903 27.493-2.153Q27.903-2.403 28.380-2.403Q29.110-2.403 29.509-1.962Q29.907-1.521 29.907-0.790Q29.907-0.685 29.814-0.661L27.364-0.661L27.364-0.591Q27.364-0.181 27.485 0.175Q27.607 0.530 27.878 0.747Q28.150 0.964 28.579 0.964Q28.942 0.964 29.239 0.735Q29.536 0.507 29.638 0.155Q29.646 0.108 29.732 0.093L29.814 0.093Q29.907 0.120 29.907 0.202Q29.907 0.210 29.900 0.241Q29.837 0.468 29.698 0.651Q29.560 0.835 29.368 0.968Q29.177 1.101 28.958 1.171Q28.739 1.241 28.501 1.241Q28.130 1.241 27.792 1.104Q27.454 0.968 27.187 0.716Q26.919 0.464 26.769 0.124Q26.618-0.216 26.618-0.591M27.372-0.899L29.333-0.899Q29.333-1.204 29.232-1.495Q29.130-1.786 28.913-1.968Q28.696-2.149 28.380-2.149Q28.079-2.149 27.849-1.962Q27.618-1.774 27.495-1.483Q27.372-1.192 27.372-0.899M30.439 1.155L30.439-0.067Q30.439-0.095 30.470-0.126Q30.501-0.157 30.525-0.157L30.630-0.157Q30.700-0.157 30.716-0.095Q30.778 0.226 30.917 0.466Q31.056 0.706 31.288 0.847Q31.521 0.987 31.829 0.987Q32.067 0.987 32.276 0.927Q32.485 0.866 32.622 0.718Q32.759 0.569 32.759 0.323Q32.759 0.069 32.548-0.097Q32.337-0.263 32.067-0.317L31.446-0.431Q31.040-0.509 30.739-0.765Q30.439-1.021 30.439-1.396Q30.439-1.763 30.640-1.985Q30.841-2.208 31.165-2.306Q31.489-2.403 31.829-2.403Q32.294-2.403 32.591-2.196L32.814-2.380Q32.837-2.403 32.868-2.403L32.919-2.403Q32.950-2.403 32.978-2.376Q33.005-2.349 33.005-2.317L33.005-1.333Q33.005-1.302 32.980-1.273Q32.954-1.243 32.919-1.243L32.814-1.243Q32.778-1.243 32.751-1.271Q32.724-1.298 32.724-1.333Q32.724-1.732 32.472-1.952Q32.220-2.173 31.821-2.173Q31.466-2.173 31.183-2.050Q30.900-1.927 30.900-1.622Q30.900-1.403 31.101-1.271Q31.302-1.138 31.548-1.095L32.173-0.982Q32.603-0.892 32.911-0.595Q33.220-0.298 33.220 0.116Q33.220 0.686 32.821 0.964Q32.423 1.241 31.829 1.241Q31.278 1.241 30.927 0.905L30.630 1.218Q30.607 1.241 30.571 1.241L30.525 1.241Q30.501 1.241 30.470 1.210Q30.439 1.179 30.439 1.155M34.333 2.569Q34.333 2.546 34.364 2.499Q34.657 2.237 34.823 1.870Q34.989 1.503 34.989 1.116L34.989 1.058Q34.860 1.163 34.692 1.163Q34.501 1.163 34.364 1.030Q34.228 0.897 34.228 0.698Q34.228 0.507 34.364 0.374Q34.501 0.241 34.692 0.241Q34.993 0.241 35.118 0.511Q35.243 0.780 35.243 1.116Q35.243 1.565 35.062 1.979Q34.880 2.393 34.540 2.690Q34.517 2.714 34.478 2.714Q34.431 2.714 34.382 2.669Q34.333 2.624 34.333 2.569\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(3.226 58.743)\">\u003Cpath d=\"M-19.134 10.663L-20.989 10.663L-20.989 10.366Q-20.716 10.366-20.548 10.319Q-20.380 10.272-20.380 10.104L-20.380 7.968Q-20.380 7.753-20.443 7.657Q-20.505 7.561-20.624 7.540Q-20.743 7.518-20.989 7.518L-20.989 7.222L-19.798 7.136L-19.798 7.870Q-19.685 7.655-19.491 7.487Q-19.298 7.319-19.060 7.227Q-18.822 7.136-18.568 7.136Q-17.400 7.136-17.400 8.214L-17.400 10.104Q-17.400 10.272-17.230 10.319Q-17.060 10.366-16.790 10.366L-16.790 10.663L-18.646 10.663L-18.646 10.366Q-18.372 10.366-18.204 10.319Q-18.036 10.272-18.036 10.104L-18.036 8.229Q-18.036 7.847-18.157 7.618Q-18.279 7.390-18.630 7.390Q-18.943 7.390-19.197 7.552Q-19.450 7.714-19.597 7.983Q-19.743 8.253-19.743 8.550L-19.743 10.104Q-19.743 10.272-19.573 10.319Q-19.404 10.366-19.134 10.366L-19.134 10.663M-16.345 8.909Q-16.345 8.429-16.113 8.013Q-15.880 7.597-15.470 7.347Q-15.060 7.097-14.583 7.097Q-13.853 7.097-13.454 7.538Q-13.056 7.979-13.056 8.710Q-13.056 8.815-13.150 8.839L-15.599 8.839L-15.599 8.909Q-15.599 9.319-15.478 9.675Q-15.357 10.030-15.085 10.247Q-14.814 10.464-14.384 10.464Q-14.021 10.464-13.724 10.235Q-13.427 10.007-13.325 9.655Q-13.318 9.608-13.232 9.593L-13.150 9.593Q-13.056 9.620-13.056 9.702Q-13.056 9.710-13.064 9.741Q-13.126 9.968-13.265 10.151Q-13.404 10.335-13.595 10.468Q-13.786 10.601-14.005 10.671Q-14.224 10.741-14.462 10.741Q-14.833 10.741-15.171 10.604Q-15.509 10.468-15.777 10.216Q-16.044 9.964-16.195 9.624Q-16.345 9.284-16.345 8.909M-15.591 8.601L-13.630 8.601Q-13.630 8.296-13.732 8.005Q-13.833 7.714-14.050 7.532Q-14.267 7.351-14.583 7.351Q-14.884 7.351-15.114 7.538Q-15.345 7.726-15.468 8.017Q-15.591 8.308-15.591 8.601M-10.708 10.663L-12.486 10.663L-12.486 10.366Q-12.212 10.366-12.044 10.319Q-11.876 10.272-11.876 10.104L-11.876 7.968Q-11.876 7.753-11.933 7.657Q-11.989 7.561-12.103 7.540Q-12.216 7.518-12.462 7.518L-12.462 7.222L-11.263 7.136L-11.263 10.104Q-11.263 10.272-11.116 10.319Q-10.970 10.366-10.708 10.366L-10.708 10.663M-12.150 5.741Q-12.150 5.550-12.015 5.419Q-11.880 5.288-11.685 5.288Q-11.564 5.288-11.460 5.351Q-11.357 5.413-11.294 5.517Q-11.232 5.620-11.232 5.741Q-11.232 5.936-11.363 6.071Q-11.493 6.206-11.685 6.206Q-11.884 6.206-12.017 6.073Q-12.150 5.940-12.150 5.741M-9.583 9.702L-9.583 7.511L-10.286 7.511L-10.286 7.257Q-9.931 7.257-9.689 7.024Q-9.447 6.792-9.335 6.444Q-9.224 6.097-9.224 5.741L-8.943 5.741L-8.943 7.214L-7.767 7.214L-7.767 7.511L-8.943 7.511L-8.943 9.686Q-8.943 10.007-8.823 10.235Q-8.704 10.464-8.423 10.464Q-8.243 10.464-8.126 10.341Q-8.009 10.218-7.956 10.038Q-7.904 9.858-7.904 9.686L-7.904 9.214L-7.622 9.214L-7.622 9.702Q-7.622 9.956-7.728 10.196Q-7.833 10.436-8.031 10.589Q-8.228 10.741-8.486 10.741Q-8.802 10.741-9.054 10.618Q-9.306 10.495-9.445 10.261Q-9.583 10.026-9.583 9.702M-4.974 10.663L-6.829 10.663L-6.829 10.366Q-6.556 10.366-6.388 10.319Q-6.220 10.272-6.220 10.104L-6.220 5.944Q-6.220 5.729-6.282 5.634Q-6.345 5.538-6.464 5.517Q-6.583 5.495-6.829 5.495L-6.829 5.198L-5.607 5.112L-5.607 7.815Q-5.482 7.604-5.294 7.454Q-5.107 7.304-4.880 7.220Q-4.654 7.136-4.407 7.136Q-3.239 7.136-3.239 8.214L-3.239 10.104Q-3.239 10.272-3.070 10.319Q-2.900 10.366-2.630 10.366L-2.630 10.663L-4.486 10.663L-4.486 10.366Q-4.212 10.366-4.044 10.319Q-3.876 10.272-3.876 10.104L-3.876 8.229Q-3.876 7.847-3.997 7.618Q-4.118 7.390-4.470 7.390Q-4.782 7.390-5.036 7.552Q-5.290 7.714-5.437 7.983Q-5.583 8.253-5.583 8.550L-5.583 10.104Q-5.583 10.272-5.413 10.319Q-5.243 10.366-4.974 10.366L-4.974 10.663M-2.185 8.909Q-2.185 8.429-1.952 8.013Q-1.720 7.597-1.310 7.347Q-0.900 7.097-0.423 7.097Q0.307 7.097 0.706 7.538Q1.104 7.979 1.104 8.710Q1.104 8.815 1.011 8.839L-1.439 8.839L-1.439 8.909Q-1.439 9.319-1.318 9.675Q-1.197 10.030-0.925 10.247Q-0.654 10.464-0.224 10.464Q0.139 10.464 0.436 10.235Q0.733 10.007 0.835 9.655Q0.843 9.608 0.928 9.593L1.011 9.593Q1.104 9.620 1.104 9.702Q1.104 9.710 1.096 9.741Q1.034 9.968 0.895 10.151Q0.757 10.335 0.565 10.468Q0.374 10.601 0.155 10.671Q-0.064 10.741-0.302 10.741Q-0.673 10.741-1.011 10.604Q-1.349 10.468-1.616 10.216Q-1.884 9.964-2.034 9.624Q-2.185 9.284-2.185 8.909M-1.431 8.601L0.530 8.601Q0.530 8.296 0.428 8.005Q0.327 7.714 0.110 7.532Q-0.107 7.351-0.423 7.351Q-0.724 7.351-0.954 7.538Q-1.185 7.726-1.308 8.017Q-1.431 8.308-1.431 8.601M3.600 10.663L1.620 10.663L1.620 10.366Q1.889 10.366 2.057 10.321Q2.225 10.276 2.225 10.104L2.225 7.968Q2.225 7.753 2.163 7.657Q2.100 7.561 1.983 7.540Q1.866 7.518 1.620 7.518L1.620 7.222L2.788 7.136L2.788 7.921Q2.866 7.710 3.018 7.524Q3.171 7.339 3.370 7.237Q3.569 7.136 3.796 7.136Q4.042 7.136 4.233 7.280Q4.425 7.425 4.425 7.655Q4.425 7.811 4.319 7.921Q4.214 8.030 4.057 8.030Q3.901 8.030 3.792 7.921Q3.682 7.811 3.682 7.655Q3.682 7.495 3.788 7.390Q3.464 7.390 3.249 7.618Q3.034 7.847 2.938 8.186Q2.843 8.526 2.843 8.831L2.843 10.104Q2.843 10.272 3.069 10.319Q3.296 10.366 3.600 10.366\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(3.226 58.743)\">\u003Cpath d=\"M7.847 9.831Q7.847 9.347 8.249 9.052Q8.652 8.757 9.202 8.638Q9.753 8.518 10.245 8.518L10.245 8.229Q10.245 8.003 10.130 7.796Q10.015 7.589 9.818 7.470Q9.620 7.351 9.390 7.351Q8.964 7.351 8.679 7.456Q8.749 7.483 8.796 7.538Q8.843 7.593 8.868 7.663Q8.894 7.733 8.894 7.808Q8.894 7.913 8.843 8.005Q8.792 8.097 8.700 8.147Q8.609 8.198 8.503 8.198Q8.398 8.198 8.306 8.147Q8.214 8.097 8.163 8.005Q8.113 7.913 8.113 7.808Q8.113 7.390 8.501 7.243Q8.890 7.097 9.390 7.097Q9.722 7.097 10.075 7.227Q10.429 7.358 10.657 7.612Q10.886 7.866 10.886 8.214L10.886 10.015Q10.886 10.147 10.958 10.257Q11.031 10.366 11.159 10.366Q11.284 10.366 11.353 10.261Q11.421 10.155 11.421 10.015L11.421 9.503L11.702 9.503L11.702 10.015Q11.702 10.218 11.585 10.376Q11.468 10.534 11.286 10.618Q11.105 10.702 10.902 10.702Q10.671 10.702 10.519 10.530Q10.366 10.358 10.335 10.128Q10.175 10.409 9.866 10.575Q9.558 10.741 9.206 10.741Q8.695 10.741 8.271 10.518Q7.847 10.296 7.847 9.831M8.534 9.831Q8.534 10.116 8.761 10.302Q8.988 10.487 9.281 10.487Q9.527 10.487 9.751 10.370Q9.976 10.253 10.111 10.050Q10.245 9.847 10.245 9.593L10.245 8.761Q9.980 8.761 9.695 8.815Q9.409 8.870 9.138 8.999Q8.866 9.128 8.700 9.335Q8.534 9.542 8.534 9.831M13.925 10.663L12.070 10.663L12.070 10.366Q12.343 10.366 12.511 10.319Q12.679 10.272 12.679 10.104L12.679 7.968Q12.679 7.753 12.616 7.657Q12.554 7.561 12.435 7.540Q12.316 7.518 12.070 7.518L12.070 7.222L13.261 7.136L13.261 7.870Q13.374 7.655 13.568 7.487Q13.761 7.319 13.999 7.227Q14.238 7.136 14.491 7.136Q15.659 7.136 15.659 8.214L15.659 10.104Q15.659 10.272 15.829 10.319Q15.999 10.366 16.269 10.366L16.269 10.663L14.413 10.663L14.413 10.366Q14.687 10.366 14.855 10.319Q15.023 10.272 15.023 10.104L15.023 8.229Q15.023 7.847 14.902 7.618Q14.781 7.390 14.429 7.390Q14.116 7.390 13.863 7.552Q13.609 7.714 13.462 7.983Q13.316 8.253 13.316 8.550L13.316 10.104Q13.316 10.272 13.486 10.319Q13.656 10.366 13.925 10.366\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(3.226 58.743)\">\u003Cpath d=\"M19.653 9.831Q19.653 9.347 20.055 9.052Q20.458 8.757 21.008 8.638Q21.559 8.518 22.051 8.518L22.051 8.229Q22.051 8.003 21.936 7.796Q21.821 7.589 21.624 7.470Q21.426 7.351 21.196 7.351Q20.770 7.351 20.485 7.456Q20.555 7.483 20.602 7.538Q20.649 7.593 20.674 7.663Q20.700 7.733 20.700 7.808Q20.700 7.913 20.649 8.005Q20.598 8.097 20.506 8.147Q20.415 8.198 20.309 8.198Q20.204 8.198 20.112 8.147Q20.020 8.097 19.969 8.005Q19.919 7.913 19.919 7.808Q19.919 7.390 20.307 7.243Q20.696 7.097 21.196 7.097Q21.528 7.097 21.881 7.227Q22.235 7.358 22.463 7.612Q22.692 7.866 22.692 8.214L22.692 10.015Q22.692 10.147 22.764 10.257Q22.837 10.366 22.965 10.366Q23.090 10.366 23.159 10.261Q23.227 10.155 23.227 10.015L23.227 9.503L23.508 9.503L23.508 10.015Q23.508 10.218 23.391 10.376Q23.274 10.534 23.092 10.618Q22.911 10.702 22.708 10.702Q22.477 10.702 22.325 10.530Q22.172 10.358 22.141 10.128Q21.981 10.409 21.672 10.575Q21.364 10.741 21.012 10.741Q20.501 10.741 20.077 10.518Q19.653 10.296 19.653 9.831M20.340 9.831Q20.340 10.116 20.567 10.302Q20.794 10.487 21.087 10.487Q21.333 10.487 21.557 10.370Q21.782 10.253 21.917 10.050Q22.051 9.847 22.051 9.593L22.051 8.761Q21.786 8.761 21.501 8.815Q21.215 8.870 20.944 8.999Q20.672 9.128 20.506 9.335Q20.340 9.542 20.340 9.831M23.899 9.831Q23.899 9.347 24.301 9.052Q24.704 8.757 25.255 8.638Q25.805 8.518 26.297 8.518L26.297 8.229Q26.297 8.003 26.182 7.796Q26.067 7.589 25.870 7.470Q25.672 7.351 25.442 7.351Q25.016 7.351 24.731 7.456Q24.801 7.483 24.848 7.538Q24.895 7.593 24.921 7.663Q24.946 7.733 24.946 7.808Q24.946 7.913 24.895 8.005Q24.844 8.097 24.753 8.147Q24.661 8.198 24.555 8.198Q24.450 8.198 24.358 8.147Q24.266 8.097 24.215 8.005Q24.165 7.913 24.165 7.808Q24.165 7.390 24.553 7.243Q24.942 7.097 25.442 7.097Q25.774 7.097 26.128 7.227Q26.481 7.358 26.710 7.612Q26.938 7.866 26.938 8.214L26.938 10.015Q26.938 10.147 27.010 10.257Q27.083 10.366 27.212 10.366Q27.337 10.366 27.405 10.261Q27.473 10.155 27.473 10.015L27.473 9.503L27.755 9.503L27.755 10.015Q27.755 10.218 27.637 10.376Q27.520 10.534 27.338 10.618Q27.157 10.702 26.954 10.702Q26.723 10.702 26.571 10.530Q26.419 10.358 26.387 10.128Q26.227 10.409 25.919 10.575Q25.610 10.741 25.258 10.741Q24.747 10.741 24.323 10.518Q23.899 10.296 23.899 9.831M24.587 9.831Q24.587 10.116 24.813 10.302Q25.040 10.487 25.333 10.487Q25.579 10.487 25.803 10.370Q26.028 10.253 26.163 10.050Q26.297 9.847 26.297 9.593L26.297 8.761Q26.032 8.761 25.747 8.815Q25.462 8.870 25.190 8.999Q24.919 9.128 24.753 9.335Q24.587 9.542 24.587 9.831M30.055 10.663L28.075 10.663L28.075 10.366Q28.344 10.366 28.512 10.321Q28.680 10.276 28.680 10.104L28.680 7.968Q28.680 7.753 28.618 7.657Q28.555 7.561 28.438 7.540Q28.321 7.518 28.075 7.518L28.075 7.222L29.243 7.136L29.243 7.921Q29.321 7.710 29.473 7.524Q29.626 7.339 29.825 7.237Q30.024 7.136 30.251 7.136Q30.497 7.136 30.688 7.280Q30.880 7.425 30.880 7.655Q30.880 7.811 30.774 7.921Q30.669 8.030 30.512 8.030Q30.356 8.030 30.247 7.921Q30.137 7.811 30.137 7.655Q30.137 7.495 30.243 7.390Q29.919 7.390 29.704 7.618Q29.489 7.847 29.393 8.186Q29.297 8.526 29.297 8.831L29.297 10.104Q29.297 10.272 29.524 10.319Q29.751 10.366 30.055 10.366L30.055 10.663M33.176 10.741Q32.696 10.741 32.288 10.497Q31.880 10.253 31.641 9.839Q31.403 9.425 31.403 8.936Q31.403 8.444 31.661 8.028Q31.919 7.612 32.350 7.374Q32.782 7.136 33.274 7.136Q33.895 7.136 34.344 7.573L34.344 5.944Q34.344 5.729 34.282 5.634Q34.219 5.538 34.102 5.517Q33.985 5.495 33.739 5.495L33.739 5.198L34.962 5.112L34.962 9.921Q34.962 10.132 35.024 10.227Q35.087 10.323 35.204 10.345Q35.321 10.366 35.571 10.366L35.571 10.663L34.321 10.741L34.321 10.257Q33.856 10.741 33.176 10.741M33.243 10.487Q33.583 10.487 33.876 10.296Q34.169 10.104 34.321 9.808L34.321 7.976Q34.172 7.702 33.911 7.546Q33.649 7.390 33.337 7.390Q32.712 7.390 32.428 7.837Q32.145 8.284 32.145 8.944Q32.145 9.589 32.397 10.038Q32.649 10.487 33.243 10.487M37.880 10.632L36.657 7.776Q36.575 7.601 36.430 7.556Q36.286 7.511 36.016 7.511L36.016 7.214L37.727 7.214L37.727 7.511Q37.305 7.511 37.305 7.694Q37.305 7.729 37.321 7.776L38.266 9.968L39.106 7.991Q39.145 7.913 39.145 7.823Q39.145 7.683 39.040 7.597Q38.934 7.511 38.794 7.511L38.794 7.214L40.145 7.214L40.145 7.511Q39.622 7.511 39.407 7.991L38.282 10.632Q38.219 10.741 38.114 10.741L38.047 10.741Q37.934 10.741 37.880 10.632\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(3.226 58.743)\">\u003Cpath d=\"M40.202 9.831Q40.202 9.347 40.604 9.052Q41.007 8.757 41.557 8.638Q42.108 8.518 42.600 8.518L42.600 8.229Q42.600 8.003 42.485 7.796Q42.370 7.589 42.173 7.470Q41.975 7.351 41.745 7.351Q41.319 7.351 41.034 7.456Q41.104 7.483 41.151 7.538Q41.198 7.593 41.223 7.663Q41.249 7.733 41.249 7.808Q41.249 7.913 41.198 8.005Q41.147 8.097 41.055 8.147Q40.964 8.198 40.858 8.198Q40.753 8.198 40.661 8.147Q40.569 8.097 40.518 8.005Q40.468 7.913 40.468 7.808Q40.468 7.390 40.856 7.243Q41.245 7.097 41.745 7.097Q42.077 7.097 42.430 7.227Q42.784 7.358 43.012 7.612Q43.241 7.866 43.241 8.214L43.241 10.015Q43.241 10.147 43.313 10.257Q43.386 10.366 43.514 10.366Q43.639 10.366 43.708 10.261Q43.776 10.155 43.776 10.015L43.776 9.503L44.057 9.503L44.057 10.015Q44.057 10.218 43.940 10.376Q43.823 10.534 43.641 10.618Q43.460 10.702 43.257 10.702Q43.026 10.702 42.874 10.530Q42.721 10.358 42.690 10.128Q42.530 10.409 42.221 10.575Q41.913 10.741 41.561 10.741Q41.050 10.741 40.626 10.518Q40.202 10.296 40.202 9.831M40.889 9.831Q40.889 10.116 41.116 10.302Q41.343 10.487 41.636 10.487Q41.882 10.487 42.106 10.370Q42.331 10.253 42.466 10.050Q42.600 9.847 42.600 9.593L42.600 8.761Q42.335 8.761 42.050 8.815Q41.764 8.870 41.493 8.999Q41.221 9.128 41.055 9.335Q40.889 9.542 40.889 9.831M46.358 10.663L44.378 10.663L44.378 10.366Q44.647 10.366 44.815 10.321Q44.983 10.276 44.983 10.104L44.983 7.968Q44.983 7.753 44.921 7.657Q44.858 7.561 44.741 7.540Q44.624 7.518 44.378 7.518L44.378 7.222L45.546 7.136L45.546 7.921Q45.624 7.710 45.776 7.524Q45.928 7.339 46.128 7.237Q46.327 7.136 46.553 7.136Q46.800 7.136 46.991 7.280Q47.182 7.425 47.182 7.655Q47.182 7.811 47.077 7.921Q46.971 8.030 46.815 8.030Q46.659 8.030 46.550 7.921Q46.440 7.811 46.440 7.655Q46.440 7.495 46.546 7.390Q46.221 7.390 46.007 7.618Q45.792 7.847 45.696 8.186Q45.600 8.526 45.600 8.831L45.600 10.104Q45.600 10.272 45.827 10.319Q46.053 10.366 46.358 10.366L46.358 10.663M49.487 10.663L47.690 10.663L47.690 10.366Q47.960 10.366 48.128 10.321Q48.296 10.276 48.296 10.104L48.296 5.944Q48.296 5.729 48.233 5.634Q48.171 5.538 48.053 5.517Q47.936 5.495 47.690 5.495L47.690 5.198L48.913 5.112L48.913 8.878L50.011 7.991Q50.218 7.811 50.218 7.663Q50.218 7.597 50.165 7.554Q50.112 7.511 50.042 7.511L50.042 7.214L51.577 7.214L51.577 7.511Q51.046 7.511 50.448 7.991L49.839 8.487L50.913 9.886Q51.050 10.061 51.157 10.169Q51.264 10.276 51.399 10.321Q51.534 10.366 51.761 10.366L51.761 10.663L50.136 10.663L50.136 10.366Q50.378 10.366 50.378 10.214Q50.378 10.136 50.335 10.065Q50.292 9.995 50.210 9.886L49.409 8.839L48.882 9.265L48.882 10.104Q48.882 10.272 49.050 10.319Q49.218 10.366 49.487 10.366\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmr8\" font-size=\"8\">\u003Cg transform=\"translate(181.953 -74.045)\">\u003Cpath d=\"M-19.134 10.663L-20.989 10.663L-20.989 10.366Q-20.716 10.366-20.548 10.319Q-20.380 10.272-20.380 10.104L-20.380 7.968Q-20.380 7.753-20.443 7.657Q-20.505 7.561-20.624 7.540Q-20.743 7.518-20.989 7.518L-20.989 7.222L-19.798 7.136L-19.798 7.870Q-19.685 7.655-19.491 7.487Q-19.298 7.319-19.060 7.227Q-18.822 7.136-18.568 7.136Q-17.607 7.136-17.431 7.847Q-17.247 7.518-16.919 7.327Q-16.591 7.136-16.212 7.136Q-15.036 7.136-15.036 8.214L-15.036 10.104Q-15.036 10.272-14.868 10.319Q-14.700 10.366-14.431 10.366L-14.431 10.663L-16.286 10.663L-16.286 10.366Q-16.013 10.366-15.845 10.321Q-15.677 10.276-15.677 10.104L-15.677 8.229Q-15.677 7.843-15.802 7.616Q-15.927 7.390-16.279 7.390Q-16.583 7.390-16.839 7.552Q-17.095 7.714-17.243 7.983Q-17.392 8.253-17.392 8.550L-17.392 10.104Q-17.392 10.272-17.222 10.319Q-17.052 10.366-16.782 10.366L-16.782 10.663L-18.638 10.663L-18.638 10.366Q-18.364 10.366-18.197 10.319Q-18.029 10.272-18.029 10.104L-18.029 8.229Q-18.029 7.843-18.154 7.616Q-18.279 7.390-18.630 7.390Q-18.935 7.390-19.191 7.552Q-19.447 7.714-19.595 7.983Q-19.743 8.253-19.743 8.550L-19.743 10.104Q-19.743 10.272-19.573 10.319Q-19.404 10.366-19.134 10.366L-19.134 10.663M-13.888 9.831Q-13.888 9.347-13.486 9.052Q-13.083 8.757-12.532 8.638Q-11.982 8.518-11.489 8.518L-11.489 8.229Q-11.489 8.003-11.605 7.796Q-11.720 7.589-11.917 7.470Q-12.114 7.351-12.345 7.351Q-12.771 7.351-13.056 7.456Q-12.986 7.483-12.939 7.538Q-12.892 7.593-12.866 7.663Q-12.841 7.733-12.841 7.808Q-12.841 7.913-12.892 8.005Q-12.943 8.097-13.034 8.147Q-13.126 8.198-13.232 8.198Q-13.337 8.198-13.429 8.147Q-13.521 8.097-13.572 8.005Q-13.622 7.913-13.622 7.808Q-13.622 7.390-13.234 7.243Q-12.845 7.097-12.345 7.097Q-12.013 7.097-11.659 7.227Q-11.306 7.358-11.077 7.612Q-10.849 7.866-10.849 8.214L-10.849 10.015Q-10.849 10.147-10.777 10.257Q-10.704 10.366-10.575 10.366Q-10.450 10.366-10.382 10.261Q-10.314 10.155-10.314 10.015L-10.314 9.503L-10.032 9.503L-10.032 10.015Q-10.032 10.218-10.150 10.376Q-10.267 10.534-10.448 10.618Q-10.630 10.702-10.833 10.702Q-11.064 10.702-11.216 10.530Q-11.368 10.358-11.400 10.128Q-11.560 10.409-11.868 10.575Q-12.177 10.741-12.529 10.741Q-13.040 10.741-13.464 10.518Q-13.888 10.296-13.888 9.831M-13.200 9.831Q-13.200 10.116-12.974 10.302Q-12.747 10.487-12.454 10.487Q-12.208 10.487-11.984 10.370Q-11.759 10.253-11.624 10.050Q-11.489 9.847-11.489 9.593L-11.489 8.761Q-11.755 8.761-12.040 8.815Q-12.325 8.870-12.597 8.999Q-12.868 9.128-13.034 9.335Q-13.200 9.542-13.200 9.831M-9.697 10.655L-9.697 9.433Q-9.697 9.405-9.665 9.374Q-9.634 9.343-9.611 9.343L-9.505 9.343Q-9.435 9.343-9.419 9.405Q-9.357 9.726-9.218 9.966Q-9.079 10.206-8.847 10.347Q-8.614 10.487-8.306 10.487Q-8.068 10.487-7.859 10.427Q-7.650 10.366-7.513 10.218Q-7.376 10.069-7.376 9.823Q-7.376 9.569-7.587 9.403Q-7.798 9.237-8.068 9.183L-8.689 9.069Q-9.095 8.991-9.396 8.735Q-9.697 8.479-9.697 8.104Q-9.697 7.737-9.495 7.515Q-9.294 7.292-8.970 7.194Q-8.646 7.097-8.306 7.097Q-7.841 7.097-7.544 7.304L-7.322 7.120Q-7.298 7.097-7.267 7.097L-7.216 7.097Q-7.185 7.097-7.157 7.124Q-7.130 7.151-7.130 7.183L-7.130 8.167Q-7.130 8.198-7.156 8.227Q-7.181 8.257-7.216 8.257L-7.322 8.257Q-7.357 8.257-7.384 8.229Q-7.411 8.202-7.411 8.167Q-7.411 7.768-7.663 7.548Q-7.915 7.327-8.314 7.327Q-8.669 7.327-8.952 7.450Q-9.236 7.573-9.236 7.878Q-9.236 8.097-9.034 8.229Q-8.833 8.362-8.587 8.405L-7.962 8.518Q-7.532 8.608-7.224 8.905Q-6.915 9.202-6.915 9.616Q-6.915 10.186-7.314 10.464Q-7.712 10.741-8.306 10.741Q-8.857 10.741-9.208 10.405L-9.505 10.718Q-9.529 10.741-9.564 10.741L-9.611 10.741Q-9.634 10.741-9.665 10.710Q-9.697 10.679-9.697 10.655M-6.345 10.655L-6.345 9.433Q-6.345 9.405-6.314 9.374Q-6.282 9.343-6.259 9.343L-6.154 9.343Q-6.083 9.343-6.068 9.405Q-6.005 9.726-5.866 9.966Q-5.728 10.206-5.495 10.347Q-5.263 10.487-4.954 10.487Q-4.716 10.487-4.507 10.427Q-4.298 10.366-4.161 10.218Q-4.025 10.069-4.025 9.823Q-4.025 9.569-4.236 9.403Q-4.447 9.237-4.716 9.183L-5.337 9.069Q-5.743 8.991-6.044 8.735Q-6.345 8.479-6.345 8.104Q-6.345 7.737-6.144 7.515Q-5.943 7.292-5.618 7.194Q-5.294 7.097-4.954 7.097Q-4.489 7.097-4.193 7.304L-3.970 7.120Q-3.947 7.097-3.915 7.097L-3.864 7.097Q-3.833 7.097-3.806 7.124Q-3.779 7.151-3.779 7.183L-3.779 8.167Q-3.779 8.198-3.804 8.227Q-3.829 8.257-3.864 8.257L-3.970 8.257Q-4.005 8.257-4.032 8.229Q-4.060 8.202-4.060 8.167Q-4.060 7.768-4.312 7.548Q-4.564 7.327-4.962 7.327Q-5.318 7.327-5.601 7.450Q-5.884 7.573-5.884 7.878Q-5.884 8.097-5.683 8.229Q-5.482 8.362-5.236 8.405L-4.611 8.518Q-4.181 8.608-3.872 8.905Q-3.564 9.202-3.564 9.616Q-3.564 10.186-3.962 10.464Q-4.361 10.741-4.954 10.741Q-5.505 10.741-5.857 10.405L-6.154 10.718Q-6.177 10.741-6.212 10.741L-6.259 10.741Q-6.282 10.741-6.314 10.710Q-6.345 10.679-6.345 10.655\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(181.953 -74.045)\">\u003Cpath d=\"M1.739 10.663L-0.116 10.663L-0.116 10.366Q0.157 10.366 0.325 10.319Q0.493 10.272 0.493 10.104L0.493 7.968Q0.493 7.753 0.430 7.657Q0.368 7.561 0.249 7.540Q0.130 7.518-0.116 7.518L-0.116 7.222L1.075 7.136L1.075 7.870Q1.188 7.655 1.382 7.487Q1.575 7.319 1.813 7.227Q2.051 7.136 2.305 7.136Q3.473 7.136 3.473 8.214L3.473 10.104Q3.473 10.272 3.643 10.319Q3.813 10.366 4.083 10.366L4.083 10.663L2.227 10.663L2.227 10.366Q2.501 10.366 2.669 10.319Q2.837 10.272 2.837 10.104L2.837 8.229Q2.837 7.847 2.716 7.618Q2.594 7.390 2.243 7.390Q1.930 7.390 1.676 7.552Q1.423 7.714 1.276 7.983Q1.130 8.253 1.130 8.550L1.130 10.104Q1.130 10.272 1.300 10.319Q1.469 10.366 1.739 10.366L1.739 10.663M4.528 8.968Q4.528 8.464 4.784 8.032Q5.040 7.601 5.475 7.349Q5.911 7.097 6.411 7.097Q6.798 7.097 7.139 7.241Q7.481 7.386 7.743 7.647Q8.005 7.909 8.147 8.245Q8.290 8.581 8.290 8.968Q8.290 9.460 8.026 9.870Q7.762 10.280 7.333 10.511Q6.903 10.741 6.411 10.741Q5.919 10.741 5.485 10.509Q5.051 10.276 4.790 9.868Q4.528 9.460 4.528 8.968M6.411 10.464Q6.868 10.464 7.120 10.241Q7.372 10.018 7.460 9.667Q7.548 9.315 7.548 8.870Q7.548 8.440 7.454 8.102Q7.360 7.765 7.106 7.558Q6.852 7.351 6.411 7.351Q5.762 7.351 5.518 7.767Q5.274 8.183 5.274 8.870Q5.274 9.315 5.362 9.667Q5.450 10.018 5.702 10.241Q5.954 10.464 6.411 10.464M9.458 9.710L9.458 7.968Q9.458 7.753 9.395 7.657Q9.333 7.561 9.214 7.540Q9.094 7.518 8.848 7.518L8.848 7.222L10.094 7.136L10.094 9.686L10.094 9.710Q10.094 10.022 10.149 10.184Q10.204 10.347 10.354 10.417Q10.505 10.487 10.825 10.487Q11.255 10.487 11.528 10.149Q11.801 9.811 11.801 9.366L11.801 7.968Q11.801 7.753 11.739 7.657Q11.676 7.561 11.557 7.540Q11.438 7.518 11.192 7.518L11.192 7.222L12.438 7.136L12.438 9.921Q12.438 10.132 12.501 10.227Q12.563 10.323 12.682 10.345Q12.801 10.366 13.048 10.366L13.048 10.663L11.825 10.741L11.825 10.120Q11.657 10.409 11.376 10.575Q11.094 10.741 10.774 10.741Q9.458 10.741 9.458 9.710M15.423 10.663L13.567 10.663L13.567 10.366Q13.841 10.366 14.008 10.319Q14.176 10.272 14.176 10.104L14.176 7.968Q14.176 7.753 14.114 7.657Q14.051 7.561 13.932 7.540Q13.813 7.518 13.567 7.518L13.567 7.222L14.758 7.136L14.758 7.870Q14.872 7.655 15.065 7.487Q15.258 7.319 15.497 7.227Q15.735 7.136 15.989 7.136Q17.157 7.136 17.157 8.214L17.157 10.104Q17.157 10.272 17.327 10.319Q17.497 10.366 17.766 10.366L17.766 10.663L15.911 10.663L15.911 10.366Q16.184 10.366 16.352 10.319Q16.520 10.272 16.520 10.104L16.520 8.229Q16.520 7.847 16.399 7.618Q16.278 7.390 15.926 7.390Q15.614 7.390 15.360 7.552Q15.106 7.714 14.960 7.983Q14.813 8.253 14.813 8.550L14.813 10.104Q14.813 10.272 14.983 10.319Q15.153 10.366 15.423 10.366L15.423 10.663M18.692 10.198Q18.692 10.015 18.829 9.878Q18.966 9.741 19.157 9.741Q19.348 9.741 19.481 9.874Q19.614 10.007 19.614 10.198Q19.614 10.397 19.481 10.530Q19.348 10.663 19.157 10.663Q18.966 10.663 18.829 10.526Q18.692 10.390 18.692 10.198M18.692 7.671Q18.692 7.487 18.829 7.351Q18.966 7.214 19.157 7.214Q19.348 7.214 19.481 7.347Q19.614 7.479 19.614 7.671Q19.614 7.870 19.481 8.003Q19.348 8.136 19.157 8.136Q18.966 8.136 18.829 7.999Q18.692 7.862 18.692 7.671\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(181.953 -74.045)\">\u003Cpath d=\"M25.279 10.663L24.998 10.663L24.998 5.944Q24.998 5.729 24.936 5.634Q24.873 5.538 24.756 5.517Q24.639 5.495 24.393 5.495L24.393 5.198L25.615 5.112L25.615 7.601Q26.092 7.136 26.791 7.136Q27.272 7.136 27.680 7.380Q28.088 7.624 28.324 8.038Q28.561 8.452 28.561 8.936Q28.561 9.311 28.412 9.640Q28.264 9.968 27.994 10.220Q27.725 10.472 27.381 10.606Q27.037 10.741 26.678 10.741Q26.357 10.741 26.059 10.593Q25.760 10.444 25.553 10.183L25.279 10.663M25.639 7.991L25.639 9.831Q25.791 10.128 26.051 10.308Q26.311 10.487 26.623 10.487Q27.049 10.487 27.316 10.268Q27.584 10.050 27.699 9.704Q27.814 9.358 27.814 8.936Q27.814 8.288 27.566 7.839Q27.318 7.390 26.721 7.390Q26.385 7.390 26.096 7.548Q25.807 7.706 25.639 7.991M29.768 9.710L29.768 7.968Q29.768 7.753 29.705 7.657Q29.643 7.561 29.523 7.540Q29.404 7.518 29.158 7.518L29.158 7.222L30.404 7.136L30.404 9.686L30.404 9.710Q30.404 10.022 30.459 10.184Q30.514 10.347 30.664 10.417Q30.814 10.487 31.135 10.487Q31.564 10.487 31.838 10.149Q32.111 9.811 32.111 9.366L32.111 7.968Q32.111 7.753 32.049 7.657Q31.986 7.561 31.867 7.540Q31.748 7.518 31.502 7.518L31.502 7.222L32.748 7.136L32.748 9.921Q32.748 10.132 32.811 10.227Q32.873 10.323 32.992 10.345Q33.111 10.366 33.357 10.366L33.357 10.663L32.135 10.741L32.135 10.120Q31.967 10.409 31.686 10.575Q31.404 10.741 31.084 10.741Q29.768 10.741 29.768 9.710M34.428 9.702L34.428 7.511L33.725 7.511L33.725 7.257Q34.080 7.257 34.322 7.024Q34.564 6.792 34.676 6.444Q34.787 6.097 34.787 5.741L35.068 5.741L35.068 7.214L36.244 7.214L36.244 7.511L35.068 7.511L35.068 9.686Q35.068 10.007 35.188 10.235Q35.307 10.464 35.588 10.464Q35.768 10.464 35.885 10.341Q36.002 10.218 36.055 10.038Q36.107 9.858 36.107 9.686L36.107 9.214L36.389 9.214L36.389 9.702Q36.389 9.956 36.283 10.196Q36.178 10.436 35.981 10.589Q35.783 10.741 35.525 10.741Q35.209 10.741 34.957 10.618Q34.705 10.495 34.566 10.261Q34.428 10.026 34.428 9.702M37.732 9.702L37.732 7.511L37.029 7.511L37.029 7.257Q37.385 7.257 37.627 7.024Q37.869 6.792 37.981 6.444Q38.092 6.097 38.092 5.741L38.373 5.741L38.373 7.214L39.549 7.214L39.549 7.511L38.373 7.511L38.373 9.686Q38.373 10.007 38.492 10.235Q38.611 10.464 38.893 10.464Q39.072 10.464 39.189 10.341Q39.307 10.218 39.359 10.038Q39.412 9.858 39.412 9.686L39.412 9.214L39.693 9.214L39.693 9.702Q39.693 9.956 39.588 10.196Q39.482 10.436 39.285 10.589Q39.088 10.741 38.830 10.741Q38.514 10.741 38.262 10.618Q38.010 10.495 37.871 10.261Q37.732 10.026 37.732 9.702M40.412 8.909Q40.412 8.429 40.645 8.013Q40.877 7.597 41.287 7.347Q41.697 7.097 42.174 7.097Q42.904 7.097 43.303 7.538Q43.701 7.979 43.701 8.710Q43.701 8.815 43.607 8.839L41.158 8.839L41.158 8.909Q41.158 9.319 41.279 9.675Q41.400 10.030 41.672 10.247Q41.943 10.464 42.373 10.464Q42.736 10.464 43.033 10.235Q43.330 10.007 43.432 9.655Q43.439 9.608 43.525 9.593L43.607 9.593Q43.701 9.620 43.701 9.702Q43.701 9.710 43.693 9.741Q43.631 9.968 43.492 10.151Q43.354 10.335 43.162 10.468Q42.971 10.601 42.752 10.671Q42.533 10.741 42.295 10.741Q41.924 10.741 41.586 10.604Q41.248 10.468 40.981 10.216Q40.713 9.964 40.563 9.624Q40.412 9.284 40.412 8.909M41.166 8.601L43.127 8.601Q43.127 8.296 43.025 8.005Q42.924 7.714 42.707 7.532Q42.490 7.351 42.174 7.351Q41.873 7.351 41.643 7.538Q41.412 7.726 41.289 8.017Q41.166 8.308 41.166 8.601M46.197 10.663L44.217 10.663L44.217 10.366Q44.486 10.366 44.654 10.321Q44.822 10.276 44.822 10.104L44.822 7.968Q44.822 7.753 44.760 7.657Q44.697 7.561 44.580 7.540Q44.463 7.518 44.217 7.518L44.217 7.222L45.385 7.136L45.385 7.921Q45.463 7.710 45.615 7.524Q45.768 7.339 45.967 7.237Q46.166 7.136 46.393 7.136Q46.639 7.136 46.830 7.280Q47.022 7.425 47.022 7.655Q47.022 7.811 46.916 7.921Q46.811 8.030 46.654 8.030Q46.498 8.030 46.389 7.921Q46.279 7.811 46.279 7.655Q46.279 7.495 46.385 7.390Q46.061 7.390 45.846 7.618Q45.631 7.847 45.535 8.186Q45.439 8.526 45.439 8.831L45.439 10.104Q45.439 10.272 45.666 10.319Q45.893 10.366 46.197 10.366\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M155.105 9.24v-39.833h79.668V9.24Zm79.668-39.833\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr8\" font-size=\"8\">\u003Cg transform=\"translate(181.915 -19.34)\">\u003Cpath d=\"M-20.966 9.831Q-20.966 9.347-20.564 9.052Q-20.161 8.757-19.611 8.638Q-19.060 8.518-18.568 8.518L-18.568 8.229Q-18.568 8.003-18.683 7.796Q-18.798 7.589-18.995 7.470Q-19.193 7.351-19.423 7.351Q-19.849 7.351-20.134 7.456Q-20.064 7.483-20.017 7.538Q-19.970 7.593-19.945 7.663Q-19.919 7.733-19.919 7.808Q-19.919 7.913-19.970 8.005Q-20.021 8.097-20.113 8.147Q-20.204 8.198-20.310 8.198Q-20.415 8.198-20.507 8.147Q-20.599 8.097-20.650 8.005Q-20.700 7.913-20.700 7.808Q-20.700 7.390-20.312 7.243Q-19.923 7.097-19.423 7.097Q-19.091 7.097-18.738 7.227Q-18.384 7.358-18.156 7.612Q-17.927 7.866-17.927 8.214L-17.927 10.015Q-17.927 10.147-17.855 10.257Q-17.782 10.366-17.654 10.366Q-17.529 10.366-17.460 10.261Q-17.392 10.155-17.392 10.015L-17.392 9.503L-17.111 9.503L-17.111 10.015Q-17.111 10.218-17.228 10.376Q-17.345 10.534-17.527 10.618Q-17.708 10.702-17.911 10.702Q-18.142 10.702-18.294 10.530Q-18.447 10.358-18.478 10.128Q-18.638 10.409-18.947 10.575Q-19.255 10.741-19.607 10.741Q-20.118 10.741-20.542 10.518Q-20.966 10.296-20.966 9.831M-20.279 9.831Q-20.279 10.116-20.052 10.302Q-19.825 10.487-19.532 10.487Q-19.286 10.487-19.062 10.370Q-18.837 10.253-18.702 10.050Q-18.568 9.847-18.568 9.593L-18.568 8.761Q-18.833 8.761-19.118 8.815Q-19.404 8.870-19.675 8.999Q-19.947 9.128-20.113 9.335Q-20.279 9.542-20.279 9.831\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(181.915 -19.34)\">\u003Cpath d=\"M-12.066 10.663L-13.898 10.663L-13.898 10.366Q-13.624 10.366-13.456 10.319Q-13.288 10.272-13.288 10.104L-13.288 5.944Q-13.288 5.729-13.351 5.634Q-13.413 5.538-13.532 5.517Q-13.652 5.495-13.898 5.495L-13.898 5.198L-12.675 5.112L-12.675 10.104Q-12.675 10.272-12.507 10.319Q-12.339 10.366-12.066 10.366L-12.066 10.663M-10.937 9.710L-10.937 7.968Q-10.937 7.753-10.999 7.657Q-11.062 7.561-11.181 7.540Q-11.300 7.518-11.546 7.518L-11.546 7.222L-10.300 7.136L-10.300 9.686L-10.300 9.710Q-10.300 10.022-10.245 10.184Q-10.191 10.347-10.040 10.417Q-9.890 10.487-9.570 10.487Q-9.140 10.487-8.866 10.149Q-8.593 9.811-8.593 9.366L-8.593 7.968Q-8.593 7.753-8.655 7.657Q-8.718 7.561-8.837 7.540Q-8.956 7.518-9.202 7.518L-9.202 7.222L-7.956 7.136L-7.956 9.921Q-7.956 10.132-7.894 10.227Q-7.831 10.323-7.712 10.345Q-7.593 10.366-7.347 10.366L-7.347 10.663L-8.570 10.741L-8.570 10.120Q-8.738 10.409-9.019 10.575Q-9.300 10.741-9.620 10.741Q-10.937 10.741-10.937 9.710M-4.972 10.663L-6.827 10.663L-6.827 10.366Q-6.554 10.366-6.386 10.319Q-6.218 10.272-6.218 10.104L-6.218 7.968Q-6.218 7.753-6.280 7.657Q-6.343 7.561-6.462 7.540Q-6.581 7.518-6.827 7.518L-6.827 7.222L-5.636 7.136L-5.636 7.870Q-5.523 7.655-5.329 7.487Q-5.136 7.319-4.898 7.227Q-4.659 7.136-4.405 7.136Q-3.445 7.136-3.269 7.847Q-3.085 7.518-2.757 7.327Q-2.429 7.136-2.050 7.136Q-0.874 7.136-0.874 8.214L-0.874 10.104Q-0.874 10.272-0.706 10.319Q-0.538 10.366-0.269 10.366L-0.269 10.663L-2.124 10.663L-2.124 10.366Q-1.851 10.366-1.683 10.321Q-1.515 10.276-1.515 10.104L-1.515 8.229Q-1.515 7.843-1.640 7.616Q-1.765 7.390-2.116 7.390Q-2.421 7.390-2.677 7.552Q-2.933 7.714-3.081 7.983Q-3.230 8.253-3.230 8.550L-3.230 10.104Q-3.230 10.272-3.060 10.319Q-2.890 10.366-2.620 10.366L-2.620 10.663L-4.476 10.663L-4.476 10.366Q-4.202 10.366-4.034 10.319Q-3.866 10.272-3.866 10.104L-3.866 8.229Q-3.866 7.843-3.991 7.616Q-4.116 7.390-4.468 7.390Q-4.773 7.390-5.029 7.552Q-5.284 7.714-5.433 7.983Q-5.581 8.253-5.581 8.550L-5.581 10.104Q-5.581 10.272-5.411 10.319Q-5.241 10.366-4.972 10.366L-4.972 10.663M2.059 12.214L0.204 12.214L0.204 11.921Q0.473 11.921 0.641 11.876Q0.809 11.831 0.809 11.655L0.809 7.831Q0.809 7.624 0.653 7.571Q0.497 7.518 0.204 7.518L0.204 7.222L1.427 7.136L1.427 7.601Q1.657 7.378 1.971 7.257Q2.286 7.136 2.626 7.136Q3.098 7.136 3.503 7.382Q3.907 7.628 4.139 8.044Q4.372 8.460 4.372 8.936Q4.372 9.311 4.223 9.640Q4.075 9.968 3.805 10.220Q3.536 10.472 3.192 10.606Q2.848 10.741 2.489 10.741Q2.200 10.741 1.928 10.620Q1.657 10.499 1.450 10.288L1.450 11.655Q1.450 11.831 1.618 11.876Q1.786 11.921 2.059 11.921L2.059 12.214M1.450 7.999L1.450 9.839Q1.602 10.128 1.864 10.308Q2.126 10.487 2.434 10.487Q2.720 10.487 2.942 10.349Q3.165 10.210 3.317 9.979Q3.470 9.749 3.548 9.477Q3.626 9.206 3.626 8.936Q3.626 8.604 3.501 8.247Q3.376 7.890 3.128 7.653Q2.880 7.417 2.532 7.417Q2.208 7.417 1.913 7.573Q1.618 7.729 1.450 7.999\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" stroke=\"var(--tk-accent)\" d=\"M194.94-30.593V9.24\" style=\"stroke-dasharray:3.0,3.0;stroke-width:.8\"\u002F>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\">\u003Cg transform=\"translate(210.692 -46.212)\">\u003Cpath d=\"M-20.988 9.152Q-20.988 8.824-20.853 8.523Q-20.718 8.223-20.482 8.002Q-20.246 7.782-19.942 7.662Q-19.637 7.542-19.313 7.542Q-18.807 7.542-18.458 7.645Q-18.110 7.747-18.110 8.123Q-18.110 8.270-18.207 8.371Q-18.304 8.472-18.451 8.472Q-18.605 8.472-18.704 8.373Q-18.803 8.274-18.803 8.123Q-18.803 7.935-18.663 7.843Q-18.865 7.792-19.306 7.792Q-19.661 7.792-19.890 7.988Q-20.119 8.185-20.220 8.494Q-20.321 8.804-20.321 9.152Q-20.321 9.501-20.195 9.807Q-20.068 10.113-19.813 10.297Q-19.559 10.482-19.203 10.482Q-18.981 10.482-18.797 10.398Q-18.612 10.314-18.477 10.159Q-18.342 10.003-18.284 9.795Q-18.270 9.740-18.216 9.740L-18.103 9.740Q-18.072 9.740-18.050 9.764Q-18.028 9.788-18.028 9.822L-18.028 9.843Q-18.113 10.130-18.301 10.328Q-18.489 10.526-18.754 10.629Q-19.019 10.731-19.313 10.731Q-19.743 10.731-20.131 10.525Q-20.519 10.318-20.753 9.955Q-20.988 9.593-20.988 9.152M-16.865 9.829L-16.865 8.325Q-16.865 8.055-16.973 7.994Q-17.081 7.932-17.392 7.932L-17.392 7.652L-16.284 7.577L-16.284 9.809L-16.284 9.829Q-16.284 10.109-16.233 10.253Q-16.182 10.396-16.040 10.453Q-15.898 10.509-15.611 10.509Q-15.358 10.509-15.153 10.369Q-14.948 10.229-14.832 10.003Q-14.716 9.778-14.716 9.528L-14.716 8.325Q-14.716 8.055-14.823 7.994Q-14.931 7.932-15.242 7.932L-15.242 7.652L-14.135 7.577L-14.135 9.990Q-14.135 10.181-14.082 10.263Q-14.029 10.345-13.928 10.364Q-13.827 10.383-13.612 10.383L-13.612 10.663L-14.688 10.731L-14.688 10.167Q-14.798 10.349-14.943 10.472Q-15.088 10.595-15.274 10.663Q-15.461 10.731-15.662 10.731Q-16.865 10.731-16.865 9.829M-12.497 9.822L-12.497 7.925L-13.136 7.925L-13.136 7.703Q-12.819 7.703-12.602 7.493Q-12.385 7.283-12.284 6.973Q-12.183 6.664-12.183 6.356L-11.916 6.356L-11.916 7.645L-10.840 7.645L-10.840 7.925L-11.916 7.925L-11.916 9.809Q-11.916 10.085-11.812 10.284Q-11.708 10.482-11.448 10.482Q-11.291 10.482-11.185 10.378Q-11.079 10.273-11.029 10.120Q-10.980 9.966-10.980 9.809L-10.980 9.395L-10.713 9.395L-10.713 9.822Q-10.713 10.048-10.812 10.258Q-10.911 10.468-11.096 10.600Q-11.281 10.731-11.510 10.731Q-11.947 10.731-12.222 10.494Q-12.497 10.256-12.497 9.822\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M194.94 19.199V34.27\"\u002F>\u003Cpath stroke=\"none\" d=\"m194.94 36.27 1.6-3.2-1.6 1.2-1.6-1.2\"\u002F>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\">\u003Cg fill=\"var(--tk-accent)\" stroke=\"none\" font-family=\"cmr8\" font-size=\"8\">\u003Cg transform=\"translate(194.849 50.207)\">\u003Cpath d=\"M-20.150 1.163L-20.431 1.163L-20.431-3.556Q-20.431-3.771-20.493-3.866Q-20.556-3.962-20.673-3.983Q-20.790-4.005-21.036-4.005L-21.036-4.302L-19.814-4.388L-19.814-1.899Q-19.337-2.364-18.638-2.364Q-18.157-2.364-17.749-2.120Q-17.341-1.876-17.105-1.462Q-16.868-1.048-16.868-0.564Q-16.868-0.189-17.017 0.140Q-17.165 0.468-17.435 0.720Q-17.704 0.972-18.048 1.106Q-18.392 1.241-18.751 1.241Q-19.072 1.241-19.370 1.093Q-19.669 0.944-19.876 0.683L-20.150 1.163M-19.790-1.509L-19.790 0.331Q-19.638 0.628-19.378 0.808Q-19.118 0.987-18.806 0.987Q-18.380 0.987-18.113 0.768Q-17.845 0.550-17.730 0.204Q-17.614-0.142-17.614-0.564Q-17.614-1.212-17.863-1.661Q-18.111-2.110-18.708-2.110Q-19.044-2.110-19.333-1.952Q-19.622-1.794-19.790-1.509\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(194.849 50.207)\">\u003Cpath d=\"M-16.105-0.532Q-16.105-1.036-15.849-1.468Q-15.593-1.899-15.157-2.151Q-14.722-2.403-14.222-2.403Q-13.835-2.403-13.493-2.259Q-13.152-2.114-12.890-1.853Q-12.628-1.591-12.486-1.255Q-12.343-0.919-12.343-0.532Q-12.343-0.040-12.607 0.370Q-12.870 0.780-13.300 1.011Q-13.730 1.241-14.222 1.241Q-14.714 1.241-15.148 1.009Q-15.581 0.776-15.843 0.368Q-16.105-0.040-16.105-0.532M-14.222 0.964Q-13.765 0.964-13.513 0.741Q-13.261 0.518-13.173 0.167Q-13.085-0.185-13.085-0.630Q-13.085-1.060-13.179-1.398Q-13.273-1.735-13.527-1.942Q-13.780-2.149-14.222-2.149Q-14.870-2.149-15.114-1.733Q-15.359-1.317-15.359-0.630Q-15.359-0.185-15.271 0.167Q-15.183 0.518-14.931 0.741Q-14.679 0.964-14.222 0.964M-11.234 0.202L-11.234-1.989L-11.937-1.989L-11.937-2.243Q-11.581-2.243-11.339-2.476Q-11.097-2.708-10.986-3.056Q-10.874-3.403-10.874-3.759L-10.593-3.759L-10.593-2.286L-9.417-2.286L-9.417-1.989L-10.593-1.989L-10.593 0.186Q-10.593 0.507-10.474 0.735Q-10.355 0.964-10.073 0.964Q-9.894 0.964-9.777 0.841Q-9.659 0.718-9.607 0.538Q-9.554 0.358-9.554 0.186L-9.554-0.286L-9.273-0.286L-9.273 0.202Q-9.273 0.456-9.378 0.696Q-9.484 0.936-9.681 1.089Q-9.878 1.241-10.136 1.241Q-10.452 1.241-10.704 1.118Q-10.956 0.995-11.095 0.761Q-11.234 0.526-11.234 0.202M-6.624 1.163L-8.480 1.163L-8.480 0.866Q-8.206 0.866-8.038 0.819Q-7.870 0.772-7.870 0.604L-7.870-3.556Q-7.870-3.771-7.933-3.866Q-7.995-3.962-8.114-3.983Q-8.234-4.005-8.480-4.005L-8.480-4.302L-7.257-4.388L-7.257-1.685Q-7.132-1.896-6.945-2.046Q-6.757-2.196-6.530-2.280Q-6.304-2.364-6.058-2.364Q-4.890-2.364-4.890-1.286L-4.890 0.604Q-4.890 0.772-4.720 0.819Q-4.550 0.866-4.280 0.866L-4.280 1.163L-6.136 1.163L-6.136 0.866Q-5.863 0.866-5.695 0.819Q-5.527 0.772-5.527 0.604L-5.527-1.271Q-5.527-1.653-5.648-1.882Q-5.769-2.110-6.120-2.110Q-6.433-2.110-6.687-1.948Q-6.941-1.786-7.087-1.517Q-7.234-1.247-7.234-0.950L-7.234 0.604Q-7.234 0.772-7.064 0.819Q-6.894 0.866-6.624 0.866\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(194.849 50.207)\">\u003Cpath d=\"M0.936 1.163L-0.919 1.163L-0.919 0.866Q-0.646 0.866-0.478 0.819Q-0.310 0.772-0.310 0.604L-0.310-3.556Q-0.310-3.771-0.373-3.866Q-0.435-3.962-0.554-3.983Q-0.673-4.005-0.919-4.005L-0.919-4.302L0.303-4.388L0.303-1.685Q0.428-1.896 0.616-2.046Q0.803-2.196 1.030-2.280Q1.256-2.364 1.502-2.364Q2.670-2.364 2.670-1.286L2.670 0.604Q2.670 0.772 2.840 0.819Q3.010 0.866 3.280 0.866L3.280 1.163L1.424 1.163L1.424 0.866Q1.698 0.866 1.866 0.819Q2.034 0.772 2.034 0.604L2.034-1.271Q2.034-1.653 1.913-1.882Q1.791-2.110 1.440-2.110Q1.127-2.110 0.873-1.948Q0.620-1.786 0.473-1.517Q0.327-1.247 0.327-0.950L0.327 0.604Q0.327 0.772 0.497 0.819Q0.666 0.866 0.936 0.866L0.936 1.163M3.823 0.331Q3.823-0.153 4.225-0.448Q4.627-0.743 5.178-0.862Q5.729-0.982 6.221-0.982L6.221-1.271Q6.221-1.497 6.106-1.704Q5.991-1.911 5.793-2.030Q5.596-2.149 5.366-2.149Q4.940-2.149 4.655-2.044Q4.725-2.017 4.772-1.962Q4.819-1.907 4.844-1.837Q4.870-1.767 4.870-1.692Q4.870-1.587 4.819-1.495Q4.768-1.403 4.676-1.353Q4.584-1.302 4.479-1.302Q4.373-1.302 4.282-1.353Q4.190-1.403 4.139-1.495Q4.088-1.587 4.088-1.692Q4.088-2.110 4.477-2.257Q4.866-2.403 5.366-2.403Q5.698-2.403 6.051-2.273Q6.405-2.142 6.633-1.888Q6.862-1.634 6.862-1.286L6.862 0.515Q6.862 0.647 6.934 0.757Q7.006 0.866 7.135 0.866Q7.260 0.866 7.329 0.761Q7.397 0.655 7.397 0.515L7.397 0.003L7.678 0.003L7.678 0.515Q7.678 0.718 7.561 0.876Q7.444 1.034 7.262 1.118Q7.080 1.202 6.877 1.202Q6.647 1.202 6.495 1.030Q6.342 0.858 6.311 0.628Q6.151 0.909 5.842 1.075Q5.534 1.241 5.182 1.241Q4.670 1.241 4.247 1.018Q3.823 0.796 3.823 0.331M4.510 0.331Q4.510 0.616 4.737 0.802Q4.963 0.987 5.256 0.987Q5.502 0.987 5.727 0.870Q5.952 0.753 6.086 0.550Q6.221 0.347 6.221 0.093L6.221-0.739Q5.955-0.739 5.670-0.685Q5.385-0.630 5.114-0.501Q4.842-0.372 4.676-0.165Q4.510 0.042 4.510 0.331M9.885 1.163L8.053 1.163L8.053 0.866Q8.327 0.866 8.495 0.819Q8.663 0.772 8.663 0.604L8.663-3.556Q8.663-3.771 8.600-3.866Q8.538-3.962 8.418-3.983Q8.299-4.005 8.053-4.005L8.053-4.302L9.276-4.388L9.276 0.604Q9.276 0.772 9.444 0.819Q9.612 0.866 9.885 0.866L9.885 1.163M12.131 1.132L10.909-1.724Q10.827-1.899 10.682-1.944Q10.538-1.989 10.268-1.989L10.268-2.286L11.979-2.286L11.979-1.989Q11.557-1.989 11.557-1.806Q11.557-1.771 11.573-1.724L12.518 0.468L13.358-1.509Q13.397-1.587 13.397-1.677Q13.397-1.817 13.291-1.903Q13.186-1.989 13.045-1.989L13.045-2.286L14.397-2.286L14.397-1.989Q13.873-1.989 13.659-1.509L12.534 1.132Q12.471 1.241 12.366 1.241L12.299 1.241Q12.186 1.241 12.131 1.132\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(194.849 50.207)\">\u003Cpath d=\"M14.590-0.591Q14.590-1.071 14.823-1.487Q15.055-1.903 15.465-2.153Q15.875-2.403 16.352-2.403Q17.082-2.403 17.481-1.962Q17.879-1.521 17.879-0.790Q17.879-0.685 17.786-0.661L15.336-0.661L15.336-0.591Q15.336-0.181 15.457 0.175Q15.579 0.530 15.850 0.747Q16.122 0.964 16.551 0.964Q16.915 0.964 17.211 0.735Q17.508 0.507 17.610 0.155Q17.618 0.108 17.704 0.093L17.786 0.093Q17.879 0.120 17.879 0.202Q17.879 0.210 17.872 0.241Q17.809 0.468 17.670 0.651Q17.532 0.835 17.340 0.968Q17.149 1.101 16.930 1.171Q16.711 1.241 16.473 1.241Q16.102 1.241 15.764 1.104Q15.426 0.968 15.159 0.716Q14.891 0.464 14.741 0.124Q14.590-0.216 14.590-0.591M15.344-0.899L17.305-0.899Q17.305-1.204 17.204-1.495Q17.102-1.786 16.885-1.968Q16.668-2.149 16.352-2.149Q16.051-2.149 15.821-1.962Q15.590-1.774 15.467-1.483Q15.344-1.192 15.344-0.899M18.411 1.155L18.411-0.067Q18.411-0.095 18.442-0.126Q18.473-0.157 18.497-0.157L18.602-0.157Q18.672-0.157 18.688-0.095Q18.750 0.226 18.889 0.466Q19.028 0.706 19.260 0.847Q19.493 0.987 19.801 0.987Q20.040 0.987 20.248 0.927Q20.457 0.866 20.594 0.718Q20.731 0.569 20.731 0.323Q20.731 0.069 20.520-0.097Q20.309-0.263 20.040-0.317L19.418-0.431Q19.012-0.509 18.711-0.765Q18.411-1.021 18.411-1.396Q18.411-1.763 18.612-1.985Q18.813-2.208 19.137-2.306Q19.461-2.403 19.801-2.403Q20.266-2.403 20.563-2.196L20.786-2.380Q20.809-2.403 20.840-2.403L20.891-2.403Q20.922-2.403 20.950-2.376Q20.977-2.349 20.977-2.317L20.977-1.333Q20.977-1.302 20.952-1.273Q20.926-1.243 20.891-1.243L20.786-1.243Q20.750-1.243 20.723-1.271Q20.696-1.298 20.696-1.333Q20.696-1.732 20.444-1.952Q20.192-2.173 19.793-2.173Q19.438-2.173 19.155-2.050Q18.872-1.927 18.872-1.622Q18.872-1.403 19.073-1.271Q19.274-1.138 19.520-1.095L20.145-0.982Q20.575-0.892 20.883-0.595Q21.192-0.298 21.192 0.116Q21.192 0.686 20.793 0.964Q20.395 1.241 19.801 1.241Q19.250 1.241 18.899 0.905L18.602 1.218Q18.579 1.241 18.543 1.241L18.497 1.241Q18.473 1.241 18.442 1.210Q18.411 1.179 18.411 1.155\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(194.849 50.207)\">\u003Cpath d=\"M-18.234 9.831Q-18.234 9.347-17.832 9.052Q-17.429 8.757-16.879 8.638Q-16.328 8.518-15.836 8.518L-15.836 8.229Q-15.836 8.003-15.951 7.796Q-16.066 7.589-16.263 7.470Q-16.461 7.351-16.691 7.351Q-17.117 7.351-17.402 7.456Q-17.332 7.483-17.285 7.538Q-17.238 7.593-17.213 7.663Q-17.187 7.733-17.187 7.808Q-17.187 7.913-17.238 8.005Q-17.289 8.097-17.381 8.147Q-17.472 8.198-17.578 8.198Q-17.683 8.198-17.775 8.147Q-17.867 8.097-17.918 8.005Q-17.968 7.913-17.968 7.808Q-17.968 7.390-17.580 7.243Q-17.191 7.097-16.691 7.097Q-16.359 7.097-16.006 7.227Q-15.652 7.358-15.424 7.612Q-15.195 7.866-15.195 8.214L-15.195 10.015Q-15.195 10.147-15.123 10.257Q-15.050 10.366-14.922 10.366Q-14.797 10.366-14.728 10.261Q-14.660 10.155-14.660 10.015L-14.660 9.503L-14.379 9.503L-14.379 10.015Q-14.379 10.218-14.496 10.376Q-14.613 10.534-14.795 10.618Q-14.976 10.702-15.179 10.702Q-15.410 10.702-15.562 10.530Q-15.715 10.358-15.746 10.128Q-15.906 10.409-16.215 10.575Q-16.523 10.741-16.875 10.741Q-17.386 10.741-17.810 10.518Q-18.234 10.296-18.234 9.831M-17.547 9.831Q-17.547 10.116-17.320 10.302Q-17.093 10.487-16.800 10.487Q-16.554 10.487-16.330 10.370Q-16.105 10.253-15.970 10.050Q-15.836 9.847-15.836 9.593L-15.836 8.761Q-16.101 8.761-16.386 8.815Q-16.672 8.870-16.943 8.999Q-17.215 9.128-17.381 9.335Q-17.547 9.542-17.547 9.831M-12.078 10.663L-14.058 10.663L-14.058 10.366Q-13.789 10.366-13.621 10.321Q-13.453 10.276-13.453 10.104L-13.453 7.968Q-13.453 7.753-13.515 7.657Q-13.578 7.561-13.695 7.540Q-13.812 7.518-14.058 7.518L-14.058 7.222L-12.890 7.136L-12.890 7.921Q-12.812 7.710-12.660 7.524Q-12.508 7.339-12.308 7.237Q-12.109 7.136-11.883 7.136Q-11.636 7.136-11.445 7.280Q-11.254 7.425-11.254 7.655Q-11.254 7.811-11.359 7.921Q-11.465 8.030-11.621 8.030Q-11.777 8.030-11.886 7.921Q-11.996 7.811-11.996 7.655Q-11.996 7.495-11.890 7.390Q-12.215 7.390-12.429 7.618Q-12.644 7.847-12.740 8.186Q-12.836 8.526-12.836 8.831L-12.836 10.104Q-12.836 10.272-12.609 10.319Q-12.383 10.366-12.078 10.366L-12.078 10.663M-10.773 8.909Q-10.773 8.429-10.541 8.013Q-10.308 7.597-9.898 7.347Q-9.488 7.097-9.011 7.097Q-8.281 7.097-7.883 7.538Q-7.484 7.979-7.484 8.710Q-7.484 8.815-7.578 8.839L-10.027 8.839L-10.027 8.909Q-10.027 9.319-9.906 9.675Q-9.785 10.030-9.513 10.247Q-9.242 10.464-8.812 10.464Q-8.449 10.464-8.152 10.235Q-7.855 10.007-7.754 9.655Q-7.746 9.608-7.660 9.593L-7.578 9.593Q-7.484 9.620-7.484 9.702Q-7.484 9.710-7.492 9.741Q-7.554 9.968-7.693 10.151Q-7.832 10.335-8.023 10.468Q-8.215 10.601-8.433 10.671Q-8.652 10.741-8.890 10.741Q-9.261 10.741-9.599 10.604Q-9.937 10.468-10.205 10.216Q-10.472 9.964-10.623 9.624Q-10.773 9.284-10.773 8.909M-10.019 8.601L-8.058 8.601Q-8.058 8.296-8.160 8.005Q-8.261 7.714-8.478 7.532Q-8.695 7.351-9.011 7.351Q-9.312 7.351-9.543 7.538Q-9.773 7.726-9.896 8.017Q-10.019 8.308-10.019 8.601\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(194.849 50.207)\">\u003Cpath d=\"M-3.244 10.663L-3.525 10.663L-3.525 5.944Q-3.525 5.729-3.587 5.634Q-3.650 5.538-3.767 5.517Q-3.884 5.495-4.130 5.495L-4.130 5.198L-2.908 5.112L-2.908 7.601Q-2.431 7.136-1.732 7.136Q-1.251 7.136-0.843 7.380Q-0.435 7.624-0.199 8.038Q0.038 8.452 0.038 8.936Q0.038 9.311-0.111 9.640Q-0.259 9.968-0.529 10.220Q-0.798 10.472-1.142 10.606Q-1.486 10.741-1.845 10.741Q-2.166 10.741-2.464 10.593Q-2.763 10.444-2.970 10.183L-3.244 10.663M-2.884 7.991L-2.884 9.831Q-2.732 10.128-2.472 10.308Q-2.212 10.487-1.900 10.487Q-1.474 10.487-1.207 10.268Q-0.939 10.050-0.824 9.704Q-0.708 9.358-0.708 8.936Q-0.708 8.288-0.957 7.839Q-1.205 7.390-1.802 7.390Q-2.138 7.390-2.427 7.548Q-2.716 7.706-2.884 7.991M1.245 9.710L1.245 7.968Q1.245 7.753 1.182 7.657Q1.120 7.561 1 7.540Q0.881 7.518 0.635 7.518L0.635 7.222L1.881 7.136L1.881 9.686L1.881 9.710Q1.881 10.022 1.936 10.184Q1.991 10.347 2.141 10.417Q2.292 10.487 2.612 10.487Q3.042 10.487 3.315 10.149Q3.588 9.811 3.588 9.366L3.588 7.968Q3.588 7.753 3.526 7.657Q3.463 7.561 3.344 7.540Q3.225 7.518 2.979 7.518L2.979 7.222L4.225 7.136L4.225 9.921Q4.225 10.132 4.288 10.227Q4.350 10.323 4.469 10.345Q4.588 10.366 4.834 10.366L4.834 10.663L3.612 10.741L3.612 10.120Q3.444 10.409 3.163 10.575Q2.881 10.741 2.561 10.741Q1.245 10.741 1.245 9.710M5.905 9.702L5.905 7.511L5.202 7.511L5.202 7.257Q5.557 7.257 5.799 7.024Q6.042 6.792 6.153 6.444Q6.264 6.097 6.264 5.741L6.545 5.741L6.545 7.214L7.721 7.214L7.721 7.511L6.545 7.511L6.545 9.686Q6.545 10.007 6.665 10.235Q6.784 10.464 7.065 10.464Q7.245 10.464 7.362 10.341Q7.479 10.218 7.532 10.038Q7.584 9.858 7.584 9.686L7.584 9.214L7.866 9.214L7.866 9.702Q7.866 9.956 7.760 10.196Q7.655 10.436 7.458 10.589Q7.260 10.741 7.002 10.741Q6.686 10.741 6.434 10.618Q6.182 10.495 6.043 10.261Q5.905 10.026 5.905 9.702M9.209 9.702L9.209 7.511L8.506 7.511L8.506 7.257Q8.862 7.257 9.104 7.024Q9.346 6.792 9.458 6.444Q9.569 6.097 9.569 5.741L9.850 5.741L9.850 7.214L11.026 7.214L11.026 7.511L9.850 7.511L9.850 9.686Q9.850 10.007 9.969 10.235Q10.088 10.464 10.370 10.464Q10.549 10.464 10.666 10.341Q10.784 10.218 10.836 10.038Q10.889 9.858 10.889 9.686L10.889 9.214L11.170 9.214L11.170 9.702Q11.170 9.956 11.065 10.196Q10.959 10.436 10.762 10.589Q10.565 10.741 10.307 10.741Q9.991 10.741 9.739 10.618Q9.487 10.495 9.348 10.261Q9.209 10.026 9.209 9.702M11.889 8.909Q11.889 8.429 12.122 8.013Q12.354 7.597 12.764 7.347Q13.174 7.097 13.651 7.097Q14.381 7.097 14.780 7.538Q15.178 7.979 15.178 8.710Q15.178 8.815 15.084 8.839L12.635 8.839L12.635 8.909Q12.635 9.319 12.756 9.675Q12.877 10.030 13.149 10.247Q13.420 10.464 13.850 10.464Q14.213 10.464 14.510 10.235Q14.807 10.007 14.909 9.655Q14.916 9.608 15.002 9.593L15.084 9.593Q15.178 9.620 15.178 9.702Q15.178 9.710 15.170 9.741Q15.108 9.968 14.969 10.151Q14.831 10.335 14.639 10.468Q14.448 10.601 14.229 10.671Q14.010 10.741 13.772 10.741Q13.401 10.741 13.063 10.604Q12.725 10.468 12.458 10.216Q12.190 9.964 12.040 9.624Q11.889 9.284 11.889 8.909M12.643 8.601L14.604 8.601Q14.604 8.296 14.502 8.005Q14.401 7.714 14.184 7.532Q13.967 7.351 13.651 7.351Q13.350 7.351 13.120 7.538Q12.889 7.726 12.766 8.017Q12.643 8.308 12.643 8.601M17.674 10.663L15.694 10.663L15.694 10.366Q15.963 10.366 16.131 10.321Q16.299 10.276 16.299 10.104L16.299 7.968Q16.299 7.753 16.237 7.657Q16.174 7.561 16.057 7.540Q15.940 7.518 15.694 7.518L15.694 7.222L16.862 7.136L16.862 7.921Q16.940 7.710 17.092 7.524Q17.245 7.339 17.444 7.237Q17.643 7.136 17.870 7.136Q18.116 7.136 18.307 7.280Q18.499 7.425 18.499 7.655Q18.499 7.811 18.393 7.921Q18.288 8.030 18.131 8.030Q17.975 8.030 17.866 7.921Q17.756 7.811 17.756 7.655Q17.756 7.495 17.862 7.390Q17.538 7.390 17.323 7.618Q17.108 7.847 17.012 8.186Q16.916 8.526 16.916 8.831L16.916 10.104Q16.916 10.272 17.143 10.319Q17.370 10.366 17.674 10.366\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fsvg>\u003Cfigcaption class=\"tikz-cap\">Cutting a count-noun object destroys it (half an aardvark is not an aardvark), while any part of a mass-noun object is another object of the same kind (half of some butter is butter). Intrinsic properties survive the cut; extrinsic ones do not.\u003C\u002Ffigcaption>","\u003Csvg style=\"width:100%;max-width:492.965px;height:auto\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\" viewBox=\"-75 -75 369.724 105.985\">\u003Cg stroke=\"currentColor\" style=\"stroke-miterlimit:10;stroke-width:.4\">\u003Cpath fill=\"none\" d=\"M-65.403-3.783h85.358v-36.989h-85.358Z\"\u002F>\u003Cg stroke=\"none\">\u003Cg transform=\"translate(-22.917 13.711)\">\u003Cpath d=\"M-11.324-46.278L-14.297-46.278L-14.297-46.558Q-13.576-46.558-13.576-46.767L-13.576-50.568Q-13.576-50.779-14.297-50.779L-14.297-51.060L-11.539-51.060Q-11.272-51.060-10.966-50.985Q-10.661-50.909-10.401-50.762Q-10.141-50.615-9.979-50.386Q-9.816-50.157-9.816-49.863Q-9.816-49.433-10.203-49.151Q-10.589-48.869-11.071-48.777Q-10.763-48.777-10.414-48.612Q-10.066-48.448-9.837-48.170Q-9.608-47.891-9.608-47.573Q-9.608-47.167-9.871-46.873Q-10.134-46.579-10.532-46.428Q-10.931-46.278-11.324-46.278M-12.933-48.650L-12.933-46.767Q-12.933-46.627-12.845-46.592Q-12.756-46.558-12.568-46.558L-11.539-46.558Q-11.252-46.558-10.975-46.685Q-10.698-46.811-10.527-47.045Q-10.356-47.279-10.356-47.573Q-10.356-47.789-10.438-47.985Q-10.520-48.182-10.671-48.332Q-10.821-48.483-11.018-48.566Q-11.214-48.650-11.430-48.650L-12.933-48.650M-12.933-50.568L-12.933-48.876L-11.751-48.876Q-11.464-48.876-11.183-48.995Q-10.903-49.115-10.724-49.342Q-10.544-49.570-10.544-49.863Q-10.544-50.113-10.683-50.327Q-10.821-50.540-11.050-50.660Q-11.279-50.779-11.539-50.779L-12.568-50.779Q-12.756-50.779-12.845-50.745Q-12.933-50.711-12.933-50.568M-8.230-47.112L-8.230-48.616Q-8.230-48.886-8.338-48.947Q-8.446-49.009-8.757-49.009L-8.757-49.289L-7.649-49.364L-7.649-47.132L-7.649-47.112Q-7.649-46.832-7.598-46.688Q-7.547-46.545-7.405-46.488Q-7.263-46.432-6.976-46.432Q-6.723-46.432-6.518-46.572Q-6.313-46.712-6.197-46.938Q-6.080-47.163-6.080-47.413L-6.080-48.616Q-6.080-48.886-6.188-48.947Q-6.296-49.009-6.607-49.009L-6.607-49.289L-5.499-49.364L-5.499-46.951Q-5.499-46.760-5.446-46.678Q-5.393-46.596-5.293-46.577Q-5.192-46.558-4.976-46.558L-4.976-46.278L-6.053-46.210L-6.053-46.774Q-6.162-46.592-6.308-46.469Q-6.453-46.346-6.639-46.278Q-6.826-46.210-7.027-46.210Q-8.230-46.210-8.230-47.112M-3.862-47.119L-3.862-49.016L-4.501-49.016L-4.501-49.238Q-4.183-49.238-3.966-49.448Q-3.749-49.658-3.649-49.968Q-3.548-50.277-3.548-50.585L-3.281-50.585L-3.281-49.296L-2.204-49.296L-2.204-49.016L-3.281-49.016L-3.281-47.132Q-3.281-46.856-3.177-46.657Q-3.073-46.459-2.813-46.459Q-2.656-46.459-2.550-46.563Q-2.444-46.668-2.394-46.821Q-2.345-46.975-2.345-47.132L-2.345-47.546L-2.078-47.546L-2.078-47.119Q-2.078-46.893-2.177-46.683Q-2.276-46.473-2.461-46.341Q-2.645-46.210-2.874-46.210Q-3.312-46.210-3.587-46.447Q-3.862-46.685-3.862-47.119M-0.742-47.119L-0.742-49.016L-1.381-49.016L-1.381-49.238Q-1.063-49.238-0.846-49.448Q-0.629-49.658-0.528-49.968Q-0.427-50.277-0.427-50.585L-0.161-50.585L-0.161-49.296L0.916-49.296L0.916-49.016L-0.161-49.016L-0.161-47.132Q-0.161-46.856-0.056-46.657Q0.048-46.459 0.308-46.459Q0.465-46.459 0.571-46.563Q0.677-46.668 0.726-46.821Q0.776-46.975 0.776-47.132L0.776-47.546L1.043-47.546L1.043-47.119Q1.043-46.893 0.943-46.683Q0.844-46.473 0.660-46.341Q0.475-46.210 0.246-46.210Q-0.191-46.210-0.466-46.447Q-0.742-46.685-0.742-47.119M1.812-47.813Q1.812-48.134 1.936-48.423Q2.061-48.712 2.287-48.935Q2.512-49.159 2.808-49.279Q3.104-49.399 3.421-49.399Q3.750-49.399 4.011-49.299Q4.273-49.200 4.449-49.018Q4.625-48.835 4.719-48.577Q4.813-48.319 4.813-47.987Q4.813-47.895 4.731-47.874L2.475-47.874L2.475-47.813Q2.475-47.225 2.758-46.842Q3.042-46.459 3.609-46.459Q3.931-46.459 4.199-46.652Q4.467-46.845 4.556-47.160Q4.563-47.201 4.638-47.215L4.731-47.215Q4.813-47.191 4.813-47.119Q4.813-47.112 4.806-47.085Q4.693-46.688 4.322-46.449Q3.951-46.210 3.527-46.210Q3.090-46.210 2.690-46.418Q2.290-46.627 2.051-46.994Q1.812-47.361 1.812-47.813M2.482-48.083L4.296-48.083Q4.296-48.360 4.199-48.612Q4.102-48.865 3.903-49.021Q3.705-49.176 3.421-49.176Q3.145-49.176 2.931-49.018Q2.717-48.859 2.599-48.604Q2.482-48.349 2.482-48.083M7.150-46.278L5.414-46.278L5.414-46.558Q5.643-46.558 5.792-46.592Q5.941-46.627 5.941-46.767L5.941-48.616Q5.941-48.886 5.833-48.947Q5.725-49.009 5.414-49.009L5.414-49.289L6.443-49.364L6.443-48.657Q6.573-48.965 6.816-49.164Q7.058-49.364 7.376-49.364Q7.595-49.364 7.766-49.240Q7.937-49.115 7.937-48.903Q7.937-48.766 7.838-48.667Q7.738-48.568 7.605-48.568Q7.468-48.568 7.369-48.667Q7.270-48.766 7.270-48.903Q7.270-49.043 7.369-49.142Q7.079-49.142 6.879-48.946Q6.679-48.749 6.587-48.455Q6.494-48.161 6.494-47.881L6.494-46.767Q6.494-46.558 7.150-46.558\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath d=\"M-14.205-32.967h2.392v.4h-2.392z\"\u002F>\u003Cg transform=\"translate(-22.917 13.711)\">\u003Cpath d=\"M11.900-46.825Q12.020-46.668 12.211-46.569Q12.403-46.469 12.618-46.430Q12.833-46.391 13.056-46.391Q13.353-46.391 13.548-46.546Q13.743-46.702 13.833-46.956Q13.924-47.211 13.924-47.495Q13.924-47.789 13.832-48.040Q13.739-48.291 13.541-48.447Q13.343-48.602 13.049-48.602L12.533-48.602Q12.505-48.602 12.480-48.628Q12.454-48.653 12.454-48.677L12.454-48.749Q12.454-48.780 12.480-48.802Q12.505-48.824 12.533-48.824L12.974-48.855Q13.336-48.855 13.556-49.212Q13.777-49.570 13.777-49.959Q13.777-50.287 13.582-50.491Q13.387-50.694 13.056-50.694Q12.769-50.694 12.516-50.610Q12.263-50.527 12.099-50.339Q12.246-50.339 12.346-50.224Q12.447-50.110 12.447-49.959Q12.447-49.809 12.341-49.699Q12.235-49.590 12.078-49.590Q11.917-49.590 11.808-49.699Q11.699-49.809 11.699-49.959Q11.699-50.284 11.907-50.503Q12.116-50.721 12.432-50.824Q12.748-50.926 13.056-50.926Q13.374-50.926 13.702-50.822Q14.030-50.718 14.257-50.496Q14.484-50.274 14.484-49.959Q14.484-49.525 14.197-49.200Q13.910-48.876 13.476-48.729Q13.787-48.664 14.067-48.498Q14.348-48.332 14.525-48.074Q14.703-47.816 14.703-47.495Q14.703-47.085 14.459-46.775Q14.214-46.466 13.833-46.302Q13.452-46.138 13.056-46.138Q12.687-46.138 12.329-46.251Q11.972-46.363 11.728-46.613Q11.483-46.862 11.483-47.232Q11.483-47.403 11.600-47.515Q11.716-47.628 11.887-47.628Q11.996-47.628 12.087-47.577Q12.177-47.526 12.232-47.433Q12.287-47.341 12.287-47.232Q12.287-47.064 12.174-46.945Q12.061-46.825 11.900-46.825\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-22.917 13.711)\">\u003Cpath d=\"M-22.410-39.789Q-22.410-40.127-22.269-40.418Q-22.129-40.708-21.885-40.922Q-21.641-41.135-21.336-41.250Q-21.032-41.364-20.707-41.364Q-20.437-41.364-20.174-41.265Q-19.911-41.166-19.720-40.988L-19.720-42.386Q-19.720-42.656-19.827-42.718Q-19.935-42.779-20.246-42.779L-20.246-43.060L-19.169-43.135L-19.169-38.951Q-19.169-38.763-19.115-38.680Q-19.060-38.596-18.959-38.577Q-18.858-38.558-18.643-38.558L-18.643-38.278L-19.750-38.210L-19.750-38.627Q-20.167-38.210-20.793-38.210Q-21.224-38.210-21.596-38.422Q-21.969-38.633-22.189-38.994Q-22.410-39.355-22.410-39.789M-20.735-38.432Q-20.526-38.432-20.340-38.504Q-20.154-38.575-20-38.712Q-19.846-38.849-19.750-39.027L-19.750-40.636Q-19.836-40.783-19.981-40.903Q-20.126-41.023-20.296-41.082Q-20.465-41.142-20.646-41.142Q-21.206-41.142-21.475-40.753Q-21.743-40.363-21.743-39.782Q-21.743-39.211-21.509-38.821Q-21.275-38.432-20.735-38.432M-18.035-39.813Q-18.035-40.134-17.910-40.423Q-17.785-40.712-17.559-40.935Q-17.334-41.159-17.038-41.279Q-16.743-41.399-16.425-41.399Q-16.097-41.399-15.835-41.299Q-15.574-41.200-15.398-41.018Q-15.222-40.835-15.128-40.577Q-15.034-40.319-15.034-39.987Q-15.034-39.895-15.116-39.874L-17.371-39.874L-17.371-39.813Q-17.371-39.225-17.088-38.842Q-16.804-38.459-16.237-38.459Q-15.915-38.459-15.647-38.652Q-15.379-38.845-15.290-39.160Q-15.283-39.201-15.208-39.215L-15.116-39.215Q-15.034-39.191-15.034-39.119Q-15.034-39.112-15.040-39.085Q-15.153-38.688-15.524-38.449Q-15.895-38.210-16.319-38.210Q-16.756-38.210-17.156-38.418Q-17.556-38.627-17.795-38.994Q-18.035-39.361-18.035-39.813M-17.365-40.083L-15.550-40.083Q-15.550-40.360-15.647-40.612Q-15.745-40.865-15.943-41.021Q-16.141-41.176-16.425-41.176Q-16.702-41.176-16.915-41.018Q-17.129-40.859-17.247-40.604Q-17.365-40.349-17.365-40.083M-12.764-38.278L-14.398-38.278L-14.398-38.558Q-14.169-38.558-14.020-38.592Q-13.871-38.627-13.871-38.767L-13.871-40.616Q-13.871-40.886-13.979-40.947Q-14.087-41.009-14.398-41.009L-14.398-41.289L-13.338-41.364L-13.338-40.715Q-13.167-41.023-12.863-41.194Q-12.559-41.364-12.214-41.364Q-11.708-41.364-11.424-41.141Q-11.141-40.917-11.141-40.421L-11.141-38.767Q-11.141-38.630-10.992-38.594Q-10.843-38.558-10.618-38.558L-10.618-38.278L-12.248-38.278L-12.248-38.558Q-12.019-38.558-11.870-38.592Q-11.722-38.627-11.722-38.767L-11.722-40.407Q-11.722-40.742-11.841-40.942Q-11.961-41.142-12.275-41.142Q-12.545-41.142-12.779-41.006Q-13.014-40.869-13.152-40.635Q-13.290-40.401-13.290-40.127L-13.290-38.767Q-13.290-38.630-13.140-38.594Q-12.990-38.558-12.764-38.558L-12.764-38.278M-10.030-38.285L-10.030-39.348Q-10.030-39.372-10.002-39.399Q-9.975-39.426-9.951-39.426L-9.842-39.426Q-9.777-39.426-9.763-39.368Q-9.667-38.934-9.421-38.683Q-9.175-38.432-8.762-38.432Q-8.420-38.432-8.167-38.565Q-7.914-38.698-7.914-39.006Q-7.914-39.163-8.008-39.278Q-8.102-39.392-8.240-39.461Q-8.379-39.529-8.546-39.567L-9.127-39.666Q-9.483-39.734-9.756-39.955Q-10.030-40.175-10.030-40.517Q-10.030-40.766-9.919-40.941Q-9.807-41.115-9.621-41.214Q-9.435-41.313-9.220-41.356Q-9.004-41.399-8.762-41.399Q-8.348-41.399-8.068-41.217L-7.852-41.392Q-7.842-41.395-7.835-41.397Q-7.828-41.399-7.818-41.399L-7.767-41.399Q-7.740-41.399-7.716-41.375Q-7.692-41.351-7.692-41.323L-7.692-40.476Q-7.692-40.455-7.716-40.428Q-7.740-40.401-7.767-40.401L-7.880-40.401Q-7.907-40.401-7.933-40.426Q-7.958-40.452-7.958-40.476Q-7.958-40.712-8.064-40.876Q-8.170-41.040-8.353-41.122Q-8.536-41.204-8.768-41.204Q-9.097-41.204-9.353-41.101Q-9.609-40.999-9.609-40.722Q-9.609-40.527-9.426-40.418Q-9.244-40.308-9.015-40.267L-8.440-40.161Q-8.194-40.113-7.981-39.985Q-7.767-39.857-7.630-39.654Q-7.494-39.450-7.494-39.201Q-7.494-38.688-7.859-38.449Q-8.225-38.210-8.762-38.210Q-9.257-38.210-9.589-38.504L-9.855-38.230Q-9.876-38.210-9.903-38.210L-9.951-38.210Q-9.975-38.210-10.002-38.237Q-10.030-38.264-10.030-38.285M-5.248-38.278L-6.800-38.278L-6.800-38.558Q-6.574-38.558-6.425-38.592Q-6.277-38.627-6.277-38.767L-6.277-40.616Q-6.277-40.804-6.325-40.888Q-6.372-40.971-6.470-40.990Q-6.567-41.009-6.779-41.009L-6.779-41.289L-5.723-41.364L-5.723-38.767Q-5.723-38.627-5.591-38.592Q-5.460-38.558-5.248-38.558L-5.248-38.278M-6.519-42.585Q-6.519-42.756-6.396-42.875Q-6.273-42.995-6.102-42.995Q-5.935-42.995-5.812-42.875Q-5.689-42.756-5.689-42.585Q-5.689-42.410-5.812-42.287Q-5.935-42.164-6.102-42.164Q-6.273-42.164-6.396-42.287Q-6.519-42.410-6.519-42.585M-4.076-39.119L-4.076-41.016L-4.715-41.016L-4.715-41.238Q-4.397-41.238-4.180-41.448Q-3.963-41.658-3.862-41.968Q-3.761-42.277-3.761-42.585L-3.495-42.585L-3.495-41.296L-2.418-41.296L-2.418-41.016L-3.495-41.016L-3.495-39.132Q-3.495-38.856-3.390-38.657Q-3.286-38.459-3.026-38.459Q-2.869-38.459-2.763-38.563Q-2.657-38.668-2.608-38.821Q-2.558-38.975-2.558-39.132L-2.558-39.546L-2.291-39.546L-2.291-39.119Q-2.291-38.893-2.391-38.683Q-2.490-38.473-2.674-38.341Q-2.859-38.210-3.088-38.210Q-3.525-38.210-3.800-38.447Q-4.076-38.685-4.076-39.119\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-22.917 13.711)\">\u003Cpath d=\"M-1.345-37.143Q-1.215-37.075-1.078-37.075Q-0.907-37.075-0.757-37.164Q-0.606-37.253-0.495-37.398Q-0.384-37.543-0.306-37.711L-0.042-38.278L-1.211-40.804Q-1.286-40.951-1.416-40.983Q-1.546-41.016-1.779-41.016L-1.779-41.296L-0.258-41.296L-0.258-41.016Q-0.606-41.016-0.606-40.869Q-0.603-40.848-0.601-40.831Q-0.599-40.814-0.599-40.804L0.258-38.945L1.031-40.616Q1.065-40.684 1.065-40.763Q1.065-40.876 0.981-40.946Q0.898-41.016 0.785-41.016L0.785-41.296L1.981-41.296L1.981-41.016Q1.762-41.016 1.590-40.912Q1.417-40.807 1.325-40.616L-0.012-37.711Q-0.182-37.341-0.452-37.095Q-0.723-36.849-1.078-36.849Q-1.348-36.849-1.567-37.015Q-1.786-37.181-1.786-37.444Q-1.786-37.581-1.693-37.670Q-1.601-37.758-1.461-37.758Q-1.324-37.758-1.235-37.670Q-1.146-37.581-1.146-37.444Q-1.146-37.341-1.199-37.263Q-1.252-37.184-1.345-37.143\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-22.917 13.711)\">\u003Cpath d=\"M6.891-38.138Q6.256-38.138 5.892-38.483Q5.527-38.828 5.392-39.353Q5.257-39.878 5.257-40.503Q5.257-41.528 5.613-42.227Q5.968-42.926 6.891-42.926Q7.818-42.926 8.170-42.227Q8.522-41.528 8.522-40.503Q8.522-39.878 8.387-39.353Q8.252-38.828 7.889-38.483Q7.527-38.138 6.891-38.138M6.891-38.363Q7.329-38.363 7.542-38.738Q7.756-39.112 7.806-39.579Q7.855-40.045 7.855-40.623Q7.855-41.176 7.806-41.604Q7.756-42.031 7.544-42.366Q7.332-42.701 6.891-42.701Q6.549-42.701 6.346-42.494Q6.143-42.287 6.056-41.975Q5.968-41.662 5.946-41.346Q5.924-41.029 5.924-40.623Q5.924-40.206 5.946-39.864Q5.968-39.522 6.057-39.174Q6.146-38.825 6.351-38.594Q6.556-38.363 6.891-38.363M9.598-38.698Q9.598-38.866 9.721-38.989Q9.844-39.112 10.019-39.112Q10.186-39.112 10.309-38.989Q10.432-38.866 10.432-38.698Q10.432-38.524 10.309-38.401Q10.186-38.278 10.019-38.278Q9.844-38.278 9.721-38.401Q9.598-38.524 9.598-38.698M12.121-38.592Q12.240-38.476 12.418-38.434Q12.596-38.391 12.811-38.391Q13.050-38.391 13.261-38.500Q13.471-38.610 13.625-38.792Q13.778-38.975 13.878-39.208Q14.045-39.635 14.045-40.455Q13.895-40.161 13.631-39.982Q13.368-39.802 13.050-39.802Q12.616-39.802 12.269-40.011Q11.923-40.219 11.724-40.580Q11.526-40.941 11.526-41.364Q11.526-41.699 11.656-41.988Q11.786-42.277 12.017-42.491Q12.247-42.704 12.546-42.815Q12.845-42.926 13.177-42.926Q14.035-42.926 14.390-42.212Q14.746-41.498 14.746-40.541Q14.746-40.124 14.618-39.696Q14.489-39.269 14.233-38.914Q13.977-38.558 13.614-38.348Q13.252-38.138 12.811-38.138Q12.357-38.138 12.039-38.326Q11.721-38.514 11.721-38.938Q11.721-39.088 11.820-39.187Q11.919-39.286 12.069-39.286Q12.138-39.286 12.204-39.259Q12.271-39.232 12.316-39.187Q12.360-39.143 12.387-39.076Q12.415-39.009 12.415-38.938Q12.415-38.808 12.334-38.710Q12.254-38.613 12.121-38.592M13.091-40.028Q13.385-40.028 13.601-40.206Q13.816-40.383 13.924-40.659Q14.031-40.934 14.031-41.224Q14.031-41.269 14.030-41.296Q14.028-41.323 14.025-41.358Q14.028-41.368 14.030-41.375Q14.031-41.382 14.031-41.392Q14.031-41.894 13.833-42.294Q13.635-42.694 13.177-42.694Q12.610-42.694 12.416-42.335Q12.223-41.976 12.223-41.364Q12.223-40.978 12.278-40.695Q12.333-40.411 12.527-40.219Q12.722-40.028 13.091-40.028M18.454-38.278L15.925-38.278L15.925-38.558Q16.892-38.558 16.892-38.767L16.892-42.386Q16.499-42.198 15.877-42.198L15.877-42.479Q16.294-42.479 16.658-42.580Q17.022-42.680 17.278-42.926L17.405-42.926Q17.470-42.909 17.487-42.841L17.487-38.767Q17.487-38.558 18.454-38.558L18.454-38.278M22.436-38.278L19.907-38.278L19.907-38.558Q20.874-38.558 20.874-38.767L20.874-42.386Q20.481-42.198 19.859-42.198L19.859-42.479Q20.276-42.479 20.640-42.580Q21.004-42.680 21.260-42.926L21.387-42.926Q21.452-42.909 21.469-42.841L21.469-38.767Q21.469-38.558 22.436-38.558\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-22.917 13.711)\">\u003Cpath d=\"M-20.084-30.305L-21.065-32.804Q-21.126-32.947-21.244-32.982Q-21.362-33.016-21.578-33.016L-21.578-33.296L-20.098-33.296L-20.098-33.016Q-20.477-33.016-20.477-32.855Q-20.477-32.845-20.463-32.804L-19.749-30.972L-19.076-32.677Q-19.106-32.749-19.106-32.777Q-19.106-32.804-19.134-32.804Q-19.195-32.951-19.313-32.983Q-19.431-33.016-19.643-33.016L-19.643-33.296L-18.245-33.296L-18.245-33.016Q-18.621-33.016-18.621-32.855Q-18.621-32.824-18.614-32.804L-17.859-30.866L-17.172-32.616Q-17.151-32.667-17.151-32.722Q-17.151-32.862-17.264-32.939Q-17.377-33.016-17.517-33.016L-17.517-33.296L-16.297-33.296L-16.297-33.016Q-16.502-33.016-16.657-32.910Q-16.813-32.804-16.885-32.616L-17.790-30.305Q-17.825-30.210-17.937-30.210L-18.006-30.210Q-18.115-30.210-18.153-30.305L-18.935-32.308L-19.722-30.305Q-19.756-30.210-19.869-30.210L-19.937-30.210Q-20.046-30.210-20.084-30.305\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-22.917 13.711)\">\u003Cpath d=\"M-16.020-31.813Q-16.020-32.134-15.895-32.423Q-15.770-32.712-15.544-32.935Q-15.319-33.159-15.023-33.279Q-14.728-33.399-14.410-33.399Q-14.082-33.399-13.820-33.299Q-13.559-33.200-13.383-33.018Q-13.207-32.835-13.113-32.577Q-13.019-32.319-13.019-31.987Q-13.019-31.895-13.101-31.874L-15.356-31.874L-15.356-31.813Q-15.356-31.225-15.073-30.842Q-14.789-30.459-14.222-30.459Q-13.900-30.459-13.632-30.652Q-13.364-30.845-13.275-31.160Q-13.268-31.201-13.193-31.215L-13.101-31.215Q-13.019-31.191-13.019-31.119Q-13.019-31.112-13.025-31.085Q-13.138-30.688-13.509-30.449Q-13.880-30.210-14.304-30.210Q-14.741-30.210-15.141-30.418Q-15.541-30.627-15.780-30.994Q-16.020-31.361-16.020-31.813M-15.350-32.083L-13.535-32.083Q-13.535-32.360-13.632-32.612Q-13.730-32.865-13.928-33.021Q-14.126-33.176-14.410-33.176Q-14.687-33.176-14.900-33.018Q-15.114-32.859-15.232-32.604Q-15.350-32.349-15.350-32.083M-10.814-30.278L-12.366-30.278L-12.366-30.558Q-12.140-30.558-11.991-30.592Q-11.843-30.627-11.843-30.767L-11.843-32.616Q-11.843-32.804-11.891-32.888Q-11.939-32.971-12.036-32.990Q-12.133-33.009-12.345-33.009L-12.345-33.289L-11.289-33.364L-11.289-30.767Q-11.289-30.627-11.158-30.592Q-11.026-30.558-10.814-30.558L-10.814-30.278M-12.085-34.585Q-12.085-34.756-11.962-34.875Q-11.839-34.995-11.668-34.995Q-11.501-34.995-11.378-34.875Q-11.255-34.756-11.255-34.585Q-11.255-34.410-11.378-34.287Q-11.501-34.164-11.668-34.164Q-11.839-34.164-11.962-34.287Q-12.085-34.410-12.085-34.585M-10.209-29.745Q-10.209-29.991-10.012-30.175Q-9.816-30.360-9.560-30.439Q-9.696-30.551-9.768-30.712Q-9.840-30.873-9.840-31.054Q-9.840-31.375-9.628-31.621Q-9.963-31.919-9.963-32.329Q-9.963-32.790-9.573-33.077Q-9.184-33.364-8.705-33.364Q-8.233-33.364-7.898-33.118Q-7.724-33.272-7.514-33.354Q-7.304-33.436-7.075-33.436Q-6.911-33.436-6.789-33.329Q-6.668-33.221-6.668-33.057Q-6.668-32.961-6.740-32.889Q-6.812-32.818-6.904-32.818Q-7.003-32.818-7.073-32.891Q-7.143-32.965-7.143-33.064Q-7.143-33.118-7.129-33.149L-7.123-33.163Q-7.116-33.183-7.107-33.194Q-7.099-33.204-7.095-33.211Q-7.451-33.211-7.738-32.988Q-7.451-32.695-7.451-32.329Q-7.451-32.014-7.635-31.782Q-7.820-31.549-8.109-31.421Q-8.397-31.293-8.705-31.293Q-8.907-31.293-9.098-31.343Q-9.290-31.392-9.467-31.502Q-9.560-31.375-9.560-31.232Q-9.560-31.050-9.431-30.915Q-9.303-30.780-9.119-30.780L-8.486-30.780Q-8.039-30.780-7.669-30.709Q-7.300-30.637-7.041-30.408Q-6.781-30.179-6.781-29.745Q-6.781-29.424-7.076-29.222Q-7.372-29.020-7.775-28.931Q-8.179-28.842-8.493-28.842Q-8.811-28.842-9.214-28.931Q-9.618-29.020-9.913-29.222Q-10.209-29.424-10.209-29.745M-9.754-29.745Q-9.754-29.516-9.536-29.367Q-9.317-29.218-9.025-29.150Q-8.732-29.082-8.493-29.082Q-8.329-29.082-8.121-29.118Q-7.912-29.153-7.705-29.234Q-7.499-29.314-7.367-29.442Q-7.235-29.570-7.235-29.745Q-7.235-30.097-7.616-30.191Q-7.998-30.285-8.500-30.285L-9.119-30.285Q-9.358-30.285-9.556-30.134Q-9.754-29.984-9.754-29.745M-8.705-31.532Q-8.039-31.532-8.039-32.329Q-8.039-33.129-8.705-33.129Q-9.375-33.129-9.375-32.329Q-9.375-31.532-8.705-31.532M-4.504-30.278L-6.138-30.278L-6.138-30.558Q-5.909-30.558-5.761-30.592Q-5.612-30.627-5.612-30.767L-5.612-34.386Q-5.612-34.656-5.720-34.718Q-5.827-34.779-6.138-34.779L-6.138-35.060L-5.058-35.135L-5.058-32.749Q-4.952-32.934-4.774-33.076Q-4.597-33.217-4.388-33.291Q-4.180-33.364-3.954-33.364Q-3.448-33.364-3.165-33.141Q-2.881-32.917-2.881-32.421L-2.881-30.767Q-2.881-30.630-2.732-30.594Q-2.584-30.558-2.358-30.558L-2.358-30.278L-3.988-30.278L-3.988-30.558Q-3.759-30.558-3.611-30.592Q-3.462-30.627-3.462-30.767L-3.462-32.407Q-3.462-32.742-3.582-32.942Q-3.701-33.142-4.016-33.142Q-4.286-33.142-4.520-33.006Q-4.754-32.869-4.892-32.635Q-5.031-32.401-5.031-32.127L-5.031-30.767Q-5.031-30.630-4.880-30.594Q-4.730-30.558-4.504-30.558\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-22.917 13.711)\">\u003Cpath d=\"M-1.445-31.119L-1.445-33.016L-2.084-33.016L-2.084-33.238Q-1.766-33.238-1.549-33.448Q-1.332-33.658-1.232-33.968Q-1.131-34.277-1.131-34.585L-0.864-34.585L-0.864-33.296L0.213-33.296L0.213-33.016L-0.864-33.016L-0.864-31.132Q-0.864-30.856-0.760-30.657Q-0.656-30.459-0.396-30.459Q-0.239-30.459-0.133-30.563Q-0.027-30.668 0.023-30.821Q0.072-30.975 0.072-31.132L0.072-31.546L0.339-31.546L0.339-31.119Q0.339-30.893 0.240-30.683Q0.141-30.473-0.044-30.341Q-0.228-30.210-0.457-30.210Q-0.895-30.210-1.170-30.447Q-1.445-30.685-1.445-31.119\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-22.917 13.711)\">\u003Cpath d=\"M6.860-30.278L3.975-30.278L3.975-30.480Q3.975-30.510 4.002-30.538L5.250-31.755Q5.322-31.830 5.364-31.872Q5.407-31.915 5.486-31.994Q5.899-32.407 6.130-32.765Q6.361-33.122 6.361-33.546Q6.361-33.778 6.282-33.981Q6.203-34.185 6.062-34.335Q5.920-34.486 5.725-34.566Q5.530-34.646 5.298-34.646Q4.987-34.646 4.729-34.487Q4.471-34.328 4.341-34.051L4.361-34.051Q4.529-34.051 4.636-33.940Q4.744-33.829 4.744-33.665Q4.744-33.508 4.635-33.395Q4.525-33.282 4.361-33.282Q4.201-33.282 4.088-33.395Q3.975-33.508 3.975-33.665Q3.975-34.041 4.183-34.328Q4.392-34.615 4.727-34.771Q5.062-34.926 5.417-34.926Q5.841-34.926 6.221-34.768Q6.600-34.609 6.834-34.292Q7.068-33.976 7.068-33.546Q7.068-33.235 6.928-32.966Q6.788-32.698 6.583-32.493Q6.378-32.288 6.015-32.006Q5.653-31.724 5.544-31.628L4.689-30.900L5.332-30.900Q5.595-30.900 5.884-30.902Q6.173-30.903 6.391-30.912Q6.610-30.921 6.627-30.938Q6.689-31.003 6.726-31.170Q6.764-31.338 6.802-31.580L7.068-31.580L6.860-30.278M8.323-31.040L8.292-31.040Q8.429-30.743 8.726-30.567Q9.023-30.391 9.351-30.391Q9.714-30.391 9.941-30.569Q10.168-30.746 10.262-31.035Q10.356-31.324 10.356-31.686Q10.356-32.001 10.302-32.286Q10.247-32.571 10.074-32.777Q9.902-32.982 9.587-32.982Q9.314-32.982 9.131-32.915Q8.948-32.848 8.844-32.759Q8.740-32.671 8.644-32.561Q8.548-32.452 8.504-32.442L8.425-32.442Q8.353-32.459 8.336-32.530L8.336-34.848Q8.336-34.882 8.360-34.904Q8.384-34.926 8.418-34.926L8.446-34.926Q8.733-34.810 9.001-34.756Q9.269-34.701 9.546-34.701Q9.823-34.701 10.093-34.756Q10.363-34.810 10.643-34.926L10.667-34.926Q10.701-34.926 10.725-34.903Q10.749-34.879 10.749-34.848L10.749-34.779Q10.749-34.752 10.729-34.732Q10.455-34.417 10.071-34.241Q9.686-34.065 9.273-34.065Q8.934-34.065 8.617-34.151L8.617-32.869Q9.013-33.204 9.587-33.204Q9.991-33.204 10.327-32.994Q10.664-32.783 10.857-32.431Q11.050-32.079 11.050-31.679Q11.050-31.348 10.910-31.062Q10.770-30.777 10.525-30.567Q10.281-30.357 9.979-30.247Q9.676-30.138 9.358-30.138Q8.999-30.138 8.673-30.302Q8.346-30.466 8.152-30.758Q7.957-31.050 7.957-31.413Q7.957-31.563 8.063-31.669Q8.169-31.775 8.323-31.775Q8.476-31.775 8.581-31.671Q8.685-31.567 8.685-31.413Q8.685-31.256 8.581-31.148Q8.476-31.040 8.323-31.040M13.487-30.138Q12.851-30.138 12.487-30.483Q12.123-30.828 11.988-31.353Q11.853-31.878 11.853-32.503Q11.853-33.528 12.209-34.227Q12.564-34.926 13.487-34.926Q14.413-34.926 14.765-34.227Q15.117-33.528 15.117-32.503Q15.117-31.878 14.982-31.353Q14.847-30.828 14.485-30.483Q14.123-30.138 13.487-30.138M13.487-30.363Q13.925-30.363 14.138-30.738Q14.352-31.112 14.401-31.579Q14.451-32.045 14.451-32.623Q14.451-33.176 14.401-33.604Q14.352-34.031 14.140-34.366Q13.928-34.701 13.487-34.701Q13.145-34.701 12.942-34.494Q12.739-34.287 12.651-33.975Q12.564-33.662 12.542-33.346Q12.520-33.029 12.520-32.623Q12.520-32.206 12.542-31.864Q12.564-31.522 12.653-31.174Q12.742-30.825 12.947-30.594Q13.152-30.363 13.487-30.363\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-22.917 13.711)\">\u003Cpath d=\"M18.459-29.745Q18.459-29.991 18.656-30.175Q18.853-30.360 19.109-30.439Q18.972-30.551 18.900-30.712Q18.829-30.873 18.829-31.054Q18.829-31.375 19.040-31.621Q18.706-31.919 18.706-32.329Q18.706-32.790 19.095-33.077Q19.485-33.364 19.963-33.364Q20.435-33.364 20.770-33.118Q20.944-33.272 21.155-33.354Q21.365-33.436 21.594-33.436Q21.758-33.436 21.879-33.329Q22-33.221 22-33.057Q22-32.961 21.929-32.889Q21.857-32.818 21.765-32.818Q21.665-32.818 21.595-32.891Q21.525-32.965 21.525-33.064Q21.525-33.118 21.539-33.149L21.546-33.163Q21.553-33.183 21.561-33.194Q21.570-33.204 21.573-33.211Q21.218-33.211 20.931-32.988Q21.218-32.695 21.218-32.329Q21.218-32.014 21.033-31.782Q20.849-31.549 20.560-31.421Q20.271-31.293 19.963-31.293Q19.762-31.293 19.570-31.343Q19.379-31.392 19.201-31.502Q19.109-31.375 19.109-31.232Q19.109-31.050 19.237-30.915Q19.365-30.780 19.550-30.780L20.182-30.780Q20.630-30.780 20.999-30.709Q21.368-30.637 21.628-30.408Q21.888-30.179 21.888-29.745Q21.888-29.424 21.592-29.222Q21.296-29.020 20.893-28.931Q20.490-28.842 20.175-28.842Q19.857-28.842 19.454-28.931Q19.051-29.020 18.755-29.222Q18.459-29.424 18.459-29.745M18.914-29.745Q18.914-29.516 19.133-29.367Q19.352-29.218 19.644-29.150Q19.936-29.082 20.175-29.082Q20.339-29.082 20.548-29.118Q20.756-29.153 20.963-29.234Q21.170-29.314 21.301-29.442Q21.433-29.570 21.433-29.745Q21.433-30.097 21.052-30.191Q20.671-30.285 20.168-30.285L19.550-30.285Q19.311-30.285 19.112-30.134Q18.914-29.984 18.914-29.745M19.963-31.532Q20.630-31.532 20.630-32.329Q20.630-33.129 19.963-33.129Q19.293-33.129 19.293-32.329Q19.293-31.532 19.963-31.532\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-22.917 13.711)\">\u003Cpath d=\"M-17.334-23.119L-17.334-25.016L-17.973-25.016L-17.973-25.238Q-17.655-25.238-17.438-25.448Q-17.221-25.658-17.121-25.968Q-17.020-26.277-17.020-26.585L-16.753-26.585L-16.753-25.296L-15.676-25.296L-15.676-25.016L-16.753-25.016L-16.753-23.132Q-16.753-22.856-16.649-22.657Q-16.545-22.459-16.285-22.459Q-16.128-22.459-16.022-22.563Q-15.916-22.668-15.866-22.821Q-15.817-22.975-15.817-23.132L-15.817-23.546L-15.550-23.546L-15.550-23.119Q-15.550-22.893-15.649-22.683Q-15.748-22.473-15.933-22.341Q-16.117-22.210-16.346-22.210Q-16.784-22.210-17.059-22.447Q-17.334-22.685-17.334-23.119M-14.781-23.813Q-14.781-24.134-14.656-24.423Q-14.531-24.712-14.306-24.935Q-14.080-25.159-13.785-25.279Q-13.489-25.399-13.171-25.399Q-12.843-25.399-12.581-25.299Q-12.320-25.200-12.144-25.018Q-11.968-24.835-11.874-24.577Q-11.780-24.319-11.780-23.987Q-11.780-23.895-11.862-23.874L-14.118-23.874L-14.118-23.813Q-14.118-23.225-13.834-22.842Q-13.550-22.459-12.983-22.459Q-12.662-22.459-12.394-22.652Q-12.125-22.845-12.036-23.160Q-12.029-23.201-11.954-23.215L-11.862-23.215Q-11.780-23.191-11.780-23.119Q-11.780-23.112-11.787-23.085Q-11.900-22.688-12.270-22.449Q-12.641-22.210-13.065-22.210Q-13.503-22.210-13.903-22.418Q-14.302-22.627-14.542-22.994Q-14.781-23.361-14.781-23.813M-14.111-24.083L-12.296-24.083Q-12.296-24.360-12.394-24.612Q-12.491-24.865-12.689-25.021Q-12.887-25.176-13.171-25.176Q-13.448-25.176-13.662-25.018Q-13.875-24.859-13.993-24.604Q-14.111-24.349-14.111-24.083M-9.510-22.278L-11.144-22.278L-11.144-22.558Q-10.915-22.558-10.767-22.592Q-10.618-22.627-10.618-22.767L-10.618-24.616Q-10.618-24.886-10.726-24.947Q-10.833-25.009-11.144-25.009L-11.144-25.289L-10.085-25.364L-10.085-24.715Q-9.914-25.023-9.610-25.194Q-9.305-25.364-8.960-25.364Q-8.560-25.364-8.283-25.224Q-8.007-25.084-7.921-24.736Q-7.754-25.029-7.455-25.197Q-7.155-25.364-6.810-25.364Q-6.304-25.364-6.021-25.141Q-5.737-24.917-5.737-24.421L-5.737-22.767Q-5.737-22.630-5.588-22.594Q-5.440-22.558-5.214-22.558L-5.214-22.278L-6.844-22.278L-6.844-22.558Q-6.619-22.558-6.468-22.594Q-6.318-22.630-6.318-22.767L-6.318-24.407Q-6.318-24.742-6.438-24.942Q-6.557-25.142-6.872-25.142Q-7.142-25.142-7.376-25.006Q-7.610-24.869-7.748-24.635Q-7.887-24.401-7.887-24.127L-7.887-22.767Q-7.887-22.630-7.738-22.594Q-7.590-22.558-7.364-22.558L-7.364-22.278L-8.994-22.278L-8.994-22.558Q-8.765-22.558-8.617-22.592Q-8.468-22.627-8.468-22.767L-8.468-24.407Q-8.468-24.742-8.588-24.942Q-8.707-25.142-9.022-25.142Q-9.292-25.142-9.526-25.006Q-9.760-24.869-9.898-24.635Q-10.037-24.401-10.037-24.127L-10.037-22.767Q-10.037-22.630-9.886-22.594Q-9.736-22.558-9.510-22.558L-9.510-22.278M-2.982-20.921L-4.613-20.921L-4.613-21.201Q-4.383-21.201-4.235-21.236Q-4.086-21.270-4.086-21.410L-4.086-24.756Q-4.086-24.927-4.223-24.968Q-4.360-25.009-4.613-25.009L-4.613-25.289L-3.532-25.364L-3.532-24.958Q-3.310-25.159-3.023-25.262Q-2.736-25.364-2.428-25.364Q-2.001-25.364-1.637-25.151Q-1.273-24.937-1.060-24.573Q-0.846-24.209-0.846-23.789Q-0.846-23.344-1.085-22.980Q-1.324-22.616-1.717-22.413Q-2.111-22.210-2.555-22.210Q-2.821-22.210-3.069-22.310Q-3.317-22.411-3.505-22.592L-3.505-21.410Q-3.505-21.273-3.356-21.237Q-3.208-21.201-2.982-21.201L-2.982-20.921M-3.505-24.609L-3.505-22.999Q-3.372-22.746-3.129-22.589Q-2.886-22.432-2.610-22.432Q-2.281-22.432-2.029-22.633Q-1.776-22.835-1.642-23.153Q-1.509-23.471-1.509-23.789Q-1.509-24.018-1.574-24.247Q-1.639-24.476-1.767-24.674Q-1.895-24.872-2.090-24.992Q-2.285-25.111-2.517-25.111Q-2.811-25.111-3.080-24.982Q-3.348-24.852-3.505-24.609\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-22.917 13.711)\">\u003Cpath d=\"M5.512-22.278L2.982-22.278L2.982-22.558Q3.950-22.558 3.950-22.767L3.950-26.386Q3.557-26.198 2.935-26.198L2.935-26.479Q3.352-26.479 3.716-26.580Q4.080-26.680 4.336-26.926L4.462-26.926Q4.527-26.909 4.544-26.841L4.544-22.767Q4.544-22.558 5.512-22.558L5.512-22.278M6.547-23.355Q6.547-23.796 6.850-24.117Q7.152-24.438 7.603-24.630L7.364-24.770Q7.094-24.930 6.928-25.188Q6.763-25.446 6.763-25.744Q6.763-26.096 6.968-26.368Q7.173-26.639 7.494-26.783Q7.815-26.926 8.157-26.926Q8.478-26.926 8.801-26.810Q9.124-26.694 9.336-26.453Q9.548-26.212 9.548-25.877Q9.548-25.515 9.304-25.252Q9.060-24.988 8.680-24.811L9.080-24.575Q9.275-24.462 9.434-24.293Q9.593-24.124 9.680-23.915Q9.767-23.707 9.767-23.474Q9.767-23.071 9.533-22.767Q9.299-22.463 8.925-22.300Q8.550-22.138 8.157-22.138Q7.771-22.138 7.402-22.275Q7.033-22.411 6.790-22.688Q6.547-22.965 6.547-23.355M6.995-23.355Q6.995-23.068 7.164-22.845Q7.333-22.623 7.602-22.507Q7.870-22.391 8.157-22.391Q8.595-22.391 8.957-22.608Q9.319-22.825 9.319-23.232Q9.319-23.433 9.191-23.611Q9.063-23.789 8.885-23.888L7.863-24.483Q7.624-24.373 7.426-24.207Q7.228-24.042 7.111-23.826Q6.995-23.611 6.995-23.355M7.518-25.484L8.437-24.951Q8.745-25.111 8.947-25.344Q9.148-25.576 9.148-25.877Q9.148-26.116 9.003-26.306Q8.858-26.496 8.625-26.595Q8.393-26.694 8.157-26.694Q7.935-26.694 7.706-26.624Q7.477-26.554 7.320-26.397Q7.163-26.239 7.163-26.010Q7.163-25.696 7.518-25.484\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-22.917 13.711)\">\u003Cpath d=\"M13.342-24.671Q13.342-25.197 13.559-25.665Q13.776-26.133 14.159-26.479Q14.541-26.824 15.025-27.012Q15.509-27.200 16.039-27.200Q16.442-27.200 16.806-27.043Q17.170-26.885 17.454-26.591L17.877-27.173Q17.912-27.200 17.936-27.200L17.983-27.200Q18.014-27.200 18.038-27.176Q18.062-27.152 18.062-27.121L18.062-25.258Q18.062-25.235 18.036-25.209Q18.011-25.183 17.983-25.183L17.857-25.183Q17.795-25.183 17.782-25.258Q17.751-25.573 17.616-25.877Q17.481-26.181 17.266-26.415Q17.050-26.650 16.761-26.785Q16.473-26.920 16.145-26.920Q15.502-26.920 15.044-26.626Q14.586-26.332 14.353-25.819Q14.121-25.306 14.121-24.671Q14.121-24.199 14.251-23.790Q14.381-23.382 14.641-23.069Q14.900-22.757 15.280-22.587Q15.659-22.418 16.151-22.418Q16.479-22.418 16.773-22.534Q17.067-22.651 17.301-22.866Q17.536-23.081 17.666-23.370Q17.795-23.659 17.795-23.987Q17.795-24.014 17.823-24.038Q17.850-24.062 17.871-24.062L17.983-24.062Q18.021-24.062 18.041-24.037Q18.062-24.011 18.062-23.973Q18.062-23.577 17.896-23.240Q17.730-22.903 17.443-22.656Q17.156-22.408 16.787-22.273Q16.418-22.138 16.039-22.138Q15.519-22.138 15.027-22.328Q14.535-22.517 14.155-22.861Q13.776-23.204 13.559-23.673Q13.342-24.141 13.342-24.671\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M93.932-35.081h85.358V-72.07H93.932Z\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(136.418 -17.548)\">\u003Cpath d=\"M-4.384-46.278L-6.018-46.278L-6.018-46.558Q-5.789-46.558-5.640-46.592Q-5.491-46.627-5.491-46.767L-5.491-50.386Q-5.491-50.656-5.599-50.718Q-5.707-50.779-6.018-50.779L-6.018-51.060L-4.938-51.135L-4.938-48.749Q-4.832-48.934-4.654-49.076Q-4.476-49.217-4.268-49.291Q-4.059-49.364-3.834-49.364Q-3.328-49.364-3.044-49.141Q-2.760-48.917-2.760-48.421L-2.760-46.767Q-2.760-46.630-2.612-46.594Q-2.463-46.558-2.237-46.558L-2.237-46.278L-3.868-46.278L-3.868-46.558Q-3.639-46.558-3.490-46.592Q-3.341-46.627-3.341-46.767L-3.341-48.407Q-3.341-48.742-3.461-48.942Q-3.581-49.142-3.895-49.142Q-4.165-49.142-4.399-49.006Q-4.633-48.869-4.772-48.635Q-4.910-48.401-4.910-48.127L-4.910-46.767Q-4.910-46.630-4.760-46.594Q-4.609-46.558-4.384-46.558L-4.384-46.278M-1.591-47.006Q-1.591-47.338-1.368-47.565Q-1.144-47.792-0.800-47.920Q-0.457-48.049-0.084-48.101Q0.288-48.154 0.593-48.154L0.593-48.407Q0.593-48.612 0.485-48.792Q0.377-48.971 0.196-49.074Q0.015-49.176-0.193-49.176Q-0.600-49.176-0.836-49.084Q-0.747-49.047-0.701-48.963Q-0.655-48.879-0.655-48.777Q-0.655-48.681-0.701-48.602Q-0.747-48.524-0.828-48.479Q-0.908-48.435-0.997-48.435Q-1.147-48.435-1.248-48.532Q-1.349-48.630-1.349-48.777Q-1.349-49.399-0.193-49.399Q0.018-49.399 0.268-49.335Q0.517-49.272 0.719-49.153Q0.921-49.033 1.047-48.848Q1.174-48.664 1.174-48.421L1.174-46.845Q1.174-46.729 1.235-46.633Q1.297-46.538 1.410-46.538Q1.519-46.538 1.584-46.632Q1.649-46.726 1.649-46.845L1.649-47.293L1.915-47.293L1.915-46.845Q1.915-46.575 1.688-46.410Q1.461-46.244 1.181-46.244Q0.972-46.244 0.835-46.398Q0.699-46.551 0.675-46.767Q0.528-46.500 0.246-46.355Q-0.036-46.210-0.361-46.210Q-0.638-46.210-0.922-46.285Q-1.205-46.360-1.398-46.539Q-1.591-46.719-1.591-47.006M-0.976-47.006Q-0.976-46.832-0.875-46.702Q-0.775-46.572-0.619-46.502Q-0.463-46.432-0.299-46.432Q-0.081-46.432 0.128-46.529Q0.336-46.627 0.464-46.808Q0.593-46.989 0.593-47.215L0.593-47.943Q0.268-47.943-0.098-47.852Q-0.463-47.761-0.720-47.549Q-0.976-47.338-0.976-47.006M4-46.278L2.397-46.278L2.397-46.558Q2.623-46.558 2.772-46.592Q2.920-46.627 2.920-46.767L2.920-50.386Q2.920-50.656 2.813-50.718Q2.705-50.779 2.397-50.779L2.397-51.060L3.474-51.135L3.474-46.767Q3.474-46.630 3.624-46.594Q3.775-46.558 4-46.558L4-46.278M6.393-46.278L4.660-46.278L4.660-46.558Q4.886-46.558 5.034-46.592Q5.183-46.627 5.183-46.767L5.183-49.016L4.595-49.016L4.595-49.296L5.183-49.296L5.183-50.113Q5.183-50.431 5.361-50.679Q5.538-50.926 5.829-51.067Q6.120-51.207 6.431-51.207Q6.687-51.207 6.890-51.065Q7.094-50.923 7.094-50.680Q7.094-50.544 6.995-50.445Q6.895-50.345 6.759-50.345Q6.622-50.345 6.523-50.445Q6.424-50.544 6.424-50.680Q6.424-50.861 6.564-50.954Q6.485-50.981 6.386-50.981Q6.178-50.981 6.024-50.848Q5.870-50.715 5.790-50.511Q5.709-50.308 5.709-50.099L5.709-49.296L6.598-49.296L6.598-49.016L5.737-49.016L5.737-46.767Q5.737-46.558 6.393-46.558\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(136.418 -17.548)\">\u003Cpath d=\"M-22.410-39.789Q-22.410-40.127-22.269-40.418Q-22.129-40.708-21.885-40.922Q-21.641-41.135-21.336-41.250Q-21.032-41.364-20.707-41.364Q-20.437-41.364-20.174-41.265Q-19.911-41.166-19.720-40.988L-19.720-42.386Q-19.720-42.656-19.827-42.718Q-19.935-42.779-20.246-42.779L-20.246-43.060L-19.169-43.135L-19.169-38.951Q-19.169-38.763-19.115-38.680Q-19.060-38.596-18.959-38.577Q-18.858-38.558-18.643-38.558L-18.643-38.278L-19.750-38.210L-19.750-38.627Q-20.167-38.210-20.793-38.210Q-21.224-38.210-21.596-38.422Q-21.969-38.633-22.189-38.994Q-22.410-39.355-22.410-39.789M-20.735-38.432Q-20.526-38.432-20.340-38.504Q-20.154-38.575-20-38.712Q-19.846-38.849-19.750-39.027L-19.750-40.636Q-19.836-40.783-19.981-40.903Q-20.126-41.023-20.296-41.082Q-20.465-41.142-20.646-41.142Q-21.206-41.142-21.475-40.753Q-21.743-40.363-21.743-39.782Q-21.743-39.211-21.509-38.821Q-21.275-38.432-20.735-38.432M-18.035-39.813Q-18.035-40.134-17.910-40.423Q-17.785-40.712-17.559-40.935Q-17.334-41.159-17.038-41.279Q-16.743-41.399-16.425-41.399Q-16.097-41.399-15.835-41.299Q-15.574-41.200-15.398-41.018Q-15.222-40.835-15.128-40.577Q-15.034-40.319-15.034-39.987Q-15.034-39.895-15.116-39.874L-17.371-39.874L-17.371-39.813Q-17.371-39.225-17.088-38.842Q-16.804-38.459-16.237-38.459Q-15.915-38.459-15.647-38.652Q-15.379-38.845-15.290-39.160Q-15.283-39.201-15.208-39.215L-15.116-39.215Q-15.034-39.191-15.034-39.119Q-15.034-39.112-15.040-39.085Q-15.153-38.688-15.524-38.449Q-15.895-38.210-16.319-38.210Q-16.756-38.210-17.156-38.418Q-17.556-38.627-17.795-38.994Q-18.035-39.361-18.035-39.813M-17.365-40.083L-15.550-40.083Q-15.550-40.360-15.647-40.612Q-15.745-40.865-15.943-41.021Q-16.141-41.176-16.425-41.176Q-16.702-41.176-16.915-41.018Q-17.129-40.859-17.247-40.604Q-17.365-40.349-17.365-40.083M-12.764-38.278L-14.398-38.278L-14.398-38.558Q-14.169-38.558-14.020-38.592Q-13.871-38.627-13.871-38.767L-13.871-40.616Q-13.871-40.886-13.979-40.947Q-14.087-41.009-14.398-41.009L-14.398-41.289L-13.338-41.364L-13.338-40.715Q-13.167-41.023-12.863-41.194Q-12.559-41.364-12.214-41.364Q-11.708-41.364-11.424-41.141Q-11.141-40.917-11.141-40.421L-11.141-38.767Q-11.141-38.630-10.992-38.594Q-10.843-38.558-10.618-38.558L-10.618-38.278L-12.248-38.278L-12.248-38.558Q-12.019-38.558-11.870-38.592Q-11.722-38.627-11.722-38.767L-11.722-40.407Q-11.722-40.742-11.841-40.942Q-11.961-41.142-12.275-41.142Q-12.545-41.142-12.779-41.006Q-13.014-40.869-13.152-40.635Q-13.290-40.401-13.290-40.127L-13.290-38.767Q-13.290-38.630-13.140-38.594Q-12.990-38.558-12.764-38.558L-12.764-38.278M-10.030-38.285L-10.030-39.348Q-10.030-39.372-10.002-39.399Q-9.975-39.426-9.951-39.426L-9.842-39.426Q-9.777-39.426-9.763-39.368Q-9.667-38.934-9.421-38.683Q-9.175-38.432-8.762-38.432Q-8.420-38.432-8.167-38.565Q-7.914-38.698-7.914-39.006Q-7.914-39.163-8.008-39.278Q-8.102-39.392-8.240-39.461Q-8.379-39.529-8.546-39.567L-9.127-39.666Q-9.483-39.734-9.756-39.955Q-10.030-40.175-10.030-40.517Q-10.030-40.766-9.919-40.941Q-9.807-41.115-9.621-41.214Q-9.435-41.313-9.220-41.356Q-9.004-41.399-8.762-41.399Q-8.348-41.399-8.068-41.217L-7.852-41.392Q-7.842-41.395-7.835-41.397Q-7.828-41.399-7.818-41.399L-7.767-41.399Q-7.740-41.399-7.716-41.375Q-7.692-41.351-7.692-41.323L-7.692-40.476Q-7.692-40.455-7.716-40.428Q-7.740-40.401-7.767-40.401L-7.880-40.401Q-7.907-40.401-7.933-40.426Q-7.958-40.452-7.958-40.476Q-7.958-40.712-8.064-40.876Q-8.170-41.040-8.353-41.122Q-8.536-41.204-8.768-41.204Q-9.097-41.204-9.353-41.101Q-9.609-40.999-9.609-40.722Q-9.609-40.527-9.426-40.418Q-9.244-40.308-9.015-40.267L-8.440-40.161Q-8.194-40.113-7.981-39.985Q-7.767-39.857-7.630-39.654Q-7.494-39.450-7.494-39.201Q-7.494-38.688-7.859-38.449Q-8.225-38.210-8.762-38.210Q-9.257-38.210-9.589-38.504L-9.855-38.230Q-9.876-38.210-9.903-38.210L-9.951-38.210Q-9.975-38.210-10.002-38.237Q-10.030-38.264-10.030-38.285M-5.248-38.278L-6.800-38.278L-6.800-38.558Q-6.574-38.558-6.425-38.592Q-6.277-38.627-6.277-38.767L-6.277-40.616Q-6.277-40.804-6.325-40.888Q-6.372-40.971-6.470-40.990Q-6.567-41.009-6.779-41.009L-6.779-41.289L-5.723-41.364L-5.723-38.767Q-5.723-38.627-5.591-38.592Q-5.460-38.558-5.248-38.558L-5.248-38.278M-6.519-42.585Q-6.519-42.756-6.396-42.875Q-6.273-42.995-6.102-42.995Q-5.935-42.995-5.812-42.875Q-5.689-42.756-5.689-42.585Q-5.689-42.410-5.812-42.287Q-5.935-42.164-6.102-42.164Q-6.273-42.164-6.396-42.287Q-6.519-42.410-6.519-42.585M-4.076-39.119L-4.076-41.016L-4.715-41.016L-4.715-41.238Q-4.397-41.238-4.180-41.448Q-3.963-41.658-3.862-41.968Q-3.761-42.277-3.761-42.585L-3.495-42.585L-3.495-41.296L-2.418-41.296L-2.418-41.016L-3.495-41.016L-3.495-39.132Q-3.495-38.856-3.390-38.657Q-3.286-38.459-3.026-38.459Q-2.869-38.459-2.763-38.563Q-2.657-38.668-2.608-38.821Q-2.558-38.975-2.558-39.132L-2.558-39.546L-2.291-39.546L-2.291-39.119Q-2.291-38.893-2.391-38.683Q-2.490-38.473-2.674-38.341Q-2.859-38.210-3.088-38.210Q-3.525-38.210-3.800-38.447Q-4.076-38.685-4.076-39.119\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(136.418 -17.548)\">\u003Cpath d=\"M-1.345-37.143Q-1.215-37.075-1.078-37.075Q-0.907-37.075-0.757-37.164Q-0.606-37.253-0.495-37.398Q-0.384-37.543-0.306-37.711L-0.042-38.278L-1.211-40.804Q-1.286-40.951-1.416-40.983Q-1.546-41.016-1.779-41.016L-1.779-41.296L-0.258-41.296L-0.258-41.016Q-0.606-41.016-0.606-40.869Q-0.603-40.848-0.601-40.831Q-0.599-40.814-0.599-40.804L0.258-38.945L1.031-40.616Q1.065-40.684 1.065-40.763Q1.065-40.876 0.981-40.946Q0.898-41.016 0.785-41.016L0.785-41.296L1.981-41.296L1.981-41.016Q1.762-41.016 1.590-40.912Q1.417-40.807 1.325-40.616L-0.012-37.711Q-0.182-37.341-0.452-37.095Q-0.723-36.849-1.078-36.849Q-1.348-36.849-1.567-37.015Q-1.786-37.181-1.786-37.444Q-1.786-37.581-1.693-37.670Q-1.601-37.758-1.461-37.758Q-1.324-37.758-1.235-37.670Q-1.146-37.581-1.146-37.444Q-1.146-37.341-1.199-37.263Q-1.252-37.184-1.345-37.143\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(136.418 -17.548)\">\u003Cpath d=\"M6.891-38.138Q6.256-38.138 5.892-38.483Q5.527-38.828 5.392-39.353Q5.257-39.878 5.257-40.503Q5.257-41.528 5.613-42.227Q5.968-42.926 6.891-42.926Q7.818-42.926 8.170-42.227Q8.522-41.528 8.522-40.503Q8.522-39.878 8.387-39.353Q8.252-38.828 7.889-38.483Q7.527-38.138 6.891-38.138M6.891-38.363Q7.329-38.363 7.542-38.738Q7.756-39.112 7.806-39.579Q7.855-40.045 7.855-40.623Q7.855-41.176 7.806-41.604Q7.756-42.031 7.544-42.366Q7.332-42.701 6.891-42.701Q6.549-42.701 6.346-42.494Q6.143-42.287 6.056-41.975Q5.968-41.662 5.946-41.346Q5.924-41.029 5.924-40.623Q5.924-40.206 5.946-39.864Q5.968-39.522 6.057-39.174Q6.146-38.825 6.351-38.594Q6.556-38.363 6.891-38.363M9.598-38.698Q9.598-38.866 9.721-38.989Q9.844-39.112 10.019-39.112Q10.186-39.112 10.309-38.989Q10.432-38.866 10.432-38.698Q10.432-38.524 10.309-38.401Q10.186-38.278 10.019-38.278Q9.844-38.278 9.721-38.401Q9.598-38.524 9.598-38.698M12.121-38.592Q12.240-38.476 12.418-38.434Q12.596-38.391 12.811-38.391Q13.050-38.391 13.261-38.500Q13.471-38.610 13.625-38.792Q13.778-38.975 13.878-39.208Q14.045-39.635 14.045-40.455Q13.895-40.161 13.631-39.982Q13.368-39.802 13.050-39.802Q12.616-39.802 12.269-40.011Q11.923-40.219 11.724-40.580Q11.526-40.941 11.526-41.364Q11.526-41.699 11.656-41.988Q11.786-42.277 12.017-42.491Q12.247-42.704 12.546-42.815Q12.845-42.926 13.177-42.926Q14.035-42.926 14.390-42.212Q14.746-41.498 14.746-40.541Q14.746-40.124 14.618-39.696Q14.489-39.269 14.233-38.914Q13.977-38.558 13.614-38.348Q13.252-38.138 12.811-38.138Q12.357-38.138 12.039-38.326Q11.721-38.514 11.721-38.938Q11.721-39.088 11.820-39.187Q11.919-39.286 12.069-39.286Q12.138-39.286 12.204-39.259Q12.271-39.232 12.316-39.187Q12.360-39.143 12.387-39.076Q12.415-39.009 12.415-38.938Q12.415-38.808 12.334-38.710Q12.254-38.613 12.121-38.592M13.091-40.028Q13.385-40.028 13.601-40.206Q13.816-40.383 13.924-40.659Q14.031-40.934 14.031-41.224Q14.031-41.269 14.030-41.296Q14.028-41.323 14.025-41.358Q14.028-41.368 14.030-41.375Q14.031-41.382 14.031-41.392Q14.031-41.894 13.833-42.294Q13.635-42.694 13.177-42.694Q12.610-42.694 12.416-42.335Q12.223-41.976 12.223-41.364Q12.223-40.978 12.278-40.695Q12.333-40.411 12.527-40.219Q12.722-40.028 13.091-40.028M18.454-38.278L15.925-38.278L15.925-38.558Q16.892-38.558 16.892-38.767L16.892-42.386Q16.499-42.198 15.877-42.198L15.877-42.479Q16.294-42.479 16.658-42.580Q17.022-42.680 17.278-42.926L17.405-42.926Q17.470-42.909 17.487-42.841L17.487-38.767Q17.487-38.558 18.454-38.558L18.454-38.278M22.436-38.278L19.907-38.278L19.907-38.558Q20.874-38.558 20.874-38.767L20.874-42.386Q20.481-42.198 19.859-42.198L19.859-42.479Q20.276-42.479 20.640-42.580Q21.004-42.680 21.260-42.926L21.387-42.926Q21.452-42.909 21.469-42.841L21.469-38.767Q21.469-38.558 22.436-38.558\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(136.418 -17.548)\">\u003Cpath d=\"M-20.084-30.305L-21.065-32.804Q-21.126-32.947-21.244-32.982Q-21.362-33.016-21.578-33.016L-21.578-33.296L-20.098-33.296L-20.098-33.016Q-20.477-33.016-20.477-32.855Q-20.477-32.845-20.463-32.804L-19.749-30.972L-19.076-32.677Q-19.106-32.749-19.106-32.777Q-19.106-32.804-19.134-32.804Q-19.195-32.951-19.313-32.983Q-19.431-33.016-19.643-33.016L-19.643-33.296L-18.245-33.296L-18.245-33.016Q-18.621-33.016-18.621-32.855Q-18.621-32.824-18.614-32.804L-17.859-30.866L-17.172-32.616Q-17.151-32.667-17.151-32.722Q-17.151-32.862-17.264-32.939Q-17.377-33.016-17.517-33.016L-17.517-33.296L-16.297-33.296L-16.297-33.016Q-16.502-33.016-16.657-32.910Q-16.813-32.804-16.885-32.616L-17.790-30.305Q-17.825-30.210-17.937-30.210L-18.006-30.210Q-18.115-30.210-18.153-30.305L-18.935-32.308L-19.722-30.305Q-19.756-30.210-19.869-30.210L-19.937-30.210Q-20.046-30.210-20.084-30.305\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(136.418 -17.548)\">\u003Cpath d=\"M-16.020-31.813Q-16.020-32.134-15.895-32.423Q-15.770-32.712-15.544-32.935Q-15.319-33.159-15.023-33.279Q-14.728-33.399-14.410-33.399Q-14.082-33.399-13.820-33.299Q-13.559-33.200-13.383-33.018Q-13.207-32.835-13.113-32.577Q-13.019-32.319-13.019-31.987Q-13.019-31.895-13.101-31.874L-15.356-31.874L-15.356-31.813Q-15.356-31.225-15.073-30.842Q-14.789-30.459-14.222-30.459Q-13.900-30.459-13.632-30.652Q-13.364-30.845-13.275-31.160Q-13.268-31.201-13.193-31.215L-13.101-31.215Q-13.019-31.191-13.019-31.119Q-13.019-31.112-13.025-31.085Q-13.138-30.688-13.509-30.449Q-13.880-30.210-14.304-30.210Q-14.741-30.210-15.141-30.418Q-15.541-30.627-15.780-30.994Q-16.020-31.361-16.020-31.813M-15.350-32.083L-13.535-32.083Q-13.535-32.360-13.632-32.612Q-13.730-32.865-13.928-33.021Q-14.126-33.176-14.410-33.176Q-14.687-33.176-14.900-33.018Q-15.114-32.859-15.232-32.604Q-15.350-32.349-15.350-32.083M-10.814-30.278L-12.366-30.278L-12.366-30.558Q-12.140-30.558-11.991-30.592Q-11.843-30.627-11.843-30.767L-11.843-32.616Q-11.843-32.804-11.891-32.888Q-11.939-32.971-12.036-32.990Q-12.133-33.009-12.345-33.009L-12.345-33.289L-11.289-33.364L-11.289-30.767Q-11.289-30.627-11.158-30.592Q-11.026-30.558-10.814-30.558L-10.814-30.278M-12.085-34.585Q-12.085-34.756-11.962-34.875Q-11.839-34.995-11.668-34.995Q-11.501-34.995-11.378-34.875Q-11.255-34.756-11.255-34.585Q-11.255-34.410-11.378-34.287Q-11.501-34.164-11.668-34.164Q-11.839-34.164-11.962-34.287Q-12.085-34.410-12.085-34.585M-10.209-29.745Q-10.209-29.991-10.012-30.175Q-9.816-30.360-9.560-30.439Q-9.696-30.551-9.768-30.712Q-9.840-30.873-9.840-31.054Q-9.840-31.375-9.628-31.621Q-9.963-31.919-9.963-32.329Q-9.963-32.790-9.573-33.077Q-9.184-33.364-8.705-33.364Q-8.233-33.364-7.898-33.118Q-7.724-33.272-7.514-33.354Q-7.304-33.436-7.075-33.436Q-6.911-33.436-6.789-33.329Q-6.668-33.221-6.668-33.057Q-6.668-32.961-6.740-32.889Q-6.812-32.818-6.904-32.818Q-7.003-32.818-7.073-32.891Q-7.143-32.965-7.143-33.064Q-7.143-33.118-7.129-33.149L-7.123-33.163Q-7.116-33.183-7.107-33.194Q-7.099-33.204-7.095-33.211Q-7.451-33.211-7.738-32.988Q-7.451-32.695-7.451-32.329Q-7.451-32.014-7.635-31.782Q-7.820-31.549-8.109-31.421Q-8.397-31.293-8.705-31.293Q-8.907-31.293-9.098-31.343Q-9.290-31.392-9.467-31.502Q-9.560-31.375-9.560-31.232Q-9.560-31.050-9.431-30.915Q-9.303-30.780-9.119-30.780L-8.486-30.780Q-8.039-30.780-7.669-30.709Q-7.300-30.637-7.041-30.408Q-6.781-30.179-6.781-29.745Q-6.781-29.424-7.076-29.222Q-7.372-29.020-7.775-28.931Q-8.179-28.842-8.493-28.842Q-8.811-28.842-9.214-28.931Q-9.618-29.020-9.913-29.222Q-10.209-29.424-10.209-29.745M-9.754-29.745Q-9.754-29.516-9.536-29.367Q-9.317-29.218-9.025-29.150Q-8.732-29.082-8.493-29.082Q-8.329-29.082-8.121-29.118Q-7.912-29.153-7.705-29.234Q-7.499-29.314-7.367-29.442Q-7.235-29.570-7.235-29.745Q-7.235-30.097-7.616-30.191Q-7.998-30.285-8.500-30.285L-9.119-30.285Q-9.358-30.285-9.556-30.134Q-9.754-29.984-9.754-29.745M-8.705-31.532Q-8.039-31.532-8.039-32.329Q-8.039-33.129-8.705-33.129Q-9.375-33.129-9.375-32.329Q-9.375-31.532-8.705-31.532M-4.504-30.278L-6.138-30.278L-6.138-30.558Q-5.909-30.558-5.761-30.592Q-5.612-30.627-5.612-30.767L-5.612-34.386Q-5.612-34.656-5.720-34.718Q-5.827-34.779-6.138-34.779L-6.138-35.060L-5.058-35.135L-5.058-32.749Q-4.952-32.934-4.774-33.076Q-4.597-33.217-4.388-33.291Q-4.180-33.364-3.954-33.364Q-3.448-33.364-3.165-33.141Q-2.881-32.917-2.881-32.421L-2.881-30.767Q-2.881-30.630-2.732-30.594Q-2.584-30.558-2.358-30.558L-2.358-30.278L-3.988-30.278L-3.988-30.558Q-3.759-30.558-3.611-30.592Q-3.462-30.627-3.462-30.767L-3.462-32.407Q-3.462-32.742-3.582-32.942Q-3.701-33.142-4.016-33.142Q-4.286-33.142-4.520-33.006Q-4.754-32.869-4.892-32.635Q-5.031-32.401-5.031-32.127L-5.031-30.767Q-5.031-30.630-4.880-30.594Q-4.730-30.558-4.504-30.558\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(136.418 -17.548)\">\u003Cpath d=\"M-1.445-31.119L-1.445-33.016L-2.084-33.016L-2.084-33.238Q-1.766-33.238-1.549-33.448Q-1.332-33.658-1.232-33.968Q-1.131-34.277-1.131-34.585L-0.864-34.585L-0.864-33.296L0.213-33.296L0.213-33.016L-0.864-33.016L-0.864-31.132Q-0.864-30.856-0.760-30.657Q-0.656-30.459-0.396-30.459Q-0.239-30.459-0.133-30.563Q-0.027-30.668 0.023-30.821Q0.072-30.975 0.072-31.132L0.072-31.546L0.339-31.546L0.339-31.119Q0.339-30.893 0.240-30.683Q0.141-30.473-0.044-30.341Q-0.228-30.210-0.457-30.210Q-0.895-30.210-1.170-30.447Q-1.445-30.685-1.445-31.119\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(136.418 -17.548)\">\u003Cpath d=\"M6.860-30.278L4.330-30.278L4.330-30.558Q5.298-30.558 5.298-30.767L5.298-34.386Q4.905-34.198 4.283-34.198L4.283-34.479Q4.700-34.479 5.064-34.580Q5.428-34.680 5.684-34.926L5.810-34.926Q5.875-34.909 5.892-34.841L5.892-30.767Q5.892-30.558 6.860-30.558L6.860-30.278M10.842-30.278L7.957-30.278L7.957-30.480Q7.957-30.510 7.984-30.538L9.232-31.755Q9.304-31.830 9.346-31.872Q9.389-31.915 9.468-31.994Q9.881-32.407 10.112-32.765Q10.343-33.122 10.343-33.546Q10.343-33.778 10.264-33.981Q10.185-34.185 10.044-34.335Q9.902-34.486 9.707-34.566Q9.512-34.646 9.280-34.646Q8.969-34.646 8.711-34.487Q8.452-34.328 8.323-34.051L8.343-34.051Q8.511-34.051 8.618-33.940Q8.726-33.829 8.726-33.665Q8.726-33.508 8.617-33.395Q8.507-33.282 8.343-33.282Q8.182-33.282 8.070-33.395Q7.957-33.508 7.957-33.665Q7.957-34.041 8.165-34.328Q8.374-34.615 8.709-34.771Q9.044-34.926 9.399-34.926Q9.823-34.926 10.202-34.768Q10.582-34.609 10.816-34.292Q11.050-33.976 11.050-33.546Q11.050-33.235 10.910-32.966Q10.770-32.698 10.565-32.493Q10.360-32.288 9.997-32.006Q9.635-31.724 9.526-31.628L8.671-30.900L9.314-30.900Q9.577-30.900 9.866-30.902Q10.155-30.903 10.373-30.912Q10.592-30.921 10.609-30.938Q10.671-31.003 10.708-31.170Q10.746-31.338 10.784-31.580L11.050-31.580L10.842-30.278M12.305-31.040L12.274-31.040Q12.410-30.743 12.708-30.567Q13.005-30.391 13.333-30.391Q13.696-30.391 13.923-30.569Q14.150-30.746 14.244-31.035Q14.338-31.324 14.338-31.686Q14.338-32.001 14.284-32.286Q14.229-32.571 14.056-32.777Q13.884-32.982 13.569-32.982Q13.296-32.982 13.113-32.915Q12.930-32.848 12.826-32.759Q12.721-32.671 12.626-32.561Q12.530-32.452 12.486-32.442L12.407-32.442Q12.335-32.459 12.318-32.530L12.318-34.848Q12.318-34.882 12.342-34.904Q12.366-34.926 12.400-34.926L12.428-34.926Q12.715-34.810 12.983-34.756Q13.251-34.701 13.528-34.701Q13.805-34.701 14.075-34.756Q14.345-34.810 14.625-34.926L14.649-34.926Q14.683-34.926 14.707-34.903Q14.731-34.879 14.731-34.848L14.731-34.779Q14.731-34.752 14.711-34.732Q14.437-34.417 14.053-34.241Q13.668-34.065 13.255-34.065Q12.916-34.065 12.598-34.151L12.598-32.869Q12.995-33.204 13.569-33.204Q13.972-33.204 14.309-32.994Q14.646-32.783 14.839-32.431Q15.032-32.079 15.032-31.679Q15.032-31.348 14.892-31.062Q14.752-30.777 14.507-30.567Q14.263-30.357 13.961-30.247Q13.658-30.138 13.340-30.138Q12.981-30.138 12.655-30.302Q12.328-30.466 12.134-30.758Q11.939-31.050 11.939-31.413Q11.939-31.563 12.045-31.669Q12.151-31.775 12.305-31.775Q12.458-31.775 12.563-31.671Q12.667-31.567 12.667-31.413Q12.667-31.256 12.563-31.148Q12.458-31.040 12.305-31.040\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(136.418 -17.548)\">\u003Cpath d=\"M18.459-29.745Q18.459-29.991 18.656-30.175Q18.853-30.360 19.109-30.439Q18.972-30.551 18.900-30.712Q18.829-30.873 18.829-31.054Q18.829-31.375 19.040-31.621Q18.706-31.919 18.706-32.329Q18.706-32.790 19.095-33.077Q19.485-33.364 19.963-33.364Q20.435-33.364 20.770-33.118Q20.944-33.272 21.155-33.354Q21.365-33.436 21.594-33.436Q21.758-33.436 21.879-33.329Q22-33.221 22-33.057Q22-32.961 21.929-32.889Q21.857-32.818 21.765-32.818Q21.665-32.818 21.595-32.891Q21.525-32.965 21.525-33.064Q21.525-33.118 21.539-33.149L21.546-33.163Q21.553-33.183 21.561-33.194Q21.570-33.204 21.573-33.211Q21.218-33.211 20.931-32.988Q21.218-32.695 21.218-32.329Q21.218-32.014 21.033-31.782Q20.849-31.549 20.560-31.421Q20.271-31.293 19.963-31.293Q19.762-31.293 19.570-31.343Q19.379-31.392 19.201-31.502Q19.109-31.375 19.109-31.232Q19.109-31.050 19.237-30.915Q19.365-30.780 19.550-30.780L20.182-30.780Q20.630-30.780 20.999-30.709Q21.368-30.637 21.628-30.408Q21.888-30.179 21.888-29.745Q21.888-29.424 21.592-29.222Q21.296-29.020 20.893-28.931Q20.490-28.842 20.175-28.842Q19.857-28.842 19.454-28.931Q19.051-29.020 18.755-29.222Q18.459-29.424 18.459-29.745M18.914-29.745Q18.914-29.516 19.133-29.367Q19.352-29.218 19.644-29.150Q19.936-29.082 20.175-29.082Q20.339-29.082 20.548-29.118Q20.756-29.153 20.963-29.234Q21.170-29.314 21.301-29.442Q21.433-29.570 21.433-29.745Q21.433-30.097 21.052-30.191Q20.671-30.285 20.168-30.285L19.550-30.285Q19.311-30.285 19.112-30.134Q18.914-29.984 18.914-29.745M19.963-31.532Q20.630-31.532 20.630-32.329Q20.630-33.129 19.963-33.129Q19.293-33.129 19.293-32.329Q19.293-31.532 19.963-31.532\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(136.418 -17.548)\">\u003Cpath d=\"M-17.334-23.119L-17.334-25.016L-17.973-25.016L-17.973-25.238Q-17.655-25.238-17.438-25.448Q-17.221-25.658-17.121-25.968Q-17.020-26.277-17.020-26.585L-16.753-26.585L-16.753-25.296L-15.676-25.296L-15.676-25.016L-16.753-25.016L-16.753-23.132Q-16.753-22.856-16.649-22.657Q-16.545-22.459-16.285-22.459Q-16.128-22.459-16.022-22.563Q-15.916-22.668-15.866-22.821Q-15.817-22.975-15.817-23.132L-15.817-23.546L-15.550-23.546L-15.550-23.119Q-15.550-22.893-15.649-22.683Q-15.748-22.473-15.933-22.341Q-16.117-22.210-16.346-22.210Q-16.784-22.210-17.059-22.447Q-17.334-22.685-17.334-23.119M-14.781-23.813Q-14.781-24.134-14.656-24.423Q-14.531-24.712-14.306-24.935Q-14.080-25.159-13.785-25.279Q-13.489-25.399-13.171-25.399Q-12.843-25.399-12.581-25.299Q-12.320-25.200-12.144-25.018Q-11.968-24.835-11.874-24.577Q-11.780-24.319-11.780-23.987Q-11.780-23.895-11.862-23.874L-14.118-23.874L-14.118-23.813Q-14.118-23.225-13.834-22.842Q-13.550-22.459-12.983-22.459Q-12.662-22.459-12.394-22.652Q-12.125-22.845-12.036-23.160Q-12.029-23.201-11.954-23.215L-11.862-23.215Q-11.780-23.191-11.780-23.119Q-11.780-23.112-11.787-23.085Q-11.900-22.688-12.270-22.449Q-12.641-22.210-13.065-22.210Q-13.503-22.210-13.903-22.418Q-14.302-22.627-14.542-22.994Q-14.781-23.361-14.781-23.813M-14.111-24.083L-12.296-24.083Q-12.296-24.360-12.394-24.612Q-12.491-24.865-12.689-25.021Q-12.887-25.176-13.171-25.176Q-13.448-25.176-13.662-25.018Q-13.875-24.859-13.993-24.604Q-14.111-24.349-14.111-24.083M-9.510-22.278L-11.144-22.278L-11.144-22.558Q-10.915-22.558-10.767-22.592Q-10.618-22.627-10.618-22.767L-10.618-24.616Q-10.618-24.886-10.726-24.947Q-10.833-25.009-11.144-25.009L-11.144-25.289L-10.085-25.364L-10.085-24.715Q-9.914-25.023-9.610-25.194Q-9.305-25.364-8.960-25.364Q-8.560-25.364-8.283-25.224Q-8.007-25.084-7.921-24.736Q-7.754-25.029-7.455-25.197Q-7.155-25.364-6.810-25.364Q-6.304-25.364-6.021-25.141Q-5.737-24.917-5.737-24.421L-5.737-22.767Q-5.737-22.630-5.588-22.594Q-5.440-22.558-5.214-22.558L-5.214-22.278L-6.844-22.278L-6.844-22.558Q-6.619-22.558-6.468-22.594Q-6.318-22.630-6.318-22.767L-6.318-24.407Q-6.318-24.742-6.438-24.942Q-6.557-25.142-6.872-25.142Q-7.142-25.142-7.376-25.006Q-7.610-24.869-7.748-24.635Q-7.887-24.401-7.887-24.127L-7.887-22.767Q-7.887-22.630-7.738-22.594Q-7.590-22.558-7.364-22.558L-7.364-22.278L-8.994-22.278L-8.994-22.558Q-8.765-22.558-8.617-22.592Q-8.468-22.627-8.468-22.767L-8.468-24.407Q-8.468-24.742-8.588-24.942Q-8.707-25.142-9.022-25.142Q-9.292-25.142-9.526-25.006Q-9.760-24.869-9.898-24.635Q-10.037-24.401-10.037-24.127L-10.037-22.767Q-10.037-22.630-9.886-22.594Q-9.736-22.558-9.510-22.558L-9.510-22.278M-2.982-20.921L-4.613-20.921L-4.613-21.201Q-4.383-21.201-4.235-21.236Q-4.086-21.270-4.086-21.410L-4.086-24.756Q-4.086-24.927-4.223-24.968Q-4.360-25.009-4.613-25.009L-4.613-25.289L-3.532-25.364L-3.532-24.958Q-3.310-25.159-3.023-25.262Q-2.736-25.364-2.428-25.364Q-2.001-25.364-1.637-25.151Q-1.273-24.937-1.060-24.573Q-0.846-24.209-0.846-23.789Q-0.846-23.344-1.085-22.980Q-1.324-22.616-1.717-22.413Q-2.111-22.210-2.555-22.210Q-2.821-22.210-3.069-22.310Q-3.317-22.411-3.505-22.592L-3.505-21.410Q-3.505-21.273-3.356-21.237Q-3.208-21.201-2.982-21.201L-2.982-20.921M-3.505-24.609L-3.505-22.999Q-3.372-22.746-3.129-22.589Q-2.886-22.432-2.610-22.432Q-2.281-22.432-2.029-22.633Q-1.776-22.835-1.642-23.153Q-1.509-23.471-1.509-23.789Q-1.509-24.018-1.574-24.247Q-1.639-24.476-1.767-24.674Q-1.895-24.872-2.090-24.992Q-2.285-25.111-2.517-25.111Q-2.811-25.111-3.080-24.982Q-3.348-24.852-3.505-24.609\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(136.418 -17.548)\">\u003Cpath d=\"M5.512-22.278L2.982-22.278L2.982-22.558Q3.950-22.558 3.950-22.767L3.950-26.386Q3.557-26.198 2.935-26.198L2.935-26.479Q3.352-26.479 3.716-26.580Q4.080-26.680 4.336-26.926L4.462-26.926Q4.527-26.909 4.544-26.841L4.544-22.767Q4.544-22.558 5.512-22.558L5.512-22.278M6.547-23.355Q6.547-23.796 6.850-24.117Q7.152-24.438 7.603-24.630L7.364-24.770Q7.094-24.930 6.928-25.188Q6.763-25.446 6.763-25.744Q6.763-26.096 6.968-26.368Q7.173-26.639 7.494-26.783Q7.815-26.926 8.157-26.926Q8.478-26.926 8.801-26.810Q9.124-26.694 9.336-26.453Q9.548-26.212 9.548-25.877Q9.548-25.515 9.304-25.252Q9.060-24.988 8.680-24.811L9.080-24.575Q9.275-24.462 9.434-24.293Q9.593-24.124 9.680-23.915Q9.767-23.707 9.767-23.474Q9.767-23.071 9.533-22.767Q9.299-22.463 8.925-22.300Q8.550-22.138 8.157-22.138Q7.771-22.138 7.402-22.275Q7.033-22.411 6.790-22.688Q6.547-22.965 6.547-23.355M6.995-23.355Q6.995-23.068 7.164-22.845Q7.333-22.623 7.602-22.507Q7.870-22.391 8.157-22.391Q8.595-22.391 8.957-22.608Q9.319-22.825 9.319-23.232Q9.319-23.433 9.191-23.611Q9.063-23.789 8.885-23.888L7.863-24.483Q7.624-24.373 7.426-24.207Q7.228-24.042 7.111-23.826Q6.995-23.611 6.995-23.355M7.518-25.484L8.437-24.951Q8.745-25.111 8.947-25.344Q9.148-25.576 9.148-25.877Q9.148-26.116 9.003-26.306Q8.858-26.496 8.625-26.595Q8.393-26.694 8.157-26.694Q7.935-26.694 7.706-26.624Q7.477-26.554 7.320-26.397Q7.163-26.239 7.163-26.010Q7.163-25.696 7.518-25.484\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(136.418 -17.548)\">\u003Cpath d=\"M13.342-24.671Q13.342-25.197 13.559-25.665Q13.776-26.133 14.159-26.479Q14.541-26.824 15.025-27.012Q15.509-27.200 16.039-27.200Q16.442-27.200 16.806-27.043Q17.170-26.885 17.454-26.591L17.877-27.173Q17.912-27.200 17.936-27.200L17.983-27.200Q18.014-27.200 18.038-27.176Q18.062-27.152 18.062-27.121L18.062-25.258Q18.062-25.235 18.036-25.209Q18.011-25.183 17.983-25.183L17.857-25.183Q17.795-25.183 17.782-25.258Q17.751-25.573 17.616-25.877Q17.481-26.181 17.266-26.415Q17.050-26.650 16.761-26.785Q16.473-26.920 16.145-26.920Q15.502-26.920 15.044-26.626Q14.586-26.332 14.353-25.819Q14.121-25.306 14.121-24.671Q14.121-24.199 14.251-23.790Q14.381-23.382 14.641-23.069Q14.900-22.757 15.280-22.587Q15.659-22.418 16.151-22.418Q16.479-22.418 16.773-22.534Q17.067-22.651 17.301-22.866Q17.536-23.081 17.666-23.370Q17.795-23.659 17.795-23.987Q17.795-24.014 17.823-24.038Q17.850-24.062 17.871-24.062L17.983-24.062Q18.021-24.062 18.041-24.037Q18.062-24.011 18.062-23.973Q18.062-23.577 17.896-23.240Q17.730-22.903 17.443-22.656Q17.156-22.408 16.787-22.273Q16.418-22.138 16.039-22.138Q15.519-22.138 15.027-22.328Q14.535-22.517 14.155-22.861Q13.776-23.204 13.559-23.673Q13.342-24.141 13.342-24.671\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M93.932 27.515h85.358V-9.474H93.932Z\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(136.418 45.048)\">\u003Cpath d=\"M-4.384-46.278L-6.018-46.278L-6.018-46.558Q-5.789-46.558-5.640-46.592Q-5.491-46.627-5.491-46.767L-5.491-50.386Q-5.491-50.656-5.599-50.718Q-5.707-50.779-6.018-50.779L-6.018-51.060L-4.938-51.135L-4.938-48.749Q-4.832-48.934-4.654-49.076Q-4.476-49.217-4.268-49.291Q-4.059-49.364-3.834-49.364Q-3.328-49.364-3.044-49.141Q-2.760-48.917-2.760-48.421L-2.760-46.767Q-2.760-46.630-2.612-46.594Q-2.463-46.558-2.237-46.558L-2.237-46.278L-3.868-46.278L-3.868-46.558Q-3.639-46.558-3.490-46.592Q-3.341-46.627-3.341-46.767L-3.341-48.407Q-3.341-48.742-3.461-48.942Q-3.581-49.142-3.895-49.142Q-4.165-49.142-4.399-49.006Q-4.633-48.869-4.772-48.635Q-4.910-48.401-4.910-48.127L-4.910-46.767Q-4.910-46.630-4.760-46.594Q-4.609-46.558-4.384-46.558L-4.384-46.278M-1.591-47.006Q-1.591-47.338-1.368-47.565Q-1.144-47.792-0.800-47.920Q-0.457-48.049-0.084-48.101Q0.288-48.154 0.593-48.154L0.593-48.407Q0.593-48.612 0.485-48.792Q0.377-48.971 0.196-49.074Q0.015-49.176-0.193-49.176Q-0.600-49.176-0.836-49.084Q-0.747-49.047-0.701-48.963Q-0.655-48.879-0.655-48.777Q-0.655-48.681-0.701-48.602Q-0.747-48.524-0.828-48.479Q-0.908-48.435-0.997-48.435Q-1.147-48.435-1.248-48.532Q-1.349-48.630-1.349-48.777Q-1.349-49.399-0.193-49.399Q0.018-49.399 0.268-49.335Q0.517-49.272 0.719-49.153Q0.921-49.033 1.047-48.848Q1.174-48.664 1.174-48.421L1.174-46.845Q1.174-46.729 1.235-46.633Q1.297-46.538 1.410-46.538Q1.519-46.538 1.584-46.632Q1.649-46.726 1.649-46.845L1.649-47.293L1.915-47.293L1.915-46.845Q1.915-46.575 1.688-46.410Q1.461-46.244 1.181-46.244Q0.972-46.244 0.835-46.398Q0.699-46.551 0.675-46.767Q0.528-46.500 0.246-46.355Q-0.036-46.210-0.361-46.210Q-0.638-46.210-0.922-46.285Q-1.205-46.360-1.398-46.539Q-1.591-46.719-1.591-47.006M-0.976-47.006Q-0.976-46.832-0.875-46.702Q-0.775-46.572-0.619-46.502Q-0.463-46.432-0.299-46.432Q-0.081-46.432 0.128-46.529Q0.336-46.627 0.464-46.808Q0.593-46.989 0.593-47.215L0.593-47.943Q0.268-47.943-0.098-47.852Q-0.463-47.761-0.720-47.549Q-0.976-47.338-0.976-47.006M4-46.278L2.397-46.278L2.397-46.558Q2.623-46.558 2.772-46.592Q2.920-46.627 2.920-46.767L2.920-50.386Q2.920-50.656 2.813-50.718Q2.705-50.779 2.397-50.779L2.397-51.060L3.474-51.135L3.474-46.767Q3.474-46.630 3.624-46.594Q3.775-46.558 4-46.558L4-46.278M6.393-46.278L4.660-46.278L4.660-46.558Q4.886-46.558 5.034-46.592Q5.183-46.627 5.183-46.767L5.183-49.016L4.595-49.016L4.595-49.296L5.183-49.296L5.183-50.113Q5.183-50.431 5.361-50.679Q5.538-50.926 5.829-51.067Q6.120-51.207 6.431-51.207Q6.687-51.207 6.890-51.065Q7.094-50.923 7.094-50.680Q7.094-50.544 6.995-50.445Q6.895-50.345 6.759-50.345Q6.622-50.345 6.523-50.445Q6.424-50.544 6.424-50.680Q6.424-50.861 6.564-50.954Q6.485-50.981 6.386-50.981Q6.178-50.981 6.024-50.848Q5.870-50.715 5.790-50.511Q5.709-50.308 5.709-50.099L5.709-49.296L6.598-49.296L6.598-49.016L5.737-49.016L5.737-46.767Q5.737-46.558 6.393-46.558\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(136.418 45.048)\">\u003Cpath d=\"M-22.410-39.789Q-22.410-40.127-22.269-40.418Q-22.129-40.708-21.885-40.922Q-21.641-41.135-21.336-41.250Q-21.032-41.364-20.707-41.364Q-20.437-41.364-20.174-41.265Q-19.911-41.166-19.720-40.988L-19.720-42.386Q-19.720-42.656-19.827-42.718Q-19.935-42.779-20.246-42.779L-20.246-43.060L-19.169-43.135L-19.169-38.951Q-19.169-38.763-19.115-38.680Q-19.060-38.596-18.959-38.577Q-18.858-38.558-18.643-38.558L-18.643-38.278L-19.750-38.210L-19.750-38.627Q-20.167-38.210-20.793-38.210Q-21.224-38.210-21.596-38.422Q-21.969-38.633-22.189-38.994Q-22.410-39.355-22.410-39.789M-20.735-38.432Q-20.526-38.432-20.340-38.504Q-20.154-38.575-20-38.712Q-19.846-38.849-19.750-39.027L-19.750-40.636Q-19.836-40.783-19.981-40.903Q-20.126-41.023-20.296-41.082Q-20.465-41.142-20.646-41.142Q-21.206-41.142-21.475-40.753Q-21.743-40.363-21.743-39.782Q-21.743-39.211-21.509-38.821Q-21.275-38.432-20.735-38.432M-18.035-39.813Q-18.035-40.134-17.910-40.423Q-17.785-40.712-17.559-40.935Q-17.334-41.159-17.038-41.279Q-16.743-41.399-16.425-41.399Q-16.097-41.399-15.835-41.299Q-15.574-41.200-15.398-41.018Q-15.222-40.835-15.128-40.577Q-15.034-40.319-15.034-39.987Q-15.034-39.895-15.116-39.874L-17.371-39.874L-17.371-39.813Q-17.371-39.225-17.088-38.842Q-16.804-38.459-16.237-38.459Q-15.915-38.459-15.647-38.652Q-15.379-38.845-15.290-39.160Q-15.283-39.201-15.208-39.215L-15.116-39.215Q-15.034-39.191-15.034-39.119Q-15.034-39.112-15.040-39.085Q-15.153-38.688-15.524-38.449Q-15.895-38.210-16.319-38.210Q-16.756-38.210-17.156-38.418Q-17.556-38.627-17.795-38.994Q-18.035-39.361-18.035-39.813M-17.365-40.083L-15.550-40.083Q-15.550-40.360-15.647-40.612Q-15.745-40.865-15.943-41.021Q-16.141-41.176-16.425-41.176Q-16.702-41.176-16.915-41.018Q-17.129-40.859-17.247-40.604Q-17.365-40.349-17.365-40.083M-12.764-38.278L-14.398-38.278L-14.398-38.558Q-14.169-38.558-14.020-38.592Q-13.871-38.627-13.871-38.767L-13.871-40.616Q-13.871-40.886-13.979-40.947Q-14.087-41.009-14.398-41.009L-14.398-41.289L-13.338-41.364L-13.338-40.715Q-13.167-41.023-12.863-41.194Q-12.559-41.364-12.214-41.364Q-11.708-41.364-11.424-41.141Q-11.141-40.917-11.141-40.421L-11.141-38.767Q-11.141-38.630-10.992-38.594Q-10.843-38.558-10.618-38.558L-10.618-38.278L-12.248-38.278L-12.248-38.558Q-12.019-38.558-11.870-38.592Q-11.722-38.627-11.722-38.767L-11.722-40.407Q-11.722-40.742-11.841-40.942Q-11.961-41.142-12.275-41.142Q-12.545-41.142-12.779-41.006Q-13.014-40.869-13.152-40.635Q-13.290-40.401-13.290-40.127L-13.290-38.767Q-13.290-38.630-13.140-38.594Q-12.990-38.558-12.764-38.558L-12.764-38.278M-10.030-38.285L-10.030-39.348Q-10.030-39.372-10.002-39.399Q-9.975-39.426-9.951-39.426L-9.842-39.426Q-9.777-39.426-9.763-39.368Q-9.667-38.934-9.421-38.683Q-9.175-38.432-8.762-38.432Q-8.420-38.432-8.167-38.565Q-7.914-38.698-7.914-39.006Q-7.914-39.163-8.008-39.278Q-8.102-39.392-8.240-39.461Q-8.379-39.529-8.546-39.567L-9.127-39.666Q-9.483-39.734-9.756-39.955Q-10.030-40.175-10.030-40.517Q-10.030-40.766-9.919-40.941Q-9.807-41.115-9.621-41.214Q-9.435-41.313-9.220-41.356Q-9.004-41.399-8.762-41.399Q-8.348-41.399-8.068-41.217L-7.852-41.392Q-7.842-41.395-7.835-41.397Q-7.828-41.399-7.818-41.399L-7.767-41.399Q-7.740-41.399-7.716-41.375Q-7.692-41.351-7.692-41.323L-7.692-40.476Q-7.692-40.455-7.716-40.428Q-7.740-40.401-7.767-40.401L-7.880-40.401Q-7.907-40.401-7.933-40.426Q-7.958-40.452-7.958-40.476Q-7.958-40.712-8.064-40.876Q-8.170-41.040-8.353-41.122Q-8.536-41.204-8.768-41.204Q-9.097-41.204-9.353-41.101Q-9.609-40.999-9.609-40.722Q-9.609-40.527-9.426-40.418Q-9.244-40.308-9.015-40.267L-8.440-40.161Q-8.194-40.113-7.981-39.985Q-7.767-39.857-7.630-39.654Q-7.494-39.450-7.494-39.201Q-7.494-38.688-7.859-38.449Q-8.225-38.210-8.762-38.210Q-9.257-38.210-9.589-38.504L-9.855-38.230Q-9.876-38.210-9.903-38.210L-9.951-38.210Q-9.975-38.210-10.002-38.237Q-10.030-38.264-10.030-38.285M-5.248-38.278L-6.800-38.278L-6.800-38.558Q-6.574-38.558-6.425-38.592Q-6.277-38.627-6.277-38.767L-6.277-40.616Q-6.277-40.804-6.325-40.888Q-6.372-40.971-6.470-40.990Q-6.567-41.009-6.779-41.009L-6.779-41.289L-5.723-41.364L-5.723-38.767Q-5.723-38.627-5.591-38.592Q-5.460-38.558-5.248-38.558L-5.248-38.278M-6.519-42.585Q-6.519-42.756-6.396-42.875Q-6.273-42.995-6.102-42.995Q-5.935-42.995-5.812-42.875Q-5.689-42.756-5.689-42.585Q-5.689-42.410-5.812-42.287Q-5.935-42.164-6.102-42.164Q-6.273-42.164-6.396-42.287Q-6.519-42.410-6.519-42.585M-4.076-39.119L-4.076-41.016L-4.715-41.016L-4.715-41.238Q-4.397-41.238-4.180-41.448Q-3.963-41.658-3.862-41.968Q-3.761-42.277-3.761-42.585L-3.495-42.585L-3.495-41.296L-2.418-41.296L-2.418-41.016L-3.495-41.016L-3.495-39.132Q-3.495-38.856-3.390-38.657Q-3.286-38.459-3.026-38.459Q-2.869-38.459-2.763-38.563Q-2.657-38.668-2.608-38.821Q-2.558-38.975-2.558-39.132L-2.558-39.546L-2.291-39.546L-2.291-39.119Q-2.291-38.893-2.391-38.683Q-2.490-38.473-2.674-38.341Q-2.859-38.210-3.088-38.210Q-3.525-38.210-3.800-38.447Q-4.076-38.685-4.076-39.119\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(136.418 45.048)\">\u003Cpath d=\"M-1.345-37.143Q-1.215-37.075-1.078-37.075Q-0.907-37.075-0.757-37.164Q-0.606-37.253-0.495-37.398Q-0.384-37.543-0.306-37.711L-0.042-38.278L-1.211-40.804Q-1.286-40.951-1.416-40.983Q-1.546-41.016-1.779-41.016L-1.779-41.296L-0.258-41.296L-0.258-41.016Q-0.606-41.016-0.606-40.869Q-0.603-40.848-0.601-40.831Q-0.599-40.814-0.599-40.804L0.258-38.945L1.031-40.616Q1.065-40.684 1.065-40.763Q1.065-40.876 0.981-40.946Q0.898-41.016 0.785-41.016L0.785-41.296L1.981-41.296L1.981-41.016Q1.762-41.016 1.590-40.912Q1.417-40.807 1.325-40.616L-0.012-37.711Q-0.182-37.341-0.452-37.095Q-0.723-36.849-1.078-36.849Q-1.348-36.849-1.567-37.015Q-1.786-37.181-1.786-37.444Q-1.786-37.581-1.693-37.670Q-1.601-37.758-1.461-37.758Q-1.324-37.758-1.235-37.670Q-1.146-37.581-1.146-37.444Q-1.146-37.341-1.199-37.263Q-1.252-37.184-1.345-37.143\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(136.418 45.048)\">\u003Cpath d=\"M6.891-38.138Q6.256-38.138 5.892-38.483Q5.527-38.828 5.392-39.353Q5.257-39.878 5.257-40.503Q5.257-41.528 5.613-42.227Q5.968-42.926 6.891-42.926Q7.818-42.926 8.170-42.227Q8.522-41.528 8.522-40.503Q8.522-39.878 8.387-39.353Q8.252-38.828 7.889-38.483Q7.527-38.138 6.891-38.138M6.891-38.363Q7.329-38.363 7.542-38.738Q7.756-39.112 7.806-39.579Q7.855-40.045 7.855-40.623Q7.855-41.176 7.806-41.604Q7.756-42.031 7.544-42.366Q7.332-42.701 6.891-42.701Q6.549-42.701 6.346-42.494Q6.143-42.287 6.056-41.975Q5.968-41.662 5.946-41.346Q5.924-41.029 5.924-40.623Q5.924-40.206 5.946-39.864Q5.968-39.522 6.057-39.174Q6.146-38.825 6.351-38.594Q6.556-38.363 6.891-38.363M9.598-38.698Q9.598-38.866 9.721-38.989Q9.844-39.112 10.019-39.112Q10.186-39.112 10.309-38.989Q10.432-38.866 10.432-38.698Q10.432-38.524 10.309-38.401Q10.186-38.278 10.019-38.278Q9.844-38.278 9.721-38.401Q9.598-38.524 9.598-38.698M12.121-38.592Q12.240-38.476 12.418-38.434Q12.596-38.391 12.811-38.391Q13.050-38.391 13.261-38.500Q13.471-38.610 13.625-38.792Q13.778-38.975 13.878-39.208Q14.045-39.635 14.045-40.455Q13.895-40.161 13.631-39.982Q13.368-39.802 13.050-39.802Q12.616-39.802 12.269-40.011Q11.923-40.219 11.724-40.580Q11.526-40.941 11.526-41.364Q11.526-41.699 11.656-41.988Q11.786-42.277 12.017-42.491Q12.247-42.704 12.546-42.815Q12.845-42.926 13.177-42.926Q14.035-42.926 14.390-42.212Q14.746-41.498 14.746-40.541Q14.746-40.124 14.618-39.696Q14.489-39.269 14.233-38.914Q13.977-38.558 13.614-38.348Q13.252-38.138 12.811-38.138Q12.357-38.138 12.039-38.326Q11.721-38.514 11.721-38.938Q11.721-39.088 11.820-39.187Q11.919-39.286 12.069-39.286Q12.138-39.286 12.204-39.259Q12.271-39.232 12.316-39.187Q12.360-39.143 12.387-39.076Q12.415-39.009 12.415-38.938Q12.415-38.808 12.334-38.710Q12.254-38.613 12.121-38.592M13.091-40.028Q13.385-40.028 13.601-40.206Q13.816-40.383 13.924-40.659Q14.031-40.934 14.031-41.224Q14.031-41.269 14.030-41.296Q14.028-41.323 14.025-41.358Q14.028-41.368 14.030-41.375Q14.031-41.382 14.031-41.392Q14.031-41.894 13.833-42.294Q13.635-42.694 13.177-42.694Q12.610-42.694 12.416-42.335Q12.223-41.976 12.223-41.364Q12.223-40.978 12.278-40.695Q12.333-40.411 12.527-40.219Q12.722-40.028 13.091-40.028M18.454-38.278L15.925-38.278L15.925-38.558Q16.892-38.558 16.892-38.767L16.892-42.386Q16.499-42.198 15.877-42.198L15.877-42.479Q16.294-42.479 16.658-42.580Q17.022-42.680 17.278-42.926L17.405-42.926Q17.470-42.909 17.487-42.841L17.487-38.767Q17.487-38.558 18.454-38.558L18.454-38.278M22.436-38.278L19.907-38.278L19.907-38.558Q20.874-38.558 20.874-38.767L20.874-42.386Q20.481-42.198 19.859-42.198L19.859-42.479Q20.276-42.479 20.640-42.580Q21.004-42.680 21.260-42.926L21.387-42.926Q21.452-42.909 21.469-42.841L21.469-38.767Q21.469-38.558 22.436-38.558\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(136.418 45.048)\">\u003Cpath d=\"M-20.084-30.305L-21.065-32.804Q-21.126-32.947-21.244-32.982Q-21.362-33.016-21.578-33.016L-21.578-33.296L-20.098-33.296L-20.098-33.016Q-20.477-33.016-20.477-32.855Q-20.477-32.845-20.463-32.804L-19.749-30.972L-19.076-32.677Q-19.106-32.749-19.106-32.777Q-19.106-32.804-19.134-32.804Q-19.195-32.951-19.313-32.983Q-19.431-33.016-19.643-33.016L-19.643-33.296L-18.245-33.296L-18.245-33.016Q-18.621-33.016-18.621-32.855Q-18.621-32.824-18.614-32.804L-17.859-30.866L-17.172-32.616Q-17.151-32.667-17.151-32.722Q-17.151-32.862-17.264-32.939Q-17.377-33.016-17.517-33.016L-17.517-33.296L-16.297-33.296L-16.297-33.016Q-16.502-33.016-16.657-32.910Q-16.813-32.804-16.885-32.616L-17.790-30.305Q-17.825-30.210-17.937-30.210L-18.006-30.210Q-18.115-30.210-18.153-30.305L-18.935-32.308L-19.722-30.305Q-19.756-30.210-19.869-30.210L-19.937-30.210Q-20.046-30.210-20.084-30.305\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(136.418 45.048)\">\u003Cpath d=\"M-16.020-31.813Q-16.020-32.134-15.895-32.423Q-15.770-32.712-15.544-32.935Q-15.319-33.159-15.023-33.279Q-14.728-33.399-14.410-33.399Q-14.082-33.399-13.820-33.299Q-13.559-33.200-13.383-33.018Q-13.207-32.835-13.113-32.577Q-13.019-32.319-13.019-31.987Q-13.019-31.895-13.101-31.874L-15.356-31.874L-15.356-31.813Q-15.356-31.225-15.073-30.842Q-14.789-30.459-14.222-30.459Q-13.900-30.459-13.632-30.652Q-13.364-30.845-13.275-31.160Q-13.268-31.201-13.193-31.215L-13.101-31.215Q-13.019-31.191-13.019-31.119Q-13.019-31.112-13.025-31.085Q-13.138-30.688-13.509-30.449Q-13.880-30.210-14.304-30.210Q-14.741-30.210-15.141-30.418Q-15.541-30.627-15.780-30.994Q-16.020-31.361-16.020-31.813M-15.350-32.083L-13.535-32.083Q-13.535-32.360-13.632-32.612Q-13.730-32.865-13.928-33.021Q-14.126-33.176-14.410-33.176Q-14.687-33.176-14.900-33.018Q-15.114-32.859-15.232-32.604Q-15.350-32.349-15.350-32.083M-10.814-30.278L-12.366-30.278L-12.366-30.558Q-12.140-30.558-11.991-30.592Q-11.843-30.627-11.843-30.767L-11.843-32.616Q-11.843-32.804-11.891-32.888Q-11.939-32.971-12.036-32.990Q-12.133-33.009-12.345-33.009L-12.345-33.289L-11.289-33.364L-11.289-30.767Q-11.289-30.627-11.158-30.592Q-11.026-30.558-10.814-30.558L-10.814-30.278M-12.085-34.585Q-12.085-34.756-11.962-34.875Q-11.839-34.995-11.668-34.995Q-11.501-34.995-11.378-34.875Q-11.255-34.756-11.255-34.585Q-11.255-34.410-11.378-34.287Q-11.501-34.164-11.668-34.164Q-11.839-34.164-11.962-34.287Q-12.085-34.410-12.085-34.585M-10.209-29.745Q-10.209-29.991-10.012-30.175Q-9.816-30.360-9.560-30.439Q-9.696-30.551-9.768-30.712Q-9.840-30.873-9.840-31.054Q-9.840-31.375-9.628-31.621Q-9.963-31.919-9.963-32.329Q-9.963-32.790-9.573-33.077Q-9.184-33.364-8.705-33.364Q-8.233-33.364-7.898-33.118Q-7.724-33.272-7.514-33.354Q-7.304-33.436-7.075-33.436Q-6.911-33.436-6.789-33.329Q-6.668-33.221-6.668-33.057Q-6.668-32.961-6.740-32.889Q-6.812-32.818-6.904-32.818Q-7.003-32.818-7.073-32.891Q-7.143-32.965-7.143-33.064Q-7.143-33.118-7.129-33.149L-7.123-33.163Q-7.116-33.183-7.107-33.194Q-7.099-33.204-7.095-33.211Q-7.451-33.211-7.738-32.988Q-7.451-32.695-7.451-32.329Q-7.451-32.014-7.635-31.782Q-7.820-31.549-8.109-31.421Q-8.397-31.293-8.705-31.293Q-8.907-31.293-9.098-31.343Q-9.290-31.392-9.467-31.502Q-9.560-31.375-9.560-31.232Q-9.560-31.050-9.431-30.915Q-9.303-30.780-9.119-30.780L-8.486-30.780Q-8.039-30.780-7.669-30.709Q-7.300-30.637-7.041-30.408Q-6.781-30.179-6.781-29.745Q-6.781-29.424-7.076-29.222Q-7.372-29.020-7.775-28.931Q-8.179-28.842-8.493-28.842Q-8.811-28.842-9.214-28.931Q-9.618-29.020-9.913-29.222Q-10.209-29.424-10.209-29.745M-9.754-29.745Q-9.754-29.516-9.536-29.367Q-9.317-29.218-9.025-29.150Q-8.732-29.082-8.493-29.082Q-8.329-29.082-8.121-29.118Q-7.912-29.153-7.705-29.234Q-7.499-29.314-7.367-29.442Q-7.235-29.570-7.235-29.745Q-7.235-30.097-7.616-30.191Q-7.998-30.285-8.500-30.285L-9.119-30.285Q-9.358-30.285-9.556-30.134Q-9.754-29.984-9.754-29.745M-8.705-31.532Q-8.039-31.532-8.039-32.329Q-8.039-33.129-8.705-33.129Q-9.375-33.129-9.375-32.329Q-9.375-31.532-8.705-31.532M-4.504-30.278L-6.138-30.278L-6.138-30.558Q-5.909-30.558-5.761-30.592Q-5.612-30.627-5.612-30.767L-5.612-34.386Q-5.612-34.656-5.720-34.718Q-5.827-34.779-6.138-34.779L-6.138-35.060L-5.058-35.135L-5.058-32.749Q-4.952-32.934-4.774-33.076Q-4.597-33.217-4.388-33.291Q-4.180-33.364-3.954-33.364Q-3.448-33.364-3.165-33.141Q-2.881-32.917-2.881-32.421L-2.881-30.767Q-2.881-30.630-2.732-30.594Q-2.584-30.558-2.358-30.558L-2.358-30.278L-3.988-30.278L-3.988-30.558Q-3.759-30.558-3.611-30.592Q-3.462-30.627-3.462-30.767L-3.462-32.407Q-3.462-32.742-3.582-32.942Q-3.701-33.142-4.016-33.142Q-4.286-33.142-4.520-33.006Q-4.754-32.869-4.892-32.635Q-5.031-32.401-5.031-32.127L-5.031-30.767Q-5.031-30.630-4.880-30.594Q-4.730-30.558-4.504-30.558\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(136.418 45.048)\">\u003Cpath d=\"M-1.445-31.119L-1.445-33.016L-2.084-33.016L-2.084-33.238Q-1.766-33.238-1.549-33.448Q-1.332-33.658-1.232-33.968Q-1.131-34.277-1.131-34.585L-0.864-34.585L-0.864-33.296L0.213-33.296L0.213-33.016L-0.864-33.016L-0.864-31.132Q-0.864-30.856-0.760-30.657Q-0.656-30.459-0.396-30.459Q-0.239-30.459-0.133-30.563Q-0.027-30.668 0.023-30.821Q0.072-30.975 0.072-31.132L0.072-31.546L0.339-31.546L0.339-31.119Q0.339-30.893 0.240-30.683Q0.141-30.473-0.044-30.341Q-0.228-30.210-0.457-30.210Q-0.895-30.210-1.170-30.447Q-1.445-30.685-1.445-31.119\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(136.418 45.048)\">\u003Cpath d=\"M6.860-30.278L4.330-30.278L4.330-30.558Q5.298-30.558 5.298-30.767L5.298-34.386Q4.905-34.198 4.283-34.198L4.283-34.479Q4.700-34.479 5.064-34.580Q5.428-34.680 5.684-34.926L5.810-34.926Q5.875-34.909 5.892-34.841L5.892-30.767Q5.892-30.558 6.860-30.558L6.860-30.278M10.842-30.278L7.957-30.278L7.957-30.480Q7.957-30.510 7.984-30.538L9.232-31.755Q9.304-31.830 9.346-31.872Q9.389-31.915 9.468-31.994Q9.881-32.407 10.112-32.765Q10.343-33.122 10.343-33.546Q10.343-33.778 10.264-33.981Q10.185-34.185 10.044-34.335Q9.902-34.486 9.707-34.566Q9.512-34.646 9.280-34.646Q8.969-34.646 8.711-34.487Q8.452-34.328 8.323-34.051L8.343-34.051Q8.511-34.051 8.618-33.940Q8.726-33.829 8.726-33.665Q8.726-33.508 8.617-33.395Q8.507-33.282 8.343-33.282Q8.182-33.282 8.070-33.395Q7.957-33.508 7.957-33.665Q7.957-34.041 8.165-34.328Q8.374-34.615 8.709-34.771Q9.044-34.926 9.399-34.926Q9.823-34.926 10.202-34.768Q10.582-34.609 10.816-34.292Q11.050-33.976 11.050-33.546Q11.050-33.235 10.910-32.966Q10.770-32.698 10.565-32.493Q10.360-32.288 9.997-32.006Q9.635-31.724 9.526-31.628L8.671-30.900L9.314-30.900Q9.577-30.900 9.866-30.902Q10.155-30.903 10.373-30.912Q10.592-30.921 10.609-30.938Q10.671-31.003 10.708-31.170Q10.746-31.338 10.784-31.580L11.050-31.580L10.842-30.278M12.305-31.040L12.274-31.040Q12.410-30.743 12.708-30.567Q13.005-30.391 13.333-30.391Q13.696-30.391 13.923-30.569Q14.150-30.746 14.244-31.035Q14.338-31.324 14.338-31.686Q14.338-32.001 14.284-32.286Q14.229-32.571 14.056-32.777Q13.884-32.982 13.569-32.982Q13.296-32.982 13.113-32.915Q12.930-32.848 12.826-32.759Q12.721-32.671 12.626-32.561Q12.530-32.452 12.486-32.442L12.407-32.442Q12.335-32.459 12.318-32.530L12.318-34.848Q12.318-34.882 12.342-34.904Q12.366-34.926 12.400-34.926L12.428-34.926Q12.715-34.810 12.983-34.756Q13.251-34.701 13.528-34.701Q13.805-34.701 14.075-34.756Q14.345-34.810 14.625-34.926L14.649-34.926Q14.683-34.926 14.707-34.903Q14.731-34.879 14.731-34.848L14.731-34.779Q14.731-34.752 14.711-34.732Q14.437-34.417 14.053-34.241Q13.668-34.065 13.255-34.065Q12.916-34.065 12.598-34.151L12.598-32.869Q12.995-33.204 13.569-33.204Q13.972-33.204 14.309-32.994Q14.646-32.783 14.839-32.431Q15.032-32.079 15.032-31.679Q15.032-31.348 14.892-31.062Q14.752-30.777 14.507-30.567Q14.263-30.357 13.961-30.247Q13.658-30.138 13.340-30.138Q12.981-30.138 12.655-30.302Q12.328-30.466 12.134-30.758Q11.939-31.050 11.939-31.413Q11.939-31.563 12.045-31.669Q12.151-31.775 12.305-31.775Q12.458-31.775 12.563-31.671Q12.667-31.567 12.667-31.413Q12.667-31.256 12.563-31.148Q12.458-31.040 12.305-31.040\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(136.418 45.048)\">\u003Cpath d=\"M18.459-29.745Q18.459-29.991 18.656-30.175Q18.853-30.360 19.109-30.439Q18.972-30.551 18.900-30.712Q18.829-30.873 18.829-31.054Q18.829-31.375 19.040-31.621Q18.706-31.919 18.706-32.329Q18.706-32.790 19.095-33.077Q19.485-33.364 19.963-33.364Q20.435-33.364 20.770-33.118Q20.944-33.272 21.155-33.354Q21.365-33.436 21.594-33.436Q21.758-33.436 21.879-33.329Q22-33.221 22-33.057Q22-32.961 21.929-32.889Q21.857-32.818 21.765-32.818Q21.665-32.818 21.595-32.891Q21.525-32.965 21.525-33.064Q21.525-33.118 21.539-33.149L21.546-33.163Q21.553-33.183 21.561-33.194Q21.570-33.204 21.573-33.211Q21.218-33.211 20.931-32.988Q21.218-32.695 21.218-32.329Q21.218-32.014 21.033-31.782Q20.849-31.549 20.560-31.421Q20.271-31.293 19.963-31.293Q19.762-31.293 19.570-31.343Q19.379-31.392 19.201-31.502Q19.109-31.375 19.109-31.232Q19.109-31.050 19.237-30.915Q19.365-30.780 19.550-30.780L20.182-30.780Q20.630-30.780 20.999-30.709Q21.368-30.637 21.628-30.408Q21.888-30.179 21.888-29.745Q21.888-29.424 21.592-29.222Q21.296-29.020 20.893-28.931Q20.490-28.842 20.175-28.842Q19.857-28.842 19.454-28.931Q19.051-29.020 18.755-29.222Q18.459-29.424 18.459-29.745M18.914-29.745Q18.914-29.516 19.133-29.367Q19.352-29.218 19.644-29.150Q19.936-29.082 20.175-29.082Q20.339-29.082 20.548-29.118Q20.756-29.153 20.963-29.234Q21.170-29.314 21.301-29.442Q21.433-29.570 21.433-29.745Q21.433-30.097 21.052-30.191Q20.671-30.285 20.168-30.285L19.550-30.285Q19.311-30.285 19.112-30.134Q18.914-29.984 18.914-29.745M19.963-31.532Q20.630-31.532 20.630-32.329Q20.630-33.129 19.963-33.129Q19.293-33.129 19.293-32.329Q19.293-31.532 19.963-31.532\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(136.418 45.048)\">\u003Cpath d=\"M-17.334-23.119L-17.334-25.016L-17.973-25.016L-17.973-25.238Q-17.655-25.238-17.438-25.448Q-17.221-25.658-17.121-25.968Q-17.020-26.277-17.020-26.585L-16.753-26.585L-16.753-25.296L-15.676-25.296L-15.676-25.016L-16.753-25.016L-16.753-23.132Q-16.753-22.856-16.649-22.657Q-16.545-22.459-16.285-22.459Q-16.128-22.459-16.022-22.563Q-15.916-22.668-15.866-22.821Q-15.817-22.975-15.817-23.132L-15.817-23.546L-15.550-23.546L-15.550-23.119Q-15.550-22.893-15.649-22.683Q-15.748-22.473-15.933-22.341Q-16.117-22.210-16.346-22.210Q-16.784-22.210-17.059-22.447Q-17.334-22.685-17.334-23.119M-14.781-23.813Q-14.781-24.134-14.656-24.423Q-14.531-24.712-14.306-24.935Q-14.080-25.159-13.785-25.279Q-13.489-25.399-13.171-25.399Q-12.843-25.399-12.581-25.299Q-12.320-25.200-12.144-25.018Q-11.968-24.835-11.874-24.577Q-11.780-24.319-11.780-23.987Q-11.780-23.895-11.862-23.874L-14.118-23.874L-14.118-23.813Q-14.118-23.225-13.834-22.842Q-13.550-22.459-12.983-22.459Q-12.662-22.459-12.394-22.652Q-12.125-22.845-12.036-23.160Q-12.029-23.201-11.954-23.215L-11.862-23.215Q-11.780-23.191-11.780-23.119Q-11.780-23.112-11.787-23.085Q-11.900-22.688-12.270-22.449Q-12.641-22.210-13.065-22.210Q-13.503-22.210-13.903-22.418Q-14.302-22.627-14.542-22.994Q-14.781-23.361-14.781-23.813M-14.111-24.083L-12.296-24.083Q-12.296-24.360-12.394-24.612Q-12.491-24.865-12.689-25.021Q-12.887-25.176-13.171-25.176Q-13.448-25.176-13.662-25.018Q-13.875-24.859-13.993-24.604Q-14.111-24.349-14.111-24.083M-9.510-22.278L-11.144-22.278L-11.144-22.558Q-10.915-22.558-10.767-22.592Q-10.618-22.627-10.618-22.767L-10.618-24.616Q-10.618-24.886-10.726-24.947Q-10.833-25.009-11.144-25.009L-11.144-25.289L-10.085-25.364L-10.085-24.715Q-9.914-25.023-9.610-25.194Q-9.305-25.364-8.960-25.364Q-8.560-25.364-8.283-25.224Q-8.007-25.084-7.921-24.736Q-7.754-25.029-7.455-25.197Q-7.155-25.364-6.810-25.364Q-6.304-25.364-6.021-25.141Q-5.737-24.917-5.737-24.421L-5.737-22.767Q-5.737-22.630-5.588-22.594Q-5.440-22.558-5.214-22.558L-5.214-22.278L-6.844-22.278L-6.844-22.558Q-6.619-22.558-6.468-22.594Q-6.318-22.630-6.318-22.767L-6.318-24.407Q-6.318-24.742-6.438-24.942Q-6.557-25.142-6.872-25.142Q-7.142-25.142-7.376-25.006Q-7.610-24.869-7.748-24.635Q-7.887-24.401-7.887-24.127L-7.887-22.767Q-7.887-22.630-7.738-22.594Q-7.590-22.558-7.364-22.558L-7.364-22.278L-8.994-22.278L-8.994-22.558Q-8.765-22.558-8.617-22.592Q-8.468-22.627-8.468-22.767L-8.468-24.407Q-8.468-24.742-8.588-24.942Q-8.707-25.142-9.022-25.142Q-9.292-25.142-9.526-25.006Q-9.760-24.869-9.898-24.635Q-10.037-24.401-10.037-24.127L-10.037-22.767Q-10.037-22.630-9.886-22.594Q-9.736-22.558-9.510-22.558L-9.510-22.278M-2.982-20.921L-4.613-20.921L-4.613-21.201Q-4.383-21.201-4.235-21.236Q-4.086-21.270-4.086-21.410L-4.086-24.756Q-4.086-24.927-4.223-24.968Q-4.360-25.009-4.613-25.009L-4.613-25.289L-3.532-25.364L-3.532-24.958Q-3.310-25.159-3.023-25.262Q-2.736-25.364-2.428-25.364Q-2.001-25.364-1.637-25.151Q-1.273-24.937-1.060-24.573Q-0.846-24.209-0.846-23.789Q-0.846-23.344-1.085-22.980Q-1.324-22.616-1.717-22.413Q-2.111-22.210-2.555-22.210Q-2.821-22.210-3.069-22.310Q-3.317-22.411-3.505-22.592L-3.505-21.410Q-3.505-21.273-3.356-21.237Q-3.208-21.201-2.982-21.201L-2.982-20.921M-3.505-24.609L-3.505-22.999Q-3.372-22.746-3.129-22.589Q-2.886-22.432-2.610-22.432Q-2.281-22.432-2.029-22.633Q-1.776-22.835-1.642-23.153Q-1.509-23.471-1.509-23.789Q-1.509-24.018-1.574-24.247Q-1.639-24.476-1.767-24.674Q-1.895-24.872-2.090-24.992Q-2.285-25.111-2.517-25.111Q-2.811-25.111-3.080-24.982Q-3.348-24.852-3.505-24.609\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(136.418 45.048)\">\u003Cpath d=\"M5.512-22.278L2.982-22.278L2.982-22.558Q3.950-22.558 3.950-22.767L3.950-26.386Q3.557-26.198 2.935-26.198L2.935-26.479Q3.352-26.479 3.716-26.580Q4.080-26.680 4.336-26.926L4.462-26.926Q4.527-26.909 4.544-26.841L4.544-22.767Q4.544-22.558 5.512-22.558L5.512-22.278M6.547-23.355Q6.547-23.796 6.850-24.117Q7.152-24.438 7.603-24.630L7.364-24.770Q7.094-24.930 6.928-25.188Q6.763-25.446 6.763-25.744Q6.763-26.096 6.968-26.368Q7.173-26.639 7.494-26.783Q7.815-26.926 8.157-26.926Q8.478-26.926 8.801-26.810Q9.124-26.694 9.336-26.453Q9.548-26.212 9.548-25.877Q9.548-25.515 9.304-25.252Q9.060-24.988 8.680-24.811L9.080-24.575Q9.275-24.462 9.434-24.293Q9.593-24.124 9.680-23.915Q9.767-23.707 9.767-23.474Q9.767-23.071 9.533-22.767Q9.299-22.463 8.925-22.300Q8.550-22.138 8.157-22.138Q7.771-22.138 7.402-22.275Q7.033-22.411 6.790-22.688Q6.547-22.965 6.547-23.355M6.995-23.355Q6.995-23.068 7.164-22.845Q7.333-22.623 7.602-22.507Q7.870-22.391 8.157-22.391Q8.595-22.391 8.957-22.608Q9.319-22.825 9.319-23.232Q9.319-23.433 9.191-23.611Q9.063-23.789 8.885-23.888L7.863-24.483Q7.624-24.373 7.426-24.207Q7.228-24.042 7.111-23.826Q6.995-23.611 6.995-23.355M7.518-25.484L8.437-24.951Q8.745-25.111 8.947-25.344Q9.148-25.576 9.148-25.877Q9.148-26.116 9.003-26.306Q8.858-26.496 8.625-26.595Q8.393-26.694 8.157-26.694Q7.935-26.694 7.706-26.624Q7.477-26.554 7.320-26.397Q7.163-26.239 7.163-26.010Q7.163-25.696 7.518-25.484\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(136.418 45.048)\">\u003Cpath d=\"M13.342-24.671Q13.342-25.197 13.559-25.665Q13.776-26.133 14.159-26.479Q14.541-26.824 15.025-27.012Q15.509-27.200 16.039-27.200Q16.442-27.200 16.806-27.043Q17.170-26.885 17.454-26.591L17.877-27.173Q17.912-27.200 17.936-27.200L17.983-27.200Q18.014-27.200 18.038-27.176Q18.062-27.152 18.062-27.121L18.062-25.258Q18.062-25.235 18.036-25.209Q18.011-25.183 17.983-25.183L17.857-25.183Q17.795-25.183 17.782-25.258Q17.751-25.573 17.616-25.877Q17.481-26.181 17.266-26.415Q17.050-26.650 16.761-26.785Q16.473-26.920 16.145-26.920Q15.502-26.920 15.044-26.626Q14.586-26.332 14.353-25.819Q14.121-25.306 14.121-24.671Q14.121-24.199 14.251-23.790Q14.381-23.382 14.641-23.069Q14.900-22.757 15.280-22.587Q15.659-22.418 16.151-22.418Q16.479-22.418 16.773-22.534Q17.067-22.651 17.301-22.866Q17.536-23.081 17.666-23.370Q17.795-23.659 17.795-23.987Q17.795-24.014 17.823-24.038Q17.850-24.062 17.871-24.062L17.983-24.062Q18.021-24.062 18.041-24.037Q18.062-24.011 18.062-23.973Q18.062-23.577 17.896-23.240Q17.730-22.903 17.443-22.656Q17.156-22.408 16.787-22.273Q16.418-22.138 16.039-22.138Q15.519-22.138 15.027-22.328Q14.535-22.517 14.155-22.861Q13.776-23.204 13.559-23.673Q13.342-24.141 13.342-24.671\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M20.155-30.691 91.77-44.774\"\u002F>\u003Cpath stroke=\"none\" d=\"m93.732-45.16-3.448-.952 1.486 1.338-.869 1.802\"\u002F>\u003Cg transform=\"rotate(-11.125 -78.596 -408.893)scale(.99998)\">\u003Cpath d=\"M-22.410-23.789Q-22.410-24.117-22.275-24.418Q-22.140-24.718-21.904-24.939Q-21.668-25.159-21.364-25.279Q-21.059-25.399-20.735-25.399Q-20.229-25.399-19.880-25.296Q-19.532-25.194-19.532-24.818Q-19.532-24.671-19.629-24.570Q-19.726-24.469-19.873-24.469Q-20.027-24.469-20.126-24.568Q-20.225-24.667-20.225-24.818Q-20.225-25.006-20.085-25.098Q-20.287-25.149-20.728-25.149Q-21.083-25.149-21.312-24.953Q-21.541-24.756-21.642-24.447Q-21.743-24.137-21.743-23.789Q-21.743-23.440-21.617-23.134Q-21.490-22.828-21.235-22.644Q-20.981-22.459-20.625-22.459Q-20.403-22.459-20.219-22.543Q-20.034-22.627-19.899-22.782Q-19.764-22.938-19.706-23.146Q-19.692-23.201-19.638-23.201L-19.525-23.201Q-19.494-23.201-19.472-23.177Q-19.450-23.153-19.450-23.119L-19.450-23.098Q-19.535-22.811-19.723-22.613Q-19.911-22.415-20.176-22.312Q-20.441-22.210-20.735-22.210Q-21.165-22.210-21.553-22.416Q-21.941-22.623-22.175-22.986Q-22.410-23.348-22.410-23.789M-18.287-23.112L-18.287-24.616Q-18.287-24.886-18.395-24.947Q-18.503-25.009-18.814-25.009L-18.814-25.289L-17.706-25.364L-17.706-23.132L-17.706-23.112Q-17.706-22.832-17.655-22.688Q-17.604-22.545-17.462-22.488Q-17.320-22.432-17.033-22.432Q-16.780-22.432-16.575-22.572Q-16.370-22.712-16.254-22.938Q-16.138-23.163-16.138-23.413L-16.138-24.616Q-16.138-24.886-16.245-24.947Q-16.353-25.009-16.664-25.009L-16.664-25.289L-15.557-25.364L-15.557-22.951Q-15.557-22.760-15.504-22.678Q-15.451-22.596-15.350-22.577Q-15.249-22.558-15.034-22.558L-15.034-22.278L-16.110-22.210L-16.110-22.774Q-16.220-22.592-16.365-22.469Q-16.510-22.346-16.696-22.278Q-16.883-22.210-17.084-22.210Q-18.287-22.210-18.287-23.112M-13.919-23.119L-13.919-25.016L-14.558-25.016L-14.558-25.238Q-14.241-25.238-14.024-25.448Q-13.807-25.658-13.706-25.968Q-13.605-26.277-13.605-26.585L-13.338-26.585L-13.338-25.296L-12.262-25.296L-12.262-25.016L-13.338-25.016L-13.338-23.132Q-13.338-22.856-13.234-22.657Q-13.130-22.459-12.870-22.459Q-12.713-22.459-12.607-22.563Q-12.501-22.668-12.451-22.821Q-12.402-22.975-12.402-23.132L-12.402-23.546L-12.135-23.546L-12.135-23.119Q-12.135-22.893-12.234-22.683Q-12.333-22.473-12.518-22.341Q-12.703-22.210-12.932-22.210Q-13.369-22.210-13.644-22.447Q-13.919-22.685-13.919-23.119\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M20.155-13.864 91.77.219\"\u002F>\u003Cpath stroke=\"none\" d=\"m93.732.605-2.83-2.188L91.77.22l-1.486 1.338\"\u002F>\u003Cg transform=\"rotate(11.125 -100.697 362.186)scale(.99998)\">\u003Cpath d=\"M-22.410-23.789Q-22.410-24.117-22.275-24.418Q-22.140-24.718-21.904-24.939Q-21.668-25.159-21.364-25.279Q-21.059-25.399-20.735-25.399Q-20.229-25.399-19.880-25.296Q-19.532-25.194-19.532-24.818Q-19.532-24.671-19.629-24.570Q-19.726-24.469-19.873-24.469Q-20.027-24.469-20.126-24.568Q-20.225-24.667-20.225-24.818Q-20.225-25.006-20.085-25.098Q-20.287-25.149-20.728-25.149Q-21.083-25.149-21.312-24.953Q-21.541-24.756-21.642-24.447Q-21.743-24.137-21.743-23.789Q-21.743-23.440-21.617-23.134Q-21.490-22.828-21.235-22.644Q-20.981-22.459-20.625-22.459Q-20.403-22.459-20.219-22.543Q-20.034-22.627-19.899-22.782Q-19.764-22.938-19.706-23.146Q-19.692-23.201-19.638-23.201L-19.525-23.201Q-19.494-23.201-19.472-23.177Q-19.450-23.153-19.450-23.119L-19.450-23.098Q-19.535-22.811-19.723-22.613Q-19.911-22.415-20.176-22.312Q-20.441-22.210-20.735-22.210Q-21.165-22.210-21.553-22.416Q-21.941-22.623-22.175-22.986Q-22.410-23.348-22.410-23.789M-18.287-23.112L-18.287-24.616Q-18.287-24.886-18.395-24.947Q-18.503-25.009-18.814-25.009L-18.814-25.289L-17.706-25.364L-17.706-23.132L-17.706-23.112Q-17.706-22.832-17.655-22.688Q-17.604-22.545-17.462-22.488Q-17.320-22.432-17.033-22.432Q-16.780-22.432-16.575-22.572Q-16.370-22.712-16.254-22.938Q-16.138-23.163-16.138-23.413L-16.138-24.616Q-16.138-24.886-16.245-24.947Q-16.353-25.009-16.664-25.009L-16.664-25.289L-15.557-25.364L-15.557-22.951Q-15.557-22.760-15.504-22.678Q-15.451-22.596-15.350-22.577Q-15.249-22.558-15.034-22.558L-15.034-22.278L-16.110-22.210L-16.110-22.774Q-16.220-22.592-16.365-22.469Q-16.510-22.346-16.696-22.278Q-16.883-22.210-17.084-22.210Q-18.287-22.210-18.287-23.112M-13.919-23.119L-13.919-25.016L-14.558-25.016L-14.558-25.238Q-14.241-25.238-14.024-25.448Q-13.807-25.658-13.706-25.968Q-13.605-26.277-13.605-26.585L-13.338-26.585L-13.338-25.296L-12.262-25.296L-12.262-25.016L-13.338-25.016L-13.338-23.132Q-13.338-22.856-13.234-22.657Q-13.130-22.459-12.870-22.459Q-12.713-22.459-12.607-22.563Q-12.501-22.668-12.451-22.821Q-12.402-22.975-12.402-23.132L-12.402-23.546L-12.135-23.546L-12.135-23.119Q-12.135-22.893-12.234-22.683Q-12.333-22.473-12.518-22.341Q-12.703-22.210-12.932-22.210Q-13.369-22.210-13.644-22.447Q-13.919-22.685-13.919-23.119\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\">\u003Cg fill=\"var(--tk-accent)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(239.69 -12.476)\">\u003Cpath d=\"M-20.793-22.278L-22.345-22.278L-22.345-22.558Q-22.119-22.558-21.970-22.592Q-21.822-22.627-21.822-22.767L-21.822-24.616Q-21.822-24.804-21.870-24.888Q-21.917-24.971-22.015-24.990Q-22.112-25.009-22.324-25.009L-22.324-25.289L-21.268-25.364L-21.268-22.767Q-21.268-22.627-21.136-22.592Q-21.005-22.558-20.793-22.558L-20.793-22.278M-22.064-26.585Q-22.064-26.756-21.941-26.875Q-21.818-26.995-21.647-26.995Q-21.480-26.995-21.357-26.875Q-21.234-26.756-21.234-26.585Q-21.234-26.410-21.357-26.287Q-21.480-26.164-21.647-26.164Q-21.818-26.164-21.941-26.287Q-22.064-26.410-22.064-26.585M-18.465-22.278L-20.099-22.278L-20.099-22.558Q-19.870-22.558-19.721-22.592Q-19.573-22.627-19.573-22.767L-19.573-24.616Q-19.573-24.886-19.680-24.947Q-19.788-25.009-20.099-25.009L-20.099-25.289L-19.039-25.364L-19.039-24.715Q-18.869-25.023-18.564-25.194Q-18.260-25.364-17.915-25.364Q-17.409-25.364-17.125-25.141Q-16.842-24.917-16.842-24.421L-16.842-22.767Q-16.842-22.630-16.693-22.594Q-16.544-22.558-16.319-22.558L-16.319-22.278L-17.949-22.278L-17.949-22.558Q-17.720-22.558-17.571-22.592Q-17.423-22.627-17.423-22.767L-17.423-24.407Q-17.423-24.742-17.542-24.942Q-17.662-25.142-17.976-25.142Q-18.246-25.142-18.481-25.006Q-18.715-24.869-18.853-24.635Q-18.992-24.401-18.992-24.127L-18.992-22.767Q-18.992-22.630-18.841-22.594Q-18.691-22.558-18.465-22.558\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(239.69 -12.476)\">\u003Cpath d=\"M-15.418-23.119L-15.418-25.016L-16.057-25.016L-16.057-25.238Q-15.739-25.238-15.522-25.448Q-15.305-25.658-15.205-25.968Q-15.104-26.277-15.104-26.585L-14.837-26.585L-14.837-25.296L-13.760-25.296L-13.760-25.016L-14.837-25.016L-14.837-23.132Q-14.837-22.856-14.733-22.657Q-14.629-22.459-14.369-22.459Q-14.212-22.459-14.106-22.563Q-14-22.668-13.950-22.821Q-13.901-22.975-13.901-23.132L-13.901-23.546L-13.634-23.546L-13.634-23.119Q-13.634-22.893-13.733-22.683Q-13.832-22.473-14.017-22.341Q-14.201-22.210-14.430-22.210Q-14.868-22.210-15.143-22.447Q-15.418-22.685-15.418-23.119M-11.074-22.278L-12.810-22.278L-12.810-22.558Q-12.581-22.558-12.433-22.592Q-12.284-22.627-12.284-22.767L-12.284-24.616Q-12.284-24.886-12.392-24.947Q-12.499-25.009-12.810-25.009L-12.810-25.289L-11.781-25.364L-11.781-24.657Q-11.652-24.965-11.409-25.164Q-11.166-25.364-10.848-25.364Q-10.630-25.364-10.459-25.240Q-10.288-25.115-10.288-24.903Q-10.288-24.766-10.387-24.667Q-10.486-24.568-10.619-24.568Q-10.756-24.568-10.855-24.667Q-10.954-24.766-10.954-24.903Q-10.954-25.043-10.855-25.142Q-11.146-25.142-11.346-24.946Q-11.546-24.749-11.638-24.455Q-11.730-24.161-11.730-23.881L-11.730-22.767Q-11.730-22.558-11.074-22.558L-11.074-22.278M-8.087-22.278L-9.638-22.278L-9.638-22.558Q-9.413-22.558-9.264-22.592Q-9.115-22.627-9.115-22.767L-9.115-24.616Q-9.115-24.804-9.163-24.888Q-9.211-24.971-9.309-24.990Q-9.406-25.009-9.618-25.009L-9.618-25.289L-8.562-25.364L-8.562-22.767Q-8.562-22.627-8.430-22.592Q-8.299-22.558-8.087-22.558L-8.087-22.278M-9.358-26.585Q-9.358-26.756-9.235-26.875Q-9.112-26.995-8.941-26.995Q-8.774-26.995-8.651-26.875Q-8.528-26.756-8.528-26.585Q-8.528-26.410-8.651-26.287Q-8.774-26.164-8.941-26.164Q-9.112-26.164-9.235-26.287Q-9.358-26.410-9.358-26.585M-5.759-22.278L-7.393-22.278L-7.393-22.558Q-7.164-22.558-7.015-22.592Q-6.866-22.627-6.866-22.767L-6.866-24.616Q-6.866-24.886-6.974-24.947Q-7.082-25.009-7.393-25.009L-7.393-25.289L-6.333-25.364L-6.333-24.715Q-6.162-25.023-5.858-25.194Q-5.554-25.364-5.209-25.364Q-4.703-25.364-4.419-25.141Q-4.135-24.917-4.135-24.421L-4.135-22.767Q-4.135-22.630-3.987-22.594Q-3.838-22.558-3.613-22.558L-3.613-22.278L-5.243-22.278L-5.243-22.558Q-5.014-22.558-4.865-22.592Q-4.717-22.627-4.717-22.767L-4.717-24.407Q-4.717-24.742-4.836-24.942Q-4.956-25.142-5.270-25.142Q-5.540-25.142-5.774-25.006Q-6.009-24.869-6.147-24.635Q-6.285-24.401-6.285-24.127L-6.285-22.767Q-6.285-22.630-6.135-22.594Q-5.985-22.558-5.759-22.558L-5.759-22.278M-3.025-22.285L-3.025-23.348Q-3.025-23.372-2.997-23.399Q-2.970-23.426-2.946-23.426L-2.837-23.426Q-2.772-23.426-2.758-23.368Q-2.662-22.934-2.416-22.683Q-2.170-22.432-1.757-22.432Q-1.415-22.432-1.162-22.565Q-0.909-22.698-0.909-23.006Q-0.909-23.163-1.003-23.278Q-1.097-23.392-1.235-23.461Q-1.374-23.529-1.541-23.567L-2.122-23.666Q-2.478-23.734-2.751-23.955Q-3.025-24.175-3.025-24.517Q-3.025-24.766-2.914-24.941Q-2.802-25.115-2.616-25.214Q-2.430-25.313-2.215-25.356Q-1.999-25.399-1.757-25.399Q-1.343-25.399-1.063-25.217L-0.847-25.392Q-0.837-25.395-0.830-25.397Q-0.823-25.399-0.813-25.399L-0.762-25.399Q-0.735-25.399-0.711-25.375Q-0.687-25.351-0.687-25.323L-0.687-24.476Q-0.687-24.455-0.711-24.428Q-0.735-24.401-0.762-24.401L-0.875-24.401Q-0.902-24.401-0.928-24.426Q-0.953-24.452-0.953-24.476Q-0.953-24.712-1.059-24.876Q-1.165-25.040-1.348-25.122Q-1.531-25.204-1.763-25.204Q-2.092-25.204-2.348-25.101Q-2.604-24.999-2.604-24.722Q-2.604-24.527-2.421-24.418Q-2.238-24.308-2.009-24.267L-1.435-24.161Q-1.189-24.113-0.976-23.985Q-0.762-23.857-0.625-23.654Q-0.488-23.450-0.488-23.201Q-0.488-22.688-0.854-22.449Q-1.220-22.210-1.757-22.210Q-2.252-22.210-2.584-22.504L-2.850-22.230Q-2.871-22.210-2.898-22.210L-2.946-22.210Q-2.970-22.210-2.997-22.237Q-3.025-22.264-3.025-22.285M1.757-22.278L0.205-22.278L0.205-22.558Q0.431-22.558 0.580-22.592Q0.728-22.627 0.728-22.767L0.728-24.616Q0.728-24.804 0.680-24.888Q0.633-24.971 0.535-24.990Q0.438-25.009 0.226-25.009L0.226-25.289L1.282-25.364L1.282-22.767Q1.282-22.627 1.414-22.592Q1.545-22.558 1.757-22.558L1.757-22.278M0.486-26.585Q0.486-26.756 0.609-26.875Q0.732-26.995 0.903-26.995Q1.070-26.995 1.193-26.875Q1.316-26.756 1.316-26.585Q1.316-26.410 1.193-26.287Q1.070-26.164 0.903-26.164Q0.732-26.164 0.609-26.287Q0.486-26.410 0.486-26.585M2.403-23.789Q2.403-24.117 2.538-24.418Q2.673-24.718 2.909-24.939Q3.145-25.159 3.449-25.279Q3.753-25.399 4.078-25.399Q4.584-25.399 4.932-25.296Q5.281-25.194 5.281-24.818Q5.281-24.671 5.184-24.570Q5.086-24.469 4.939-24.469Q4.785-24.469 4.686-24.568Q4.587-24.667 4.587-24.818Q4.587-25.006 4.727-25.098Q4.526-25.149 4.085-25.149Q3.729-25.149 3.500-24.953Q3.271-24.756 3.170-24.447Q3.070-24.137 3.070-23.789Q3.070-23.440 3.196-23.134Q3.323-22.828 3.577-22.644Q3.832-22.459 4.187-22.459Q4.409-22.459 4.594-22.543Q4.779-22.627 4.914-22.782Q5.049-22.938 5.107-23.146Q5.120-23.201 5.175-23.201L5.288-23.201Q5.319-23.201 5.341-23.177Q5.363-23.153 5.363-23.119L5.363-23.098Q5.278-22.811 5.090-22.613Q4.902-22.415 4.637-22.312Q4.372-22.210 4.078-22.210Q3.647-22.210 3.259-22.416Q2.871-22.623 2.637-22.986Q2.403-23.348 2.403-23.789M6.351-22.698Q6.351-22.866 6.474-22.989Q6.597-23.112 6.771-23.112Q6.939-23.112 7.062-22.989Q7.185-22.866 7.185-22.698Q7.185-22.524 7.062-22.401Q6.939-22.278 6.771-22.278Q6.597-22.278 6.474-22.401Q6.351-22.524 6.351-22.698M6.351-24.882Q6.351-25.050 6.474-25.173Q6.597-25.296 6.771-25.296Q6.939-25.296 7.062-25.173Q7.185-25.050 7.185-24.882Q7.185-24.708 7.062-24.585Q6.939-24.462 6.771-24.462Q6.597-24.462 6.474-24.585Q6.351-24.708 6.351-24.882\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(239.69 -12.476)\">\u003Cpath d=\"M12.368-23.112L12.368-24.616Q12.368-24.886 12.260-24.947Q12.152-25.009 11.841-25.009L11.841-25.289L12.949-25.364L12.949-23.132L12.949-23.112Q12.949-22.832 13-22.688Q13.051-22.545 13.193-22.488Q13.335-22.432 13.622-22.432Q13.875-22.432 14.080-22.572Q14.285-22.712 14.401-22.938Q14.518-23.163 14.518-23.413L14.518-24.616Q14.518-24.886 14.410-24.947Q14.302-25.009 13.991-25.009L13.991-25.289L15.099-25.364L15.099-22.951Q15.099-22.760 15.152-22.678Q15.205-22.596 15.305-22.577Q15.406-22.558 15.622-22.558L15.622-22.278L14.545-22.210L14.545-22.774Q14.436-22.592 14.290-22.469Q14.145-22.346 13.959-22.278Q13.772-22.210 13.571-22.210Q12.368-22.210 12.368-23.112M17.891-22.278L16.257-22.278L16.257-22.558Q16.486-22.558 16.635-22.592Q16.784-22.627 16.784-22.767L16.784-24.616Q16.784-24.886 16.676-24.947Q16.568-25.009 16.257-25.009L16.257-25.289L17.317-25.364L17.317-24.715Q17.488-25.023 17.792-25.194Q18.096-25.364 18.441-25.364Q18.947-25.364 19.231-25.141Q19.515-24.917 19.515-24.421L19.515-22.767Q19.515-22.630 19.663-22.594Q19.812-22.558 20.038-22.558L20.038-22.278L18.407-22.278L18.407-22.558Q18.636-22.558 18.785-22.592Q18.934-22.627 18.934-22.767L18.934-24.407Q18.934-24.742 18.814-24.942Q18.694-25.142 18.380-25.142Q18.110-25.142 17.876-25.006Q17.642-24.869 17.503-24.635Q17.365-24.401 17.365-24.127L17.365-22.767Q17.365-22.630 17.515-22.594Q17.666-22.558 17.891-22.558L17.891-22.278M20.625-23.789Q20.625-24.117 20.760-24.418Q20.896-24.718 21.131-24.939Q21.367-25.159 21.671-25.279Q21.976-25.399 22.300-25.399Q22.806-25.399 23.155-25.296Q23.503-25.194 23.503-24.818Q23.503-24.671 23.406-24.570Q23.309-24.469 23.162-24.469Q23.008-24.469 22.909-24.568Q22.810-24.667 22.810-24.818Q22.810-25.006 22.950-25.098Q22.748-25.149 22.307-25.149Q21.952-25.149 21.723-24.953Q21.494-24.756 21.393-24.447Q21.292-24.137 21.292-23.789Q21.292-23.440 21.418-23.134Q21.545-22.828 21.800-22.644Q22.054-22.459 22.410-22.459Q22.632-22.459 22.816-22.543Q23.001-22.627 23.136-22.782Q23.271-22.938 23.329-23.146Q23.343-23.201 23.397-23.201L23.510-23.201Q23.541-23.201 23.563-23.177Q23.585-23.153 23.585-23.119L23.585-23.098Q23.500-22.811 23.312-22.613Q23.124-22.415 22.859-22.312Q22.594-22.210 22.300-22.210Q21.870-22.210 21.482-22.416Q21.094-22.623 20.860-22.986Q20.625-23.348 20.625-23.789\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(239.69 -12.476)\">\u003Cpath d=\"M25.648-22.278L24.014-22.278L24.014-22.558Q24.243-22.558 24.392-22.592Q24.541-22.627 24.541-22.767L24.541-26.386Q24.541-26.656 24.433-26.718Q24.325-26.779 24.014-26.779L24.014-27.060L25.094-27.135L25.094-24.749Q25.200-24.934 25.378-25.076Q25.556-25.217 25.764-25.291Q25.973-25.364 26.198-25.364Q26.704-25.364 26.988-25.141Q27.272-24.917 27.272-24.421L27.272-22.767Q27.272-22.630 27.420-22.594Q27.569-22.558 27.795-22.558L27.795-22.278L26.164-22.278L26.164-22.558Q26.393-22.558 26.542-22.592Q26.691-22.627 26.691-22.767L26.691-24.407Q26.691-24.742 26.571-24.942Q26.451-25.142 26.137-25.142Q25.867-25.142 25.633-25.006Q25.399-24.869 25.260-24.635Q25.122-24.401 25.122-24.127L25.122-22.767Q25.122-22.630 25.272-22.594Q25.423-22.558 25.648-22.558L25.648-22.278M28.441-23.006Q28.441-23.338 28.664-23.565Q28.888-23.792 29.232-23.920Q29.575-24.049 29.948-24.101Q30.320-24.154 30.625-24.154L30.625-24.407Q30.625-24.612 30.517-24.792Q30.409-24.971 30.228-25.074Q30.047-25.176 29.839-25.176Q29.432-25.176 29.196-25.084Q29.285-25.047 29.331-24.963Q29.377-24.879 29.377-24.777Q29.377-24.681 29.331-24.602Q29.285-24.524 29.204-24.479Q29.124-24.435 29.035-24.435Q28.885-24.435 28.784-24.532Q28.683-24.630 28.683-24.777Q28.683-25.399 29.839-25.399Q30.050-25.399 30.300-25.335Q30.549-25.272 30.751-25.153Q30.953-25.033 31.079-24.848Q31.206-24.664 31.206-24.421L31.206-22.845Q31.206-22.729 31.267-22.633Q31.329-22.538 31.442-22.538Q31.551-22.538 31.616-22.632Q31.681-22.726 31.681-22.845L31.681-23.293L31.947-23.293L31.947-22.845Q31.947-22.575 31.720-22.410Q31.493-22.244 31.213-22.244Q31.004-22.244 30.867-22.398Q30.731-22.551 30.707-22.767Q30.560-22.500 30.278-22.355Q29.996-22.210 29.671-22.210Q29.394-22.210 29.110-22.285Q28.827-22.360 28.634-22.539Q28.441-22.719 28.441-23.006M29.056-23.006Q29.056-22.832 29.157-22.702Q29.257-22.572 29.413-22.502Q29.569-22.432 29.733-22.432Q29.951-22.432 30.160-22.529Q30.368-22.627 30.496-22.808Q30.625-22.989 30.625-23.215L30.625-23.943Q30.300-23.943 29.934-23.852Q29.569-23.761 29.312-23.549Q29.056-23.338 29.056-23.006M34.046-22.278L32.412-22.278L32.412-22.558Q32.641-22.558 32.790-22.592Q32.939-22.627 32.939-22.767L32.939-24.616Q32.939-24.886 32.831-24.947Q32.723-25.009 32.412-25.009L32.412-25.289L33.472-25.364L33.472-24.715Q33.643-25.023 33.947-25.194Q34.251-25.364 34.596-25.364Q35.102-25.364 35.386-25.141Q35.670-24.917 35.670-24.421L35.670-22.767Q35.670-22.630 35.818-22.594Q35.967-22.558 36.193-22.558L36.193-22.278L34.562-22.278L34.562-22.558Q34.791-22.558 34.940-22.592Q35.089-22.627 35.089-22.767L35.089-24.407Q35.089-24.742 34.969-24.942Q34.849-25.142 34.535-25.142Q34.265-25.142 34.031-25.006Q33.797-24.869 33.658-24.635Q33.520-24.401 33.520-24.127L33.520-22.767Q33.520-22.630 33.670-22.594Q33.820-22.558 34.046-22.558L34.046-22.278M36.739-21.745Q36.739-21.991 36.936-22.175Q37.132-22.360 37.389-22.439Q37.252-22.551 37.180-22.712Q37.109-22.873 37.109-23.054Q37.109-23.375 37.320-23.621Q36.985-23.919 36.985-24.329Q36.985-24.790 37.375-25.077Q37.765-25.364 38.243-25.364Q38.715-25.364 39.050-25.118Q39.224-25.272 39.434-25.354Q39.645-25.436 39.874-25.436Q40.038-25.436 40.159-25.329Q40.280-25.221 40.280-25.057Q40.280-24.961 40.209-24.889Q40.137-24.818 40.045-24.818Q39.945-24.818 39.875-24.891Q39.805-24.965 39.805-25.064Q39.805-25.118 39.819-25.149L39.826-25.163Q39.833-25.183 39.841-25.194Q39.850-25.204 39.853-25.211Q39.498-25.211 39.211-24.988Q39.498-24.695 39.498-24.329Q39.498-24.014 39.313-23.782Q39.129-23.549 38.840-23.421Q38.551-23.293 38.243-23.293Q38.042-23.293 37.850-23.343Q37.659-23.392 37.481-23.502Q37.389-23.375 37.389-23.232Q37.389-23.050 37.517-22.915Q37.645-22.780 37.830-22.780L38.462-22.780Q38.910-22.780 39.279-22.709Q39.648-22.637 39.908-22.408Q40.168-22.179 40.168-21.745Q40.168-21.424 39.872-21.222Q39.576-21.020 39.173-20.931Q38.770-20.842 38.455-20.842Q38.137-20.842 37.734-20.931Q37.331-21.020 37.035-21.222Q36.739-21.424 36.739-21.745M37.194-21.745Q37.194-21.516 37.413-21.367Q37.631-21.218 37.924-21.150Q38.216-21.082 38.455-21.082Q38.619-21.082 38.828-21.118Q39.036-21.153 39.243-21.234Q39.450-21.314 39.581-21.442Q39.713-21.570 39.713-21.745Q39.713-22.097 39.332-22.191Q38.951-22.285 38.448-22.285L37.830-22.285Q37.590-22.285 37.392-22.134Q37.194-21.984 37.194-21.745M38.243-23.532Q38.910-23.532 38.910-24.329Q38.910-25.129 38.243-25.129Q37.573-25.129 37.573-24.329Q37.573-23.532 38.243-23.532M40.721-23.813Q40.721-24.134 40.846-24.423Q40.971-24.712 41.196-24.935Q41.422-25.159 41.718-25.279Q42.013-25.399 42.331-25.399Q42.659-25.399 42.921-25.299Q43.182-25.200 43.358-25.018Q43.534-24.835 43.628-24.577Q43.722-24.319 43.722-23.987Q43.722-23.895 43.640-23.874L41.384-23.874L41.384-23.813Q41.384-23.225 41.668-22.842Q41.952-22.459 42.519-22.459Q42.840-22.459 43.109-22.652Q43.377-22.845 43.466-23.160Q43.473-23.201 43.548-23.215L43.640-23.215Q43.722-23.191 43.722-23.119Q43.722-23.112 43.715-23.085Q43.603-22.688 43.232-22.449Q42.861-22.210 42.437-22.210Q42-22.210 41.600-22.418Q41.200-22.627 40.961-22.994Q40.721-23.361 40.721-23.813M41.391-24.083L43.206-24.083Q43.206-24.360 43.109-24.612Q43.011-24.865 42.813-25.021Q42.615-25.176 42.331-25.176Q42.054-25.176 41.841-25.018Q41.627-24.859 41.509-24.604Q41.391-24.349 41.391-24.083M44.310-23.789Q44.310-24.127 44.450-24.418Q44.590-24.708 44.835-24.922Q45.079-25.135 45.383-25.250Q45.688-25.364 46.012-25.364Q46.282-25.364 46.546-25.265Q46.809-25.166 47-24.988L47-26.386Q47-26.656 46.892-26.718Q46.785-26.779 46.474-26.779L46.474-27.060L47.550-27.135L47.550-22.951Q47.550-22.763 47.605-22.680Q47.660-22.596 47.761-22.577Q47.861-22.558 48.077-22.558L48.077-22.278L46.969-22.210L46.969-22.627Q46.552-22.210 45.927-22.210Q45.496-22.210 45.124-22.422Q44.751-22.633 44.531-22.994Q44.310-23.355 44.310-23.789M45.985-22.432Q46.194-22.432 46.380-22.504Q46.566-22.575 46.720-22.712Q46.874-22.849 46.969-23.027L46.969-24.636Q46.884-24.783 46.739-24.903Q46.593-25.023 46.424-25.082Q46.255-25.142 46.074-25.142Q45.513-25.142 45.245-24.753Q44.977-24.363 44.977-23.782Q44.977-23.211 45.211-22.821Q45.445-22.432 45.985-22.432\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\">\u003Cg fill=\"var(--tk-warn)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(239.69 13.811)\">\u003Cpath d=\"M-22.451-23.813Q-22.451-24.134-22.326-24.423Q-22.201-24.712-21.975-24.935Q-21.750-25.159-21.454-25.279Q-21.159-25.399-20.841-25.399Q-20.513-25.399-20.251-25.299Q-19.990-25.200-19.814-25.018Q-19.638-24.835-19.544-24.577Q-19.450-24.319-19.450-23.987Q-19.450-23.895-19.532-23.874L-21.787-23.874L-21.787-23.813Q-21.787-23.225-21.504-22.842Q-21.220-22.459-20.653-22.459Q-20.331-22.459-20.063-22.652Q-19.795-22.845-19.706-23.160Q-19.699-23.201-19.624-23.215L-19.532-23.215Q-19.450-23.191-19.450-23.119Q-19.450-23.112-19.456-23.085Q-19.569-22.688-19.940-22.449Q-20.311-22.210-20.735-22.210Q-21.172-22.210-21.572-22.418Q-21.972-22.627-22.211-22.994Q-22.451-23.361-22.451-23.813M-21.781-24.083L-19.966-24.083Q-19.966-24.360-20.063-24.612Q-20.161-24.865-20.359-25.021Q-20.557-25.176-20.841-25.176Q-21.118-25.176-21.331-25.018Q-21.545-24.859-21.663-24.604Q-21.781-24.349-21.781-24.083M-17.679-22.278L-19.002-22.278L-19.002-22.558Q-18.441-22.558-18.062-22.958L-17.348-23.755L-18.260-24.804Q-18.397-24.951-18.546-24.983Q-18.694-25.016-18.961-25.016L-18.961-25.296L-17.460-25.296L-17.460-25.016Q-17.652-25.016-17.652-24.882Q-17.652-24.852-17.621-24.804L-17.026-24.120L-16.585-24.616Q-16.473-24.746-16.473-24.862Q-16.473-24.924-16.510-24.970Q-16.548-25.016-16.606-25.016L-16.606-25.296L-15.290-25.296L-15.290-25.016Q-15.850-25.016-16.230-24.616L-16.852-23.915L-15.857-22.767Q-15.758-22.668-15.657-22.623Q-15.557-22.579-15.445-22.569Q-15.334-22.558-15.157-22.558L-15.157-22.278L-16.650-22.278L-16.650-22.558Q-16.585-22.558-16.526-22.592Q-16.466-22.627-16.466-22.692Q-16.466-22.739-16.496-22.767L-17.173-23.553L-17.706-22.958Q-17.819-22.828-17.819-22.712Q-17.819-22.647-17.778-22.603Q-17.737-22.558-17.679-22.558L-17.679-22.278M-14.135-23.119L-14.135-25.016L-14.774-25.016L-14.774-25.238Q-14.456-25.238-14.239-25.448Q-14.022-25.658-13.921-25.968Q-13.820-26.277-13.820-26.585L-13.554-26.585L-13.554-25.296L-12.477-25.296L-12.477-25.016L-13.554-25.016L-13.554-23.132Q-13.554-22.856-13.449-22.657Q-13.345-22.459-13.085-22.459Q-12.928-22.459-12.822-22.563Q-12.716-22.668-12.667-22.821Q-12.617-22.975-12.617-23.132L-12.617-23.546L-12.350-23.546L-12.350-23.119Q-12.350-22.893-12.450-22.683Q-12.549-22.473-12.733-22.341Q-12.918-22.210-13.147-22.210Q-13.584-22.210-13.859-22.447Q-14.135-22.685-14.135-23.119M-9.790-22.278L-11.527-22.278L-11.527-22.558Q-11.298-22.558-11.149-22.592Q-11-22.627-11-22.767L-11-24.616Q-11-24.886-11.108-24.947Q-11.216-25.009-11.527-25.009L-11.527-25.289L-10.498-25.364L-10.498-24.657Q-10.368-24.965-10.125-25.164Q-9.883-25.364-9.565-25.364Q-9.346-25.364-9.175-25.240Q-9.004-25.115-9.004-24.903Q-9.004-24.766-9.103-24.667Q-9.203-24.568-9.336-24.568Q-9.473-24.568-9.572-24.667Q-9.671-24.766-9.671-24.903Q-9.671-25.043-9.572-25.142Q-9.862-25.142-10.062-24.946Q-10.262-24.749-10.354-24.455Q-10.447-24.161-10.447-23.881L-10.447-22.767Q-10.447-22.558-9.790-22.558L-9.790-22.278M-6.803-22.278L-8.355-22.278L-8.355-22.558Q-8.129-22.558-7.981-22.592Q-7.832-22.627-7.832-22.767L-7.832-24.616Q-7.832-24.804-7.880-24.888Q-7.928-24.971-8.025-24.990Q-8.122-25.009-8.334-25.009L-8.334-25.289L-7.278-25.364L-7.278-22.767Q-7.278-22.627-7.147-22.592Q-7.015-22.558-6.803-22.558L-6.803-22.278M-8.075-26.585Q-8.075-26.756-7.952-26.875Q-7.828-26.995-7.658-26.995Q-7.490-26.995-7.367-26.875Q-7.244-26.756-7.244-26.585Q-7.244-26.410-7.367-26.287Q-7.490-26.164-7.658-26.164Q-7.828-26.164-7.952-26.287Q-8.075-26.410-8.075-26.585M-4.475-22.278L-6.109-22.278L-6.109-22.558Q-5.880-22.558-5.732-22.592Q-5.583-22.627-5.583-22.767L-5.583-24.616Q-5.583-24.886-5.691-24.947Q-5.798-25.009-6.109-25.009L-6.109-25.289L-5.050-25.364L-5.050-24.715Q-4.879-25.023-4.575-25.194Q-4.270-25.364-3.925-25.364Q-3.419-25.364-3.136-25.141Q-2.852-24.917-2.852-24.421L-2.852-22.767Q-2.852-22.630-2.703-22.594Q-2.555-22.558-2.329-22.558L-2.329-22.278L-3.959-22.278L-3.959-22.558Q-3.730-22.558-3.582-22.592Q-3.433-22.627-3.433-22.767L-3.433-24.407Q-3.433-24.742-3.553-24.942Q-3.672-25.142-3.987-25.142Q-4.257-25.142-4.491-25.006Q-4.725-24.869-4.863-24.635Q-5.002-24.401-5.002-24.127L-5.002-22.767Q-5.002-22.630-4.851-22.594Q-4.701-22.558-4.475-22.558L-4.475-22.278M-1.741-22.285L-1.741-23.348Q-1.741-23.372-1.714-23.399Q-1.686-23.426-1.662-23.426L-1.553-23.426Q-1.488-23.426-1.474-23.368Q-1.379-22.934-1.133-22.683Q-0.887-22.432-0.473-22.432Q-0.131-22.432 0.122-22.565Q0.375-22.698 0.375-23.006Q0.375-23.163 0.281-23.278Q0.187-23.392 0.048-23.461Q-0.090-23.529-0.258-23.567L-0.839-23.666Q-1.194-23.734-1.468-23.955Q-1.741-24.175-1.741-24.517Q-1.741-24.766-1.630-24.941Q-1.519-25.115-1.333-25.214Q-1.146-25.313-0.931-25.356Q-0.716-25.399-0.473-25.399Q-0.059-25.399 0.221-25.217L0.436-25.392Q0.446-25.395 0.453-25.397Q0.460-25.399 0.470-25.399L0.522-25.399Q0.549-25.399 0.573-25.375Q0.597-25.351 0.597-25.323L0.597-24.476Q0.597-24.455 0.573-24.428Q0.549-24.401 0.522-24.401L0.409-24.401Q0.381-24.401 0.356-24.426Q0.330-24.452 0.330-24.476Q0.330-24.712 0.224-24.876Q0.118-25.040-0.065-25.122Q-0.247-25.204-0.480-25.204Q-0.808-25.204-1.064-25.101Q-1.321-24.999-1.321-24.722Q-1.321-24.527-1.138-24.418Q-0.955-24.308-0.726-24.267L-0.152-24.161Q0.094-24.113 0.308-23.985Q0.522-23.857 0.658-23.654Q0.795-23.450 0.795-23.201Q0.795-22.688 0.429-22.449Q0.064-22.210-0.473-22.210Q-0.969-22.210-1.300-22.504L-1.567-22.230Q-1.587-22.210-1.615-22.210L-1.662-22.210Q-1.686-22.210-1.714-22.237Q-1.741-22.264-1.741-22.285M3.041-22.278L1.489-22.278L1.489-22.558Q1.714-22.558 1.863-22.592Q2.012-22.627 2.012-22.767L2.012-24.616Q2.012-24.804 1.964-24.888Q1.916-24.971 1.819-24.990Q1.721-25.009 1.509-25.009L1.509-25.289L2.566-25.364L2.566-22.767Q2.566-22.627 2.697-22.592Q2.829-22.558 3.041-22.558L3.041-22.278M1.769-26.585Q1.769-26.756 1.892-26.875Q2.015-26.995 2.186-26.995Q2.354-26.995 2.477-26.875Q2.600-26.756 2.600-26.585Q2.600-26.410 2.477-26.287Q2.354-26.164 2.186-26.164Q2.015-26.164 1.892-26.287Q1.769-26.410 1.769-26.585M3.687-23.789Q3.687-24.117 3.822-24.418Q3.957-24.718 4.193-24.939Q4.428-25.159 4.733-25.279Q5.037-25.399 5.361-25.399Q5.867-25.399 6.216-25.296Q6.565-25.194 6.565-24.818Q6.565-24.671 6.467-24.570Q6.370-24.469 6.223-24.469Q6.069-24.469 5.970-24.568Q5.871-24.667 5.871-24.818Q5.871-25.006 6.011-25.098Q5.809-25.149 5.368-25.149Q5.013-25.149 4.784-24.953Q4.555-24.756 4.454-24.447Q4.353-24.137 4.353-23.789Q4.353-23.440 4.480-23.134Q4.606-22.828 4.861-22.644Q5.115-22.459 5.471-22.459Q5.693-22.459 5.878-22.543Q6.062-22.627 6.197-22.782Q6.332-22.938 6.390-23.146Q6.404-23.201 6.459-23.201L6.571-23.201Q6.602-23.201 6.624-23.177Q6.647-23.153 6.647-23.119L6.647-23.098Q6.561-22.811 6.373-22.613Q6.185-22.415 5.920-22.312Q5.655-22.210 5.361-22.210Q4.931-22.210 4.543-22.416Q4.155-22.623 3.921-22.986Q3.687-23.348 3.687-23.789M7.634-22.698Q7.634-22.866 7.757-22.989Q7.880-23.112 8.055-23.112Q8.222-23.112 8.345-22.989Q8.468-22.866 8.468-22.698Q8.468-22.524 8.345-22.401Q8.222-22.278 8.055-22.278Q7.880-22.278 7.757-22.401Q7.634-22.524 7.634-22.698M7.634-24.882Q7.634-25.050 7.757-25.173Q7.880-25.296 8.055-25.296Q8.222-25.296 8.345-25.173Q8.468-25.050 8.468-24.882Q8.468-24.708 8.345-24.585Q8.222-24.462 8.055-24.462Q7.880-24.462 7.757-24.585Q7.634-24.708 7.634-24.882\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(239.69 13.811)\">\u003Cpath d=\"M14.766-22.278L13.132-22.278L13.132-22.558Q13.361-22.558 13.510-22.592Q13.659-22.627 13.659-22.767L13.659-26.386Q13.659-26.656 13.551-26.718Q13.443-26.779 13.132-26.779L13.132-27.060L14.212-27.135L14.212-24.749Q14.318-24.934 14.496-25.076Q14.674-25.217 14.882-25.291Q15.091-25.364 15.316-25.364Q15.822-25.364 16.106-25.141Q16.390-24.917 16.390-24.421L16.390-22.767Q16.390-22.630 16.538-22.594Q16.687-22.558 16.913-22.558L16.913-22.278L15.282-22.278L15.282-22.558Q15.511-22.558 15.660-22.592Q15.809-22.627 15.809-22.767L15.809-24.407Q15.809-24.742 15.689-24.942Q15.569-25.142 15.255-25.142Q14.985-25.142 14.751-25.006Q14.517-24.869 14.378-24.635Q14.240-24.401 14.240-24.127L14.240-22.767Q14.240-22.630 14.390-22.594Q14.541-22.558 14.766-22.558L14.766-22.278M17.559-23.006Q17.559-23.338 17.782-23.565Q18.006-23.792 18.350-23.920Q18.693-24.049 19.066-24.101Q19.438-24.154 19.743-24.154L19.743-24.407Q19.743-24.612 19.635-24.792Q19.527-24.971 19.346-25.074Q19.165-25.176 18.957-25.176Q18.550-25.176 18.314-25.084Q18.403-25.047 18.449-24.963Q18.495-24.879 18.495-24.777Q18.495-24.681 18.449-24.602Q18.403-24.524 18.322-24.479Q18.242-24.435 18.153-24.435Q18.003-24.435 17.902-24.532Q17.801-24.630 17.801-24.777Q17.801-25.399 18.957-25.399Q19.168-25.399 19.418-25.335Q19.667-25.272 19.869-25.153Q20.071-25.033 20.197-24.848Q20.324-24.664 20.324-24.421L20.324-22.845Q20.324-22.729 20.385-22.633Q20.447-22.538 20.560-22.538Q20.669-22.538 20.734-22.632Q20.799-22.726 20.799-22.845L20.799-23.293L21.065-23.293L21.065-22.845Q21.065-22.575 20.838-22.410Q20.611-22.244 20.331-22.244Q20.122-22.244 19.985-22.398Q19.849-22.551 19.825-22.767Q19.678-22.500 19.396-22.355Q19.114-22.210 18.789-22.210Q18.512-22.210 18.228-22.285Q17.945-22.360 17.752-22.539Q17.559-22.719 17.559-23.006M18.174-23.006Q18.174-22.832 18.275-22.702Q18.375-22.572 18.531-22.502Q18.687-22.432 18.851-22.432Q19.069-22.432 19.278-22.529Q19.486-22.627 19.614-22.808Q19.743-22.989 19.743-23.215L19.743-23.943Q19.418-23.943 19.052-23.852Q18.687-23.761 18.430-23.549Q18.174-23.338 18.174-23.006M23.150-22.278L21.547-22.278L21.547-22.558Q21.773-22.558 21.922-22.592Q22.070-22.627 22.070-22.767L22.070-26.386Q22.070-26.656 21.963-26.718Q21.855-26.779 21.547-26.779L21.547-27.060L22.624-27.135L22.624-22.767Q22.624-22.630 22.774-22.594Q22.925-22.558 23.150-22.558L23.150-22.278M25.334-22.305L24.207-24.804Q24.135-24.951 24.005-24.983Q23.875-25.016 23.646-25.016L23.646-25.296L25.160-25.296L25.160-25.016Q24.808-25.016 24.808-24.869Q24.808-24.824 24.818-24.804L25.683-22.886L26.462-24.616Q26.497-24.684 26.497-24.763Q26.497-24.876 26.413-24.946Q26.329-25.016 26.209-25.016L26.209-25.296L27.406-25.296L27.406-25.016Q27.187-25.016 27.016-24.913Q26.845-24.811 26.756-24.616L25.721-22.305Q25.673-22.210 25.567-22.210L25.488-22.210Q25.382-22.210 25.334-22.305\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(239.69 13.811)\">\u003Cpath d=\"M27.696-23.813Q27.696-24.134 27.821-24.423Q27.946-24.712 28.172-24.935Q28.397-25.159 28.693-25.279Q28.988-25.399 29.306-25.399Q29.634-25.399 29.896-25.299Q30.157-25.200 30.333-25.018Q30.509-24.835 30.603-24.577Q30.697-24.319 30.697-23.987Q30.697-23.895 30.615-23.874L28.360-23.874L28.360-23.813Q28.360-23.225 28.643-22.842Q28.927-22.459 29.494-22.459Q29.816-22.459 30.084-22.652Q30.352-22.845 30.441-23.160Q30.448-23.201 30.523-23.215L30.615-23.215Q30.697-23.191 30.697-23.119Q30.697-23.112 30.691-23.085Q30.578-22.688 30.207-22.449Q29.836-22.210 29.412-22.210Q28.975-22.210 28.575-22.418Q28.175-22.627 27.936-22.994Q27.696-23.361 27.696-23.813M28.366-24.083L30.181-24.083Q30.181-24.360 30.084-24.612Q29.986-24.865 29.788-25.021Q29.590-25.176 29.306-25.176Q29.029-25.176 28.816-25.018Q28.602-24.859 28.484-24.604Q28.366-24.349 28.366-24.083M31.285-23.789Q31.285-24.127 31.425-24.418Q31.566-24.708 31.810-24.922Q32.054-25.135 32.359-25.250Q32.663-25.364 32.987-25.364Q33.257-25.364 33.521-25.265Q33.784-25.166 33.975-24.988L33.975-26.386Q33.975-26.656 33.868-26.718Q33.760-26.779 33.449-26.779L33.449-27.060L34.526-27.135L34.526-22.951Q34.526-22.763 34.580-22.680Q34.635-22.596 34.736-22.577Q34.837-22.558 35.052-22.558L35.052-22.278L33.944-22.210L33.944-22.627Q33.527-22.210 32.902-22.210Q32.471-22.210 32.099-22.422Q31.726-22.633 31.506-22.994Q31.285-23.355 31.285-23.789M32.960-22.432Q33.169-22.432 33.355-22.504Q33.541-22.575 33.695-22.712Q33.849-22.849 33.944-23.027L33.944-24.636Q33.859-24.783 33.714-24.903Q33.569-25.023 33.399-25.082Q33.230-25.142 33.049-25.142Q32.488-25.142 32.220-24.753Q31.952-24.363 31.952-23.782Q31.952-23.211 32.186-22.821Q32.420-22.432 32.960-22.432\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fsvg>\u003Cfigcaption class=\"tikz-cap\">Intrinsic vs. extrinsic under subdivision. Cutting Butter_3 preserves the intrinsic properties (density, temperature, and the fact of being butter) but halves the extrinsic weight; a category defined only by intrinsic properties is a substance.\u003C\u002Ffigcaption>","\u003Csvg style=\"width:100%;max-width:387.427px;height:auto\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\" viewBox=\"-75 -75 290.570 113.098\">\u003Cg stroke=\"currentColor\" style=\"stroke-miterlimit:10;stroke-width:.4\">\u003Cg transform=\"translate(-41.799 -94.74)\">\u003Cpath d=\"M-7.534 35.339L-9.456 35.339L-9.456 35.042Q-8.647 35.042-8.647 34.562L-8.647 30.437Q-8.647 30.265-8.890 30.218Q-9.132 30.171-9.456 30.171L-9.456 29.874L-7.960 29.874Q-7.851 29.874-7.792 29.987L-5.944 34.530L-4.104 29.987Q-4.042 29.874-3.936 29.874L-2.433 29.874L-2.433 30.171Q-2.753 30.171-2.995 30.218Q-3.237 30.265-3.237 30.437L-3.237 34.780Q-3.237 34.948-2.995 34.995Q-2.753 35.042-2.433 35.042L-2.433 35.339L-4.733 35.339L-4.733 35.042Q-3.929 35.042-3.929 34.780L-3.929 30.187L-5.976 35.226Q-6.011 35.339-6.143 35.339Q-6.284 35.339-6.319 35.226L-8.343 30.249L-8.343 34.562Q-8.343 35.042-7.534 35.042L-7.534 35.339M-1.815 33.585Q-1.815 33.105-1.583 32.689Q-1.351 32.273-0.940 32.023Q-0.530 31.773-0.054 31.773Q0.677 31.773 1.075 32.214Q1.474 32.655 1.474 33.386Q1.474 33.491 1.380 33.515L-1.069 33.515L-1.069 33.585Q-1.069 33.995-0.948 34.351Q-0.827 34.706-0.556 34.923Q-0.284 35.140 0.146 35.140Q0.509 35.140 0.806 34.911Q1.103 34.683 1.204 34.331Q1.212 34.284 1.298 34.269L1.380 34.269Q1.474 34.296 1.474 34.378Q1.474 34.386 1.466 34.417Q1.403 34.644 1.265 34.827Q1.126 35.011 0.935 35.144Q0.743 35.276 0.524 35.347Q0.306 35.417 0.067 35.417Q-0.304 35.417-0.642 35.280Q-0.979 35.144-1.247 34.892Q-1.515 34.640-1.665 34.300Q-1.815 33.960-1.815 33.585M-1.061 33.276L0.899 33.276Q0.899 32.972 0.798 32.681Q0.696 32.390 0.480 32.208Q0.263 32.026-0.054 32.026Q-0.354 32.026-0.585 32.214Q-0.815 32.401-0.938 32.693Q-1.061 32.984-1.061 33.276M1.962 33.585Q1.962 33.105 2.194 32.689Q2.427 32.273 2.837 32.023Q3.247 31.773 3.724 31.773Q4.454 31.773 4.853 32.214Q5.251 32.655 5.251 33.386Q5.251 33.491 5.157 33.515L2.708 33.515L2.708 33.585Q2.708 33.995 2.829 34.351Q2.950 34.706 3.222 34.923Q3.493 35.140 3.923 35.140Q4.286 35.140 4.583 34.911Q4.880 34.683 4.982 34.331Q4.989 34.284 5.075 34.269L5.157 34.269Q5.251 34.296 5.251 34.378Q5.251 34.386 5.243 34.417Q5.181 34.644 5.042 34.827Q4.903 35.011 4.712 35.144Q4.521 35.276 4.302 35.347Q4.083 35.417 3.845 35.417Q3.474 35.417 3.136 35.280Q2.798 35.144 2.530 34.892Q2.263 34.640 2.112 34.300Q1.962 33.960 1.962 33.585M2.716 33.276L4.677 33.276Q4.677 32.972 4.575 32.681Q4.474 32.390 4.257 32.208Q4.040 32.026 3.724 32.026Q3.423 32.026 3.192 32.214Q2.962 32.401 2.839 32.693Q2.716 32.984 2.716 33.276M6.364 34.378L6.364 32.187L5.661 32.187L5.661 31.933Q6.017 31.933 6.259 31.700Q6.501 31.468 6.612 31.120Q6.724 30.773 6.724 30.417L7.005 30.417L7.005 31.890L8.181 31.890L8.181 32.187L7.005 32.187L7.005 34.362Q7.005 34.683 7.124 34.911Q7.243 35.140 7.524 35.140Q7.704 35.140 7.821 35.017Q7.939 34.894 7.991 34.714Q8.044 34.534 8.044 34.362L8.044 33.890L8.325 33.890L8.325 34.378Q8.325 34.632 8.220 34.872Q8.114 35.112 7.917 35.265Q7.720 35.417 7.462 35.417Q7.146 35.417 6.894 35.294Q6.642 35.171 6.503 34.937Q6.364 34.702 6.364 34.378M11.423 37.331Q10.810 36.874 10.407 36.239Q10.005 35.605 9.810 34.859Q9.614 34.112 9.614 33.339Q9.614 32.566 9.810 31.819Q10.005 31.073 10.407 30.439Q10.810 29.804 11.423 29.347Q11.435 29.343 11.442 29.341Q11.450 29.339 11.462 29.339L11.540 29.339Q11.579 29.339 11.605 29.366Q11.630 29.394 11.630 29.437Q11.630 29.487 11.599 29.507Q11.091 29.960 10.769 30.583Q10.446 31.206 10.306 31.901Q10.165 32.597 10.165 33.339Q10.165 34.073 10.304 34.773Q10.442 35.472 10.767 36.097Q11.091 36.722 11.599 37.171Q11.630 37.191 11.630 37.241Q11.630 37.284 11.605 37.312Q11.579 37.339 11.540 37.339L11.462 37.339Q11.454 37.335 11.444 37.333Q11.435 37.331 11.423 37.331M14.208 35.339L12.431 35.339L12.431 35.042Q12.704 35.042 12.872 34.995Q13.040 34.948 13.040 34.780L13.040 32.644Q13.040 32.429 12.983 32.333Q12.927 32.237 12.814 32.216Q12.700 32.194 12.454 32.194L12.454 31.898L13.653 31.812L13.653 34.780Q13.653 34.948 13.800 34.995Q13.946 35.042 14.208 35.042L14.208 35.339M12.767 30.417Q12.767 30.226 12.901 30.095Q13.036 29.964 13.232 29.964Q13.353 29.964 13.456 30.026Q13.560 30.089 13.622 30.193Q13.685 30.296 13.685 30.417Q13.685 30.612 13.554 30.747Q13.423 30.882 13.232 30.882Q13.032 30.882 12.899 30.749Q12.767 30.616 12.767 30.417M15.294 36.745Q15.294 36.722 15.325 36.675Q15.618 36.413 15.784 36.046Q15.950 35.679 15.950 35.292L15.950 35.234Q15.821 35.339 15.653 35.339Q15.462 35.339 15.325 35.206Q15.189 35.073 15.189 34.874Q15.189 34.683 15.325 34.550Q15.462 34.417 15.653 34.417Q15.954 34.417 16.079 34.687Q16.204 34.956 16.204 35.292Q16.204 35.741 16.023 36.155Q15.841 36.569 15.501 36.866Q15.478 36.890 15.439 36.890Q15.392 36.890 15.343 36.845Q15.294 36.800 15.294 36.745M16.509 36.316Q16.509 36.210 16.560 36.118Q16.610 36.026 16.702 35.976Q16.794 35.925 16.899 35.925Q17.009 35.925 17.101 35.976Q17.192 36.026 17.243 36.118Q17.294 36.210 17.294 36.316Q17.294 36.530 17.103 36.651Q17.259 36.714 17.485 36.714Q17.786 36.714 17.915 36.405Q18.044 36.097 18.044 35.730L18.044 32.644Q18.044 32.339 17.898 32.267Q17.751 32.194 17.372 32.194L17.372 31.898L18.661 31.812L18.661 35.753Q18.661 36.073 18.501 36.357Q18.341 36.640 18.064 36.806Q17.786 36.972 17.470 36.972Q17.110 36.972 16.810 36.808Q16.509 36.644 16.509 36.316M17.739 30.417Q17.739 30.234 17.878 30.099Q18.017 29.964 18.204 29.964Q18.392 29.964 18.526 30.095Q18.661 30.226 18.661 30.417Q18.661 30.616 18.528 30.749Q18.396 30.882 18.204 30.882Q18.013 30.882 17.876 30.745Q17.739 30.609 17.739 30.417M20.064 37.339L19.982 37.339Q19.946 37.339 19.921 37.310Q19.896 37.280 19.896 37.241Q19.896 37.191 19.927 37.171Q20.314 36.835 20.597 36.386Q20.880 35.937 21.046 35.437Q21.212 34.937 21.286 34.419Q21.360 33.901 21.360 33.339Q21.360 32.769 21.286 32.253Q21.212 31.737 21.046 31.241Q20.880 30.745 20.601 30.298Q20.321 29.851 19.927 29.507Q19.896 29.487 19.896 29.437Q19.896 29.398 19.921 29.368Q19.946 29.339 19.982 29.339L20.064 29.339Q20.075 29.339 20.085 29.341Q20.095 29.343 20.103 29.347Q20.716 29.804 21.118 30.439Q21.521 31.073 21.716 31.819Q21.911 32.566 21.911 33.339Q21.911 34.112 21.716 34.859Q21.521 35.605 21.118 36.239Q20.716 36.874 20.103 37.331Q20.091 37.331 20.083 37.333Q20.075 37.335 20.064 37.339\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-soft-neutral)\">\u003Cpath d=\"M-6.986-54.998h28.453v-12.804H-6.986Z\"\u002F>\u003Cg transform=\"translate(15.891 -94.057)\">\u003Cpath d=\"M-7.733 35.339L-9.511 35.339L-9.511 35.042Q-9.237 35.042-9.069 34.995Q-8.901 34.948-8.901 34.780L-8.901 32.644Q-8.901 32.429-8.958 32.333Q-9.015 32.237-9.128 32.216Q-9.241 32.194-9.487 32.194L-9.487 31.898L-8.288 31.812L-8.288 34.780Q-8.288 34.948-8.142 34.995Q-7.995 35.042-7.733 35.042L-7.733 35.339M-9.175 30.417Q-9.175 30.226-9.040 30.095Q-8.905 29.964-8.710 29.964Q-8.589 29.964-8.485 30.026Q-8.382 30.089-8.319 30.193Q-8.257 30.296-8.257 30.417Q-8.257 30.612-8.388 30.747Q-8.518 30.882-8.710 30.882Q-8.909 30.882-9.042 30.749Q-9.175 30.616-9.175 30.417\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-bg)\">\u003Cpath d=\"M24.312-54.998h28.453v-12.804H24.312Z\"\u002F>\u003Cg transform=\"translate(47.07 -94.834)\">\u003Cpath d=\"M-10.151 36.316Q-10.151 36.210-10.101 36.118Q-10.050 36.026-9.958 35.976Q-9.866 35.925-9.761 35.925Q-9.651 35.925-9.560 35.976Q-9.468 36.026-9.417 36.118Q-9.366 36.210-9.366 36.316Q-9.366 36.530-9.558 36.651Q-9.401 36.714-9.175 36.714Q-8.874 36.714-8.745 36.405Q-8.616 36.097-8.616 35.730L-8.616 32.644Q-8.616 32.339-8.763 32.267Q-8.909 32.194-9.288 32.194L-9.288 31.898L-7.999 31.812L-7.999 35.753Q-7.999 36.073-8.159 36.357Q-8.319 36.640-8.597 36.806Q-8.874 36.972-9.190 36.972Q-9.550 36.972-9.851 36.808Q-10.151 36.644-10.151 36.316M-8.921 30.417Q-8.921 30.234-8.782 30.099Q-8.643 29.964-8.456 29.964Q-8.268 29.964-8.134 30.095Q-7.999 30.226-7.999 30.417Q-7.999 30.616-8.132 30.749Q-8.265 30.882-8.456 30.882Q-8.647 30.882-8.784 30.745Q-8.921 30.609-8.921 30.417\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg transform=\"translate(-46.886 -69.132)\">\u003Cpath d=\"M-6.183 35.339L-9.464 35.339L-9.464 35.042Q-9.140 35.042-8.897 34.995Q-8.655 34.948-8.655 34.780L-8.655 30.437Q-8.655 30.265-8.897 30.218Q-9.140 30.171-9.464 30.171L-9.464 29.874L-6.417 29.874Q-5.991 29.874-5.558 30.028Q-5.124 30.183-4.829 30.491Q-4.534 30.800-4.534 31.234Q-4.534 31.487-4.659 31.704Q-4.784 31.921-4.985 32.077Q-5.186 32.234-5.419 32.333Q-5.651 32.433-5.909 32.484Q-5.534 32.519-5.155 32.696Q-4.776 32.874-4.536 33.173Q-4.296 33.472-4.296 33.866Q-4.296 34.319-4.579 34.653Q-4.862 34.987-5.298 35.163Q-5.733 35.339-6.183 35.339M-7.944 32.628L-7.944 34.780Q-7.944 34.952-7.852 34.997Q-7.761 35.042-7.542 35.042L-6.417 35.042Q-6.179 35.042-5.944 34.954Q-5.710 34.866-5.524 34.706Q-5.339 34.546-5.237 34.333Q-5.136 34.120-5.136 33.866Q-5.136 33.546-5.288 33.261Q-5.440 32.976-5.710 32.802Q-5.979 32.628-6.296 32.628L-7.944 32.628M-7.944 30.437L-7.944 32.370L-6.655 32.370Q-6.413 32.370-6.175 32.288Q-5.936 32.206-5.753 32.060Q-5.569 31.913-5.456 31.696Q-5.343 31.480-5.343 31.234Q-5.343 31.023-5.429 30.821Q-5.515 30.620-5.661 30.478Q-5.808 30.335-6.003 30.253Q-6.198 30.171-6.417 30.171L-7.542 30.171Q-7.761 30.171-7.852 30.214Q-7.944 30.257-7.944 30.437M-3.577 33.585Q-3.577 33.105-3.345 32.689Q-3.112 32.273-2.702 32.023Q-2.292 31.773-1.815 31.773Q-1.085 31.773-0.686 32.214Q-0.288 32.655-0.288 33.386Q-0.288 33.491-0.382 33.515L-2.831 33.515L-2.831 33.585Q-2.831 33.995-2.710 34.351Q-2.589 34.706-2.317 34.923Q-2.046 35.140-1.616 35.140Q-1.253 35.140-0.956 34.911Q-0.659 34.683-0.558 34.331Q-0.550 34.284-0.464 34.269L-0.382 34.269Q-0.288 34.296-0.288 34.378Q-0.288 34.386-0.296 34.417Q-0.358 34.644-0.497 34.827Q-0.636 35.011-0.827 35.144Q-1.018 35.276-1.237 35.347Q-1.456 35.417-1.694 35.417Q-2.065 35.417-2.403 35.280Q-2.741 35.144-3.009 34.892Q-3.276 34.640-3.427 34.300Q-3.577 33.960-3.577 33.585M-2.823 33.276L-0.862 33.276Q-0.862 32.972-0.964 32.681Q-1.065 32.390-1.282 32.208Q-1.499 32.026-1.815 32.026Q-2.116 32.026-2.347 32.214Q-2.577 32.401-2.700 32.693Q-2.823 32.984-2.823 33.276M2.267 35.339L0.282 35.339L0.282 35.042Q0.556 35.042 0.724 34.995Q0.892 34.948 0.892 34.780L0.892 32.187L0.251 32.187L0.251 31.890L0.892 31.890L0.892 30.956Q0.892 30.691 1.009 30.454Q1.126 30.218 1.319 30.054Q1.513 29.890 1.761 29.798Q2.009 29.706 2.274 29.706Q2.560 29.706 2.784 29.864Q3.009 30.023 3.009 30.300Q3.009 30.456 2.903 30.566Q2.798 30.675 2.634 30.675Q2.478 30.675 2.368 30.566Q2.259 30.456 2.259 30.300Q2.259 30.093 2.419 29.987Q2.321 29.964 2.228 29.964Q1.997 29.964 1.825 30.120Q1.653 30.276 1.567 30.513Q1.482 30.749 1.482 30.972L1.482 31.890L2.450 31.890L2.450 32.187L1.505 32.187L1.505 34.780Q1.505 34.948 1.732 34.995Q1.958 35.042 2.267 35.042L2.267 35.339M2.794 33.644Q2.794 33.140 3.050 32.708Q3.306 32.276 3.741 32.025Q4.177 31.773 4.677 31.773Q5.064 31.773 5.405 31.917Q5.747 32.062 6.009 32.323Q6.271 32.585 6.413 32.921Q6.556 33.257 6.556 33.644Q6.556 34.136 6.292 34.546Q6.028 34.956 5.599 35.187Q5.169 35.417 4.677 35.417Q4.185 35.417 3.751 35.185Q3.317 34.952 3.056 34.544Q2.794 34.136 2.794 33.644M4.677 35.140Q5.134 35.140 5.386 34.917Q5.638 34.694 5.726 34.343Q5.814 33.991 5.814 33.546Q5.814 33.116 5.720 32.778Q5.626 32.441 5.372 32.234Q5.118 32.026 4.677 32.026Q4.028 32.026 3.784 32.443Q3.540 32.859 3.540 33.546Q3.540 33.991 3.628 34.343Q3.716 34.694 3.968 34.917Q4.220 35.140 4.677 35.140M9.048 35.339L7.067 35.339L7.067 35.042Q7.337 35.042 7.505 34.997Q7.673 34.952 7.673 34.780L7.673 32.644Q7.673 32.429 7.610 32.333Q7.548 32.237 7.431 32.216Q7.314 32.194 7.067 32.194L7.067 31.898L8.235 31.812L8.235 32.597Q8.314 32.386 8.466 32.200Q8.618 32.015 8.817 31.913Q9.017 31.812 9.243 31.812Q9.489 31.812 9.681 31.956Q9.872 32.101 9.872 32.331Q9.872 32.487 9.767 32.597Q9.661 32.706 9.505 32.706Q9.349 32.706 9.239 32.597Q9.130 32.487 9.130 32.331Q9.130 32.171 9.235 32.066Q8.911 32.066 8.696 32.294Q8.482 32.523 8.386 32.862Q8.290 33.202 8.290 33.507L8.290 34.780Q8.290 34.948 8.517 34.995Q8.743 35.042 9.048 35.042L9.048 35.339M10.353 33.585Q10.353 33.105 10.585 32.689Q10.817 32.273 11.228 32.023Q11.638 31.773 12.114 31.773Q12.845 31.773 13.243 32.214Q13.642 32.655 13.642 33.386Q13.642 33.491 13.548 33.515L11.099 33.515L11.099 33.585Q11.099 33.995 11.220 34.351Q11.341 34.706 11.612 34.923Q11.884 35.140 12.314 35.140Q12.677 35.140 12.974 34.911Q13.271 34.683 13.372 34.331Q13.380 34.284 13.466 34.269L13.548 34.269Q13.642 34.296 13.642 34.378Q13.642 34.386 13.634 34.417Q13.571 34.644 13.433 34.827Q13.294 35.011 13.103 35.144Q12.911 35.276 12.692 35.347Q12.474 35.417 12.235 35.417Q11.864 35.417 11.526 35.280Q11.189 35.144 10.921 34.892Q10.653 34.640 10.503 34.300Q10.353 33.960 10.353 33.585M11.107 33.276L13.067 33.276Q13.067 32.972 12.966 32.681Q12.864 32.390 12.648 32.208Q12.431 32.026 12.114 32.026Q11.814 32.026 11.583 32.214Q11.353 32.401 11.230 32.693Q11.107 32.984 11.107 33.276M16.509 37.331Q15.896 36.874 15.493 36.239Q15.091 35.605 14.896 34.859Q14.700 34.112 14.700 33.339Q14.700 32.566 14.896 31.819Q15.091 31.073 15.493 30.439Q15.896 29.804 16.509 29.347Q16.521 29.343 16.528 29.341Q16.536 29.339 16.548 29.339L16.626 29.339Q16.665 29.339 16.690 29.366Q16.716 29.394 16.716 29.437Q16.716 29.487 16.685 29.507Q16.177 29.960 15.855 30.583Q15.532 31.206 15.392 31.901Q15.251 32.597 15.251 33.339Q15.251 34.073 15.390 34.773Q15.528 35.472 15.853 36.097Q16.177 36.722 16.685 37.171Q16.716 37.191 16.716 37.241Q16.716 37.284 16.690 37.312Q16.665 37.339 16.626 37.339L16.548 37.339Q16.540 37.335 16.530 37.333Q16.521 37.331 16.509 37.331M19.294 35.339L17.517 35.339L17.517 35.042Q17.790 35.042 17.958 34.995Q18.126 34.948 18.126 34.780L18.126 32.644Q18.126 32.429 18.069 32.333Q18.013 32.237 17.899 32.216Q17.786 32.194 17.540 32.194L17.540 31.898L18.739 31.812L18.739 34.780Q18.739 34.948 18.886 34.995Q19.032 35.042 19.294 35.042L19.294 35.339M17.853 30.417Q17.853 30.226 17.987 30.095Q18.122 29.964 18.317 29.964Q18.439 29.964 18.542 30.026Q18.646 30.089 18.708 30.193Q18.771 30.296 18.771 30.417Q18.771 30.612 18.640 30.747Q18.509 30.882 18.317 30.882Q18.118 30.882 17.985 30.749Q17.853 30.616 17.853 30.417M20.380 36.745Q20.380 36.722 20.411 36.675Q20.704 36.413 20.870 36.046Q21.036 35.679 21.036 35.292L21.036 35.234Q20.907 35.339 20.739 35.339Q20.548 35.339 20.411 35.206Q20.274 35.073 20.274 34.874Q20.274 34.683 20.411 34.550Q20.548 34.417 20.739 34.417Q21.040 34.417 21.165 34.687Q21.290 34.956 21.290 35.292Q21.290 35.741 21.108 36.155Q20.927 36.569 20.587 36.866Q20.564 36.890 20.524 36.890Q20.478 36.890 20.429 36.845Q20.380 36.800 20.380 36.745M21.595 36.316Q21.595 36.210 21.646 36.118Q21.696 36.026 21.788 35.976Q21.880 35.925 21.985 35.925Q22.095 35.925 22.187 35.976Q22.278 36.026 22.329 36.118Q22.380 36.210 22.380 36.316Q22.380 36.530 22.189 36.651Q22.345 36.714 22.571 36.714Q22.872 36.714 23.001 36.405Q23.130 36.097 23.130 35.730L23.130 32.644Q23.130 32.339 22.983 32.267Q22.837 32.194 22.458 32.194L22.458 31.898L23.747 31.812L23.747 35.753Q23.747 36.073 23.587 36.357Q23.427 36.640 23.149 36.806Q22.872 36.972 22.556 36.972Q22.196 36.972 21.896 36.808Q21.595 36.644 21.595 36.316M22.825 30.417Q22.825 30.234 22.964 30.099Q23.103 29.964 23.290 29.964Q23.478 29.964 23.612 30.095Q23.747 30.226 23.747 30.417Q23.747 30.616 23.614 30.749Q23.482 30.882 23.290 30.882Q23.099 30.882 22.962 30.745Q22.825 30.609 22.825 30.417M25.149 37.339L25.067 37.339Q25.032 37.339 25.007 37.310Q24.982 37.280 24.982 37.241Q24.982 37.191 25.013 37.171Q25.399 36.835 25.683 36.386Q25.966 35.937 26.132 35.437Q26.298 34.937 26.372 34.419Q26.446 33.901 26.446 33.339Q26.446 32.769 26.372 32.253Q26.298 31.737 26.132 31.241Q25.966 30.745 25.687 30.298Q25.407 29.851 25.013 29.507Q24.982 29.487 24.982 29.437Q24.982 29.398 25.007 29.368Q25.032 29.339 25.067 29.339L25.149 29.339Q25.161 29.339 25.171 29.341Q25.181 29.343 25.189 29.347Q25.802 29.804 26.204 30.439Q26.607 31.073 26.802 31.819Q26.997 32.566 26.997 33.339Q26.997 34.112 26.802 34.859Q26.607 35.605 26.204 36.239Q25.802 36.874 25.189 37.331Q25.177 37.331 25.169 37.333Q25.161 37.335 25.149 37.339\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-soft-neutral)\">\u003Cpath d=\"M-6.986-29.39h22.762v-12.805H-6.986Z\"\u002F>\u003Cg transform=\"translate(13.046 -68.45)\">\u003Cpath d=\"M-7.733 35.339L-9.511 35.339L-9.511 35.042Q-9.237 35.042-9.069 34.995Q-8.901 34.948-8.901 34.780L-8.901 32.644Q-8.901 32.429-8.958 32.333Q-9.015 32.237-9.128 32.216Q-9.241 32.194-9.487 32.194L-9.487 31.898L-8.288 31.812L-8.288 34.780Q-8.288 34.948-8.142 34.995Q-7.995 35.042-7.733 35.042L-7.733 35.339M-9.175 30.417Q-9.175 30.226-9.040 30.095Q-8.905 29.964-8.710 29.964Q-8.589 29.964-8.485 30.026Q-8.382 30.089-8.319 30.193Q-8.257 30.296-8.257 30.417Q-8.257 30.612-8.388 30.747Q-8.518 30.882-8.710 30.882Q-8.909 30.882-9.042 30.749Q-9.175 30.616-9.175 30.417\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-bg)\">\u003Cpath d=\"M35.693-29.39h22.763v-12.805H35.693Z\"\u002F>\u003Cg transform=\"translate(55.607 -69.227)\">\u003Cpath d=\"M-10.151 36.316Q-10.151 36.210-10.101 36.118Q-10.050 36.026-9.958 35.976Q-9.866 35.925-9.761 35.925Q-9.651 35.925-9.560 35.976Q-9.468 36.026-9.417 36.118Q-9.366 36.210-9.366 36.316Q-9.366 36.530-9.558 36.651Q-9.401 36.714-9.175 36.714Q-8.874 36.714-8.745 36.405Q-8.616 36.097-8.616 35.730L-8.616 32.644Q-8.616 32.339-8.763 32.267Q-8.909 32.194-9.288 32.194L-9.288 31.898L-7.999 31.812L-7.999 35.753Q-7.999 36.073-8.159 36.357Q-8.319 36.640-8.597 36.806Q-8.874 36.972-9.190 36.972Q-9.550 36.972-9.851 36.808Q-10.151 36.644-10.151 36.316M-8.921 30.417Q-8.921 30.234-8.782 30.099Q-8.643 29.964-8.456 29.964Q-8.268 29.964-8.134 30.095Q-7.999 30.226-7.999 30.417Q-7.999 30.616-8.132 30.749Q-8.265 30.882-8.456 30.882Q-8.647 30.882-8.784 30.745Q-8.921 30.609-8.921 30.417\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg transform=\"translate(-49.011 -43.525)\">\u003Cpath d=\"M-6.417 35.339L-9.479 35.339L-9.479 35.042Q-9.155 35.042-8.913 34.995Q-8.671 34.948-8.671 34.780L-8.671 30.437Q-8.671 30.265-8.913 30.218Q-9.155 30.171-9.479 30.171L-9.479 29.874L-6.417 29.874Q-5.866 29.874-5.388 30.101Q-4.909 30.327-4.556 30.722Q-4.202 31.116-4.013 31.616Q-3.823 32.116-3.823 32.659Q-3.823 33.366-4.167 33.984Q-4.511 34.601-5.106 34.970Q-5.702 35.339-6.417 35.339M-7.929 30.437L-7.929 34.780Q-7.929 34.952-7.837 34.997Q-7.745 35.042-7.526 35.042L-6.632 35.042Q-6.186 35.042-5.794 34.872Q-5.401 34.702-5.130 34.378Q-4.858 34.054-4.761 33.634Q-4.663 33.214-4.663 32.659Q-4.663 32.304-4.700 31.991Q-4.737 31.679-4.843 31.384Q-4.948 31.089-5.128 30.866Q-5.311 30.632-5.550 30.482Q-5.788 30.331-6.069 30.251Q-6.351 30.171-6.632 30.171L-7.526 30.171Q-7.745 30.171-7.837 30.214Q-7.929 30.257-7.929 30.437M-2.421 34.386L-2.421 32.644Q-2.421 32.429-2.483 32.333Q-2.546 32.237-2.665 32.216Q-2.784 32.194-3.030 32.194L-3.030 31.898L-1.784 31.812L-1.784 34.362L-1.784 34.386Q-1.784 34.698-1.729 34.860Q-1.675 35.023-1.524 35.093Q-1.374 35.163-1.054 35.163Q-0.624 35.163-0.351 34.825Q-0.077 34.487-0.077 34.042L-0.077 32.644Q-0.077 32.429-0.140 32.333Q-0.202 32.237-0.321 32.216Q-0.440 32.194-0.686 32.194L-0.686 31.898L0.560 31.812L0.560 34.597Q0.560 34.808 0.622 34.903Q0.685 34.999 0.804 35.021Q0.923 35.042 1.169 35.042L1.169 35.339L-0.054 35.417L-0.054 34.796Q-0.222 35.085-0.503 35.251Q-0.784 35.417-1.104 35.417Q-2.421 35.417-2.421 34.386M3.622 35.339L1.642 35.339L1.642 35.042Q1.911 35.042 2.079 34.997Q2.247 34.952 2.247 34.780L2.247 32.644Q2.247 32.429 2.185 32.333Q2.122 32.237 2.005 32.216Q1.888 32.194 1.642 32.194L1.642 31.898L2.810 31.812L2.810 32.597Q2.888 32.386 3.040 32.200Q3.192 32.015 3.392 31.913Q3.591 31.812 3.817 31.812Q4.064 31.812 4.255 31.956Q4.446 32.101 4.446 32.331Q4.446 32.487 4.341 32.597Q4.235 32.706 4.079 32.706Q3.923 32.706 3.814 32.597Q3.704 32.487 3.704 32.331Q3.704 32.171 3.810 32.066Q3.485 32.066 3.271 32.294Q3.056 32.523 2.960 32.862Q2.864 33.202 2.864 33.507L2.864 34.780Q2.864 34.948 3.091 34.995Q3.317 35.042 3.622 35.042L3.622 35.339M6.786 35.339L5.009 35.339L5.009 35.042Q5.282 35.042 5.450 34.995Q5.618 34.948 5.618 34.780L5.618 32.644Q5.618 32.429 5.562 32.333Q5.505 32.237 5.392 32.216Q5.278 32.194 5.032 32.194L5.032 31.898L6.232 31.812L6.232 34.780Q6.232 34.948 6.378 34.995Q6.524 35.042 6.786 35.042L6.786 35.339M5.345 30.417Q5.345 30.226 5.480 30.095Q5.614 29.964 5.810 29.964Q5.931 29.964 6.034 30.026Q6.138 30.089 6.200 30.193Q6.263 30.296 6.263 30.417Q6.263 30.612 6.132 30.747Q6.001 30.882 5.810 30.882Q5.610 30.882 5.478 30.749Q5.345 30.616 5.345 30.417M9.216 35.339L7.360 35.339L7.360 35.042Q7.634 35.042 7.802 34.995Q7.970 34.948 7.970 34.780L7.970 32.644Q7.970 32.429 7.907 32.333Q7.845 32.237 7.726 32.216Q7.607 32.194 7.360 32.194L7.360 31.898L8.552 31.812L8.552 32.546Q8.665 32.331 8.858 32.163Q9.052 31.995 9.290 31.903Q9.528 31.812 9.782 31.812Q10.950 31.812 10.950 32.890L10.950 34.780Q10.950 34.948 11.120 34.995Q11.290 35.042 11.560 35.042L11.560 35.339L9.704 35.339L9.704 35.042Q9.978 35.042 10.146 34.995Q10.314 34.948 10.314 34.780L10.314 32.905Q10.314 32.523 10.192 32.294Q10.071 32.066 9.720 32.066Q9.407 32.066 9.153 32.228Q8.899 32.390 8.753 32.659Q8.607 32.929 8.607 33.226L8.607 34.780Q8.607 34.948 8.776 34.995Q8.946 35.042 9.216 35.042L9.216 35.339M12.005 35.948Q12.005 35.667 12.216 35.456Q12.427 35.245 12.712 35.155Q12.556 35.030 12.478 34.841Q12.399 34.651 12.399 34.452Q12.399 34.097 12.630 33.804Q12.263 33.464 12.263 32.995Q12.263 32.644 12.466 32.374Q12.669 32.105 12.989 31.958Q13.310 31.812 13.653 31.812Q14.173 31.812 14.544 32.093Q14.907 31.722 15.454 31.722Q15.634 31.722 15.761 31.849Q15.888 31.976 15.888 32.155Q15.888 32.261 15.810 32.339Q15.732 32.417 15.622 32.417Q15.513 32.417 15.437 32.341Q15.360 32.265 15.360 32.155Q15.360 32.054 15.399 32.003Q15.407 31.995 15.411 31.989Q15.415 31.984 15.415 31.980Q15.040 31.980 14.720 32.234Q15.040 32.573 15.040 32.995Q15.040 33.265 14.923 33.482Q14.806 33.698 14.601 33.857Q14.396 34.015 14.153 34.097Q13.911 34.179 13.653 34.179Q13.435 34.179 13.222 34.120Q13.009 34.062 12.814 33.941Q12.720 34.081 12.720 34.261Q12.720 34.468 12.857 34.620Q12.993 34.773 13.200 34.773L13.896 34.773Q14.384 34.773 14.796 34.857Q15.208 34.941 15.487 35.198Q15.767 35.456 15.767 35.948Q15.767 36.312 15.446 36.544Q15.126 36.776 14.685 36.878Q14.243 36.980 13.888 36.980Q13.532 36.980 13.089 36.878Q12.646 36.776 12.325 36.544Q12.005 36.312 12.005 35.948M12.509 35.948Q12.509 36.144 12.653 36.292Q12.798 36.441 13.011 36.530Q13.224 36.620 13.464 36.667Q13.704 36.714 13.888 36.714Q14.130 36.714 14.460 36.636Q14.790 36.558 15.026 36.384Q15.263 36.210 15.263 35.948Q15.263 35.542 14.853 35.433Q14.442 35.323 13.880 35.323L13.200 35.323Q12.931 35.323 12.720 35.501Q12.509 35.679 12.509 35.948M13.653 33.913Q14.376 33.913 14.376 32.995Q14.376 32.073 13.653 32.073Q12.927 32.073 12.927 32.995Q12.927 33.913 13.653 33.913M18.630 37.331Q18.017 36.874 17.614 36.239Q17.212 35.605 17.017 34.859Q16.821 34.112 16.821 33.339Q16.821 32.566 17.017 31.819Q17.212 31.073 17.614 30.439Q18.017 29.804 18.630 29.347Q18.642 29.343 18.649 29.341Q18.657 29.339 18.669 29.339L18.747 29.339Q18.786 29.339 18.812 29.366Q18.837 29.394 18.837 29.437Q18.837 29.487 18.806 29.507Q18.298 29.960 17.976 30.583Q17.653 31.206 17.513 31.901Q17.372 32.597 17.372 33.339Q17.372 34.073 17.511 34.773Q17.649 35.472 17.974 36.097Q18.298 36.722 18.806 37.171Q18.837 37.191 18.837 37.241Q18.837 37.284 18.812 37.312Q18.786 37.339 18.747 37.339L18.669 37.339Q18.661 37.335 18.651 37.333Q18.642 37.331 18.630 37.331M21.415 35.339L19.638 35.339L19.638 35.042Q19.911 35.042 20.079 34.995Q20.247 34.948 20.247 34.780L20.247 32.644Q20.247 32.429 20.190 32.333Q20.134 32.237 20.021 32.216Q19.907 32.194 19.661 32.194L19.661 31.898L20.860 31.812L20.860 34.780Q20.860 34.948 21.007 34.995Q21.153 35.042 21.415 35.042L21.415 35.339M19.974 30.417Q19.974 30.226 20.108 30.095Q20.243 29.964 20.439 29.964Q20.560 29.964 20.663 30.026Q20.767 30.089 20.829 30.193Q20.892 30.296 20.892 30.417Q20.892 30.612 20.761 30.747Q20.630 30.882 20.439 30.882Q20.239 30.882 20.107 30.749Q19.974 30.616 19.974 30.417M22.501 36.745Q22.501 36.722 22.532 36.675Q22.825 36.413 22.991 36.046Q23.157 35.679 23.157 35.292L23.157 35.234Q23.028 35.339 22.860 35.339Q22.669 35.339 22.532 35.206Q22.396 35.073 22.396 34.874Q22.396 34.683 22.532 34.550Q22.669 34.417 22.860 34.417Q23.161 34.417 23.286 34.687Q23.411 34.956 23.411 35.292Q23.411 35.741 23.230 36.155Q23.048 36.569 22.708 36.866Q22.685 36.890 22.646 36.890Q22.599 36.890 22.550 36.845Q22.501 36.800 22.501 36.745M23.716 36.316Q23.716 36.210 23.767 36.118Q23.817 36.026 23.909 35.976Q24.001 35.925 24.107 35.925Q24.216 35.925 24.308 35.976Q24.399 36.026 24.450 36.118Q24.501 36.210 24.501 36.316Q24.501 36.530 24.310 36.651Q24.466 36.714 24.692 36.714Q24.993 36.714 25.122 36.405Q25.251 36.097 25.251 35.730L25.251 32.644Q25.251 32.339 25.105 32.267Q24.958 32.194 24.579 32.194L24.579 31.898L25.868 31.812L25.868 35.753Q25.868 36.073 25.708 36.357Q25.548 36.640 25.271 36.806Q24.993 36.972 24.677 36.972Q24.317 36.972 24.017 36.808Q23.716 36.644 23.716 36.316M24.946 30.417Q24.946 30.234 25.085 30.099Q25.224 29.964 25.411 29.964Q25.599 29.964 25.733 30.095Q25.868 30.226 25.868 30.417Q25.868 30.616 25.735 30.749Q25.603 30.882 25.411 30.882Q25.220 30.882 25.083 30.745Q24.946 30.609 24.946 30.417M27.271 37.339L27.189 37.339Q27.153 37.339 27.128 37.310Q27.103 37.280 27.103 37.241Q27.103 37.191 27.134 37.171Q27.521 36.835 27.804 36.386Q28.087 35.937 28.253 35.437Q28.419 34.937 28.493 34.419Q28.567 33.901 28.567 33.339Q28.567 32.769 28.493 32.253Q28.419 31.737 28.253 31.241Q28.087 30.745 27.808 30.298Q27.528 29.851 27.134 29.507Q27.103 29.487 27.103 29.437Q27.103 29.398 27.128 29.368Q27.153 29.339 27.189 29.339L27.271 29.339Q27.282 29.339 27.292 29.341Q27.302 29.343 27.310 29.347Q27.923 29.804 28.325 30.439Q28.728 31.073 28.923 31.819Q29.118 32.566 29.118 33.339Q29.118 34.112 28.923 34.859Q28.728 35.605 28.325 36.239Q27.923 36.874 27.310 37.331Q27.298 37.331 27.290 37.333Q27.282 37.335 27.271 37.339\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-soft-neutral)\">\u003Cpath d=\"M12.931-8.051h22.762v-12.804H12.931Z\"\u002F>\u003Cg transform=\"translate(32.963 -47.11)\">\u003Cpath d=\"M-7.733 35.339L-9.511 35.339L-9.511 35.042Q-9.237 35.042-9.069 34.995Q-8.901 34.948-8.901 34.780L-8.901 32.644Q-8.901 32.429-8.958 32.333Q-9.015 32.237-9.128 32.216Q-9.241 32.194-9.487 32.194L-9.487 31.898L-8.288 31.812L-8.288 34.780Q-8.288 34.948-8.142 34.995Q-7.995 35.042-7.733 35.042L-7.733 35.339M-9.175 30.417Q-9.175 30.226-9.040 30.095Q-8.905 29.964-8.710 29.964Q-8.589 29.964-8.485 30.026Q-8.382 30.089-8.319 30.193Q-8.257 30.296-8.257 30.417Q-8.257 30.612-8.388 30.747Q-8.518 30.882-8.710 30.882Q-8.909 30.882-9.042 30.749Q-9.175 30.616-9.175 30.417\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-bg)\">\u003Cpath d=\"M7.24 6.175h45.525V-6.629H7.24Z\"\u002F>\u003Cg transform=\"translate(38.535 -33.661)\">\u003Cpath d=\"M-10.151 36.316Q-10.151 36.210-10.101 36.118Q-10.050 36.026-9.958 35.976Q-9.866 35.925-9.761 35.925Q-9.651 35.925-9.560 35.976Q-9.468 36.026-9.417 36.118Q-9.366 36.210-9.366 36.316Q-9.366 36.530-9.558 36.651Q-9.401 36.714-9.175 36.714Q-8.874 36.714-8.745 36.405Q-8.616 36.097-8.616 35.730L-8.616 32.644Q-8.616 32.339-8.763 32.267Q-8.909 32.194-9.288 32.194L-9.288 31.898L-7.999 31.812L-7.999 35.753Q-7.999 36.073-8.159 36.357Q-8.319 36.640-8.597 36.806Q-8.874 36.972-9.190 36.972Q-9.550 36.972-9.851 36.808Q-10.151 36.644-10.151 36.316M-8.921 30.417Q-8.921 30.234-8.782 30.099Q-8.643 29.964-8.456 29.964Q-8.268 29.964-8.134 30.095Q-7.999 30.226-7.999 30.417Q-7.999 30.616-8.132 30.749Q-8.265 30.882-8.456 30.882Q-8.647 30.882-8.784 30.745Q-8.921 30.609-8.921 30.417\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmr8\" font-size=\"8\">\u003Cg transform=\"translate(-52.44 -15.072)\">\u003Cpath d=\"M-6.526 35.507Q-7.108 35.507-7.626 35.280Q-8.143 35.054-8.532 34.655Q-8.921 34.257-9.140 33.732Q-9.358 33.206-9.358 32.636Q-9.358 31.866-8.983 31.189Q-8.608 30.511-7.958 30.109Q-7.308 29.706-6.526 29.706Q-5.753 29.706-5.102 30.109Q-4.452 30.511-4.077 31.189Q-3.702 31.866-3.702 32.636Q-3.702 33.206-3.923 33.737Q-4.143 34.269-4.528 34.661Q-4.913 35.054-5.431 35.280Q-5.948 35.507-6.526 35.507M-7.968 34.437Q-7.804 34.667-7.573 34.843Q-7.343 35.019-7.075 35.114Q-6.808 35.210-6.526 35.210Q-6.108 35.210-5.727 34.999Q-5.347 34.788-5.097 34.437Q-4.565 33.718-4.565 32.499Q-4.565 31.870-4.780 31.292Q-4.995 30.714-5.436 30.351Q-5.878 29.987-6.526 29.987Q-7.179 29.987-7.622 30.351Q-8.065 30.714-8.280 31.292Q-8.495 31.870-8.495 32.499Q-8.495 33.718-7.968 34.437M-1.183 35.308L-2.405 32.452Q-2.487 32.276-2.632 32.232Q-2.776 32.187-3.046 32.187L-3.046 31.890L-1.335 31.890L-1.335 32.187Q-1.757 32.187-1.757 32.370Q-1.757 32.405-1.741 32.452L-0.796 34.644L0.044 32.667Q0.083 32.589 0.083 32.499Q0.083 32.359-0.022 32.273Q-0.128 32.187-0.268 32.187L-0.268 31.890L1.083 31.890L1.083 32.187Q0.560 32.187 0.345 32.667L-0.780 35.308Q-0.843 35.417-0.948 35.417L-1.015 35.417Q-1.128 35.417-1.183 35.308\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-52.44 -15.072)\">\u003Cpath d=\"M1.268 33.585Q1.268 33.105 1.501 32.689Q1.733 32.273 2.143 32.023Q2.553 31.773 3.030 31.773Q3.760 31.773 4.159 32.214Q4.557 32.655 4.557 33.386Q4.557 33.491 4.464 33.515L2.014 33.515L2.014 33.585Q2.014 33.995 2.135 34.351Q2.257 34.706 2.528 34.923Q2.800 35.140 3.229 35.140Q3.593 35.140 3.889 34.911Q4.186 34.683 4.288 34.331Q4.296 34.284 4.382 34.269L4.464 34.269Q4.557 34.296 4.557 34.378Q4.557 34.386 4.550 34.417Q4.487 34.644 4.348 34.827Q4.210 35.011 4.018 35.144Q3.827 35.276 3.608 35.347Q3.389 35.417 3.151 35.417Q2.780 35.417 2.442 35.280Q2.104 35.144 1.837 34.892Q1.569 34.640 1.419 34.300Q1.268 33.960 1.268 33.585M2.022 33.276L3.983 33.276Q3.983 32.972 3.882 32.681Q3.780 32.390 3.563 32.208Q3.346 32.026 3.030 32.026Q2.729 32.026 2.499 32.214Q2.268 32.401 2.145 32.693Q2.022 32.984 2.022 33.276M7.053 35.339L5.073 35.339L5.073 35.042Q5.343 35.042 5.510 34.997Q5.678 34.952 5.678 34.780L5.678 32.644Q5.678 32.429 5.616 32.333Q5.553 32.237 5.436 32.216Q5.319 32.194 5.073 32.194L5.073 31.898L6.241 31.812L6.241 32.597Q6.319 32.386 6.471 32.200Q6.624 32.015 6.823 31.913Q7.022 31.812 7.249 31.812Q7.495 31.812 7.686 31.956Q7.878 32.101 7.878 32.331Q7.878 32.487 7.772 32.597Q7.667 32.706 7.510 32.706Q7.354 32.706 7.245 32.597Q7.135 32.487 7.135 32.331Q7.135 32.171 7.241 32.066Q6.917 32.066 6.702 32.294Q6.487 32.523 6.391 32.862Q6.296 33.202 6.296 33.507L6.296 34.780Q6.296 34.948 6.522 34.995Q6.749 35.042 7.053 35.042L7.053 35.339M10.272 35.339L8.440 35.339L8.440 35.042Q8.714 35.042 8.882 34.995Q9.050 34.948 9.050 34.780L9.050 30.620Q9.050 30.405 8.987 30.310Q8.925 30.214 8.805 30.193Q8.686 30.171 8.440 30.171L8.440 29.874L9.663 29.788L9.663 34.780Q9.663 34.948 9.831 34.995Q9.999 35.042 10.272 35.042L10.272 35.339M10.815 34.507Q10.815 34.023 11.218 33.728Q11.620 33.433 12.171 33.314Q12.721 33.194 13.214 33.194L13.214 32.905Q13.214 32.679 13.098 32.472Q12.983 32.265 12.786 32.146Q12.589 32.026 12.358 32.026Q11.932 32.026 11.647 32.132Q11.718 32.159 11.764 32.214Q11.811 32.269 11.837 32.339Q11.862 32.409 11.862 32.484Q11.862 32.589 11.811 32.681Q11.760 32.773 11.669 32.823Q11.577 32.874 11.471 32.874Q11.366 32.874 11.274 32.823Q11.182 32.773 11.132 32.681Q11.081 32.589 11.081 32.484Q11.081 32.066 11.469 31.919Q11.858 31.773 12.358 31.773Q12.690 31.773 13.044 31.903Q13.397 32.034 13.626 32.288Q13.854 32.542 13.854 32.890L13.854 34.691Q13.854 34.823 13.926 34.933Q13.999 35.042 14.128 35.042Q14.253 35.042 14.321 34.937Q14.389 34.831 14.389 34.691L14.389 34.179L14.671 34.179L14.671 34.691Q14.671 34.894 14.553 35.052Q14.436 35.210 14.255 35.294Q14.073 35.378 13.870 35.378Q13.639 35.378 13.487 35.206Q13.335 35.034 13.303 34.804Q13.143 35.085 12.835 35.251Q12.526 35.417 12.175 35.417Q11.663 35.417 11.239 35.194Q10.815 34.972 10.815 34.507M11.503 34.507Q11.503 34.792 11.729 34.978Q11.956 35.163 12.249 35.163Q12.495 35.163 12.719 35.046Q12.944 34.929 13.079 34.726Q13.214 34.523 13.214 34.269L13.214 33.437Q12.948 33.437 12.663 33.491Q12.378 33.546 12.106 33.675Q11.835 33.804 11.669 34.011Q11.503 34.218 11.503 34.507M16.846 36.890L14.991 36.890L14.991 36.597Q15.260 36.597 15.428 36.552Q15.596 36.507 15.596 36.331L15.596 32.507Q15.596 32.300 15.440 32.247Q15.284 32.194 14.991 32.194L14.991 31.898L16.214 31.812L16.214 32.276Q16.444 32.054 16.759 31.933Q17.073 31.812 17.413 31.812Q17.885 31.812 18.290 32.058Q18.694 32.304 18.926 32.720Q19.159 33.136 19.159 33.612Q19.159 33.987 19.010 34.316Q18.862 34.644 18.593 34.896Q18.323 35.148 17.979 35.282Q17.635 35.417 17.276 35.417Q16.987 35.417 16.716 35.296Q16.444 35.175 16.237 34.964L16.237 36.331Q16.237 36.507 16.405 36.552Q16.573 36.597 16.846 36.597L16.846 36.890M16.237 32.675L16.237 34.515Q16.389 34.804 16.651 34.984Q16.913 35.163 17.221 35.163Q17.507 35.163 17.729 35.025Q17.952 34.886 18.104 34.655Q18.257 34.425 18.335 34.153Q18.413 33.882 18.413 33.612Q18.413 33.280 18.288 32.923Q18.163 32.566 17.915 32.329Q17.667 32.093 17.319 32.093Q16.995 32.093 16.700 32.249Q16.405 32.405 16.237 32.675M22.061 37.331Q21.448 36.874 21.046 36.239Q20.643 35.605 20.448 34.859Q20.253 34.112 20.253 33.339Q20.253 32.566 20.448 31.819Q20.643 31.073 21.046 30.439Q21.448 29.804 22.061 29.347Q22.073 29.343 22.081 29.341Q22.089 29.339 22.100 29.339L22.178 29.339Q22.218 29.339 22.243 29.366Q22.268 29.394 22.268 29.437Q22.268 29.487 22.237 29.507Q21.729 29.960 21.407 30.583Q21.085 31.206 20.944 31.901Q20.803 32.597 20.803 33.339Q20.803 34.073 20.942 34.773Q21.081 35.472 21.405 36.097Q21.729 36.722 22.237 37.171Q22.268 37.191 22.268 37.241Q22.268 37.284 22.243 37.312Q22.218 37.339 22.178 37.339L22.100 37.339Q22.093 37.335 22.083 37.333Q22.073 37.331 22.061 37.331M24.846 35.339L23.069 35.339L23.069 35.042Q23.343 35.042 23.510 34.995Q23.678 34.948 23.678 34.780L23.678 32.644Q23.678 32.429 23.622 32.333Q23.565 32.237 23.452 32.216Q23.339 32.194 23.093 32.194L23.093 31.898L24.292 31.812L24.292 34.780Q24.292 34.948 24.438 34.995Q24.585 35.042 24.846 35.042L24.846 35.339M23.405 30.417Q23.405 30.226 23.540 30.095Q23.675 29.964 23.870 29.964Q23.991 29.964 24.094 30.026Q24.198 30.089 24.260 30.193Q24.323 30.296 24.323 30.417Q24.323 30.612 24.192 30.747Q24.061 30.882 23.870 30.882Q23.671 30.882 23.538 30.749Q23.405 30.616 23.405 30.417M25.932 36.745Q25.932 36.722 25.964 36.675Q26.257 36.413 26.423 36.046Q26.589 35.679 26.589 35.292L26.589 35.234Q26.460 35.339 26.292 35.339Q26.100 35.339 25.964 35.206Q25.827 35.073 25.827 34.874Q25.827 34.683 25.964 34.550Q26.100 34.417 26.292 34.417Q26.593 34.417 26.718 34.687Q26.843 34.956 26.843 35.292Q26.843 35.741 26.661 36.155Q26.479 36.569 26.139 36.866Q26.116 36.890 26.077 36.890Q26.030 36.890 25.981 36.845Q25.932 36.800 25.932 36.745M27.147 36.316Q27.147 36.210 27.198 36.118Q27.249 36.026 27.341 35.976Q27.432 35.925 27.538 35.925Q27.647 35.925 27.739 35.976Q27.831 36.026 27.882 36.118Q27.932 36.210 27.932 36.316Q27.932 36.530 27.741 36.651Q27.897 36.714 28.124 36.714Q28.425 36.714 28.553 36.405Q28.682 36.097 28.682 35.730L28.682 32.644Q28.682 32.339 28.536 32.267Q28.389 32.194 28.010 32.194L28.010 31.898L29.300 31.812L29.300 35.753Q29.300 36.073 29.139 36.357Q28.979 36.640 28.702 36.806Q28.425 36.972 28.108 36.972Q27.749 36.972 27.448 36.808Q27.147 36.644 27.147 36.316M28.378 30.417Q28.378 30.234 28.516 30.099Q28.655 29.964 28.843 29.964Q29.030 29.964 29.165 30.095Q29.300 30.226 29.300 30.417Q29.300 30.616 29.167 30.749Q29.034 30.882 28.843 30.882Q28.651 30.882 28.514 30.745Q28.378 30.609 28.378 30.417M30.702 37.339L30.620 37.339Q30.585 37.339 30.559 37.310Q30.534 37.280 30.534 37.241Q30.534 37.191 30.565 37.171Q30.952 36.835 31.235 36.386Q31.518 35.937 31.684 35.437Q31.850 34.937 31.925 34.419Q31.999 33.901 31.999 33.339Q31.999 32.769 31.925 32.253Q31.850 31.737 31.684 31.241Q31.518 30.745 31.239 30.298Q30.960 29.851 30.565 29.507Q30.534 29.487 30.534 29.437Q30.534 29.398 30.559 29.368Q30.585 29.339 30.620 29.339L30.702 29.339Q30.714 29.339 30.723 29.341Q30.733 29.343 30.741 29.347Q31.354 29.804 31.757 30.439Q32.159 31.073 32.354 31.819Q32.550 32.566 32.550 33.339Q32.550 34.112 32.354 34.859Q32.159 35.605 31.757 36.239Q31.354 36.874 30.741 37.331Q30.729 37.331 30.721 37.333Q30.714 37.335 30.702 37.339\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-soft-neutral)\">\u003Cpath d=\"M.127 20.401h31.298V7.598H.127Z\"\u002F>\u003Cg transform=\"translate(24.427 -18.657)\">\u003Cpath d=\"M-7.733 35.339L-9.511 35.339L-9.511 35.042Q-9.237 35.042-9.069 34.995Q-8.901 34.948-8.901 34.780L-8.901 32.644Q-8.901 32.429-8.958 32.333Q-9.015 32.237-9.128 32.216Q-9.241 32.194-9.487 32.194L-9.487 31.898L-8.288 31.812L-8.288 34.780Q-8.288 34.948-8.142 34.995Q-7.995 35.042-7.733 35.042L-7.733 35.339M-9.175 30.417Q-9.175 30.226-9.040 30.095Q-8.905 29.964-8.710 29.964Q-8.589 29.964-8.485 30.026Q-8.382 30.089-8.319 30.193Q-8.257 30.296-8.257 30.417Q-8.257 30.612-8.388 30.747Q-8.518 30.882-8.710 30.882Q-8.909 30.882-9.042 30.749Q-9.175 30.616-9.175 30.417\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-bg)\">\u003Cpath d=\"M28.58 34.628h31.298V21.824H28.58Z\"\u002F>\u003Cg transform=\"translate(52.761 -5.208)\">\u003Cpath d=\"M-10.151 36.316Q-10.151 36.210-10.101 36.118Q-10.050 36.026-9.958 35.976Q-9.866 35.925-9.761 35.925Q-9.651 35.925-9.560 35.976Q-9.468 36.026-9.417 36.118Q-9.366 36.210-9.366 36.316Q-9.366 36.530-9.558 36.651Q-9.401 36.714-9.175 36.714Q-8.874 36.714-8.745 36.405Q-8.616 36.097-8.616 35.730L-8.616 32.644Q-8.616 32.339-8.763 32.267Q-8.909 32.194-9.288 32.194L-9.288 31.898L-7.999 31.812L-7.999 35.753Q-7.999 36.073-8.159 36.357Q-8.319 36.640-8.597 36.806Q-8.874 36.972-9.190 36.972Q-9.550 36.972-9.851 36.808Q-10.151 36.644-10.151 36.316M-8.921 30.417Q-8.921 30.234-8.782 30.099Q-8.643 29.964-8.456 29.964Q-8.268 29.964-8.134 30.095Q-7.999 30.226-7.999 30.417Q-7.999 30.616-8.132 30.749Q-8.265 30.882-8.456 30.882Q-8.647 30.882-8.784 30.745Q-8.921 30.609-8.921 30.417\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg transform=\"translate(131.004 -94.74)\">\u003Cpath d=\"M-9.358 35.417L-9.358 33.612Q-9.358 33.585-9.327 33.554Q-9.296 33.523-9.272 33.523L-9.167 33.523Q-9.136 33.523-9.106 33.552Q-9.077 33.581-9.077 33.612Q-9.077 34.394-8.561 34.802Q-8.046 35.210-7.237 35.210Q-6.940 35.210-6.685 35.060Q-6.429 34.909-6.278 34.653Q-6.128 34.398-6.128 34.101Q-6.128 33.702-6.374 33.398Q-6.620 33.093-6.991 33.011L-8.112 32.753Q-8.452 32.679-8.739 32.458Q-9.026 32.237-9.192 31.919Q-9.358 31.601-9.358 31.249Q-9.358 30.819-9.128 30.464Q-8.897 30.109-8.517 29.907Q-8.136 29.706-7.710 29.706Q-7.460 29.706-7.214 29.765Q-6.968 29.823-6.749 29.946Q-6.530 30.069-6.366 30.249L-6.038 29.753Q-6.007 29.706-5.968 29.706L-5.921 29.706Q-5.893 29.706-5.862 29.737Q-5.831 29.769-5.831 29.796L-5.831 31.605Q-5.831 31.628-5.862 31.659Q-5.893 31.691-5.921 31.691L-6.022 31.691Q-6.054 31.691-6.083 31.661Q-6.112 31.632-6.112 31.605Q-6.112 31.472-6.155 31.286Q-6.198 31.101-6.263 30.946Q-6.327 30.792-6.427 30.634Q-6.526 30.476-6.616 30.386Q-7.046 29.980-7.710 29.980Q-7.987 29.980-8.247 30.112Q-8.507 30.245-8.665 30.480Q-8.823 30.714-8.823 30.995Q-8.823 31.351-8.583 31.622Q-8.343 31.894-7.976 31.980L-6.862 32.234Q-6.585 32.300-6.352 32.454Q-6.120 32.609-5.950 32.827Q-5.780 33.046-5.686 33.304Q-5.593 33.562-5.593 33.851Q-5.593 34.179-5.718 34.482Q-5.843 34.784-6.077 35.021Q-6.311 35.257-6.604 35.382Q-6.897 35.507-7.237 35.507Q-8.253 35.507-8.823 34.964L-9.151 35.460Q-9.183 35.507-9.222 35.507L-9.272 35.507Q-9.296 35.507-9.327 35.476Q-9.358 35.444-9.358 35.417M-4.249 34.378L-4.249 32.187L-4.952 32.187L-4.952 31.933Q-4.597 31.933-4.354 31.700Q-4.112 31.468-4.001 31.120Q-3.890 30.773-3.890 30.417L-3.608 30.417L-3.608 31.890L-2.433 31.890L-2.433 32.187L-3.608 32.187L-3.608 34.362Q-3.608 34.683-3.489 34.911Q-3.370 35.140-3.089 35.140Q-2.909 35.140-2.792 35.017Q-2.675 34.894-2.622 34.714Q-2.569 34.534-2.569 34.362L-2.569 33.890L-2.288 33.890L-2.288 34.378Q-2.288 34.632-2.393 34.872Q-2.499 35.112-2.696 35.265Q-2.893 35.417-3.151 35.417Q-3.468 35.417-3.720 35.294Q-3.972 35.171-4.110 34.937Q-4.249 34.702-4.249 34.378M-1.472 34.507Q-1.472 34.023-1.069 33.728Q-0.667 33.433-0.116 33.314Q0.435 33.194 0.927 33.194L0.927 32.905Q0.927 32.679 0.812 32.472Q0.696 32.265 0.499 32.146Q0.302 32.026 0.071 32.026Q-0.354 32.026-0.640 32.132Q-0.569 32.159-0.522 32.214Q-0.476 32.269-0.450 32.339Q-0.425 32.409-0.425 32.484Q-0.425 32.589-0.476 32.681Q-0.526 32.773-0.618 32.823Q-0.710 32.874-0.815 32.874Q-0.921 32.874-1.013 32.823Q-1.104 32.773-1.155 32.681Q-1.206 32.589-1.206 32.484Q-1.206 32.066-0.817 31.919Q-0.429 31.773 0.071 31.773Q0.403 31.773 0.757 31.903Q1.110 32.034 1.339 32.288Q1.567 32.542 1.567 32.890L1.567 34.691Q1.567 34.823 1.640 34.933Q1.712 35.042 1.841 35.042Q1.966 35.042 2.034 34.937Q2.103 34.831 2.103 34.691L2.103 34.179L2.384 34.179L2.384 34.691Q2.384 34.894 2.267 35.052Q2.149 35.210 1.968 35.294Q1.786 35.378 1.583 35.378Q1.353 35.378 1.200 35.206Q1.048 35.034 1.017 34.804Q0.857 35.085 0.548 35.251Q0.239 35.417-0.112 35.417Q-0.624 35.417-1.048 35.194Q-1.472 34.972-1.472 34.507M-0.784 34.507Q-0.784 34.792-0.558 34.978Q-0.331 35.163-0.038 35.163Q0.208 35.163 0.433 35.046Q0.657 34.929 0.792 34.726Q0.927 34.523 0.927 34.269L0.927 33.437Q0.661 33.437 0.376 33.491Q0.091 33.546-0.181 33.675Q-0.452 33.804-0.618 34.011Q-0.784 34.218-0.784 34.507M4.685 35.339L2.704 35.339L2.704 35.042Q2.974 35.042 3.142 34.997Q3.310 34.952 3.310 34.780L3.310 32.644Q3.310 32.429 3.247 32.333Q3.185 32.237 3.067 32.216Q2.950 32.194 2.704 32.194L2.704 31.898L3.872 31.812L3.872 32.597Q3.950 32.386 4.103 32.200Q4.255 32.015 4.454 31.913Q4.653 31.812 4.880 31.812Q5.126 31.812 5.317 31.956Q5.509 32.101 5.509 32.331Q5.509 32.487 5.403 32.597Q5.298 32.706 5.142 32.706Q4.985 32.706 4.876 32.597Q4.767 32.487 4.767 32.331Q4.767 32.171 4.872 32.066Q4.548 32.066 4.333 32.294Q4.118 32.523 4.023 32.862Q3.927 33.202 3.927 33.507L3.927 34.780Q3.927 34.948 4.153 34.995Q4.380 35.042 4.685 35.042L4.685 35.339M6.614 34.378L6.614 32.187L5.911 32.187L5.911 31.933Q6.267 31.933 6.509 31.700Q6.751 31.468 6.862 31.120Q6.974 30.773 6.974 30.417L7.255 30.417L7.255 31.890L8.431 31.890L8.431 32.187L7.255 32.187L7.255 34.362Q7.255 34.683 7.374 34.911Q7.493 35.140 7.774 35.140Q7.954 35.140 8.071 35.017Q8.189 34.894 8.241 34.714Q8.294 34.534 8.294 34.362L8.294 33.890L8.575 33.890L8.575 34.378Q8.575 34.632 8.470 34.872Q8.364 35.112 8.167 35.265Q7.970 35.417 7.712 35.417Q7.396 35.417 7.144 35.294Q6.892 35.171 6.753 34.937Q6.614 34.702 6.614 34.378M9.337 35.331L9.337 34.109Q9.337 34.081 9.368 34.050Q9.399 34.019 9.423 34.019L9.528 34.019Q9.599 34.019 9.614 34.081Q9.677 34.401 9.815 34.642Q9.954 34.882 10.187 35.023Q10.419 35.163 10.728 35.163Q10.966 35.163 11.175 35.103Q11.384 35.042 11.521 34.894Q11.657 34.745 11.657 34.499Q11.657 34.245 11.446 34.079Q11.235 33.913 10.966 33.859L10.345 33.745Q9.939 33.667 9.638 33.411Q9.337 33.155 9.337 32.780Q9.337 32.413 9.538 32.191Q9.739 31.968 10.064 31.870Q10.388 31.773 10.728 31.773Q11.192 31.773 11.489 31.980L11.712 31.796Q11.735 31.773 11.767 31.773L11.817 31.773Q11.849 31.773 11.876 31.800Q11.903 31.827 11.903 31.859L11.903 32.843Q11.903 32.874 11.878 32.903Q11.853 32.933 11.817 32.933L11.712 32.933Q11.677 32.933 11.649 32.905Q11.622 32.878 11.622 32.843Q11.622 32.444 11.370 32.224Q11.118 32.003 10.720 32.003Q10.364 32.003 10.081 32.126Q9.798 32.249 9.798 32.554Q9.798 32.773 9.999 32.905Q10.200 33.038 10.446 33.081L11.071 33.194Q11.501 33.284 11.810 33.581Q12.118 33.878 12.118 34.292Q12.118 34.862 11.720 35.140Q11.321 35.417 10.728 35.417Q10.177 35.417 9.825 35.081L9.528 35.394Q9.505 35.417 9.470 35.417L9.423 35.417Q9.399 35.417 9.368 35.386Q9.337 35.355 9.337 35.331M15.024 37.331Q14.411 36.874 14.009 36.239Q13.607 35.605 13.411 34.859Q13.216 34.112 13.216 33.339Q13.216 32.566 13.411 31.819Q13.607 31.073 14.009 30.439Q14.411 29.804 15.024 29.347Q15.036 29.343 15.044 29.341Q15.052 29.339 15.064 29.339L15.142 29.339Q15.181 29.339 15.206 29.366Q15.232 29.394 15.232 29.437Q15.232 29.487 15.200 29.507Q14.692 29.960 14.370 30.583Q14.048 31.206 13.907 31.901Q13.767 32.597 13.767 33.339Q13.767 34.073 13.905 34.773Q14.044 35.472 14.368 36.097Q14.692 36.722 15.200 37.171Q15.232 37.191 15.232 37.241Q15.232 37.284 15.206 37.312Q15.181 37.339 15.142 37.339L15.064 37.339Q15.056 37.335 15.046 37.333Q15.036 37.331 15.024 37.331M17.810 35.339L16.032 35.339L16.032 35.042Q16.306 35.042 16.474 34.995Q16.642 34.948 16.642 34.780L16.642 32.644Q16.642 32.429 16.585 32.333Q16.528 32.237 16.415 32.216Q16.302 32.194 16.056 32.194L16.056 31.898L17.255 31.812L17.255 34.780Q17.255 34.948 17.401 34.995Q17.548 35.042 17.810 35.042L17.810 35.339M16.368 30.417Q16.368 30.226 16.503 30.095Q16.638 29.964 16.833 29.964Q16.954 29.964 17.058 30.026Q17.161 30.089 17.224 30.193Q17.286 30.296 17.286 30.417Q17.286 30.612 17.155 30.747Q17.024 30.882 16.833 30.882Q16.634 30.882 16.501 30.749Q16.368 30.616 16.368 30.417M18.896 36.745Q18.896 36.722 18.927 36.675Q19.220 36.413 19.386 36.046Q19.552 35.679 19.552 35.292L19.552 35.234Q19.423 35.339 19.255 35.339Q19.064 35.339 18.927 35.206Q18.790 35.073 18.790 34.874Q18.790 34.683 18.927 34.550Q19.064 34.417 19.255 34.417Q19.556 34.417 19.681 34.687Q19.806 34.956 19.806 35.292Q19.806 35.741 19.624 36.155Q19.442 36.569 19.103 36.866Q19.079 36.890 19.040 36.890Q18.993 36.890 18.944 36.845Q18.896 36.800 18.896 36.745M20.110 36.316Q20.110 36.210 20.161 36.118Q20.212 36.026 20.304 35.976Q20.396 35.925 20.501 35.925Q20.610 35.925 20.702 35.976Q20.794 36.026 20.845 36.118Q20.896 36.210 20.896 36.316Q20.896 36.530 20.704 36.651Q20.860 36.714 21.087 36.714Q21.388 36.714 21.517 36.405Q21.646 36.097 21.646 35.730L21.646 32.644Q21.646 32.339 21.499 32.267Q21.353 32.194 20.974 32.194L20.974 31.898L22.263 31.812L22.263 35.753Q22.263 36.073 22.103 36.357Q21.942 36.640 21.665 36.806Q21.388 36.972 21.071 36.972Q20.712 36.972 20.411 36.808Q20.110 36.644 20.110 36.316M21.341 30.417Q21.341 30.234 21.480 30.099Q21.618 29.964 21.806 29.964Q21.993 29.964 22.128 30.095Q22.263 30.226 22.263 30.417Q22.263 30.616 22.130 30.749Q21.997 30.882 21.806 30.882Q21.614 30.882 21.478 30.745Q21.341 30.609 21.341 30.417M23.665 37.339L23.583 37.339Q23.548 37.339 23.523 37.310Q23.497 37.280 23.497 37.241Q23.497 37.191 23.528 37.171Q23.915 36.835 24.198 36.386Q24.482 35.937 24.648 35.437Q24.814 34.937 24.888 34.419Q24.962 33.901 24.962 33.339Q24.962 32.769 24.888 32.253Q24.814 31.737 24.648 31.241Q24.482 30.745 24.202 30.298Q23.923 29.851 23.528 29.507Q23.497 29.487 23.497 29.437Q23.497 29.398 23.523 29.368Q23.548 29.339 23.583 29.339L23.665 29.339Q23.677 29.339 23.687 29.341Q23.696 29.343 23.704 29.347Q24.317 29.804 24.720 30.439Q25.122 31.073 25.317 31.819Q25.513 32.566 25.513 33.339Q25.513 34.112 25.317 34.859Q25.122 35.605 24.720 36.239Q24.317 36.874 23.704 37.331Q23.692 37.331 23.685 37.333Q23.677 37.335 23.665 37.339\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-soft-neutral)\">\u003Cpath d=\"M172.267-59.266h19.916V-72.07h-19.916Z\"\u002F>\u003Cg transform=\"translate(190.876 -98.325)\">\u003Cpath d=\"M-7.733 35.339L-9.511 35.339L-9.511 35.042Q-9.237 35.042-9.069 34.995Q-8.901 34.948-8.901 34.780L-8.901 32.644Q-8.901 32.429-8.958 32.333Q-9.015 32.237-9.128 32.216Q-9.241 32.194-9.487 32.194L-9.487 31.898L-8.288 31.812L-8.288 34.780Q-8.288 34.948-8.142 34.995Q-7.995 35.042-7.733 35.042L-7.733 35.339M-9.175 30.417Q-9.175 30.226-9.040 30.095Q-8.905 29.964-8.710 29.964Q-8.589 29.964-8.485 30.026Q-8.382 30.089-8.319 30.193Q-8.257 30.296-8.257 30.417Q-8.257 30.612-8.388 30.747Q-8.518 30.882-8.710 30.882Q-8.909 30.882-9.042 30.749Q-9.175 30.616-9.175 30.417\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-bg)\">\u003Cpath d=\"M172.266-45.04H212.1v-12.804h-39.834Z\"\u002F>\u003Cg transform=\"translate(200.716 -84.876)\">\u003Cpath d=\"M-10.151 36.316Q-10.151 36.210-10.101 36.118Q-10.050 36.026-9.958 35.976Q-9.866 35.925-9.761 35.925Q-9.651 35.925-9.560 35.976Q-9.468 36.026-9.417 36.118Q-9.366 36.210-9.366 36.316Q-9.366 36.530-9.558 36.651Q-9.401 36.714-9.175 36.714Q-8.874 36.714-8.745 36.405Q-8.616 36.097-8.616 35.730L-8.616 32.644Q-8.616 32.339-8.763 32.267Q-8.909 32.194-9.288 32.194L-9.288 31.898L-7.999 31.812L-7.999 35.753Q-7.999 36.073-8.159 36.357Q-8.319 36.640-8.597 36.806Q-8.874 36.972-9.190 36.972Q-9.550 36.972-9.851 36.808Q-10.151 36.644-10.151 36.316M-8.921 30.417Q-8.921 30.234-8.782 30.099Q-8.643 29.964-8.456 29.964Q-8.268 29.964-8.134 30.095Q-7.999 30.226-7.999 30.417Q-7.999 30.616-8.132 30.749Q-8.265 30.882-8.456 30.882Q-8.647 30.882-8.784 30.745Q-8.921 30.609-8.921 30.417\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg transform=\"translate(123.058 -60.596)\">\u003Cpath d=\"M-6.909 35.339L-9.495 35.339L-9.495 35.042Q-9.175 35.042-8.931 34.995Q-8.686 34.948-8.686 34.780L-8.686 30.437Q-8.686 30.265-8.931 30.218Q-9.175 30.171-9.495 30.171L-9.495 29.874L-4.878 29.874L-4.647 31.722L-4.929 31.722Q-5.015 31.038-5.177 30.718Q-5.339 30.398-5.679 30.284Q-6.018 30.171-6.710 30.171L-7.518 30.171Q-7.737 30.171-7.829 30.214Q-7.921 30.257-7.921 30.437L-7.921 32.460L-7.311 32.460Q-6.886 32.460-6.688 32.394Q-6.491 32.327-6.409 32.134Q-6.327 31.941-6.327 31.523L-6.046 31.523L-6.046 33.691L-6.327 33.691Q-6.327 33.273-6.409 33.079Q-6.491 32.886-6.688 32.819Q-6.886 32.753-7.311 32.753L-7.921 32.753L-7.921 34.780Q-7.921 34.944-7.602 34.993Q-7.284 35.042-6.909 35.042L-6.909 35.339M-2.190 35.339L-3.968 35.339L-3.968 35.042Q-3.694 35.042-3.526 34.995Q-3.358 34.948-3.358 34.780L-3.358 32.644Q-3.358 32.429-3.415 32.333Q-3.472 32.237-3.585 32.216Q-3.698 32.194-3.944 32.194L-3.944 31.898L-2.745 31.812L-2.745 34.780Q-2.745 34.948-2.599 34.995Q-2.452 35.042-2.190 35.042L-2.190 35.339M-3.632 30.417Q-3.632 30.226-3.497 30.095Q-3.362 29.964-3.167 29.964Q-3.046 29.964-2.942 30.026Q-2.839 30.089-2.776 30.193Q-2.714 30.296-2.714 30.417Q-2.714 30.612-2.845 30.747Q-2.976 30.882-3.167 30.882Q-3.366 30.882-3.499 30.749Q-3.632 30.616-3.632 30.417M0.239 35.339L-1.616 35.339L-1.616 35.042Q-1.343 35.042-1.175 34.995Q-1.007 34.948-1.007 34.780L-1.007 32.644Q-1.007 32.429-1.069 32.333Q-1.132 32.237-1.251 32.216Q-1.370 32.194-1.616 32.194L-1.616 31.898L-0.425 31.812L-0.425 32.546Q-0.311 32.331-0.118 32.163Q0.075 31.995 0.314 31.903Q0.552 31.812 0.806 31.812Q1.974 31.812 1.974 32.890L1.974 34.780Q1.974 34.948 2.144 34.995Q2.314 35.042 2.583 35.042L2.583 35.339L0.728 35.339L0.728 35.042Q1.001 35.042 1.169 34.995Q1.337 34.948 1.337 34.780L1.337 32.905Q1.337 32.523 1.216 32.294Q1.095 32.066 0.743 32.066Q0.431 32.066 0.177 32.228Q-0.077 32.390-0.224 32.659Q-0.370 32.929-0.370 33.226L-0.370 34.780Q-0.370 34.948-0.200 34.995Q-0.030 35.042 0.239 35.042L0.239 35.339M4.888 35.339L3.110 35.339L3.110 35.042Q3.384 35.042 3.552 34.995Q3.720 34.948 3.720 34.780L3.720 32.644Q3.720 32.429 3.663 32.333Q3.607 32.237 3.493 32.216Q3.380 32.194 3.134 32.194L3.134 31.898L4.333 31.812L4.333 34.780Q4.333 34.948 4.480 34.995Q4.626 35.042 4.888 35.042L4.888 35.339M3.446 30.417Q3.446 30.226 3.581 30.095Q3.716 29.964 3.911 29.964Q4.032 29.964 4.136 30.026Q4.239 30.089 4.302 30.193Q4.364 30.296 4.364 30.417Q4.364 30.612 4.233 30.747Q4.103 30.882 3.911 30.882Q3.712 30.882 3.579 30.749Q3.446 30.616 3.446 30.417M5.431 35.331L5.431 34.109Q5.431 34.081 5.462 34.050Q5.493 34.019 5.517 34.019L5.622 34.019Q5.692 34.019 5.708 34.081Q5.771 34.401 5.909 34.642Q6.048 34.882 6.280 35.023Q6.513 35.163 6.821 35.163Q7.060 35.163 7.269 35.103Q7.478 35.042 7.614 34.894Q7.751 34.745 7.751 34.499Q7.751 34.245 7.540 34.079Q7.329 33.913 7.060 33.859L6.439 33.745Q6.032 33.667 5.732 33.411Q5.431 33.155 5.431 32.780Q5.431 32.413 5.632 32.191Q5.833 31.968 6.157 31.870Q6.482 31.773 6.821 31.773Q7.286 31.773 7.583 31.980L7.806 31.796Q7.829 31.773 7.860 31.773L7.911 31.773Q7.942 31.773 7.970 31.800Q7.997 31.827 7.997 31.859L7.997 32.843Q7.997 32.874 7.972 32.903Q7.946 32.933 7.911 32.933L7.806 32.933Q7.771 32.933 7.743 32.905Q7.716 32.878 7.716 32.843Q7.716 32.444 7.464 32.224Q7.212 32.003 6.814 32.003Q6.458 32.003 6.175 32.126Q5.892 32.249 5.892 32.554Q5.892 32.773 6.093 32.905Q6.294 33.038 6.540 33.081L7.165 33.194Q7.595 33.284 7.903 33.581Q8.212 33.878 8.212 34.292Q8.212 34.862 7.814 35.140Q7.415 35.417 6.821 35.417Q6.271 35.417 5.919 35.081L5.622 35.394Q5.599 35.417 5.564 35.417L5.517 35.417Q5.493 35.417 5.462 35.386Q5.431 35.355 5.431 35.331M10.669 35.339L8.814 35.339L8.814 35.042Q9.087 35.042 9.255 34.995Q9.423 34.948 9.423 34.780L9.423 30.620Q9.423 30.405 9.360 30.310Q9.298 30.214 9.179 30.193Q9.060 30.171 8.814 30.171L8.814 29.874L10.036 29.788L10.036 32.491Q10.161 32.280 10.349 32.130Q10.536 31.980 10.763 31.896Q10.989 31.812 11.235 31.812Q12.403 31.812 12.403 32.890L12.403 34.780Q12.403 34.948 12.573 34.995Q12.743 35.042 13.013 35.042L13.013 35.339L11.157 35.339L11.157 35.042Q11.431 35.042 11.599 34.995Q11.767 34.948 11.767 34.780L11.767 32.905Q11.767 32.523 11.646 32.294Q11.524 32.066 11.173 32.066Q10.860 32.066 10.607 32.228Q10.353 32.390 10.206 32.659Q10.060 32.929 10.060 33.226L10.060 34.780Q10.060 34.948 10.230 34.995Q10.399 35.042 10.669 35.042L10.669 35.339M13.458 33.585Q13.458 33.105 13.690 32.689Q13.923 32.273 14.333 32.023Q14.743 31.773 15.220 31.773Q15.950 31.773 16.349 32.214Q16.747 32.655 16.747 33.386Q16.747 33.491 16.653 33.515L14.204 33.515L14.204 33.585Q14.204 33.995 14.325 34.351Q14.446 34.706 14.718 34.923Q14.989 35.140 15.419 35.140Q15.782 35.140 16.079 34.911Q16.376 34.683 16.478 34.331Q16.485 34.284 16.571 34.269L16.653 34.269Q16.747 34.296 16.747 34.378Q16.747 34.386 16.739 34.417Q16.677 34.644 16.538 34.827Q16.399 35.011 16.208 35.144Q16.017 35.276 15.798 35.347Q15.579 35.417 15.341 35.417Q14.970 35.417 14.632 35.280Q14.294 35.144 14.026 34.892Q13.759 34.640 13.608 34.300Q13.458 33.960 13.458 33.585M14.212 33.276L16.173 33.276Q16.173 32.972 16.071 32.681Q15.970 32.390 15.753 32.208Q15.536 32.026 15.220 32.026Q14.919 32.026 14.689 32.214Q14.458 32.401 14.335 32.693Q14.212 32.984 14.212 33.276M17.278 35.331L17.278 34.109Q17.278 34.081 17.310 34.050Q17.341 34.019 17.364 34.019L17.470 34.019Q17.540 34.019 17.556 34.081Q17.618 34.401 17.757 34.642Q17.896 34.882 18.128 35.023Q18.360 35.163 18.669 35.163Q18.907 35.163 19.116 35.103Q19.325 35.042 19.462 34.894Q19.599 34.745 19.599 34.499Q19.599 34.245 19.388 34.079Q19.177 33.913 18.907 33.859L18.286 33.745Q17.880 33.667 17.579 33.411Q17.278 33.155 17.278 32.780Q17.278 32.413 17.480 32.191Q17.681 31.968 18.005 31.870Q18.329 31.773 18.669 31.773Q19.134 31.773 19.431 31.980L19.653 31.796Q19.677 31.773 19.708 31.773L19.759 31.773Q19.790 31.773 19.817 31.800Q19.845 31.827 19.845 31.859L19.845 32.843Q19.845 32.874 19.819 32.903Q19.794 32.933 19.759 32.933L19.653 32.933Q19.618 32.933 19.591 32.905Q19.564 32.878 19.564 32.843Q19.564 32.444 19.312 32.224Q19.060 32.003 18.661 32.003Q18.306 32.003 18.023 32.126Q17.739 32.249 17.739 32.554Q17.739 32.773 17.940 32.905Q18.142 33.038 18.388 33.081L19.013 33.194Q19.442 33.284 19.751 33.581Q20.060 33.878 20.060 34.292Q20.060 34.862 19.661 35.140Q19.263 35.417 18.669 35.417Q18.118 35.417 17.767 35.081L17.470 35.394Q17.446 35.417 17.411 35.417L17.364 35.417Q17.341 35.417 17.310 35.386Q17.278 35.355 17.278 35.331M22.966 37.331Q22.353 36.874 21.950 36.239Q21.548 35.605 21.353 34.859Q21.157 34.112 21.157 33.339Q21.157 32.566 21.353 31.819Q21.548 31.073 21.950 30.439Q22.353 29.804 22.966 29.347Q22.978 29.343 22.985 29.341Q22.993 29.339 23.005 29.339L23.083 29.339Q23.122 29.339 23.148 29.366Q23.173 29.394 23.173 29.437Q23.173 29.487 23.142 29.507Q22.634 29.960 22.312 30.583Q21.989 31.206 21.849 31.901Q21.708 32.597 21.708 33.339Q21.708 34.073 21.847 34.773Q21.985 35.472 22.310 36.097Q22.634 36.722 23.142 37.171Q23.173 37.191 23.173 37.241Q23.173 37.284 23.148 37.312Q23.122 37.339 23.083 37.339L23.005 37.339Q22.997 37.335 22.987 37.333Q22.978 37.331 22.966 37.331M25.751 35.339L23.974 35.339L23.974 35.042Q24.247 35.042 24.415 34.995Q24.583 34.948 24.583 34.780L24.583 32.644Q24.583 32.429 24.526 32.333Q24.470 32.237 24.357 32.216Q24.243 32.194 23.997 32.194L23.997 31.898L25.196 31.812L25.196 34.780Q25.196 34.948 25.343 34.995Q25.489 35.042 25.751 35.042L25.751 35.339M24.310 30.417Q24.310 30.226 24.444 30.095Q24.579 29.964 24.774 29.964Q24.896 29.964 24.999 30.026Q25.103 30.089 25.165 30.193Q25.228 30.296 25.228 30.417Q25.228 30.612 25.097 30.747Q24.966 30.882 24.774 30.882Q24.575 30.882 24.442 30.749Q24.310 30.616 24.310 30.417M26.837 36.745Q26.837 36.722 26.868 36.675Q27.161 36.413 27.327 36.046Q27.493 35.679 27.493 35.292L27.493 35.234Q27.364 35.339 27.196 35.339Q27.005 35.339 26.868 35.206Q26.732 35.073 26.732 34.874Q26.732 34.683 26.868 34.550Q27.005 34.417 27.196 34.417Q27.497 34.417 27.622 34.687Q27.747 34.956 27.747 35.292Q27.747 35.741 27.565 36.155Q27.384 36.569 27.044 36.866Q27.021 36.890 26.982 36.890Q26.935 36.890 26.886 36.845Q26.837 36.800 26.837 36.745M28.052 36.316Q28.052 36.210 28.103 36.118Q28.153 36.026 28.245 35.976Q28.337 35.925 28.442 35.925Q28.552 35.925 28.644 35.976Q28.735 36.026 28.786 36.118Q28.837 36.210 28.837 36.316Q28.837 36.530 28.646 36.651Q28.802 36.714 29.028 36.714Q29.329 36.714 29.458 36.405Q29.587 36.097 29.587 35.730L29.587 32.644Q29.587 32.339 29.440 32.267Q29.294 32.194 28.915 32.194L28.915 31.898L30.204 31.812L30.204 35.753Q30.204 36.073 30.044 36.357Q29.884 36.640 29.607 36.806Q29.329 36.972 29.013 36.972Q28.653 36.972 28.353 36.808Q28.052 36.644 28.052 36.316M29.282 30.417Q29.282 30.234 29.421 30.099Q29.560 29.964 29.747 29.964Q29.935 29.964 30.069 30.095Q30.204 30.226 30.204 30.417Q30.204 30.616 30.071 30.749Q29.939 30.882 29.747 30.882Q29.556 30.882 29.419 30.745Q29.282 30.609 29.282 30.417M31.607 37.339L31.524 37.339Q31.489 37.339 31.464 37.310Q31.439 37.280 31.439 37.241Q31.439 37.191 31.470 37.171Q31.857 36.835 32.140 36.386Q32.423 35.937 32.589 35.437Q32.755 34.937 32.829 34.419Q32.903 33.901 32.903 33.339Q32.903 32.769 32.829 32.253Q32.755 31.737 32.589 31.241Q32.423 30.745 32.144 30.298Q31.864 29.851 31.470 29.507Q31.439 29.487 31.439 29.437Q31.439 29.398 31.464 29.368Q31.489 29.339 31.524 29.339L31.607 29.339Q31.618 29.339 31.628 29.341Q31.638 29.343 31.646 29.347Q32.259 29.804 32.661 30.439Q33.064 31.073 33.259 31.819Q33.454 32.566 33.454 33.339Q33.454 34.112 33.259 34.859Q33.064 35.605 32.661 36.239Q32.259 36.874 31.646 37.331Q31.634 37.331 31.626 37.333Q31.618 37.335 31.607 37.339\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-soft-neutral)\">\u003Cpath d=\"M192.183-25.123H212.1v-12.804h-19.917Z\"\u002F>\u003Cg transform=\"translate(210.792 -64.182)\">\u003Cpath d=\"M-7.733 35.339L-9.511 35.339L-9.511 35.042Q-9.237 35.042-9.069 34.995Q-8.901 34.948-8.901 34.780L-8.901 32.644Q-8.901 32.429-8.958 32.333Q-9.015 32.237-9.128 32.216Q-9.241 32.194-9.487 32.194L-9.487 31.898L-8.288 31.812L-8.288 34.780Q-8.288 34.948-8.142 34.995Q-7.995 35.042-7.733 35.042L-7.733 35.339M-9.175 30.417Q-9.175 30.226-9.040 30.095Q-8.905 29.964-8.710 29.964Q-8.589 29.964-8.485 30.026Q-8.382 30.089-8.319 30.193Q-8.257 30.296-8.257 30.417Q-8.257 30.612-8.388 30.747Q-8.518 30.882-8.710 30.882Q-8.909 30.882-9.042 30.749Q-9.175 30.616-9.175 30.417\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-bg)\">\u003Cpath d=\"M172.266-10.897H212.1V-23.7h-39.834Z\"\u002F>\u003Cg transform=\"translate(200.716 -50.733)\">\u003Cpath d=\"M-10.151 36.316Q-10.151 36.210-10.101 36.118Q-10.050 36.026-9.958 35.976Q-9.866 35.925-9.761 35.925Q-9.651 35.925-9.560 35.976Q-9.468 36.026-9.417 36.118Q-9.366 36.210-9.366 36.316Q-9.366 36.530-9.558 36.651Q-9.401 36.714-9.175 36.714Q-8.874 36.714-8.745 36.405Q-8.616 36.097-8.616 35.730L-8.616 32.644Q-8.616 32.339-8.763 32.267Q-8.909 32.194-9.288 32.194L-9.288 31.898L-7.999 31.812L-7.999 35.753Q-7.999 36.073-8.159 36.357Q-8.319 36.640-8.597 36.806Q-8.874 36.972-9.190 36.972Q-9.550 36.972-9.851 36.808Q-10.151 36.644-10.151 36.316M-8.921 30.417Q-8.921 30.234-8.782 30.099Q-8.643 29.964-8.456 29.964Q-8.268 29.964-8.134 30.095Q-7.999 30.226-7.999 30.417Q-7.999 30.616-8.132 30.749Q-8.265 30.882-8.456 30.882Q-8.647 30.882-8.784 30.745Q-8.921 30.609-8.921 30.417\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg transform=\"translate(128.3 -26.453)\">\u003Cpath d=\"M-4.647 35.339L-9.495 35.339L-9.495 35.042Q-9.175 35.042-8.931 34.995Q-8.686 34.948-8.686 34.780L-8.686 30.437Q-8.686 30.265-8.931 30.218Q-9.175 30.171-9.495 30.171L-9.495 29.874L-4.761 29.874L-4.526 31.722L-4.808 31.722Q-4.890 31.026-5.065 30.706Q-5.241 30.386-5.589 30.278Q-5.936 30.171-6.655 30.171L-7.518 30.171Q-7.737 30.171-7.829 30.214Q-7.921 30.257-7.921 30.437L-7.921 32.355L-7.288 32.355Q-6.862 32.355-6.655 32.292Q-6.448 32.230-6.360 32.034Q-6.272 31.839-6.272 31.417L-5.991 31.417L-5.991 33.585L-6.272 33.585Q-6.272 33.163-6.360 32.970Q-6.448 32.776-6.655 32.714Q-6.862 32.651-7.288 32.651L-7.921 32.651L-7.921 34.780Q-7.921 34.952-7.829 34.997Q-7.737 35.042-7.518 35.042L-6.593 35.042Q-6.011 35.042-5.657 34.960Q-5.304 34.878-5.099 34.681Q-4.893 34.484-4.780 34.146Q-4.667 33.808-4.573 33.226L-4.296 33.226L-4.647 35.339M0.403 36.890L-1.452 36.890L-1.452 36.597Q-1.183 36.597-1.015 36.552Q-0.847 36.507-0.847 36.331L-0.847 34.882Q-1.050 35.128-1.351 35.273Q-1.651 35.417-1.983 35.417Q-2.468 35.417-2.880 35.175Q-3.292 34.933-3.532 34.521Q-3.772 34.109-3.772 33.612Q-3.772 33.116-3.517 32.702Q-3.261 32.288-2.831 32.050Q-2.401 31.812-1.909 31.812Q-1.554 31.812-1.247 31.991Q-0.940 32.171-0.749 32.484L-0.460 31.812L-0.206 31.812L-0.206 36.331Q-0.206 36.507-0.038 36.552Q0.130 36.597 0.403 36.597L0.403 36.890M-1.925 35.163Q-1.558 35.163-1.265 34.931Q-0.972 34.698-0.823 34.339L-0.823 33.003Q-0.917 32.620-1.190 32.357Q-1.464 32.093-1.839 32.093Q-2.198 32.093-2.472 32.323Q-2.745 32.554-2.888 32.911Q-3.030 33.269-3.030 33.620Q-3.030 33.956-2.905 34.318Q-2.780 34.679-2.528 34.921Q-2.276 35.163-1.925 35.163M1.349 34.386L1.349 32.644Q1.349 32.429 1.286 32.333Q1.224 32.237 1.105 32.216Q0.985 32.194 0.739 32.194L0.739 31.898L1.985 31.812L1.985 34.362L1.985 34.386Q1.985 34.698 2.040 34.860Q2.095 35.023 2.245 35.093Q2.396 35.163 2.716 35.163Q3.146 35.163 3.419 34.825Q3.692 34.487 3.692 34.042L3.692 32.644Q3.692 32.429 3.630 32.333Q3.567 32.237 3.448 32.216Q3.329 32.194 3.083 32.194L3.083 31.898L4.329 31.812L4.329 34.597Q4.329 34.808 4.392 34.903Q4.454 34.999 4.573 35.021Q4.692 35.042 4.939 35.042L4.939 35.339L3.716 35.417L3.716 34.796Q3.548 35.085 3.267 35.251Q2.985 35.417 2.665 35.417Q1.349 35.417 1.349 34.386M5.482 34.507Q5.482 34.023 5.884 33.728Q6.286 33.433 6.837 33.314Q7.388 33.194 7.880 33.194L7.880 32.905Q7.880 32.679 7.765 32.472Q7.649 32.265 7.452 32.146Q7.255 32.026 7.024 32.026Q6.599 32.026 6.314 32.132Q6.384 32.159 6.431 32.214Q6.478 32.269 6.503 32.339Q6.528 32.409 6.528 32.484Q6.528 32.589 6.478 32.681Q6.427 32.773 6.335 32.823Q6.243 32.874 6.138 32.874Q6.032 32.874 5.940 32.823Q5.849 32.773 5.798 32.681Q5.747 32.589 5.747 32.484Q5.747 32.066 6.136 31.919Q6.524 31.773 7.024 31.773Q7.357 31.773 7.710 31.903Q8.064 32.034 8.292 32.288Q8.521 32.542 8.521 32.890L8.521 34.691Q8.521 34.823 8.593 34.933Q8.665 35.042 8.794 35.042Q8.919 35.042 8.987 34.937Q9.056 34.831 9.056 34.691L9.056 34.179L9.337 34.179L9.337 34.691Q9.337 34.894 9.220 35.052Q9.103 35.210 8.921 35.294Q8.739 35.378 8.536 35.378Q8.306 35.378 8.153 35.206Q8.001 35.034 7.970 34.804Q7.810 35.085 7.501 35.251Q7.192 35.417 6.841 35.417Q6.329 35.417 5.905 35.194Q5.482 34.972 5.482 34.507M6.169 34.507Q6.169 34.792 6.396 34.978Q6.622 35.163 6.915 35.163Q7.161 35.163 7.386 35.046Q7.610 34.929 7.745 34.726Q7.880 34.523 7.880 34.269L7.880 33.437Q7.614 33.437 7.329 33.491Q7.044 33.546 6.773 33.675Q6.501 33.804 6.335 34.011Q6.169 34.218 6.169 34.507M11.544 35.339L9.712 35.339L9.712 35.042Q9.985 35.042 10.153 34.995Q10.321 34.948 10.321 34.780L10.321 30.620Q10.321 30.405 10.259 30.310Q10.196 30.214 10.077 30.193Q9.958 30.171 9.712 30.171L9.712 29.874L10.935 29.788L10.935 34.780Q10.935 34.948 11.103 34.995Q11.271 35.042 11.544 35.042L11.544 35.339M12.032 35.331L12.032 34.109Q12.032 34.081 12.064 34.050Q12.095 34.019 12.118 34.019L12.224 34.019Q12.294 34.019 12.310 34.081Q12.372 34.401 12.511 34.642Q12.649 34.882 12.882 35.023Q13.114 35.163 13.423 35.163Q13.661 35.163 13.870 35.103Q14.079 35.042 14.216 34.894Q14.353 34.745 14.353 34.499Q14.353 34.245 14.142 34.079Q13.931 33.913 13.661 33.859L13.040 33.745Q12.634 33.667 12.333 33.411Q12.032 33.155 12.032 32.780Q12.032 32.413 12.233 32.191Q12.435 31.968 12.759 31.870Q13.083 31.773 13.423 31.773Q13.888 31.773 14.185 31.980L14.407 31.796Q14.431 31.773 14.462 31.773L14.513 31.773Q14.544 31.773 14.571 31.800Q14.599 31.827 14.599 31.859L14.599 32.843Q14.599 32.874 14.573 32.903Q14.548 32.933 14.513 32.933L14.407 32.933Q14.372 32.933 14.345 32.905Q14.317 32.878 14.317 32.843Q14.317 32.444 14.065 32.224Q13.814 32.003 13.415 32.003Q13.060 32.003 12.776 32.126Q12.493 32.249 12.493 32.554Q12.493 32.773 12.694 32.905Q12.896 33.038 13.142 33.081L13.767 33.194Q14.196 33.284 14.505 33.581Q14.814 33.878 14.814 34.292Q14.814 34.862 14.415 35.140Q14.017 35.417 13.423 35.417Q12.872 35.417 12.521 35.081L12.224 35.394Q12.200 35.417 12.165 35.417L12.118 35.417Q12.095 35.417 12.064 35.386Q12.032 35.355 12.032 35.331M17.720 37.331Q17.107 36.874 16.704 36.239Q16.302 35.605 16.107 34.859Q15.911 34.112 15.911 33.339Q15.911 32.566 16.107 31.819Q16.302 31.073 16.704 30.439Q17.107 29.804 17.720 29.347Q17.732 29.343 17.739 29.341Q17.747 29.339 17.759 29.339L17.837 29.339Q17.876 29.339 17.901 29.366Q17.927 29.394 17.927 29.437Q17.927 29.487 17.896 29.507Q17.388 29.960 17.065 30.583Q16.743 31.206 16.603 31.901Q16.462 32.597 16.462 33.339Q16.462 34.073 16.601 34.773Q16.739 35.472 17.064 36.097Q17.388 36.722 17.896 37.171Q17.927 37.191 17.927 37.241Q17.927 37.284 17.901 37.312Q17.876 37.339 17.837 37.339L17.759 37.339Q17.751 37.335 17.741 37.333Q17.732 37.331 17.720 37.331M20.505 35.339L18.728 35.339L18.728 35.042Q19.001 35.042 19.169 34.995Q19.337 34.948 19.337 34.780L19.337 32.644Q19.337 32.429 19.280 32.333Q19.224 32.237 19.110 32.216Q18.997 32.194 18.751 32.194L18.751 31.898L19.950 31.812L19.950 34.780Q19.950 34.948 20.097 34.995Q20.243 35.042 20.505 35.042L20.505 35.339M19.064 30.417Q19.064 30.226 19.198 30.095Q19.333 29.964 19.528 29.964Q19.649 29.964 19.753 30.026Q19.857 30.089 19.919 30.193Q19.982 30.296 19.982 30.417Q19.982 30.612 19.851 30.747Q19.720 30.882 19.528 30.882Q19.329 30.882 19.196 30.749Q19.064 30.616 19.064 30.417M21.591 36.745Q21.591 36.722 21.622 36.675Q21.915 36.413 22.081 36.046Q22.247 35.679 22.247 35.292L22.247 35.234Q22.118 35.339 21.950 35.339Q21.759 35.339 21.622 35.206Q21.485 35.073 21.485 34.874Q21.485 34.683 21.622 34.550Q21.759 34.417 21.950 34.417Q22.251 34.417 22.376 34.687Q22.501 34.956 22.501 35.292Q22.501 35.741 22.319 36.155Q22.138 36.569 21.798 36.866Q21.774 36.890 21.735 36.890Q21.689 36.890 21.640 36.845Q21.591 36.800 21.591 36.745M22.806 36.316Q22.806 36.210 22.857 36.118Q22.907 36.026 22.999 35.976Q23.091 35.925 23.196 35.925Q23.306 35.925 23.398 35.976Q23.489 36.026 23.540 36.118Q23.591 36.210 23.591 36.316Q23.591 36.530 23.399 36.651Q23.556 36.714 23.782 36.714Q24.083 36.714 24.212 36.405Q24.341 36.097 24.341 35.730L24.341 32.644Q24.341 32.339 24.194 32.267Q24.048 32.194 23.669 32.194L23.669 31.898L24.958 31.812L24.958 35.753Q24.958 36.073 24.798 36.357Q24.638 36.640 24.360 36.806Q24.083 36.972 23.767 36.972Q23.407 36.972 23.107 36.808Q22.806 36.644 22.806 36.316M24.036 30.417Q24.036 30.234 24.175 30.099Q24.314 29.964 24.501 29.964Q24.689 29.964 24.823 30.095Q24.958 30.226 24.958 30.417Q24.958 30.616 24.825 30.749Q24.692 30.882 24.501 30.882Q24.310 30.882 24.173 30.745Q24.036 30.609 24.036 30.417M26.360 37.339L26.278 37.339Q26.243 37.339 26.218 37.310Q26.192 37.280 26.192 37.241Q26.192 37.191 26.224 37.171Q26.610 36.835 26.894 36.386Q27.177 35.937 27.343 35.437Q27.509 34.937 27.583 34.419Q27.657 33.901 27.657 33.339Q27.657 32.769 27.583 32.253Q27.509 31.737 27.343 31.241Q27.177 30.745 26.898 30.298Q26.618 29.851 26.224 29.507Q26.192 29.487 26.192 29.437Q26.192 29.398 26.218 29.368Q26.243 29.339 26.278 29.339L26.360 29.339Q26.372 29.339 26.382 29.341Q26.392 29.343 26.399 29.347Q27.013 29.804 27.415 30.439Q27.817 31.073 28.013 31.819Q28.208 32.566 28.208 33.339Q28.208 34.112 28.013 34.859Q27.817 35.605 27.415 36.239Q27.013 36.874 26.399 37.331Q26.388 37.331 26.380 37.333Q26.372 37.335 26.360 37.339\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-soft-neutral)\">\u003Cpath d=\"M172.267 9.02h34.143V-3.782h-34.143Z\"\u002F>\u003Cg transform=\"translate(197.989 -30.038)\">\u003Cpath d=\"M-7.733 35.339L-9.511 35.339L-9.511 35.042Q-9.237 35.042-9.069 34.995Q-8.901 34.948-8.901 34.780L-8.901 32.644Q-8.901 32.429-8.958 32.333Q-9.015 32.237-9.128 32.216Q-9.241 32.194-9.487 32.194L-9.487 31.898L-8.288 31.812L-8.288 34.780Q-8.288 34.948-8.142 34.995Q-7.995 35.042-7.733 35.042L-7.733 35.339M-9.175 30.417Q-9.175 30.226-9.040 30.095Q-8.905 29.964-8.710 29.964Q-8.589 29.964-8.485 30.026Q-8.382 30.089-8.319 30.193Q-8.257 30.296-8.257 30.417Q-8.257 30.612-8.388 30.747Q-8.518 30.882-8.710 30.882Q-8.909 30.882-9.042 30.749Q-9.175 30.616-9.175 30.417\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-bg)\">\u003Cpath d=\"M172.267 23.247h34.143V10.443h-34.143Z\"\u002F>\u003Cg transform=\"translate(197.87 -16.59)\">\u003Cpath d=\"M-10.151 36.316Q-10.151 36.210-10.101 36.118Q-10.050 36.026-9.958 35.976Q-9.866 35.925-9.761 35.925Q-9.651 35.925-9.560 35.976Q-9.468 36.026-9.417 36.118Q-9.366 36.210-9.366 36.316Q-9.366 36.530-9.558 36.651Q-9.401 36.714-9.175 36.714Q-8.874 36.714-8.745 36.405Q-8.616 36.097-8.616 35.730L-8.616 32.644Q-8.616 32.339-8.763 32.267Q-8.909 32.194-9.288 32.194L-9.288 31.898L-7.999 31.812L-7.999 35.753Q-7.999 36.073-8.159 36.357Q-8.319 36.640-8.597 36.806Q-8.874 36.972-9.190 36.972Q-9.550 36.972-9.851 36.808Q-10.151 36.644-10.151 36.316M-8.921 30.417Q-8.921 30.234-8.782 30.099Q-8.643 29.964-8.456 29.964Q-8.268 29.964-8.134 30.095Q-7.999 30.226-7.999 30.417Q-7.999 30.616-8.132 30.749Q-8.265 30.882-8.456 30.882Q-8.647 30.882-8.784 30.745Q-8.921 30.609-8.921 30.417\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fsvg>\u003Cfigcaption class=\"tikz-cap\">Allen&#39;s interval relations. Each pair of bars shows how interval \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.6595em;\">\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">i\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan> (shaded) sits relative to \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.854em;vertical-align:-0.1944em;\">\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\" style=\"margin-right:0.0572em;\">j\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>; \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.6833em;\">\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\" style=\"margin-right:0.109em;\">M\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">ee\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">t\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>, \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.8889em;vertical-align:-0.1944em;\">\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\" style=\"margin-right:0.0502em;\">B\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">e\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\" style=\"margin-right:0.1076em;\">f\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\" style=\"margin-right:0.0278em;\">or\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">e\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u002F\u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.8889em;vertical-align:-0.1944em;\">\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">A\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\" style=\"margin-right:0.1076em;\">f\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">t\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\" style=\"margin-right:0.0278em;\">er\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>, \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.8778em;vertical-align:-0.1944em;\">\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\" style=\"margin-right:0.0278em;\">D\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">u\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\" style=\"margin-right:0.0278em;\">r\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">in\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\" style=\"margin-right:0.0359em;\">g\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>, \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.8889em;vertical-align:-0.1944em;\">\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\" style=\"margin-right:0.0278em;\">O\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\" style=\"margin-right:0.0359em;\">v\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\" style=\"margin-right:0.0278em;\">er\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\" style=\"margin-right:0.0197em;\">l\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">a\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">p\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>, \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.6833em;\">\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\" style=\"margin-right:0.0576em;\">S\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">t\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">a\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\" style=\"margin-right:0.0278em;\">r\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">t\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">s\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>, \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.6944em;\">\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\" style=\"margin-right:0.1389em;\">F\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">ini\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">s\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">h\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">es\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>, and \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.8889em;vertical-align:-0.1944em;\">\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\" style=\"margin-right:0.0576em;\">E\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\" style=\"margin-right:0.0359em;\">q\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">u\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">a\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\" style=\"margin-right:0.0197em;\">l\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">s\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan> exhaust the possibilities up to symmetry.\u003C\u002Ffigcaption>","\u003Csvg style=\"width:100%;max-width:332.299px;height:auto\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\" viewBox=\"-75 -75 249.225 100.463\">\u003Cg stroke=\"currentColor\" style=\"stroke-miterlimit:10;stroke-width:.4\">\u003Cg fill=\"var(--tk-soft-neutral)\">\u003Cpath d=\"M-65.403-44.244h39.833v-12.804h-39.833Z\"\u002F>\u003Cg transform=\"translate(-1.18 -51.377)\">\u003Cpath d=\"M-43.388 3.414L-45.166 3.414L-45.166 3.117Q-44.892 3.117-44.724 3.070Q-44.556 3.023-44.556 2.855L-44.556 0.719Q-44.556 0.504-44.613 0.408Q-44.670 0.312-44.783 0.291Q-44.896 0.269-45.142 0.269L-45.142-0.027L-43.943-0.113L-43.943 2.855Q-43.943 3.023-43.797 3.070Q-43.650 3.117-43.388 3.117L-43.388 3.414M-44.830-1.508Q-44.830-1.699-44.695-1.830Q-44.560-1.961-44.365-1.961Q-44.244-1.961-44.140-1.898Q-44.037-1.836-43.974-1.732Q-43.912-1.629-43.912-1.508Q-43.912-1.313-44.043-1.178Q-44.173-1.043-44.365-1.043Q-44.564-1.043-44.697-1.176Q-44.830-1.309-44.830-1.508\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-bg)\">\u003Cpath d=\"M-22.724-18.637H17.11V-31.44h-39.834Z\"\u002F>\u003Cg transform=\"translate(41.38 -26.548)\">\u003Cpath d=\"M-45.806 4.391Q-45.806 4.285-45.756 4.193Q-45.705 4.101-45.613 4.051Q-45.521 4-45.416 4Q-45.306 4-45.215 4.051Q-45.123 4.101-45.072 4.193Q-45.021 4.285-45.021 4.391Q-45.021 4.605-45.213 4.726Q-45.056 4.789-44.830 4.789Q-44.529 4.789-44.400 4.480Q-44.271 4.172-44.271 3.805L-44.271 0.719Q-44.271 0.414-44.418 0.342Q-44.564 0.269-44.943 0.269L-44.943-0.027L-43.654-0.113L-43.654 3.828Q-43.654 4.148-43.814 4.432Q-43.974 4.715-44.252 4.881Q-44.529 5.047-44.845 5.047Q-45.205 5.047-45.506 4.883Q-45.806 4.719-45.806 4.391M-44.576-1.508Q-44.576-1.691-44.437-1.826Q-44.298-1.961-44.111-1.961Q-43.923-1.961-43.789-1.830Q-43.654-1.699-43.654-1.508Q-43.654-1.309-43.787-1.176Q-43.920-1.043-44.111-1.043Q-44.302-1.043-44.439-1.180Q-44.576-1.316-44.576-1.508\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-soft-neutral)\">\u003Cpath d=\"M19.955 6.97h39.834V-5.832H19.955Z\"\u002F>\u003Cg transform=\"translate(83.115 -.068)\">\u003Cpath d=\"M-43.423 3.414L-45.220 3.414L-45.220 3.117Q-44.951 3.117-44.783 3.072Q-44.615 3.027-44.615 2.855L-44.615-1.305Q-44.615-1.520-44.677-1.615Q-44.740-1.711-44.857-1.732Q-44.974-1.754-45.220-1.754L-45.220-2.051L-43.998-2.137L-43.998 1.629L-42.900 0.742Q-42.693 0.562-42.693 0.414Q-42.693 0.348-42.746 0.305Q-42.798 0.262-42.869 0.262L-42.869-0.035L-41.334-0.035L-41.334 0.262Q-41.865 0.262-42.463 0.742L-43.072 1.238L-41.998 2.637Q-41.861 2.812-41.754 2.920Q-41.646 3.027-41.511 3.072Q-41.377 3.117-41.150 3.117L-41.150 3.414L-42.775 3.414L-42.775 3.117Q-42.533 3.117-42.533 2.965Q-42.533 2.887-42.576 2.816Q-42.619 2.746-42.701 2.637L-43.502 1.590L-44.029 2.016L-44.029 2.855Q-44.029 3.023-43.861 3.070Q-43.693 3.117-43.423 3.117\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" stroke=\"var(--tk-accent)\" d=\"M-24.147-57.76v39.835\" style=\"stroke-dasharray:3.0,3.0\"\u002F>\u003Cpath fill=\"none\" stroke=\"var(--tk-warn)\" d=\"M18.532-32.152V7.682\" style=\"stroke-dasharray:3.0,3.0\"\u002F>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\">\u003Cg fill=\"var(--tk-accent)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(-7.118 -67.49)\">\u003Cpath d=\"M-43.555 3.414L-45.107 3.414L-45.107 3.134Q-44.881 3.134-44.732 3.100Q-44.584 3.065-44.584 2.925L-44.584 1.076Q-44.584 0.888-44.632 0.804Q-44.679 0.721-44.777 0.702Q-44.874 0.683-45.086 0.683L-45.086 0.403L-44.030 0.328L-44.030 2.925Q-44.030 3.065-43.898 3.100Q-43.767 3.134-43.555 3.134L-43.555 3.414M-44.826-0.893Q-44.826-1.064-44.703-1.183Q-44.580-1.303-44.409-1.303Q-44.242-1.303-44.119-1.183Q-43.996-1.064-43.996-0.893Q-43.996-0.718-44.119-0.595Q-44.242-0.472-44.409-0.472Q-44.580-0.472-44.703-0.595Q-44.826-0.718-44.826-0.893\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-7.118 -67.49)\">\u003Cpath d=\"M-40.255 1.879Q-40.255 1.558-40.130 1.269Q-40.005 0.980-39.779 0.757Q-39.554 0.533-39.258 0.413Q-38.963 0.293-38.645 0.293Q-38.317 0.293-38.055 0.393Q-37.794 0.492-37.618 0.674Q-37.442 0.857-37.348 1.115Q-37.254 1.373-37.254 1.705Q-37.254 1.797-37.336 1.818L-39.591 1.818L-39.591 1.879Q-39.591 2.467-39.308 2.850Q-39.024 3.233-38.457 3.233Q-38.135 3.233-37.867 3.040Q-37.599 2.847-37.510 2.532Q-37.503 2.491-37.428 2.477L-37.336 2.477Q-37.254 2.501-37.254 2.573Q-37.254 2.580-37.260 2.607Q-37.373 3.004-37.744 3.243Q-38.115 3.482-38.539 3.482Q-38.976 3.482-39.376 3.274Q-39.776 3.065-40.015 2.698Q-40.255 2.331-40.255 1.879M-39.585 1.609L-37.770 1.609Q-37.770 1.332-37.867 1.080Q-37.965 0.827-38.163 0.671Q-38.361 0.516-38.645 0.516Q-38.922 0.516-39.135 0.674Q-39.349 0.833-39.467 1.088Q-39.585 1.343-39.585 1.609M-34.984 3.414L-36.618 3.414L-36.618 3.134Q-36.389 3.134-36.240 3.100Q-36.091 3.065-36.091 2.925L-36.091 1.076Q-36.091 0.806-36.199 0.745Q-36.307 0.683-36.618 0.683L-36.618 0.403L-35.558 0.328L-35.558 0.977Q-35.387 0.669-35.083 0.498Q-34.779 0.328-34.434 0.328Q-33.928 0.328-33.644 0.551Q-33.361 0.775-33.361 1.271L-33.361 2.925Q-33.361 3.062-33.212 3.098Q-33.063 3.134-32.838 3.134L-32.838 3.414L-34.468 3.414L-34.468 3.134Q-34.239 3.134-34.090 3.100Q-33.942 3.065-33.942 2.925L-33.942 1.285Q-33.942 0.950-34.061 0.750Q-34.181 0.550-34.495 0.550Q-34.765 0.550-34.999 0.686Q-35.234 0.823-35.372 1.057Q-35.510 1.291-35.510 1.565L-35.510 2.925Q-35.510 3.062-35.360 3.098Q-35.210 3.134-34.984 3.134L-34.984 3.414M-32.250 1.903Q-32.250 1.565-32.110 1.274Q-31.969 0.984-31.725 0.770Q-31.481 0.557-31.176 0.442Q-30.872 0.328-30.548 0.328Q-30.278 0.328-30.014 0.427Q-29.751 0.526-29.560 0.704L-29.560-0.694Q-29.560-0.964-29.667-1.026Q-29.775-1.087-30.086-1.087L-30.086-1.368L-29.009-1.443L-29.009 2.741Q-29.009 2.929-28.955 3.012Q-28.900 3.096-28.799 3.115Q-28.698 3.134-28.483 3.134L-28.483 3.414L-29.590 3.482L-29.590 3.065Q-30.007 3.482-30.633 3.482Q-31.064 3.482-31.436 3.270Q-31.809 3.059-32.029 2.698Q-32.250 2.337-32.250 1.903M-30.575 3.260Q-30.366 3.260-30.180 3.188Q-29.994 3.117-29.840 2.980Q-29.686 2.843-29.590 2.665L-29.590 1.056Q-29.676 0.909-29.821 0.789Q-29.966 0.669-30.136 0.610Q-30.305 0.550-30.486 0.550Q-31.047 0.550-31.315 0.939Q-31.583 1.329-31.583 1.910Q-31.583 2.481-31.349 2.871Q-31.115 3.260-30.575 3.260M-27.834 3.407L-27.834 2.344Q-27.834 2.320-27.806 2.293Q-27.779 2.266-27.755 2.266L-27.646 2.266Q-27.581 2.266-27.567 2.324Q-27.471 2.758-27.225 3.009Q-26.979 3.260-26.566 3.260Q-26.224 3.260-25.971 3.127Q-25.718 2.994-25.718 2.686Q-25.718 2.529-25.812 2.414Q-25.906 2.300-26.044 2.231Q-26.183 2.163-26.350 2.125L-26.931 2.026Q-27.287 1.958-27.560 1.737Q-27.834 1.517-27.834 1.175Q-27.834 0.926-27.723 0.751Q-27.611 0.577-27.425 0.478Q-27.239 0.379-27.024 0.336Q-26.808 0.293-26.566 0.293Q-26.152 0.293-25.872 0.475L-25.656 0.300Q-25.646 0.297-25.639 0.295Q-25.632 0.293-25.622 0.293L-25.571 0.293Q-25.544 0.293-25.520 0.317Q-25.496 0.341-25.496 0.369L-25.496 1.216Q-25.496 1.237-25.520 1.264Q-25.544 1.291-25.571 1.291L-25.684 1.291Q-25.711 1.291-25.737 1.266Q-25.762 1.240-25.762 1.216Q-25.762 0.980-25.868 0.816Q-25.974 0.652-26.157 0.570Q-26.340 0.488-26.572 0.488Q-26.901 0.488-27.157 0.591Q-27.413 0.693-27.413 0.970Q-27.413 1.165-27.230 1.274Q-27.048 1.384-26.819 1.425L-26.244 1.531Q-25.998 1.579-25.785 1.707Q-25.571 1.835-25.434 2.038Q-25.298 2.242-25.298 2.491Q-25.298 3.004-25.663 3.243Q-26.029 3.482-26.566 3.482Q-27.061 3.482-27.393 3.188L-27.659 3.462Q-27.680 3.482-27.707 3.482L-27.755 3.482Q-27.779 3.482-27.806 3.455Q-27.834 3.428-27.834 3.407\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-7.118 -67.49)\">\u003Cpath d=\"M-16.795 2.607L-21.628 2.607Q-21.696 2.597-21.742 2.551Q-21.788 2.505-21.788 2.433Q-21.788 2.368-21.742 2.322Q-21.696 2.276-21.628 2.266L-16.795 2.266Q-16.726 2.276-16.680 2.322Q-16.634 2.368-16.634 2.433Q-16.634 2.505-16.680 2.551Q-16.726 2.597-16.795 2.607M-16.795 1.069L-21.628 1.069Q-21.696 1.059-21.742 1.013Q-21.788 0.967-21.788 0.895Q-21.788 0.751-21.628 0.727L-16.795 0.727Q-16.634 0.751-16.634 0.895Q-16.634 0.967-16.680 1.013Q-16.726 1.059-16.795 1.069\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-7.118 -67.49)\">\u003Cpath d=\"M-13.658 4.262Q-13.658 4.111-13.558 4.014Q-13.457 3.916-13.310 3.916Q-13.221 3.916-13.141 3.961Q-13.060 4.005-13.014 4.084Q-12.968 4.163-12.968 4.262Q-12.968 4.463-13.129 4.562Q-12.988 4.617-12.783 4.617Q-12.513 4.617-12.397 4.344Q-12.281 4.070-12.281 3.756L-12.281 1.076Q-12.281 0.810-12.407 0.746Q-12.534 0.683-12.862 0.683L-12.862 0.403L-11.727 0.328L-11.727 3.776Q-11.727 4.063-11.874 4.308Q-12.021 4.552-12.272 4.697Q-12.524 4.843-12.800 4.843Q-13.129 4.843-13.393 4.701Q-13.658 4.559-13.658 4.262M-12.561-0.893Q-12.561-1.064-12.438-1.183Q-12.315-1.303-12.141-1.303Q-11.973-1.303-11.850-1.183Q-11.727-1.064-11.727-0.893Q-11.727-0.718-11.850-0.595Q-11.973-0.472-12.141-0.472Q-12.315-0.472-12.438-0.595Q-12.561-0.718-12.561-0.893\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-7.118 -67.49)\">\u003Cpath d=\"M-7.956 3.407L-7.956 2.344Q-7.956 2.320-7.928 2.293Q-7.901 2.266-7.877 2.266L-7.768 2.266Q-7.703 2.266-7.689 2.324Q-7.593 2.758-7.347 3.009Q-7.101 3.260-6.687 3.260Q-6.346 3.260-6.093 3.127Q-5.840 2.994-5.840 2.686Q-5.840 2.529-5.934 2.414Q-6.028 2.300-6.166 2.231Q-6.305 2.163-6.472 2.125L-7.053 2.026Q-7.409 1.958-7.682 1.737Q-7.956 1.517-7.956 1.175Q-7.956 0.926-7.844 0.751Q-7.733 0.577-7.547 0.478Q-7.361 0.379-7.145 0.336Q-6.930 0.293-6.687 0.293Q-6.274 0.293-5.994 0.475L-5.778 0.300Q-5.768 0.297-5.761 0.295Q-5.754 0.293-5.744 0.293L-5.693 0.293Q-5.666 0.293-5.642 0.317Q-5.618 0.341-5.618 0.369L-5.618 1.216Q-5.618 1.237-5.642 1.264Q-5.666 1.291-5.693 1.291L-5.806 1.291Q-5.833 1.291-5.859 1.266Q-5.884 1.240-5.884 1.216Q-5.884 0.980-5.990 0.816Q-6.096 0.652-6.279 0.570Q-6.462 0.488-6.694 0.488Q-7.022 0.488-7.279 0.591Q-7.535 0.693-7.535 0.970Q-7.535 1.165-7.352 1.274Q-7.169 1.384-6.940 1.425L-6.366 1.531Q-6.120 1.579-5.906 1.707Q-5.693 1.835-5.556 2.038Q-5.419 2.242-5.419 2.491Q-5.419 3.004-5.785 3.243Q-6.151 3.482-6.687 3.482Q-7.183 3.482-7.515 3.188L-7.781 3.462Q-7.802 3.482-7.829 3.482L-7.877 3.482Q-7.901 3.482-7.928 3.455Q-7.956 3.428-7.956 3.407M-4.264 2.573L-4.264 0.676L-4.903 0.676L-4.903 0.454Q-4.585 0.454-4.368 0.244Q-4.151 0.034-4.051-0.276Q-3.950-0.585-3.950-0.893L-3.683-0.893L-3.683 0.396L-2.606 0.396L-2.606 0.676L-3.683 0.676L-3.683 2.560Q-3.683 2.836-3.579 3.035Q-3.475 3.233-3.215 3.233Q-3.058 3.233-2.952 3.129Q-2.846 3.024-2.796 2.871Q-2.747 2.717-2.747 2.560L-2.747 2.146L-2.480 2.146L-2.480 2.573Q-2.480 2.799-2.579 3.009Q-2.678 3.219-2.863 3.351Q-3.047 3.482-3.276 3.482Q-3.714 3.482-3.989 3.245Q-4.264 3.007-4.264 2.573M-1.612 2.686Q-1.612 2.354-1.388 2.127Q-1.164 1.900-0.821 1.772Q-0.477 1.643-0.104 1.591Q0.268 1.538 0.572 1.538L0.572 1.285Q0.572 1.080 0.465 0.900Q0.357 0.721 0.176 0.618Q-0.005 0.516-0.214 0.516Q-0.621 0.516-0.856 0.608Q-0.768 0.645-0.721 0.729Q-0.675 0.813-0.675 0.915Q-0.675 1.011-0.721 1.090Q-0.768 1.168-0.848 1.213Q-0.928 1.257-1.017 1.257Q-1.167 1.257-1.268 1.160Q-1.369 1.062-1.369 0.915Q-1.369 0.293-0.214 0.293Q-0.002 0.293 0.248 0.357Q0.497 0.420 0.699 0.539Q0.900 0.659 1.027 0.844Q1.153 1.028 1.153 1.271L1.153 2.847Q1.153 2.963 1.215 3.059Q1.276 3.154 1.389 3.154Q1.499 3.154 1.563 3.060Q1.628 2.966 1.628 2.847L1.628 2.399L1.895 2.399L1.895 2.847Q1.895 3.117 1.668 3.282Q1.440 3.448 1.160 3.448Q0.952 3.448 0.815 3.294Q0.678 3.141 0.654 2.925Q0.507 3.192 0.225 3.337Q-0.057 3.482-0.381 3.482Q-0.658 3.482-0.942 3.407Q-1.226 3.332-1.419 3.153Q-1.612 2.973-1.612 2.686M-0.997 2.686Q-0.997 2.860-0.896 2.990Q-0.795 3.120-0.639 3.190Q-0.484 3.260-0.320 3.260Q-0.101 3.260 0.107 3.163Q0.316 3.065 0.444 2.884Q0.572 2.703 0.572 2.477L0.572 1.749Q0.248 1.749-0.118 1.840Q-0.484 1.931-0.740 2.143Q-0.997 2.354-0.997 2.686M4.062 3.414L2.326 3.414L2.326 3.134Q2.555 3.134 2.703 3.100Q2.852 3.065 2.852 2.925L2.852 1.076Q2.852 0.806 2.744 0.745Q2.637 0.683 2.326 0.683L2.326 0.403L3.355 0.328L3.355 1.035Q3.484 0.727 3.727 0.528Q3.970 0.328 4.288 0.328Q4.506 0.328 4.677 0.452Q4.848 0.577 4.848 0.789Q4.848 0.926 4.749 1.025Q4.650 1.124 4.517 1.124Q4.380 1.124 4.281 1.025Q4.182 0.926 4.182 0.789Q4.182 0.649 4.281 0.550Q3.990 0.550 3.790 0.746Q3.590 0.943 3.498 1.237Q3.406 1.531 3.406 1.811L3.406 2.925Q3.406 3.134 4.062 3.134L4.062 3.414M5.959 2.573L5.959 0.676L5.320 0.676L5.320 0.454Q5.638 0.454 5.855 0.244Q6.072 0.034 6.173-0.276Q6.273-0.585 6.273-0.893L6.540-0.893L6.540 0.396L7.617 0.396L7.617 0.676L6.540 0.676L6.540 2.560Q6.540 2.836 6.644 3.035Q6.749 3.233 7.008 3.233Q7.166 3.233 7.272 3.129Q7.377 3.024 7.427 2.871Q7.477 2.717 7.477 2.560L7.477 2.146L7.743 2.146L7.743 2.573Q7.743 2.799 7.644 3.009Q7.545 3.219 7.360 3.351Q7.176 3.482 6.947 3.482Q6.509 3.482 6.234 3.245Q5.959 3.007 5.959 2.573M8.553 3.407L8.553 2.344Q8.553 2.320 8.581 2.293Q8.608 2.266 8.632 2.266L8.741 2.266Q8.806 2.266 8.820 2.324Q8.916 2.758 9.162 3.009Q9.408 3.260 9.821 3.260Q10.163 3.260 10.416 3.127Q10.669 2.994 10.669 2.686Q10.669 2.529 10.575 2.414Q10.481 2.300 10.343 2.231Q10.204 2.163 10.037 2.125L9.456 2.026Q9.100 1.958 8.827 1.737Q8.553 1.517 8.553 1.175Q8.553 0.926 8.664 0.751Q8.775 0.577 8.962 0.478Q9.148 0.379 9.363 0.336Q9.579 0.293 9.821 0.293Q10.235 0.293 10.515 0.475L10.730 0.300Q10.741 0.297 10.748 0.295Q10.754 0.293 10.765 0.293L10.816 0.293Q10.843 0.293 10.867 0.317Q10.891 0.341 10.891 0.369L10.891 1.216Q10.891 1.237 10.867 1.264Q10.843 1.291 10.816 1.291L10.703 1.291Q10.676 1.291 10.650 1.266Q10.625 1.240 10.625 1.216Q10.625 0.980 10.519 0.816Q10.413 0.652 10.230 0.570Q10.047 0.488 9.814 0.488Q9.486 0.488 9.230 0.591Q8.974 0.693 8.974 0.970Q8.974 1.165 9.157 1.274Q9.339 1.384 9.568 1.425L10.143 1.531Q10.389 1.579 10.602 1.707Q10.816 1.835 10.953 2.038Q11.089 2.242 11.089 2.491Q11.089 3.004 10.724 3.243Q10.358 3.482 9.821 3.482Q9.326 3.482 8.994 3.188L8.728 3.462Q8.707 3.482 8.680 3.482L8.632 3.482Q8.608 3.482 8.581 3.455Q8.553 3.428 8.553 3.407\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\">\u003Cg fill=\"var(--tk-warn)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(34.593 14.085)\">\u003Cpath d=\"M-45.701 4.262Q-45.701 4.111-45.601 4.014Q-45.500 3.916-45.353 3.916Q-45.264 3.916-45.184 3.961Q-45.103 4.005-45.057 4.084Q-45.011 4.163-45.011 4.262Q-45.011 4.463-45.172 4.562Q-45.031 4.617-44.826 4.617Q-44.556 4.617-44.440 4.344Q-44.324 4.070-44.324 3.756L-44.324 1.076Q-44.324 0.810-44.450 0.746Q-44.577 0.683-44.905 0.683L-44.905 0.403L-43.770 0.328L-43.770 3.776Q-43.770 4.063-43.917 4.308Q-44.064 4.552-44.315 4.697Q-44.567 4.843-44.843 4.843Q-45.172 4.843-45.436 4.701Q-45.701 4.559-45.701 4.262M-44.604-0.893Q-44.604-1.064-44.481-1.183Q-44.358-1.303-44.184-1.303Q-44.016-1.303-43.893-1.183Q-43.770-1.064-43.770-0.893Q-43.770-0.718-43.893-0.595Q-44.016-0.472-44.184-0.472Q-44.358-0.472-44.481-0.595Q-44.604-0.718-44.604-0.893\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(34.593 14.085)\">\u003Cpath d=\"M-40.040 1.879Q-40.040 1.558-39.915 1.269Q-39.790 0.980-39.564 0.757Q-39.339 0.533-39.043 0.413Q-38.748 0.293-38.430 0.293Q-38.102 0.293-37.840 0.393Q-37.579 0.492-37.403 0.674Q-37.227 0.857-37.133 1.115Q-37.039 1.373-37.039 1.705Q-37.039 1.797-37.121 1.818L-39.376 1.818L-39.376 1.879Q-39.376 2.467-39.093 2.850Q-38.809 3.233-38.242 3.233Q-37.920 3.233-37.652 3.040Q-37.384 2.847-37.295 2.532Q-37.288 2.491-37.213 2.477L-37.121 2.477Q-37.039 2.501-37.039 2.573Q-37.039 2.580-37.045 2.607Q-37.158 3.004-37.529 3.243Q-37.900 3.482-38.324 3.482Q-38.761 3.482-39.161 3.274Q-39.561 3.065-39.800 2.698Q-40.040 2.331-40.040 1.879M-39.370 1.609L-37.555 1.609Q-37.555 1.332-37.652 1.080Q-37.750 0.827-37.948 0.671Q-38.146 0.516-38.430 0.516Q-38.707 0.516-38.920 0.674Q-39.134 0.833-39.252 1.088Q-39.370 1.343-39.370 1.609M-34.769 3.414L-36.403 3.414L-36.403 3.134Q-36.174 3.134-36.025 3.100Q-35.876 3.065-35.876 2.925L-35.876 1.076Q-35.876 0.806-35.984 0.745Q-36.092 0.683-36.403 0.683L-36.403 0.403L-35.343 0.328L-35.343 0.977Q-35.172 0.669-34.868 0.498Q-34.564 0.328-34.219 0.328Q-33.713 0.328-33.429 0.551Q-33.146 0.775-33.146 1.271L-33.146 2.925Q-33.146 3.062-32.997 3.098Q-32.848 3.134-32.623 3.134L-32.623 3.414L-34.253 3.414L-34.253 3.134Q-34.024 3.134-33.875 3.100Q-33.727 3.065-33.727 2.925L-33.727 1.285Q-33.727 0.950-33.846 0.750Q-33.966 0.550-34.280 0.550Q-34.550 0.550-34.784 0.686Q-35.019 0.823-35.157 1.057Q-35.295 1.291-35.295 1.565L-35.295 2.925Q-35.295 3.062-35.145 3.098Q-34.995 3.134-34.769 3.134L-34.769 3.414M-32.035 1.903Q-32.035 1.565-31.895 1.274Q-31.754 0.984-31.510 0.770Q-31.266 0.557-30.961 0.442Q-30.657 0.328-30.333 0.328Q-30.063 0.328-29.799 0.427Q-29.536 0.526-29.345 0.704L-29.345-0.694Q-29.345-0.964-29.452-1.026Q-29.560-1.087-29.871-1.087L-29.871-1.368L-28.794-1.443L-28.794 2.741Q-28.794 2.929-28.740 3.012Q-28.685 3.096-28.584 3.115Q-28.483 3.134-28.268 3.134L-28.268 3.414L-29.376 3.482L-29.376 3.065Q-29.792 3.482-30.418 3.482Q-30.849 3.482-31.221 3.270Q-31.594 3.059-31.814 2.698Q-32.035 2.337-32.035 1.903M-30.360 3.260Q-30.151 3.260-29.965 3.188Q-29.779 3.117-29.625 2.980Q-29.471 2.843-29.376 2.665L-29.376 1.056Q-29.461 0.909-29.606 0.789Q-29.751 0.669-29.921 0.610Q-30.090 0.550-30.271 0.550Q-30.832 0.550-31.100 0.939Q-31.368 1.329-31.368 1.910Q-31.368 2.481-31.134 2.871Q-30.900 3.260-30.360 3.260M-27.619 3.407L-27.619 2.344Q-27.619 2.320-27.591 2.293Q-27.564 2.266-27.540 2.266L-27.431 2.266Q-27.366 2.266-27.352 2.324Q-27.256 2.758-27.010 3.009Q-26.764 3.260-26.351 3.260Q-26.009 3.260-25.756 3.127Q-25.503 2.994-25.503 2.686Q-25.503 2.529-25.597 2.414Q-25.691 2.300-25.829 2.231Q-25.968 2.163-26.135 2.125L-26.716 2.026Q-27.072 1.958-27.345 1.737Q-27.619 1.517-27.619 1.175Q-27.619 0.926-27.508 0.751Q-27.396 0.577-27.210 0.478Q-27.024 0.379-26.809 0.336Q-26.593 0.293-26.351 0.293Q-25.937 0.293-25.657 0.475L-25.441 0.300Q-25.431 0.297-25.424 0.295Q-25.417 0.293-25.407 0.293L-25.356 0.293Q-25.329 0.293-25.305 0.317Q-25.281 0.341-25.281 0.369L-25.281 1.216Q-25.281 1.237-25.305 1.264Q-25.329 1.291-25.356 1.291L-25.469 1.291Q-25.496 1.291-25.522 1.266Q-25.547 1.240-25.547 1.216Q-25.547 0.980-25.653 0.816Q-25.759 0.652-25.942 0.570Q-26.125 0.488-26.357 0.488Q-26.686 0.488-26.942 0.591Q-27.198 0.693-27.198 0.970Q-27.198 1.165-27.015 1.274Q-26.833 1.384-26.604 1.425L-26.029 1.531Q-25.783 1.579-25.570 1.707Q-25.356 1.835-25.219 2.038Q-25.083 2.242-25.083 2.491Q-25.083 3.004-25.448 3.243Q-25.814 3.482-26.351 3.482Q-26.846 3.482-27.178 3.188L-27.444 3.462Q-27.465 3.482-27.492 3.482L-27.540 3.482Q-27.564 3.482-27.591 3.455Q-27.619 3.428-27.619 3.407\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(34.593 14.085)\">\u003Cpath d=\"M-16.579 2.607L-21.412 2.607Q-21.480 2.597-21.526 2.551Q-21.572 2.505-21.572 2.433Q-21.572 2.368-21.526 2.322Q-21.480 2.276-21.412 2.266L-16.579 2.266Q-16.510 2.276-16.464 2.322Q-16.418 2.368-16.418 2.433Q-16.418 2.505-16.464 2.551Q-16.510 2.597-16.579 2.607M-16.579 1.069L-21.412 1.069Q-21.480 1.059-21.526 1.013Q-21.572 0.967-21.572 0.895Q-21.572 0.751-21.412 0.727L-16.579 0.727Q-16.418 0.751-16.418 0.895Q-16.418 0.967-16.464 1.013Q-16.510 1.059-16.579 1.069\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(34.593 14.085)\">\u003Cpath d=\"M-11.317 3.414L-12.900 3.414L-12.900 3.134Q-12.671 3.134-12.522 3.100Q-12.374 3.065-12.374 2.925L-12.374-0.694Q-12.374-0.964-12.481-1.026Q-12.589-1.087-12.900-1.087L-12.900-1.368L-11.820-1.443L-11.820 1.845L-10.835 1.076Q-10.630 0.939-10.630 0.789Q-10.630 0.745-10.671 0.710Q-10.712 0.676-10.757 0.676L-10.757 0.396L-9.393 0.396L-9.393 0.676Q-9.882 0.676-10.401 1.076L-10.958 1.510L-9.981 2.734Q-9.779 2.980-9.646 3.057Q-9.513 3.134-9.226 3.134L-9.226 3.414L-10.658 3.414L-10.658 3.134Q-10.470 3.134-10.470 3.021Q-10.470 2.925-10.624 2.734L-11.358 1.825L-11.840 2.204L-11.840 2.925Q-11.840 3.062-11.692 3.098Q-11.543 3.134-11.317 3.134\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(34.593 14.085)\">\u003Cpath d=\"M-6.018 3.407L-6.018 2.344Q-6.018 2.320-5.990 2.293Q-5.963 2.266-5.939 2.266L-5.830 2.266Q-5.765 2.266-5.751 2.324Q-5.655 2.758-5.409 3.009Q-5.163 3.260-4.749 3.260Q-4.408 3.260-4.155 3.127Q-3.902 2.994-3.902 2.686Q-3.902 2.529-3.996 2.414Q-4.090 2.300-4.228 2.231Q-4.367 2.163-4.534 2.125L-5.115 2.026Q-5.471 1.958-5.744 1.737Q-6.018 1.517-6.018 1.175Q-6.018 0.926-5.906 0.751Q-5.795 0.577-5.609 0.478Q-5.423 0.379-5.207 0.336Q-4.992 0.293-4.749 0.293Q-4.336 0.293-4.056 0.475L-3.840 0.300Q-3.830 0.297-3.823 0.295Q-3.816 0.293-3.806 0.293L-3.755 0.293Q-3.728 0.293-3.704 0.317Q-3.680 0.341-3.680 0.369L-3.680 1.216Q-3.680 1.237-3.704 1.264Q-3.728 1.291-3.755 1.291L-3.868 1.291Q-3.895 1.291-3.921 1.266Q-3.946 1.240-3.946 1.216Q-3.946 0.980-4.052 0.816Q-4.158 0.652-4.341 0.570Q-4.524 0.488-4.756 0.488Q-5.084 0.488-5.341 0.591Q-5.597 0.693-5.597 0.970Q-5.597 1.165-5.414 1.274Q-5.231 1.384-5.002 1.425L-4.428 1.531Q-4.182 1.579-3.968 1.707Q-3.755 1.835-3.618 2.038Q-3.481 2.242-3.481 2.491Q-3.481 3.004-3.847 3.243Q-4.213 3.482-4.749 3.482Q-5.245 3.482-5.577 3.188L-5.843 3.462Q-5.864 3.482-5.891 3.482L-5.939 3.482Q-5.963 3.482-5.990 3.455Q-6.018 3.428-6.018 3.407M-2.326 2.573L-2.326 0.676L-2.965 0.676L-2.965 0.454Q-2.647 0.454-2.430 0.244Q-2.213 0.034-2.113-0.276Q-2.012-0.585-2.012-0.893L-1.745-0.893L-1.745 0.396L-0.668 0.396L-0.668 0.676L-1.745 0.676L-1.745 2.560Q-1.745 2.836-1.641 3.035Q-1.537 3.233-1.277 3.233Q-1.120 3.233-1.014 3.129Q-0.908 3.024-0.858 2.871Q-0.809 2.717-0.809 2.560L-0.809 2.146L-0.542 2.146L-0.542 2.573Q-0.542 2.799-0.641 3.009Q-0.740 3.219-0.925 3.351Q-1.109 3.482-1.338 3.482Q-1.776 3.482-2.051 3.245Q-2.326 3.007-2.326 2.573M0.326 2.686Q0.326 2.354 0.550 2.127Q0.774 1.900 1.117 1.772Q1.461 1.643 1.834 1.591Q2.206 1.538 2.510 1.538L2.510 1.285Q2.510 1.080 2.403 0.900Q2.295 0.721 2.114 0.618Q1.933 0.516 1.724 0.516Q1.317 0.516 1.082 0.608Q1.170 0.645 1.217 0.729Q1.263 0.813 1.263 0.915Q1.263 1.011 1.217 1.090Q1.170 1.168 1.090 1.213Q1.010 1.257 0.921 1.257Q0.771 1.257 0.670 1.160Q0.569 1.062 0.569 0.915Q0.569 0.293 1.724 0.293Q1.936 0.293 2.186 0.357Q2.435 0.420 2.637 0.539Q2.838 0.659 2.965 0.844Q3.091 1.028 3.091 1.271L3.091 2.847Q3.091 2.963 3.153 3.059Q3.214 3.154 3.327 3.154Q3.437 3.154 3.501 3.060Q3.566 2.966 3.566 2.847L3.566 2.399L3.833 2.399L3.833 2.847Q3.833 3.117 3.606 3.282Q3.378 3.448 3.098 3.448Q2.890 3.448 2.753 3.294Q2.616 3.141 2.592 2.925Q2.445 3.192 2.163 3.337Q1.881 3.482 1.557 3.482Q1.280 3.482 0.996 3.407Q0.712 3.332 0.519 3.153Q0.326 2.973 0.326 2.686M0.941 2.686Q0.941 2.860 1.042 2.990Q1.143 3.120 1.299 3.190Q1.454 3.260 1.618 3.260Q1.837 3.260 2.045 3.163Q2.254 3.065 2.382 2.884Q2.510 2.703 2.510 2.477L2.510 1.749Q2.186 1.749 1.820 1.840Q1.454 1.931 1.198 2.143Q0.941 2.354 0.941 2.686M6 3.414L4.264 3.414L4.264 3.134Q4.493 3.134 4.641 3.100Q4.790 3.065 4.790 2.925L4.790 1.076Q4.790 0.806 4.682 0.745Q4.575 0.683 4.264 0.683L4.264 0.403L5.293 0.328L5.293 1.035Q5.422 0.727 5.665 0.528Q5.908 0.328 6.226 0.328Q6.444 0.328 6.615 0.452Q6.786 0.577 6.786 0.789Q6.786 0.926 6.687 1.025Q6.588 1.124 6.455 1.124Q6.318 1.124 6.219 1.025Q6.120 0.926 6.120 0.789Q6.120 0.649 6.219 0.550Q5.928 0.550 5.728 0.746Q5.528 0.943 5.436 1.237Q5.344 1.531 5.344 1.811L5.344 2.925Q5.344 3.134 6 3.134L6 3.414M7.897 2.573L7.897 0.676L7.258 0.676L7.258 0.454Q7.576 0.454 7.793 0.244Q8.010 0.034 8.111-0.276Q8.211-0.585 8.211-0.893L8.478-0.893L8.478 0.396L9.555 0.396L9.555 0.676L8.478 0.676L8.478 2.560Q8.478 2.836 8.582 3.035Q8.687 3.233 8.946 3.233Q9.104 3.233 9.210 3.129Q9.315 3.024 9.365 2.871Q9.415 2.717 9.415 2.560L9.415 2.146L9.681 2.146L9.681 2.573Q9.681 2.799 9.582 3.009Q9.483 3.219 9.298 3.351Q9.114 3.482 8.885 3.482Q8.447 3.482 8.172 3.245Q7.897 3.007 7.897 2.573M10.491 3.407L10.491 2.344Q10.491 2.320 10.519 2.293Q10.546 2.266 10.570 2.266L10.679 2.266Q10.744 2.266 10.758 2.324Q10.854 2.758 11.100 3.009Q11.346 3.260 11.759 3.260Q12.101 3.260 12.354 3.127Q12.607 2.994 12.607 2.686Q12.607 2.529 12.513 2.414Q12.419 2.300 12.281 2.231Q12.142 2.163 11.975 2.125L11.394 2.026Q11.038 1.958 10.765 1.737Q10.491 1.517 10.491 1.175Q10.491 0.926 10.602 0.751Q10.713 0.577 10.900 0.478Q11.086 0.379 11.301 0.336Q11.517 0.293 11.759 0.293Q12.173 0.293 12.453 0.475L12.668 0.300Q12.679 0.297 12.686 0.295Q12.692 0.293 12.703 0.293L12.754 0.293Q12.781 0.293 12.805 0.317Q12.829 0.341 12.829 0.369L12.829 1.216Q12.829 1.237 12.805 1.264Q12.781 1.291 12.754 1.291L12.641 1.291Q12.614 1.291 12.588 1.266Q12.563 1.240 12.563 1.216Q12.563 0.980 12.457 0.816Q12.351 0.652 12.168 0.570Q11.985 0.488 11.752 0.488Q11.424 0.488 11.168 0.591Q10.912 0.693 10.912 0.970Q10.912 1.165 11.095 1.274Q11.277 1.384 11.506 1.425L12.081 1.531Q12.327 1.579 12.540 1.707Q12.754 1.835 12.891 2.038Q13.027 2.242 13.027 2.491Q13.027 3.004 12.662 3.243Q12.296 3.482 11.759 3.482Q11.264 3.482 10.932 3.188L10.666 3.462Q10.645 3.482 10.618 3.482L10.570 3.482Q10.546 3.482 10.519 3.455Q10.491 3.428 10.491 3.407\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg transform=\"translate(145.797 -52.06)\">\u003Cpath d=\"M-43.189 3.414L-45.111 3.414L-45.111 3.117Q-44.302 3.117-44.302 2.637L-44.302-1.488Q-44.302-1.660-44.545-1.707Q-44.787-1.754-45.111-1.754L-45.111-2.051L-43.615-2.051Q-43.506-2.051-43.447-1.938L-41.599 2.605L-39.759-1.938Q-39.697-2.051-39.591-2.051L-38.088-2.051L-38.088-1.754Q-38.408-1.754-38.650-1.707Q-38.892-1.660-38.892-1.488L-38.892 2.855Q-38.892 3.023-38.650 3.070Q-38.408 3.117-38.088 3.117L-38.088 3.414L-40.388 3.414L-40.388 3.117Q-39.584 3.117-39.584 2.855L-39.584-1.738L-41.631 3.301Q-41.666 3.414-41.798 3.414Q-41.939 3.414-41.974 3.301L-43.998-1.676L-43.998 2.637Q-43.998 3.117-43.189 3.117L-43.189 3.414M-37.470 1.660Q-37.470 1.180-37.238 0.764Q-37.006 0.348-36.595 0.098Q-36.185-0.152-35.709-0.152Q-34.978-0.152-34.580 0.289Q-34.181 0.730-34.181 1.461Q-34.181 1.566-34.275 1.590L-36.724 1.590L-36.724 1.660Q-36.724 2.070-36.603 2.426Q-36.482 2.781-36.211 2.998Q-35.939 3.215-35.509 3.215Q-35.146 3.215-34.849 2.986Q-34.552 2.758-34.451 2.406Q-34.443 2.359-34.357 2.344L-34.275 2.344Q-34.181 2.371-34.181 2.453Q-34.181 2.461-34.189 2.492Q-34.252 2.719-34.390 2.902Q-34.529 3.086-34.720 3.219Q-34.912 3.352-35.131 3.422Q-35.349 3.492-35.588 3.492Q-35.959 3.492-36.297 3.355Q-36.634 3.219-36.902 2.967Q-37.170 2.715-37.320 2.375Q-37.470 2.035-37.470 1.660M-36.716 1.352L-34.756 1.352Q-34.756 1.047-34.857 0.756Q-34.959 0.465-35.175 0.283Q-35.392 0.102-35.709 0.102Q-36.009 0.102-36.240 0.289Q-36.470 0.477-36.593 0.768Q-36.716 1.059-36.716 1.352M-33.693 1.660Q-33.693 1.180-33.461 0.764Q-33.228 0.348-32.818 0.098Q-32.408-0.152-31.931-0.152Q-31.201-0.152-30.802 0.289Q-30.404 0.730-30.404 1.461Q-30.404 1.566-30.498 1.590L-32.947 1.590L-32.947 1.660Q-32.947 2.070-32.826 2.426Q-32.705 2.781-32.433 2.998Q-32.162 3.215-31.732 3.215Q-31.369 3.215-31.072 2.986Q-30.775 2.758-30.673 2.406Q-30.666 2.359-30.580 2.344L-30.498 2.344Q-30.404 2.371-30.404 2.453Q-30.404 2.461-30.412 2.492Q-30.474 2.719-30.613 2.902Q-30.752 3.086-30.943 3.219Q-31.134 3.352-31.353 3.422Q-31.572 3.492-31.810 3.492Q-32.181 3.492-32.519 3.355Q-32.857 3.219-33.125 2.967Q-33.392 2.715-33.543 2.375Q-33.693 2.035-33.693 1.660M-32.939 1.352L-30.978 1.352Q-30.978 1.047-31.080 0.756Q-31.181 0.465-31.398 0.283Q-31.615 0.102-31.931 0.102Q-32.232 0.102-32.463 0.289Q-32.693 0.477-32.816 0.768Q-32.939 1.059-32.939 1.352M-29.291 2.453L-29.291 0.262L-29.994 0.262L-29.994 0.008Q-29.638 0.008-29.396-0.225Q-29.154-0.457-29.043-0.805Q-28.931-1.152-28.931-1.508L-28.650-1.508L-28.650-0.035L-27.474-0.035L-27.474 0.262L-28.650 0.262L-28.650 2.437Q-28.650 2.758-28.531 2.986Q-28.412 3.215-28.131 3.215Q-27.951 3.215-27.834 3.092Q-27.716 2.969-27.664 2.789Q-27.611 2.609-27.611 2.437L-27.611 1.965L-27.330 1.965L-27.330 2.453Q-27.330 2.707-27.435 2.947Q-27.541 3.187-27.738 3.340Q-27.935 3.492-28.193 3.492Q-28.509 3.492-28.761 3.369Q-29.013 3.246-29.152 3.012Q-29.291 2.777-29.291 2.453M-26.568 3.406L-26.568 2.184Q-26.568 2.156-26.537 2.125Q-26.506 2.094-26.482 2.094L-26.377 2.094Q-26.306 2.094-26.291 2.156Q-26.228 2.477-26.090 2.717Q-25.951 2.957-25.718 3.098Q-25.486 3.238-25.177 3.238Q-24.939 3.238-24.730 3.178Q-24.521 3.117-24.384 2.969Q-24.248 2.820-24.248 2.574Q-24.248 2.320-24.459 2.154Q-24.670 1.988-24.939 1.934L-25.560 1.820Q-25.966 1.742-26.267 1.486Q-26.568 1.230-26.568 0.855Q-26.568 0.488-26.367 0.266Q-26.166 0.043-25.841-0.055Q-25.517-0.152-25.177-0.152Q-24.713-0.152-24.416 0.055L-24.193-0.129Q-24.170-0.152-24.138-0.152L-24.088-0.152Q-24.056-0.152-24.029-0.125Q-24.002-0.098-24.002-0.066L-24.002 0.918Q-24.002 0.949-24.027 0.978Q-24.052 1.008-24.088 1.008L-24.193 1.008Q-24.228 1.008-24.256 0.980Q-24.283 0.953-24.283 0.918Q-24.283 0.519-24.535 0.299Q-24.787 0.078-25.185 0.078Q-25.541 0.078-25.824 0.201Q-26.107 0.324-26.107 0.629Q-26.107 0.848-25.906 0.980Q-25.705 1.113-25.459 1.156L-24.834 1.269Q-24.404 1.359-24.095 1.656Q-23.787 1.953-23.787 2.367Q-23.787 2.937-24.185 3.215Q-24.584 3.492-25.177 3.492Q-25.728 3.492-26.080 3.156L-26.377 3.469Q-26.400 3.492-26.435 3.492L-26.482 3.492Q-26.506 3.492-26.537 3.461Q-26.568 3.430-26.568 3.406M-20.881 5.406Q-21.494 4.949-21.896 4.314Q-22.298 3.680-22.494 2.934Q-22.689 2.187-22.689 1.414Q-22.689 0.641-22.494-0.106Q-22.298-0.852-21.896-1.486Q-21.494-2.121-20.881-2.578Q-20.869-2.582-20.861-2.584Q-20.853-2.586-20.841-2.586L-20.763-2.586Q-20.724-2.586-20.699-2.559Q-20.673-2.531-20.673-2.488Q-20.673-2.438-20.705-2.418Q-21.213-1.965-21.535-1.342Q-21.857-0.719-21.998-0.023Q-22.138 0.672-22.138 1.414Q-22.138 2.148-22 2.848Q-21.861 3.547-21.537 4.172Q-21.213 4.797-20.705 5.246Q-20.673 5.266-20.673 5.316Q-20.673 5.359-20.699 5.387Q-20.724 5.414-20.763 5.414L-20.841 5.414Q-20.849 5.410-20.859 5.408Q-20.869 5.406-20.881 5.406M-18.095 3.414L-19.873 3.414L-19.873 3.117Q-19.599 3.117-19.431 3.070Q-19.263 3.023-19.263 2.855L-19.263 0.719Q-19.263 0.504-19.320 0.408Q-19.377 0.312-19.490 0.291Q-19.603 0.269-19.849 0.269L-19.849-0.027L-18.650-0.113L-18.650 2.855Q-18.650 3.023-18.504 3.070Q-18.357 3.117-18.095 3.117L-18.095 3.414M-19.537-1.508Q-19.537-1.699-19.402-1.830Q-19.267-1.961-19.072-1.961Q-18.951-1.961-18.847-1.898Q-18.744-1.836-18.681-1.732Q-18.619-1.629-18.619-1.508Q-18.619-1.313-18.750-1.178Q-18.881-1.043-19.072-1.043Q-19.271-1.043-19.404-1.176Q-19.537-1.309-19.537-1.508M-17.009 4.820Q-17.009 4.797-16.978 4.750Q-16.685 4.488-16.519 4.121Q-16.353 3.754-16.353 3.367L-16.353 3.309Q-16.482 3.414-16.650 3.414Q-16.841 3.414-16.978 3.281Q-17.115 3.148-17.115 2.949Q-17.115 2.758-16.978 2.625Q-16.841 2.492-16.650 2.492Q-16.349 2.492-16.224 2.762Q-16.099 3.031-16.099 3.367Q-16.099 3.816-16.281 4.230Q-16.463 4.644-16.802 4.941Q-16.826 4.965-16.865 4.965Q-16.912 4.965-16.961 4.920Q-17.009 4.875-17.009 4.820M-15.795 4.391Q-15.795 4.285-15.744 4.193Q-15.693 4.101-15.601 4.051Q-15.509 4-15.404 4Q-15.295 4-15.203 4.051Q-15.111 4.101-15.060 4.193Q-15.009 4.285-15.009 4.391Q-15.009 4.605-15.201 4.726Q-15.045 4.789-14.818 4.789Q-14.517 4.789-14.388 4.480Q-14.259 4.172-14.259 3.805L-14.259 0.719Q-14.259 0.414-14.406 0.342Q-14.552 0.269-14.931 0.269L-14.931-0.027L-13.642-0.113L-13.642 3.828Q-13.642 4.148-13.802 4.432Q-13.963 4.715-14.240 4.881Q-14.517 5.047-14.834 5.047Q-15.193 5.047-15.494 4.883Q-15.795 4.719-15.795 4.391M-14.564-1.508Q-14.564-1.691-14.425-1.826Q-14.287-1.961-14.099-1.961Q-13.912-1.961-13.777-1.830Q-13.642-1.699-13.642-1.508Q-13.642-1.309-13.775-1.176Q-13.908-1.043-14.099-1.043Q-14.291-1.043-14.427-1.180Q-14.564-1.316-14.564-1.508M-12.240 5.414L-12.322 5.414Q-12.357 5.414-12.382 5.385Q-12.408 5.355-12.408 5.316Q-12.408 5.266-12.377 5.246Q-11.990 4.910-11.707 4.461Q-11.423 4.012-11.257 3.512Q-11.091 3.012-11.017 2.494Q-10.943 1.977-10.943 1.414Q-10.943 0.844-11.017 0.328Q-11.091-0.188-11.257-0.684Q-11.423-1.180-11.703-1.627Q-11.982-2.074-12.377-2.418Q-12.408-2.438-12.408-2.488Q-12.408-2.527-12.382-2.557Q-12.357-2.586-12.322-2.586L-12.240-2.586Q-12.228-2.586-12.218-2.584Q-12.209-2.582-12.201-2.578Q-11.588-2.121-11.185-1.486Q-10.783-0.852-10.588-0.106Q-10.392 0.641-10.392 1.414Q-10.392 2.187-10.588 2.934Q-10.783 3.680-11.185 4.314Q-11.588 4.949-12.201 5.406Q-12.213 5.406-12.220 5.408Q-12.228 5.410-12.240 5.414\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(145.797 -26.453)\">\u003Cpath d=\"M-43.189 3.414L-45.111 3.414L-45.111 3.117Q-44.302 3.117-44.302 2.637L-44.302-1.488Q-44.302-1.660-44.545-1.707Q-44.787-1.754-45.111-1.754L-45.111-2.051L-43.615-2.051Q-43.506-2.051-43.447-1.938L-41.599 2.605L-39.759-1.938Q-39.697-2.051-39.591-2.051L-38.088-2.051L-38.088-1.754Q-38.408-1.754-38.650-1.707Q-38.892-1.660-38.892-1.488L-38.892 2.855Q-38.892 3.023-38.650 3.070Q-38.408 3.117-38.088 3.117L-38.088 3.414L-40.388 3.414L-40.388 3.117Q-39.584 3.117-39.584 2.855L-39.584-1.738L-41.631 3.301Q-41.666 3.414-41.798 3.414Q-41.939 3.414-41.974 3.301L-43.998-1.676L-43.998 2.637Q-43.998 3.117-43.189 3.117L-43.189 3.414M-37.470 1.660Q-37.470 1.180-37.238 0.764Q-37.006 0.348-36.595 0.098Q-36.185-0.152-35.709-0.152Q-34.978-0.152-34.580 0.289Q-34.181 0.730-34.181 1.461Q-34.181 1.566-34.275 1.590L-36.724 1.590L-36.724 1.660Q-36.724 2.070-36.603 2.426Q-36.482 2.781-36.211 2.998Q-35.939 3.215-35.509 3.215Q-35.146 3.215-34.849 2.986Q-34.552 2.758-34.451 2.406Q-34.443 2.359-34.357 2.344L-34.275 2.344Q-34.181 2.371-34.181 2.453Q-34.181 2.461-34.189 2.492Q-34.252 2.719-34.390 2.902Q-34.529 3.086-34.720 3.219Q-34.912 3.352-35.131 3.422Q-35.349 3.492-35.588 3.492Q-35.959 3.492-36.297 3.355Q-36.634 3.219-36.902 2.967Q-37.170 2.715-37.320 2.375Q-37.470 2.035-37.470 1.660M-36.716 1.352L-34.756 1.352Q-34.756 1.047-34.857 0.756Q-34.959 0.465-35.175 0.283Q-35.392 0.102-35.709 0.102Q-36.009 0.102-36.240 0.289Q-36.470 0.477-36.593 0.768Q-36.716 1.059-36.716 1.352M-33.693 1.660Q-33.693 1.180-33.461 0.764Q-33.228 0.348-32.818 0.098Q-32.408-0.152-31.931-0.152Q-31.201-0.152-30.802 0.289Q-30.404 0.730-30.404 1.461Q-30.404 1.566-30.498 1.590L-32.947 1.590L-32.947 1.660Q-32.947 2.070-32.826 2.426Q-32.705 2.781-32.433 2.998Q-32.162 3.215-31.732 3.215Q-31.369 3.215-31.072 2.986Q-30.775 2.758-30.673 2.406Q-30.666 2.359-30.580 2.344L-30.498 2.344Q-30.404 2.371-30.404 2.453Q-30.404 2.461-30.412 2.492Q-30.474 2.719-30.613 2.902Q-30.752 3.086-30.943 3.219Q-31.134 3.352-31.353 3.422Q-31.572 3.492-31.810 3.492Q-32.181 3.492-32.519 3.355Q-32.857 3.219-33.125 2.967Q-33.392 2.715-33.543 2.375Q-33.693 2.035-33.693 1.660M-32.939 1.352L-30.978 1.352Q-30.978 1.047-31.080 0.756Q-31.181 0.465-31.398 0.283Q-31.615 0.102-31.931 0.102Q-32.232 0.102-32.463 0.289Q-32.693 0.477-32.816 0.768Q-32.939 1.059-32.939 1.352M-29.291 2.453L-29.291 0.262L-29.994 0.262L-29.994 0.008Q-29.638 0.008-29.396-0.225Q-29.154-0.457-29.043-0.805Q-28.931-1.152-28.931-1.508L-28.650-1.508L-28.650-0.035L-27.474-0.035L-27.474 0.262L-28.650 0.262L-28.650 2.437Q-28.650 2.758-28.531 2.986Q-28.412 3.215-28.131 3.215Q-27.951 3.215-27.834 3.092Q-27.716 2.969-27.664 2.789Q-27.611 2.609-27.611 2.437L-27.611 1.965L-27.330 1.965L-27.330 2.453Q-27.330 2.707-27.435 2.947Q-27.541 3.187-27.738 3.340Q-27.935 3.492-28.193 3.492Q-28.509 3.492-28.761 3.369Q-29.013 3.246-29.152 3.012Q-29.291 2.777-29.291 2.453M-26.568 3.406L-26.568 2.184Q-26.568 2.156-26.537 2.125Q-26.506 2.094-26.482 2.094L-26.377 2.094Q-26.306 2.094-26.291 2.156Q-26.228 2.477-26.090 2.717Q-25.951 2.957-25.718 3.098Q-25.486 3.238-25.177 3.238Q-24.939 3.238-24.730 3.178Q-24.521 3.117-24.384 2.969Q-24.248 2.820-24.248 2.574Q-24.248 2.320-24.459 2.154Q-24.670 1.988-24.939 1.934L-25.560 1.820Q-25.966 1.742-26.267 1.486Q-26.568 1.230-26.568 0.855Q-26.568 0.488-26.367 0.266Q-26.166 0.043-25.841-0.055Q-25.517-0.152-25.177-0.152Q-24.713-0.152-24.416 0.055L-24.193-0.129Q-24.170-0.152-24.138-0.152L-24.088-0.152Q-24.056-0.152-24.029-0.125Q-24.002-0.098-24.002-0.066L-24.002 0.918Q-24.002 0.949-24.027 0.978Q-24.052 1.008-24.088 1.008L-24.193 1.008Q-24.228 1.008-24.256 0.980Q-24.283 0.953-24.283 0.918Q-24.283 0.519-24.535 0.299Q-24.787 0.078-25.185 0.078Q-25.541 0.078-25.824 0.201Q-26.107 0.324-26.107 0.629Q-26.107 0.848-25.906 0.980Q-25.705 1.113-25.459 1.156L-24.834 1.269Q-24.404 1.359-24.095 1.656Q-23.787 1.953-23.787 2.367Q-23.787 2.937-24.185 3.215Q-24.584 3.492-25.177 3.492Q-25.728 3.492-26.080 3.156L-26.377 3.469Q-26.400 3.492-26.435 3.492L-26.482 3.492Q-26.506 3.492-26.537 3.461Q-26.568 3.430-26.568 3.406M-20.881 5.406Q-21.494 4.949-21.896 4.314Q-22.298 3.680-22.494 2.934Q-22.689 2.187-22.689 1.414Q-22.689 0.641-22.494-0.106Q-22.298-0.852-21.896-1.486Q-21.494-2.121-20.881-2.578Q-20.869-2.582-20.861-2.584Q-20.853-2.586-20.841-2.586L-20.763-2.586Q-20.724-2.586-20.699-2.559Q-20.673-2.531-20.673-2.488Q-20.673-2.438-20.705-2.418Q-21.213-1.965-21.535-1.342Q-21.857-0.719-21.998-0.023Q-22.138 0.672-22.138 1.414Q-22.138 2.148-22 2.848Q-21.861 3.547-21.537 4.172Q-21.213 4.797-20.705 5.246Q-20.673 5.266-20.673 5.316Q-20.673 5.359-20.699 5.387Q-20.724 5.414-20.763 5.414L-20.841 5.414Q-20.849 5.410-20.859 5.408Q-20.869 5.406-20.881 5.406M-20.513 4.391Q-20.513 4.285-20.463 4.193Q-20.412 4.101-20.320 4.051Q-20.228 4-20.123 4Q-20.013 4-19.922 4.051Q-19.830 4.101-19.779 4.193Q-19.728 4.285-19.728 4.391Q-19.728 4.605-19.920 4.726Q-19.763 4.789-19.537 4.789Q-19.236 4.789-19.107 4.480Q-18.978 4.172-18.978 3.805L-18.978 0.719Q-18.978 0.414-19.125 0.342Q-19.271 0.269-19.650 0.269L-19.650-0.027L-18.361-0.113L-18.361 3.828Q-18.361 4.148-18.521 4.432Q-18.681 4.715-18.959 4.881Q-19.236 5.047-19.552 5.047Q-19.912 5.047-20.213 4.883Q-20.513 4.719-20.513 4.391M-19.283-1.508Q-19.283-1.691-19.144-1.826Q-19.006-1.961-18.818-1.961Q-18.631-1.961-18.496-1.830Q-18.361-1.699-18.361-1.508Q-18.361-1.309-18.494-1.176Q-18.627-1.043-18.818-1.043Q-19.009-1.043-19.146-1.180Q-19.283-1.316-19.283-1.508M-16.775 4.820Q-16.775 4.797-16.744 4.750Q-16.451 4.488-16.285 4.121Q-16.119 3.754-16.119 3.367L-16.119 3.309Q-16.248 3.414-16.416 3.414Q-16.607 3.414-16.744 3.281Q-16.881 3.148-16.881 2.949Q-16.881 2.758-16.744 2.625Q-16.607 2.492-16.416 2.492Q-16.115 2.492-15.990 2.762Q-15.865 3.031-15.865 3.367Q-15.865 3.816-16.047 4.230Q-16.228 4.644-16.568 4.941Q-16.591 4.965-16.631 4.965Q-16.677 4.965-16.726 4.920Q-16.775 4.875-16.775 4.820M-13.177 3.414L-14.974 3.414L-14.974 3.117Q-14.705 3.117-14.537 3.072Q-14.369 3.027-14.369 2.855L-14.369-1.305Q-14.369-1.520-14.431-1.615Q-14.494-1.711-14.611-1.732Q-14.728-1.754-14.974-1.754L-14.974-2.051L-13.752-2.137L-13.752 1.629L-12.654 0.742Q-12.447 0.562-12.447 0.414Q-12.447 0.348-12.500 0.305Q-12.552 0.262-12.623 0.262L-12.623-0.035L-11.088-0.035L-11.088 0.262Q-11.619 0.262-12.216 0.742L-12.826 1.238L-11.752 2.637Q-11.615 2.812-11.507 2.920Q-11.400 3.027-11.265 3.072Q-11.131 3.117-10.904 3.117L-10.904 3.414L-12.529 3.414L-12.529 3.117Q-12.287 3.117-12.287 2.965Q-12.287 2.887-12.330 2.816Q-12.373 2.746-12.455 2.637L-13.256 1.590L-13.783 2.016L-13.783 2.855Q-13.783 3.023-13.615 3.070Q-13.447 3.117-13.177 3.117L-13.177 3.414M-10.119 5.414L-10.201 5.414Q-10.236 5.414-10.261 5.385Q-10.287 5.355-10.287 5.316Q-10.287 5.266-10.256 5.246Q-9.869 4.910-9.586 4.461Q-9.302 4.012-9.136 3.512Q-8.970 3.012-8.896 2.494Q-8.822 1.977-8.822 1.414Q-8.822 0.844-8.896 0.328Q-8.970-0.188-9.136-0.684Q-9.302-1.180-9.582-1.627Q-9.861-2.074-10.256-2.418Q-10.287-2.438-10.287-2.488Q-10.287-2.527-10.261-2.557Q-10.236-2.586-10.201-2.586L-10.119-2.586Q-10.107-2.586-10.097-2.584Q-10.088-2.582-10.080-2.578Q-9.466-2.121-9.064-1.486Q-8.662-0.852-8.466-0.106Q-8.271 0.641-8.271 1.414Q-8.271 2.187-8.466 2.934Q-8.662 3.680-9.064 4.314Q-9.466 4.949-10.080 5.406Q-10.091 5.406-10.099 5.408Q-10.107 5.410-10.119 5.414\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M93.932-12.235h76.823\"\u002F>\u003Cg fill=\"var(--tk-accent)\" stroke=\"none\" font-family=\"cmr8\" font-size=\"8\">\u003Cg transform=\"translate(145.797 -.845)\">\u003Cpath d=\"M-45.248 4.023Q-45.248 3.742-45.037 3.531Q-44.826 3.320-44.541 3.230Q-44.697 3.105-44.775 2.916Q-44.853 2.727-44.853 2.527Q-44.853 2.172-44.623 1.879Q-44.990 1.539-44.990 1.070Q-44.990 0.719-44.787 0.449Q-44.584 0.180-44.263 0.033Q-43.943-0.113-43.599-0.113Q-43.080-0.113-42.709 0.168Q-42.345-0.203-41.798-0.203Q-41.619-0.203-41.492-0.076Q-41.365 0.051-41.365 0.230Q-41.365 0.336-41.443 0.414Q-41.521 0.492-41.631 0.492Q-41.740 0.492-41.816 0.416Q-41.892 0.340-41.892 0.230Q-41.892 0.129-41.853 0.078Q-41.845 0.070-41.841 0.064Q-41.838 0.059-41.838 0.055Q-42.213 0.055-42.533 0.309Q-42.213 0.648-42.213 1.070Q-42.213 1.340-42.330 1.557Q-42.447 1.773-42.652 1.932Q-42.857 2.090-43.099 2.172Q-43.341 2.254-43.599 2.254Q-43.818 2.254-44.031 2.195Q-44.244 2.137-44.439 2.016Q-44.533 2.156-44.533 2.336Q-44.533 2.543-44.396 2.695Q-44.259 2.848-44.052 2.848L-43.357 2.848Q-42.869 2.848-42.457 2.932Q-42.045 3.016-41.765 3.273Q-41.486 3.531-41.486 4.023Q-41.486 4.387-41.806 4.619Q-42.127 4.851-42.568 4.953Q-43.009 5.055-43.365 5.055Q-43.720 5.055-44.164 4.953Q-44.607 4.851-44.927 4.619Q-45.248 4.387-45.248 4.023M-44.744 4.023Q-44.744 4.219-44.599 4.367Q-44.455 4.516-44.242 4.605Q-44.029 4.695-43.789 4.742Q-43.548 4.789-43.365 4.789Q-43.123 4.789-42.793 4.711Q-42.463 4.633-42.226 4.459Q-41.990 4.285-41.990 4.023Q-41.990 3.617-42.400 3.508Q-42.810 3.398-43.373 3.398L-44.052 3.398Q-44.322 3.398-44.533 3.576Q-44.744 3.754-44.744 4.023M-43.599 1.988Q-42.877 1.988-42.877 1.070Q-42.877 0.148-43.599 0.148Q-44.326 0.148-44.326 1.070Q-44.326 1.988-43.599 1.988M-39.142 3.414L-40.920 3.414L-40.920 3.117Q-40.646 3.117-40.478 3.070Q-40.310 3.023-40.310 2.855L-40.310 0.719Q-40.310 0.504-40.367 0.408Q-40.423 0.312-40.537 0.291Q-40.650 0.269-40.896 0.269L-40.896-0.027L-39.697-0.113L-39.697 2.855Q-39.697 3.023-39.550 3.070Q-39.404 3.117-39.142 3.117L-39.142 3.414M-40.584-1.508Q-40.584-1.699-40.449-1.830Q-40.314-1.961-40.119-1.961Q-39.998-1.961-39.894-1.898Q-39.791-1.836-39.728-1.732Q-39.666-1.629-39.666-1.508Q-39.666-1.313-39.797-1.178Q-39.927-1.043-40.119-1.043Q-40.318-1.043-40.451-1.176Q-40.584-1.309-40.584-1.508M-36.841 3.383L-38.064 0.527Q-38.146 0.352-38.291 0.307Q-38.435 0.262-38.705 0.262L-38.705-0.035L-36.994-0.035L-36.994 0.262Q-37.416 0.262-37.416 0.445Q-37.416 0.480-37.400 0.527L-36.455 2.719L-35.615 0.742Q-35.576 0.664-35.576 0.574Q-35.576 0.434-35.681 0.348Q-35.787 0.262-35.927 0.262L-35.927-0.035L-34.576-0.035L-34.576 0.262Q-35.099 0.262-35.314 0.742L-36.439 3.383Q-36.502 3.492-36.607 3.492L-36.673 3.492Q-36.787 3.492-36.841 3.383\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(145.797 -.845)\">\u003Cpath d=\"M-34.387 1.660Q-34.387 1.180-34.154 0.764Q-33.922 0.348-33.512 0.098Q-33.102-0.152-32.625-0.152Q-31.895-0.152-31.496 0.289Q-31.098 0.730-31.098 1.461Q-31.098 1.566-31.191 1.590L-33.641 1.590L-33.641 1.660Q-33.641 2.070-33.520 2.426Q-33.398 2.781-33.127 2.998Q-32.855 3.215-32.426 3.215Q-32.062 3.215-31.766 2.986Q-31.469 2.758-31.367 2.406Q-31.359 2.359-31.273 2.344L-31.191 2.344Q-31.098 2.371-31.098 2.453Q-31.098 2.461-31.105 2.492Q-31.168 2.719-31.307 2.902Q-31.445 3.086-31.637 3.219Q-31.828 3.352-32.047 3.422Q-32.266 3.492-32.504 3.492Q-32.875 3.492-33.213 3.355Q-33.551 3.219-33.818 2.967Q-34.086 2.715-34.236 2.375Q-34.387 2.035-34.387 1.660M-33.633 1.352L-31.672 1.352Q-31.672 1.047-31.773 0.756Q-31.875 0.465-32.092 0.283Q-32.309 0.102-32.625 0.102Q-32.926 0.102-33.156 0.289Q-33.387 0.477-33.510 0.768Q-33.633 1.059-33.633 1.352M-30.566 3.406L-30.566 2.184Q-30.566 2.156-30.535 2.125Q-30.504 2.094-30.480 2.094L-30.375 2.094Q-30.305 2.094-30.289 2.156Q-30.227 2.477-30.088 2.717Q-29.949 2.957-29.717 3.098Q-29.484 3.238-29.176 3.238Q-28.937 3.238-28.729 3.178Q-28.520 3.117-28.383 2.969Q-28.246 2.820-28.246 2.574Q-28.246 2.320-28.457 2.154Q-28.668 1.988-28.937 1.934L-29.559 1.820Q-29.965 1.742-30.266 1.486Q-30.566 1.230-30.566 0.855Q-30.566 0.488-30.365 0.266Q-30.164 0.043-29.840-0.055Q-29.516-0.152-29.176-0.152Q-28.711-0.152-28.414 0.055L-28.191-0.129Q-28.168-0.152-28.137-0.152L-28.086-0.152Q-28.055-0.152-28.027-0.125Q-28-0.098-28-0.066L-28 0.918Q-28 0.949-28.025 0.978Q-28.051 1.008-28.086 1.008L-28.191 1.008Q-28.227 1.008-28.254 0.980Q-28.281 0.953-28.281 0.918Q-28.281 0.519-28.533 0.299Q-28.785 0.078-29.184 0.078Q-29.539 0.078-29.822 0.201Q-30.105 0.324-30.105 0.629Q-30.105 0.848-29.904 0.980Q-29.703 1.113-29.457 1.156L-28.832 1.269Q-28.402 1.359-28.094 1.656Q-27.785 1.953-27.785 2.367Q-27.785 2.937-28.184 3.215Q-28.582 3.492-29.176 3.492Q-29.727 3.492-30.078 3.156L-30.375 3.469Q-30.398 3.492-30.434 3.492L-30.480 3.492Q-30.504 3.492-30.535 3.461Q-30.566 3.430-30.566 3.406\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(145.797 -.845)\">\u003Cpath d=\"M-21.013 3.414L-24.294 3.414L-24.294 3.117Q-23.970 3.117-23.727 3.070Q-23.485 3.023-23.485 2.855L-23.485-1.488Q-23.485-1.660-23.727-1.707Q-23.970-1.754-24.294-1.754L-24.294-2.051L-21.247-2.051Q-20.821-2.051-20.388-1.897Q-19.954-1.742-19.659-1.434Q-19.364-1.125-19.364-0.691Q-19.364-0.438-19.489-0.221Q-19.614-0.004-19.815 0.152Q-20.016 0.309-20.249 0.408Q-20.481 0.508-20.739 0.559Q-20.364 0.594-19.985 0.771Q-19.606 0.949-19.366 1.248Q-19.126 1.547-19.126 1.941Q-19.126 2.394-19.409 2.728Q-19.692 3.062-20.128 3.238Q-20.563 3.414-21.013 3.414M-22.774 0.703L-22.774 2.855Q-22.774 3.027-22.682 3.072Q-22.591 3.117-22.372 3.117L-21.247 3.117Q-21.009 3.117-20.774 3.029Q-20.540 2.941-20.354 2.781Q-20.169 2.621-20.067 2.408Q-19.966 2.195-19.966 1.941Q-19.966 1.621-20.118 1.336Q-20.270 1.051-20.540 0.877Q-20.809 0.703-21.126 0.703L-22.774 0.703M-22.774-1.488L-22.774 0.445L-21.485 0.445Q-21.243 0.445-21.005 0.363Q-20.766 0.281-20.583 0.135Q-20.399-0.012-20.286-0.229Q-20.173-0.445-20.173-0.691Q-20.173-0.902-20.259-1.104Q-20.345-1.305-20.491-1.447Q-20.638-1.590-20.833-1.672Q-21.028-1.754-21.247-1.754L-22.372-1.754Q-22.591-1.754-22.682-1.711Q-22.774-1.668-22.774-1.488M-18.407 1.660Q-18.407 1.180-18.175 0.764Q-17.942 0.348-17.532 0.098Q-17.122-0.152-16.645-0.152Q-15.915-0.152-15.516 0.289Q-15.118 0.730-15.118 1.461Q-15.118 1.566-15.212 1.590L-17.661 1.590L-17.661 1.660Q-17.661 2.070-17.540 2.426Q-17.419 2.781-17.147 2.998Q-16.876 3.215-16.446 3.215Q-16.083 3.215-15.786 2.986Q-15.489 2.758-15.388 2.406Q-15.380 2.359-15.294 2.344L-15.212 2.344Q-15.118 2.371-15.118 2.453Q-15.118 2.461-15.126 2.492Q-15.188 2.719-15.327 2.902Q-15.466 3.086-15.657 3.219Q-15.849 3.352-16.067 3.422Q-16.286 3.492-16.524 3.492Q-16.895 3.492-17.233 3.355Q-17.571 3.219-17.839 2.967Q-18.106 2.715-18.257 2.375Q-18.407 2.035-18.407 1.660M-17.653 1.352L-15.692 1.352Q-15.692 1.047-15.794 0.756Q-15.895 0.465-16.112 0.283Q-16.329 0.102-16.645 0.102Q-16.946 0.102-17.177 0.289Q-17.407 0.477-17.530 0.768Q-17.653 1.059-17.653 1.352M-12.563 3.414L-14.548 3.414L-14.548 3.117Q-14.274 3.117-14.106 3.070Q-13.938 3.023-13.938 2.855L-13.938 0.262L-14.579 0.262L-14.579-0.035L-13.938-0.035L-13.938-0.969Q-13.938-1.234-13.821-1.471Q-13.704-1.707-13.511-1.871Q-13.317-2.035-13.069-2.127Q-12.821-2.219-12.556-2.219Q-12.270-2.219-12.046-2.061Q-11.821-1.902-11.821-1.625Q-11.821-1.469-11.927-1.359Q-12.032-1.250-12.196-1.250Q-12.352-1.250-12.462-1.359Q-12.571-1.469-12.571-1.625Q-12.571-1.832-12.411-1.938Q-12.509-1.961-12.602-1.961Q-12.833-1.961-13.005-1.805Q-13.177-1.648-13.263-1.412Q-13.349-1.176-13.349-0.953L-13.349-0.035L-12.380-0.035L-12.380 0.262L-13.325 0.262L-13.325 2.855Q-13.325 3.023-13.099 3.070Q-12.872 3.117-12.563 3.117L-12.563 3.414M-12.036 1.719Q-12.036 1.215-11.780 0.783Q-11.524 0.352-11.089 0.100Q-10.653-0.152-10.153-0.152Q-9.766-0.152-9.425-0.008Q-9.083 0.137-8.821 0.398Q-8.559 0.660-8.417 0.996Q-8.274 1.332-8.274 1.719Q-8.274 2.211-8.538 2.621Q-8.802 3.031-9.231 3.262Q-9.661 3.492-10.153 3.492Q-10.645 3.492-11.079 3.260Q-11.513 3.027-11.774 2.619Q-12.036 2.211-12.036 1.719M-10.153 3.215Q-9.696 3.215-9.444 2.992Q-9.192 2.769-9.104 2.418Q-9.016 2.066-9.016 1.621Q-9.016 1.191-9.110 0.853Q-9.204 0.516-9.458 0.309Q-9.712 0.102-10.153 0.102Q-10.802 0.102-11.046 0.518Q-11.290 0.934-11.290 1.621Q-11.290 2.066-11.202 2.418Q-11.114 2.769-10.862 2.992Q-10.610 3.215-10.153 3.215M-5.782 3.414L-7.763 3.414L-7.763 3.117Q-7.493 3.117-7.325 3.072Q-7.157 3.027-7.157 2.855L-7.157 0.719Q-7.157 0.504-7.220 0.408Q-7.282 0.312-7.399 0.291Q-7.516 0.269-7.763 0.269L-7.763-0.027L-6.595-0.113L-6.595 0.672Q-6.516 0.461-6.364 0.275Q-6.212 0.090-6.013-0.012Q-5.813-0.113-5.587-0.113Q-5.341-0.113-5.149 0.031Q-4.958 0.176-4.958 0.406Q-4.958 0.562-5.063 0.672Q-5.169 0.781-5.325 0.781Q-5.481 0.781-5.591 0.672Q-5.700 0.562-5.700 0.406Q-5.700 0.246-5.595 0.141Q-5.919 0.141-6.134 0.369Q-6.349 0.598-6.444 0.937Q-6.540 1.277-6.540 1.582L-6.540 2.855Q-6.540 3.023-6.313 3.070Q-6.087 3.117-5.782 3.117L-5.782 3.414M-4.477 1.660Q-4.477 1.180-4.245 0.764Q-4.013 0.348-3.602 0.098Q-3.192-0.152-2.716-0.152Q-1.985-0.152-1.587 0.289Q-1.188 0.730-1.188 1.461Q-1.188 1.566-1.282 1.590L-3.731 1.590L-3.731 1.660Q-3.731 2.070-3.610 2.426Q-3.489 2.781-3.218 2.998Q-2.946 3.215-2.516 3.215Q-2.153 3.215-1.856 2.986Q-1.559 2.758-1.458 2.406Q-1.450 2.359-1.364 2.344L-1.282 2.344Q-1.188 2.371-1.188 2.453Q-1.188 2.461-1.196 2.492Q-1.259 2.719-1.397 2.902Q-1.536 3.086-1.727 3.219Q-1.919 3.352-2.138 3.422Q-2.356 3.492-2.595 3.492Q-2.966 3.492-3.304 3.355Q-3.641 3.219-3.909 2.967Q-4.177 2.715-4.327 2.375Q-4.477 2.035-4.477 1.660M-3.724 1.352L-1.763 1.352Q-1.763 1.047-1.864 0.756Q-1.966 0.465-2.182 0.283Q-2.399 0.102-2.716 0.102Q-3.016 0.102-3.247 0.289Q-3.477 0.477-3.600 0.768Q-3.724 1.059-3.724 1.352M1.679 5.406Q1.066 4.949 0.663 4.314Q0.261 3.680 0.066 2.934Q-0.130 2.187-0.130 1.414Q-0.130 0.641 0.066-0.106Q0.261-0.852 0.663-1.486Q1.066-2.121 1.679-2.578Q1.691-2.582 1.698-2.584Q1.706-2.586 1.718-2.586L1.796-2.586Q1.835-2.586 1.860-2.559Q1.886-2.531 1.886-2.488Q1.886-2.438 1.855-2.418Q1.347-1.965 1.025-1.342Q0.702-0.719 0.562-0.023Q0.421 0.672 0.421 1.414Q0.421 2.148 0.560 2.848Q0.698 3.547 1.023 4.172Q1.347 4.797 1.855 5.246Q1.886 5.266 1.886 5.316Q1.886 5.359 1.860 5.387Q1.835 5.414 1.796 5.414L1.718 5.414Q1.710 5.410 1.700 5.408Q1.691 5.406 1.679 5.406M4.464 3.414L2.687 3.414L2.687 3.117Q2.960 3.117 3.128 3.070Q3.296 3.023 3.296 2.855L3.296 0.719Q3.296 0.504 3.239 0.408Q3.183 0.312 3.069 0.291Q2.956 0.269 2.710 0.269L2.710-0.027L3.909-0.113L3.909 2.855Q3.909 3.023 4.056 3.070Q4.202 3.117 4.464 3.117L4.464 3.414M3.023-1.508Q3.023-1.699 3.157-1.830Q3.292-1.961 3.487-1.961Q3.609-1.961 3.712-1.898Q3.816-1.836 3.878-1.732Q3.941-1.629 3.941-1.508Q3.941-1.313 3.810-1.178Q3.679-1.043 3.487-1.043Q3.288-1.043 3.155-1.176Q3.023-1.309 3.023-1.508M5.550 4.820Q5.550 4.797 5.581 4.750Q5.874 4.488 6.040 4.121Q6.206 3.754 6.206 3.367L6.206 3.309Q6.077 3.414 5.909 3.414Q5.718 3.414 5.581 3.281Q5.444 3.148 5.444 2.949Q5.444 2.758 5.581 2.625Q5.718 2.492 5.909 2.492Q6.210 2.492 6.335 2.762Q6.460 3.031 6.460 3.367Q6.460 3.816 6.278 4.230Q6.097 4.644 5.757 4.941Q5.734 4.965 5.694 4.965Q5.648 4.965 5.599 4.920Q5.550 4.875 5.550 4.820M9.148 3.414L7.351 3.414L7.351 3.117Q7.620 3.117 7.788 3.072Q7.956 3.027 7.956 2.855L7.956-1.305Q7.956-1.520 7.894-1.615Q7.831-1.711 7.714-1.732Q7.597-1.754 7.351-1.754L7.351-2.051L8.573-2.137L8.573 1.629L9.671 0.742Q9.878 0.562 9.878 0.414Q9.878 0.348 9.825 0.305Q9.773 0.262 9.702 0.262L9.702-0.035L11.237-0.035L11.237 0.262Q10.706 0.262 10.109 0.742L9.499 1.238L10.573 2.637Q10.710 2.812 10.818 2.920Q10.925 3.027 11.060 3.072Q11.194 3.117 11.421 3.117L11.421 3.414L9.796 3.414L9.796 3.117Q10.038 3.117 10.038 2.965Q10.038 2.887 9.995 2.816Q9.952 2.746 9.870 2.637L9.069 1.590L8.542 2.016L8.542 2.855Q8.542 3.023 8.710 3.070Q8.878 3.117 9.148 3.117L9.148 3.414M12.206 5.414L12.124 5.414Q12.089 5.414 12.064 5.385Q12.038 5.355 12.038 5.316Q12.038 5.266 12.069 5.246Q12.456 4.910 12.739 4.461Q13.023 4.012 13.189 3.512Q13.355 3.012 13.429 2.494Q13.503 1.977 13.503 1.414Q13.503 0.844 13.429 0.328Q13.355-0.188 13.189-0.684Q13.023-1.180 12.743-1.627Q12.464-2.074 12.069-2.418Q12.038-2.438 12.038-2.488Q12.038-2.527 12.064-2.557Q12.089-2.586 12.124-2.586L12.206-2.586Q12.218-2.586 12.228-2.584Q12.237-2.582 12.245-2.578Q12.859-2.121 13.261-1.486Q13.663-0.852 13.859-0.106Q14.054 0.641 14.054 1.414Q14.054 2.187 13.859 2.934Q13.663 3.680 13.261 4.314Q12.859 4.949 12.245 5.406Q12.234 5.406 12.226 5.408Q12.218 5.410 12.206 5.414\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fsvg>\u003Cfigcaption class=\"tikz-cap\">Reading the interval composition table. Given Meets(i,j) and Meets(j,k), the transitive chain forces Before(i,k): i ends where j starts, j ends where k starts, so i lies strictly before k with no other relation possible.\u003C\u002Ffigcaption>","\u003Csvg style=\"width:100%;max-width:340.078px;height:auto\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\" viewBox=\"-75 -75 255.059 99.436\">\u003Cg stroke=\"currentColor\" style=\"stroke-miterlimit:10;stroke-width:.4\">\u003Cg fill=\"var(--tk-soft-neutral)\">\u003Cpath d=\"M-59.705-1.921h50.623v-51.215h-50.623Z\"\u002F>\u003Cg fill=\"currentColor\" stroke=\"none\" font-family=\"cmr8\" font-size=\"8\">\u003Cg transform=\"translate(-21.978 2)\">\u003Cpath d=\"M-31.819-27.474L-33.522-32.431Q-33.588-32.607-33.764-32.652Q-33.940-32.697-34.233-32.697L-34.233-32.994L-32.088-32.994L-32.088-32.697Q-32.745-32.697-32.745-32.482Q-32.741-32.470-32.739-32.461Q-32.737-32.451-32.737-32.431L-31.385-28.498L-30.186-32.002L-30.331-32.431Q-30.401-32.607-30.575-32.652Q-30.748-32.697-31.041-32.697L-31.041-32.994L-28.905-32.994L-28.905-32.697Q-29.553-32.697-29.553-32.482Q-29.553-32.439-29.545-32.431L-28.194-28.498L-26.920-32.216Q-26.905-32.263-26.905-32.299Q-26.905-32.439-27.014-32.531Q-27.123-32.623-27.280-32.660Q-27.436-32.697-27.569-32.697L-27.569-32.994L-25.834-32.994L-25.834-32.697Q-26.452-32.697-26.623-32.216L-28.248-27.474Q-28.268-27.424-28.311-27.392Q-28.354-27.361-28.409-27.361L-28.463-27.361Q-28.584-27.361-28.623-27.474L-30.034-31.568L-31.440-27.474Q-31.459-27.424-31.502-27.392Q-31.545-27.361-31.600-27.361L-31.659-27.361Q-31.772-27.361-31.819-27.474\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-21.978 2)\">\u003Cpath d=\"M-26.038-28.361Q-26.038-28.845-25.636-29.140Q-25.233-29.435-24.683-29.554Q-24.132-29.674-23.640-29.674L-23.640-29.963Q-23.640-30.189-23.755-30.396Q-23.870-30.603-24.067-30.722Q-24.265-30.841-24.495-30.841Q-24.921-30.841-25.206-30.736Q-25.136-30.709-25.089-30.654Q-25.042-30.599-25.017-30.529Q-24.991-30.459-24.991-30.384Q-24.991-30.279-25.042-30.187Q-25.093-30.095-25.185-30.045Q-25.276-29.994-25.382-29.994Q-25.487-29.994-25.579-30.045Q-25.671-30.095-25.722-30.187Q-25.772-30.279-25.772-30.384Q-25.772-30.802-25.384-30.949Q-24.995-31.095-24.495-31.095Q-24.163-31.095-23.810-30.965Q-23.456-30.834-23.228-30.580Q-22.999-30.326-22.999-29.978L-22.999-28.177Q-22.999-28.045-22.927-27.935Q-22.854-27.826-22.726-27.826Q-22.601-27.826-22.532-27.931Q-22.464-28.037-22.464-28.177L-22.464-28.689L-22.183-28.689L-22.183-28.177Q-22.183-27.974-22.300-27.816Q-22.417-27.658-22.599-27.574Q-22.780-27.490-22.983-27.490Q-23.214-27.490-23.366-27.662Q-23.519-27.834-23.550-28.064Q-23.710-27.783-24.019-27.617Q-24.327-27.451-24.679-27.451Q-25.190-27.451-25.614-27.674Q-26.038-27.896-26.038-28.361M-25.351-28.361Q-25.351-28.076-25.124-27.890Q-24.897-27.705-24.604-27.705Q-24.358-27.705-24.134-27.822Q-23.909-27.939-23.774-28.142Q-23.640-28.345-23.640-28.599L-23.640-29.431Q-23.905-29.431-24.190-29.377Q-24.476-29.322-24.747-29.193Q-25.019-29.064-25.185-28.857Q-25.351-28.650-25.351-28.361M-21.847-27.537L-21.847-28.759Q-21.847-28.787-21.815-28.818Q-21.784-28.849-21.761-28.849L-21.655-28.849Q-21.585-28.849-21.569-28.787Q-21.507-28.466-21.368-28.226Q-21.229-27.986-20.997-27.845Q-20.765-27.705-20.456-27.705Q-20.218-27.705-20.009-27.765Q-19.800-27.826-19.663-27.974Q-19.526-28.123-19.526-28.369Q-19.526-28.623-19.737-28.789Q-19.948-28.955-20.218-29.009L-20.839-29.123Q-21.245-29.201-21.546-29.457Q-21.847-29.713-21.847-30.088Q-21.847-30.455-21.645-30.677Q-21.444-30.900-21.120-30.998Q-20.796-31.095-20.456-31.095Q-19.991-31.095-19.694-30.888L-19.472-31.072Q-19.448-31.095-19.417-31.095L-19.366-31.095Q-19.335-31.095-19.308-31.068Q-19.280-31.041-19.280-31.009L-19.280-30.025Q-19.280-29.994-19.306-29.965Q-19.331-29.935-19.366-29.935L-19.472-29.935Q-19.507-29.935-19.534-29.963Q-19.561-29.990-19.561-30.025Q-19.561-30.424-19.813-30.644Q-20.065-30.865-20.464-30.865Q-20.819-30.865-21.103-30.742Q-21.386-30.619-21.386-30.314Q-21.386-30.095-21.185-29.963Q-20.983-29.830-20.737-29.787L-20.112-29.674Q-19.683-29.584-19.374-29.287Q-19.065-28.990-19.065-28.576Q-19.065-28.006-19.464-27.728Q-19.862-27.451-20.456-27.451Q-21.007-27.451-21.358-27.787L-21.655-27.474Q-21.679-27.451-21.714-27.451L-21.761-27.451Q-21.784-27.451-21.815-27.482Q-21.847-27.513-21.847-27.537M-16.608-27.529L-18.464-27.529L-18.464-27.826Q-18.190-27.826-18.022-27.873Q-17.854-27.920-17.854-28.088L-17.854-32.248Q-17.854-32.463-17.917-32.558Q-17.979-32.654-18.099-32.675Q-18.218-32.697-18.464-32.697L-18.464-32.994L-17.241-33.080L-17.241-30.377Q-17.116-30.588-16.929-30.738Q-16.741-30.888-16.515-30.972Q-16.288-31.056-16.042-31.056Q-14.874-31.056-14.874-29.978L-14.874-28.088Q-14.874-27.920-14.704-27.873Q-14.534-27.826-14.265-27.826L-14.265-27.529L-16.120-27.529L-16.120-27.826Q-15.847-27.826-15.679-27.873Q-15.511-27.920-15.511-28.088L-15.511-29.963Q-15.511-30.345-15.632-30.574Q-15.753-30.802-16.104-30.802Q-16.417-30.802-16.671-30.640Q-16.925-30.478-17.071-30.209Q-17.218-29.939-17.218-29.642L-17.218-28.088Q-17.218-27.920-17.048-27.873Q-16.878-27.826-16.608-27.826L-16.608-27.529M-11.960-27.529L-13.737-27.529L-13.737-27.826Q-13.464-27.826-13.296-27.873Q-13.128-27.920-13.128-28.088L-13.128-30.224Q-13.128-30.439-13.185-30.535Q-13.241-30.631-13.354-30.652Q-13.468-30.674-13.714-30.674L-13.714-30.970L-12.515-31.056L-12.515-28.088Q-12.515-27.920-12.368-27.873Q-12.222-27.826-11.960-27.826L-11.960-27.529M-13.401-32.451Q-13.401-32.642-13.267-32.773Q-13.132-32.904-12.936-32.904Q-12.815-32.904-12.712-32.841Q-12.608-32.779-12.546-32.675Q-12.483-32.572-12.483-32.451Q-12.483-32.256-12.614-32.121Q-12.745-31.986-12.936-31.986Q-13.136-31.986-13.269-32.119Q-13.401-32.252-13.401-32.451M-9.530-27.529L-11.386-27.529L-11.386-27.826Q-11.112-27.826-10.944-27.873Q-10.776-27.920-10.776-28.088L-10.776-30.224Q-10.776-30.439-10.839-30.535Q-10.901-30.631-11.020-30.652Q-11.140-30.674-11.386-30.674L-11.386-30.970L-10.194-31.056L-10.194-30.322Q-10.081-30.537-9.888-30.705Q-9.694-30.873-9.456-30.965Q-9.218-31.056-8.964-31.056Q-7.796-31.056-7.796-29.978L-7.796-28.088Q-7.796-27.920-7.626-27.873Q-7.456-27.826-7.186-27.826L-7.186-27.529L-9.042-27.529L-9.042-27.826Q-8.769-27.826-8.601-27.873Q-8.433-27.920-8.433-28.088L-8.433-29.963Q-8.433-30.345-8.554-30.574Q-8.675-30.802-9.026-30.802Q-9.339-30.802-9.593-30.640Q-9.847-30.478-9.993-30.209Q-10.140-29.939-10.140-29.642L-10.140-28.088Q-10.140-27.920-9.970-27.873Q-9.800-27.826-9.530-27.826L-9.530-27.529M-6.741-26.920Q-6.741-27.201-6.530-27.412Q-6.319-27.623-6.034-27.713Q-6.190-27.838-6.269-28.027Q-6.347-28.216-6.347-28.416Q-6.347-28.771-6.116-29.064Q-6.483-29.404-6.483-29.873Q-6.483-30.224-6.280-30.494Q-6.077-30.763-5.757-30.910Q-5.436-31.056-5.093-31.056Q-4.573-31.056-4.202-30.775Q-3.839-31.146-3.292-31.146Q-3.112-31.146-2.985-31.019Q-2.858-30.892-2.858-30.713Q-2.858-30.607-2.936-30.529Q-3.015-30.451-3.124-30.451Q-3.233-30.451-3.310-30.527Q-3.386-30.603-3.386-30.713Q-3.386-30.814-3.347-30.865Q-3.339-30.873-3.335-30.879Q-3.331-30.884-3.331-30.888Q-3.706-30.888-4.026-30.634Q-3.706-30.295-3.706-29.873Q-3.706-29.603-3.823-29.386Q-3.940-29.170-4.145-29.011Q-4.351-28.853-4.593-28.771Q-4.835-28.689-5.093-28.689Q-5.311-28.689-5.524-28.748Q-5.737-28.806-5.933-28.927Q-6.026-28.787-6.026-28.607Q-6.026-28.400-5.890-28.248Q-5.753-28.095-5.546-28.095L-4.851-28.095Q-4.362-28.095-3.950-28.011Q-3.538-27.927-3.259-27.670Q-2.979-27.412-2.979-26.920Q-2.979-26.556-3.300-26.324Q-3.620-26.091-4.061-25.990Q-4.503-25.888-4.858-25.888Q-5.214-25.888-5.657-25.990Q-6.101-26.091-6.421-26.324Q-6.741-26.556-6.741-26.920M-6.237-26.920Q-6.237-26.724-6.093-26.576Q-5.948-26.427-5.735-26.338Q-5.522-26.248-5.282-26.201Q-5.042-26.154-4.858-26.154Q-4.616-26.154-4.286-26.232Q-3.956-26.310-3.720-26.484Q-3.483-26.658-3.483-26.920Q-3.483-27.326-3.894-27.435Q-4.304-27.545-4.866-27.545L-5.546-27.545Q-5.815-27.545-6.026-27.367Q-6.237-27.189-6.237-26.920M-5.093-28.955Q-4.370-28.955-4.370-29.873Q-4.370-30.795-5.093-30.795Q-5.819-30.795-5.819-29.873Q-5.819-28.955-5.093-28.955M-1.870-28.490L-1.870-30.681L-2.573-30.681L-2.573-30.935Q-2.218-30.935-1.976-31.168Q-1.733-31.400-1.622-31.748Q-1.511-32.095-1.511-32.451L-1.229-32.451L-1.229-30.978L-0.054-30.978L-0.054-30.681L-1.229-30.681L-1.229-28.506Q-1.229-28.185-1.110-27.957Q-0.991-27.728-0.710-27.728Q-0.530-27.728-0.413-27.851Q-0.296-27.974-0.243-28.154Q-0.190-28.334-0.190-28.506L-0.190-28.978L0.091-28.978L0.091-28.490Q0.091-28.236-0.015-27.996Q-0.120-27.756-0.317-27.603Q-0.515-27.451-0.772-27.451Q-1.089-27.451-1.341-27.574Q-1.593-27.697-1.731-27.931Q-1.870-28.166-1.870-28.490M0.810-29.224Q0.810-29.728 1.065-30.160Q1.321-30.591 1.757-30.843Q2.192-31.095 2.692-31.095Q3.079-31.095 3.421-30.951Q3.763-30.806 4.024-30.545Q4.286-30.283 4.429-29.947Q4.571-29.611 4.571-29.224Q4.571-28.732 4.308-28.322Q4.044-27.912 3.614-27.681Q3.185-27.451 2.692-27.451Q2.200-27.451 1.767-27.683Q1.333-27.916 1.071-28.324Q0.810-28.732 0.810-29.224M2.692-27.728Q3.149-27.728 3.401-27.951Q3.653-28.174 3.741-28.525Q3.829-28.877 3.829-29.322Q3.829-29.752 3.735-30.090Q3.642-30.427 3.388-30.634Q3.134-30.841 2.692-30.841Q2.044-30.841 1.800-30.425Q1.556-30.009 1.556-29.322Q1.556-28.877 1.644-28.525Q1.731-28.174 1.983-27.951Q2.235-27.728 2.692-27.728M6.985-27.529L5.130-27.529L5.130-27.826Q5.403-27.826 5.571-27.873Q5.739-27.920 5.739-28.088L5.739-30.224Q5.739-30.439 5.677-30.535Q5.614-30.631 5.495-30.652Q5.376-30.674 5.130-30.674L5.130-30.970L6.321-31.056L6.321-30.322Q6.435-30.537 6.628-30.705Q6.821-30.873 7.060-30.965Q7.298-31.056 7.552-31.056Q8.720-31.056 8.720-29.978L8.720-28.088Q8.720-27.920 8.890-27.873Q9.060-27.826 9.329-27.826L9.329-27.529L7.474-27.529L7.474-27.826Q7.747-27.826 7.915-27.873Q8.083-27.920 8.083-28.088L8.083-29.963Q8.083-30.345 7.962-30.574Q7.841-30.802 7.489-30.802Q7.177-30.802 6.923-30.640Q6.669-30.478 6.522-30.209Q6.376-29.939 6.376-29.642L6.376-28.088Q6.376-27.920 6.546-27.873Q6.716-27.826 6.985-27.826\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-soft-neutral)\">\u003Cpath d=\"M21.09-1.921h36.988v-51.215H21.09Z\"\u002F>\u003Cg transform=\"translate(61.09 2.778)\">\u003Cpath d=\"M-32.354-27.529L-34.104-27.529L-34.104-27.826Q-33.405-27.826-33.217-28.306L-31.416-33.131Q-31.362-33.240-31.248-33.240L-31.178-33.240Q-31.065-33.240-31.010-33.131L-29.120-28.088Q-29.041-27.920-28.838-27.873Q-28.635-27.826-28.323-27.826L-28.323-27.529L-30.545-27.529L-30.545-27.826Q-29.905-27.826-29.905-28.041Q-29.905-28.060-29.907-28.070Q-29.909-28.080-29.913-28.088L-30.377-29.322L-32.522-29.322L-32.905-28.306Q-32.909-28.291-32.914-28.261Q-32.920-28.232-32.920-28.209Q-32.920-28.068-32.831-27.984Q-32.741-27.900-32.608-27.863Q-32.475-27.826-32.354-27.826L-32.354-27.529M-31.448-32.185L-32.416-29.619L-30.491-29.619L-31.448-32.185M-25.979-27.451Q-26.459-27.451-26.868-27.695Q-27.276-27.939-27.514-28.353Q-27.752-28.767-27.752-29.256Q-27.752-29.748-27.495-30.164Q-27.237-30.580-26.805-30.818Q-26.373-31.056-25.881-31.056Q-25.260-31.056-24.811-30.619L-24.811-32.248Q-24.811-32.463-24.873-32.558Q-24.936-32.654-25.053-32.675Q-25.170-32.697-25.416-32.697L-25.416-32.994L-24.194-33.080L-24.194-28.271Q-24.194-28.060-24.131-27.965Q-24.069-27.869-23.952-27.847Q-23.834-27.826-23.584-27.826L-23.584-27.529L-24.834-27.451L-24.834-27.935Q-25.299-27.451-25.979-27.451M-25.913-27.705Q-25.573-27.705-25.280-27.896Q-24.987-28.088-24.834-28.384L-24.834-30.216Q-24.983-30.490-25.245-30.646Q-25.506-30.802-25.819-30.802Q-26.444-30.802-26.727-30.355Q-27.010-29.908-27.010-29.248Q-27.010-28.603-26.758-28.154Q-26.506-27.705-25.913-27.705M-22.979-28.361Q-22.979-28.845-22.577-29.140Q-22.174-29.435-21.623-29.554Q-21.073-29.674-20.581-29.674L-20.581-29.963Q-20.581-30.189-20.696-30.396Q-20.811-30.603-21.008-30.722Q-21.206-30.841-21.436-30.841Q-21.862-30.841-22.147-30.736Q-22.077-30.709-22.030-30.654Q-21.983-30.599-21.957-30.529Q-21.932-30.459-21.932-30.384Q-21.932-30.279-21.983-30.187Q-22.034-30.095-22.125-30.045Q-22.217-29.994-22.323-29.994Q-22.428-29.994-22.520-30.045Q-22.612-30.095-22.663-30.187Q-22.713-30.279-22.713-30.384Q-22.713-30.802-22.325-30.949Q-21.936-31.095-21.436-31.095Q-21.104-31.095-20.750-30.965Q-20.397-30.834-20.168-30.580Q-19.940-30.326-19.940-29.978L-19.940-28.177Q-19.940-28.045-19.868-27.935Q-19.795-27.826-19.666-27.826Q-19.541-27.826-19.473-27.931Q-19.405-28.037-19.405-28.177L-19.405-28.689L-19.123-28.689L-19.123-28.177Q-19.123-27.974-19.241-27.816Q-19.358-27.658-19.539-27.574Q-19.721-27.490-19.924-27.490Q-20.155-27.490-20.307-27.662Q-20.459-27.834-20.491-28.064Q-20.651-27.783-20.959-27.617Q-21.268-27.451-21.620-27.451Q-22.131-27.451-22.555-27.674Q-22.979-27.896-22.979-28.361M-22.291-28.361Q-22.291-28.076-22.065-27.890Q-21.838-27.705-21.545-27.705Q-21.299-27.705-21.075-27.822Q-20.850-27.939-20.715-28.142Q-20.581-28.345-20.581-28.599L-20.581-29.431Q-20.846-29.431-21.131-29.377Q-21.416-29.322-21.688-29.193Q-21.959-29.064-22.125-28.857Q-22.291-28.650-22.291-28.361M-16.901-27.529L-18.756-27.529L-18.756-27.826Q-18.483-27.826-18.315-27.873Q-18.147-27.920-18.147-28.088L-18.147-30.224Q-18.147-30.439-18.209-30.535Q-18.272-30.631-18.391-30.652Q-18.510-30.674-18.756-30.674L-18.756-30.970L-17.565-31.056L-17.565-30.322Q-17.452-30.537-17.258-30.705Q-17.065-30.873-16.827-30.965Q-16.588-31.056-16.334-31.056Q-15.373-31.056-15.198-30.345Q-15.014-30.674-14.686-30.865Q-14.358-31.056-13.979-31.056Q-12.803-31.056-12.803-29.978L-12.803-28.088Q-12.803-27.920-12.635-27.873Q-12.467-27.826-12.198-27.826L-12.198-27.529L-14.053-27.529L-14.053-27.826Q-13.780-27.826-13.612-27.871Q-13.444-27.916-13.444-28.088L-13.444-29.963Q-13.444-30.349-13.569-30.576Q-13.694-30.802-14.045-30.802Q-14.350-30.802-14.606-30.640Q-14.862-30.478-15.010-30.209Q-15.159-29.939-15.159-29.642L-15.159-28.088Q-15.159-27.920-14.989-27.873Q-14.819-27.826-14.549-27.826L-14.549-27.529L-16.405-27.529L-16.405-27.826Q-16.131-27.826-15.963-27.873Q-15.795-27.920-15.795-28.088L-15.795-29.963Q-15.795-30.349-15.920-30.576Q-16.045-30.802-16.397-30.802Q-16.702-30.802-16.957-30.640Q-17.213-30.478-17.362-30.209Q-17.510-29.939-17.510-29.642L-17.510-28.088Q-17.510-27.920-17.340-27.873Q-17.170-27.826-16.901-27.826L-16.901-27.529M-11.709-27.537L-11.709-28.759Q-11.709-28.787-11.678-28.818Q-11.647-28.849-11.623-28.849L-11.518-28.849Q-11.448-28.849-11.432-28.787Q-11.370-28.466-11.231-28.226Q-11.092-27.986-10.860-27.845Q-10.627-27.705-10.319-27.705Q-10.081-27.705-9.872-27.765Q-9.663-27.826-9.526-27.974Q-9.389-28.123-9.389-28.369Q-9.389-28.623-9.600-28.789Q-9.811-28.955-10.081-29.009L-10.702-29.123Q-11.108-29.201-11.409-29.457Q-11.709-29.713-11.709-30.088Q-11.709-30.455-11.508-30.677Q-11.307-30.900-10.983-30.998Q-10.659-31.095-10.319-31.095Q-9.854-31.095-9.557-30.888L-9.334-31.072Q-9.311-31.095-9.280-31.095L-9.229-31.095Q-9.198-31.095-9.170-31.068Q-9.143-31.041-9.143-31.009L-9.143-30.025Q-9.143-29.994-9.168-29.965Q-9.194-29.935-9.229-29.935L-9.334-29.935Q-9.370-29.935-9.397-29.963Q-9.424-29.990-9.424-30.025Q-9.424-30.424-9.676-30.644Q-9.928-30.865-10.327-30.865Q-10.682-30.865-10.965-30.742Q-11.248-30.619-11.248-30.314Q-11.248-30.095-11.047-29.963Q-10.846-29.830-10.600-29.787L-9.975-29.674Q-9.545-29.584-9.237-29.287Q-8.928-28.990-8.928-28.576Q-8.928-28.006-9.327-27.728Q-9.725-27.451-10.319-27.451Q-10.870-27.451-11.221-27.787L-11.518-27.474Q-11.541-27.451-11.577-27.451L-11.623-27.451Q-11.647-27.451-11.678-27.482Q-11.709-27.513-11.709-27.537\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-soft-neutral)\">\u003Cpath d=\"M93.536-1.921h40.05v-51.215h-40.05Z\"\u002F>\u003Cg fill=\"currentColor\" stroke=\"none\" font-family=\"cmr8\" font-size=\"8\">\u003Cg transform=\"translate(131.262 2.778)\">\u003Cpath d=\"M-33.545-27.986Q-33.229-27.619-32.666-27.619Q-32.413-27.619-32.223-27.781Q-32.034-27.943-31.938-28.193Q-31.842-28.443-31.842-28.689L-31.842-32.431Q-31.842-32.697-32.889-32.697L-32.889-32.994L-30.491-32.994L-30.491-32.697Q-30.764-32.697-30.930-32.650Q-31.096-32.603-31.096-32.431L-31.096-28.666Q-31.096-28.271-31.329-27.974Q-31.561-27.677-31.926-27.519Q-32.291-27.361-32.666-27.361Q-32.979-27.361-33.295-27.488Q-33.612-27.615-33.811-27.861Q-34.010-28.107-34.010-28.439Q-34.010-28.631-33.877-28.763Q-33.745-28.896-33.553-28.896Q-33.428-28.896-33.323-28.836Q-33.217-28.775-33.157-28.670Q-33.096-28.564-33.096-28.439Q-33.096-28.256-33.223-28.121Q-33.350-27.986-33.545-27.986M-29.795-29.283Q-29.795-29.763-29.563-30.179Q-29.331-30.595-28.920-30.845Q-28.510-31.095-28.034-31.095Q-27.303-31.095-26.905-30.654Q-26.506-30.213-26.506-29.482Q-26.506-29.377-26.600-29.353L-29.049-29.353L-29.049-29.283Q-29.049-28.873-28.928-28.517Q-28.807-28.162-28.536-27.945Q-28.264-27.728-27.834-27.728Q-27.471-27.728-27.174-27.957Q-26.877-28.185-26.776-28.537Q-26.768-28.584-26.682-28.599L-26.600-28.599Q-26.506-28.572-26.506-28.490Q-26.506-28.482-26.514-28.451Q-26.577-28.224-26.715-28.041Q-26.854-27.857-27.045-27.724Q-27.237-27.591-27.456-27.521Q-27.674-27.451-27.913-27.451Q-28.284-27.451-28.622-27.588Q-28.959-27.724-29.227-27.976Q-29.495-28.228-29.645-28.568Q-29.795-28.908-29.795-29.283M-29.041-29.591L-27.081-29.591Q-27.081-29.896-27.182-30.187Q-27.284-30.478-27.500-30.660Q-27.717-30.841-28.034-30.841Q-28.334-30.841-28.565-30.654Q-28.795-30.466-28.918-30.175Q-29.041-29.884-29.041-29.591M-23.952-27.529L-25.936-27.529L-25.936-27.826Q-25.663-27.826-25.495-27.873Q-25.327-27.920-25.327-28.088L-25.327-30.681L-25.967-30.681L-25.967-30.978L-25.327-30.978L-25.327-31.912Q-25.327-32.177-25.209-32.414Q-25.092-32.650-24.899-32.814Q-24.706-32.978-24.457-33.070Q-24.209-33.162-23.944-33.162Q-23.659-33.162-23.434-33.004Q-23.209-32.845-23.209-32.568Q-23.209-32.412-23.315-32.302Q-23.420-32.193-23.584-32.193Q-23.741-32.193-23.850-32.302Q-23.959-32.412-23.959-32.568Q-23.959-32.775-23.799-32.881Q-23.897-32.904-23.991-32.904Q-24.221-32.904-24.393-32.748Q-24.565-32.591-24.651-32.355Q-24.737-32.119-24.737-31.896L-24.737-30.978L-23.768-30.978L-23.768-30.681L-24.713-30.681L-24.713-28.088Q-24.713-27.920-24.487-27.873Q-24.260-27.826-23.952-27.826\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(131.262 2.778)\">\u003Cpath d=\"M-20.717-27.529L-22.702-27.529L-22.702-27.826Q-22.428-27.826-22.260-27.873Q-22.092-27.920-22.092-28.088L-22.092-30.681L-22.733-30.681L-22.733-30.978L-22.092-30.978L-22.092-31.912Q-22.092-32.177-21.975-32.414Q-21.858-32.650-21.665-32.814Q-21.471-32.978-21.223-33.070Q-20.975-33.162-20.709-33.162Q-20.424-33.162-20.200-33.004Q-19.975-32.845-19.975-32.568Q-19.975-32.412-20.081-32.302Q-20.186-32.193-20.350-32.193Q-20.506-32.193-20.616-32.302Q-20.725-32.412-20.725-32.568Q-20.725-32.775-20.565-32.881Q-20.663-32.904-20.756-32.904Q-20.987-32.904-21.159-32.748Q-21.331-32.591-21.417-32.355Q-21.502-32.119-21.502-31.896L-21.502-30.978L-20.534-30.978L-20.534-30.681L-21.479-30.681L-21.479-28.088Q-21.479-27.920-21.252-27.873Q-21.026-27.826-20.717-27.826L-20.717-27.529M-20.190-29.283Q-20.190-29.763-19.958-30.179Q-19.725-30.595-19.315-30.845Q-18.905-31.095-18.428-31.095Q-17.698-31.095-17.299-30.654Q-16.901-30.213-16.901-29.482Q-16.901-29.377-16.995-29.353L-19.444-29.353L-19.444-29.283Q-19.444-28.873-19.323-28.517Q-19.202-28.162-18.930-27.945Q-18.659-27.728-18.229-27.728Q-17.866-27.728-17.569-27.957Q-17.272-28.185-17.170-28.537Q-17.163-28.584-17.077-28.599L-16.995-28.599Q-16.901-28.572-16.901-28.490Q-16.901-28.482-16.909-28.451Q-16.971-28.224-17.110-28.041Q-17.249-27.857-17.440-27.724Q-17.631-27.591-17.850-27.521Q-18.069-27.451-18.307-27.451Q-18.678-27.451-19.016-27.588Q-19.354-27.724-19.622-27.976Q-19.889-28.228-20.040-28.568Q-20.190-28.908-20.190-29.283M-19.436-29.591L-17.475-29.591Q-17.475-29.896-17.577-30.187Q-17.678-30.478-17.895-30.660Q-18.112-30.841-18.428-30.841Q-18.729-30.841-18.959-30.654Q-19.190-30.466-19.313-30.175Q-19.436-29.884-19.436-29.591M-14.405-27.529L-16.385-27.529L-16.385-27.826Q-16.116-27.826-15.948-27.871Q-15.780-27.916-15.780-28.088L-15.780-30.224Q-15.780-30.439-15.842-30.535Q-15.905-30.631-16.022-30.652Q-16.139-30.674-16.385-30.674L-16.385-30.970L-15.217-31.056L-15.217-30.271Q-15.139-30.482-14.987-30.668Q-14.834-30.853-14.635-30.955Q-14.436-31.056-14.209-31.056Q-13.963-31.056-13.772-30.912Q-13.581-30.767-13.581-30.537Q-13.581-30.381-13.686-30.271Q-13.792-30.162-13.948-30.162Q-14.104-30.162-14.213-30.271Q-14.323-30.381-14.323-30.537Q-14.323-30.697-14.217-30.802Q-14.542-30.802-14.756-30.574Q-14.971-30.345-15.067-30.006Q-15.163-29.666-15.163-29.361L-15.163-28.088Q-15.163-27.920-14.936-27.873Q-14.709-27.826-14.405-27.826L-14.405-27.529M-13.057-27.537L-13.057-28.759Q-13.057-28.787-13.026-28.818Q-12.995-28.849-12.971-28.849L-12.866-28.849Q-12.795-28.849-12.780-28.787Q-12.717-28.466-12.579-28.226Q-12.440-27.986-12.208-27.845Q-11.975-27.705-11.667-27.705Q-11.428-27.705-11.219-27.765Q-11.010-27.826-10.874-27.974Q-10.737-28.123-10.737-28.369Q-10.737-28.623-10.948-28.789Q-11.159-28.955-11.428-29.009L-12.049-29.123Q-12.456-29.201-12.756-29.457Q-13.057-29.713-13.057-30.088Q-13.057-30.455-12.856-30.677Q-12.655-30.900-12.331-30.998Q-12.006-31.095-11.667-31.095Q-11.202-31.095-10.905-30.888L-10.682-31.072Q-10.659-31.095-10.627-31.095L-10.577-31.095Q-10.545-31.095-10.518-31.068Q-10.491-31.041-10.491-31.009L-10.491-30.025Q-10.491-29.994-10.516-29.965Q-10.542-29.935-10.577-29.935L-10.682-29.935Q-10.717-29.935-10.745-29.963Q-10.772-29.990-10.772-30.025Q-10.772-30.424-11.024-30.644Q-11.276-30.865-11.674-30.865Q-12.030-30.865-12.313-30.742Q-12.596-30.619-12.596-30.314Q-12.596-30.095-12.395-29.963Q-12.194-29.830-11.948-29.787L-11.323-29.674Q-10.893-29.584-10.584-29.287Q-10.276-28.990-10.276-28.576Q-10.276-28.006-10.674-27.728Q-11.073-27.451-11.667-27.451Q-12.217-27.451-12.569-27.787L-12.866-27.474Q-12.889-27.451-12.924-27.451L-12.971-27.451Q-12.995-27.451-13.026-27.482Q-13.057-27.513-13.057-27.537M-9.749-29.224Q-9.749-29.728-9.493-30.160Q-9.237-30.591-8.801-30.843Q-8.366-31.095-7.866-31.095Q-7.479-31.095-7.137-30.951Q-6.795-30.806-6.534-30.545Q-6.272-30.283-6.129-29.947Q-5.987-29.611-5.987-29.224Q-5.987-28.732-6.251-28.322Q-6.514-27.912-6.944-27.681Q-7.374-27.451-7.866-27.451Q-8.358-27.451-8.792-27.683Q-9.225-27.916-9.487-28.324Q-9.749-28.732-9.749-29.224M-7.866-27.728Q-7.409-27.728-7.157-27.951Q-6.905-28.174-6.817-28.525Q-6.729-28.877-6.729-29.322Q-6.729-29.752-6.823-30.090Q-6.917-30.427-7.170-30.634Q-7.424-30.841-7.866-30.841Q-8.514-30.841-8.758-30.425Q-9.002-30.009-9.002-29.322Q-9.002-28.877-8.915-28.525Q-8.827-28.174-8.575-27.951Q-8.323-27.728-7.866-27.728M-3.573-27.529L-5.428-27.529L-5.428-27.826Q-5.155-27.826-4.987-27.873Q-4.819-27.920-4.819-28.088L-4.819-30.224Q-4.819-30.439-4.881-30.535Q-4.944-30.631-5.063-30.652Q-5.182-30.674-5.428-30.674L-5.428-30.970L-4.237-31.056L-4.237-30.322Q-4.124-30.537-3.930-30.705Q-3.737-30.873-3.499-30.965Q-3.260-31.056-3.006-31.056Q-1.838-31.056-1.838-29.978L-1.838-28.088Q-1.838-27.920-1.668-27.873Q-1.499-27.826-1.229-27.826L-1.229-27.529L-3.084-27.529L-3.084-27.826Q-2.811-27.826-2.643-27.873Q-2.475-27.920-2.475-28.088L-2.475-29.963Q-2.475-30.345-2.596-30.574Q-2.717-30.802-3.069-30.802Q-3.381-30.802-3.635-30.640Q-3.889-30.478-4.036-30.209Q-4.182-29.939-4.182-29.642L-4.182-28.088Q-4.182-27.920-4.012-27.873Q-3.842-27.826-3.573-27.826\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg transform=\"translate(-7.972 37.92)\">\u003Cpath d=\"M-31.067-27.529L-33.597-27.529L-33.597-27.809Q-32.629-27.809-32.629-28.018L-32.629-31.637Q-33.022-31.449-33.644-31.449L-33.644-31.730Q-33.227-31.730-32.863-31.831Q-32.499-31.931-32.243-32.177L-32.117-32.177Q-32.052-32.160-32.035-32.092L-32.035-28.018Q-32.035-27.809-31.067-27.809L-31.067-27.529M-28.976-27.737Q-28.976-28.243-28.846-28.751Q-28.716-29.258-28.478-29.720Q-28.241-30.181-27.906-30.602L-27.260-31.415L-28.073-31.415Q-28.658-31.415-29.054-31.407Q-29.451-31.398-29.475-31.378Q-29.577-31.261-29.656-30.735L-29.922-30.735L-29.676-32.259L-29.410-32.259L-29.410-32.239Q-29.410-32.171-29.334-32.128Q-29.259-32.085-29.181-32.078Q-28.989-32.054-28.794-32.048Q-28.600-32.041-28.408-32.039Q-28.217-32.037-28.018-32.037L-26.597-32.037L-26.597-31.849Q-26.607-31.801-26.617-31.791L-27.673-30.468Q-27.892-30.195-28.015-29.882Q-28.138-29.570-28.196-29.221Q-28.254-28.872-28.268-28.541Q-28.282-28.209-28.282-27.737Q-28.282-27.587-28.381-27.488Q-28.480-27.389-28.627-27.389Q-28.777-27.389-28.876-27.488Q-28.976-27.587-28.976-27.737M-26.050-28.606Q-26.050-29.047-25.747-29.368Q-25.445-29.689-24.994-29.881L-25.233-30.021Q-25.503-30.181-25.669-30.439Q-25.834-30.697-25.834-30.995Q-25.834-31.347-25.629-31.619Q-25.424-31.890-25.103-32.034Q-24.782-32.177-24.440-32.177Q-24.119-32.177-23.796-32.061Q-23.473-31.945-23.261-31.704Q-23.049-31.463-23.049-31.128Q-23.049-30.766-23.293-30.503Q-23.538-30.239-23.917-30.062L-23.517-29.826Q-23.322-29.713-23.163-29.544Q-23.004-29.375-22.917-29.166Q-22.830-28.958-22.830-28.725Q-22.830-28.322-23.064-28.018Q-23.298-27.714-23.673-27.551Q-24.047-27.389-24.440-27.389Q-24.826-27.389-25.195-27.526Q-25.564-27.662-25.807-27.939Q-26.050-28.216-26.050-28.606M-25.602-28.606Q-25.602-28.319-25.433-28.096Q-25.264-27.874-24.995-27.758Q-24.727-27.642-24.440-27.642Q-24.002-27.642-23.640-27.859Q-23.278-28.076-23.278-28.483Q-23.278-28.684-23.406-28.862Q-23.534-29.040-23.712-29.139L-24.734-29.734Q-24.973-29.624-25.171-29.458Q-25.370-29.293-25.486-29.077Q-25.602-28.862-25.602-28.606M-25.079-30.735L-24.160-30.202Q-23.852-30.362-23.650-30.595Q-23.449-30.827-23.449-31.128Q-23.449-31.367-23.594-31.557Q-23.739-31.747-23.972-31.846Q-24.204-31.945-24.440-31.945Q-24.662-31.945-24.891-31.875Q-25.120-31.805-25.277-31.648Q-25.435-31.490-25.435-31.261Q-25.435-30.947-25.079-30.735M-21.473-27.843Q-21.353-27.727-21.176-27.685Q-20.998-27.642-20.783-27.642Q-20.543-27.642-20.333-27.751Q-20.123-27.861-19.969-28.043Q-19.815-28.226-19.716-28.459Q-19.549-28.886-19.549-29.706Q-19.699-29.412-19.962-29.233Q-20.226-29.053-20.543-29.053Q-20.977-29.053-21.324-29.262Q-21.671-29.470-21.870-29.831Q-22.068-30.192-22.068-30.615Q-22.068-30.950-21.938-31.239Q-21.808-31.528-21.577-31.742Q-21.347-31.955-21.048-32.066Q-20.748-32.177-20.417-32.177Q-19.559-32.177-19.204-31.463Q-18.848-30.749-18.848-29.792Q-18.848-29.375-18.976-28.947Q-19.104-28.520-19.361-28.165Q-19.617-27.809-19.979-27.599Q-20.342-27.389-20.783-27.389Q-21.237-27.389-21.555-27.577Q-21.873-27.765-21.873-28.189Q-21.873-28.339-21.774-28.438Q-21.675-28.537-21.524-28.537Q-21.456-28.537-21.389-28.510Q-21.323-28.483-21.278-28.438Q-21.234-28.394-21.206-28.327Q-21.179-28.260-21.179-28.189Q-21.179-28.059-21.259-27.961Q-21.340-27.864-21.473-27.843M-20.502-29.279Q-20.208-29.279-19.993-29.457Q-19.778-29.634-19.670-29.910Q-19.562-30.185-19.562-30.475Q-19.562-30.520-19.564-30.547Q-19.566-30.574-19.569-30.609Q-19.566-30.619-19.564-30.626Q-19.562-30.633-19.562-30.643Q-19.562-31.145-19.761-31.545Q-19.959-31.945-20.417-31.945Q-20.984-31.945-21.177-31.586Q-21.371-31.227-21.371-30.615Q-21.371-30.229-21.316-29.946Q-21.261-29.662-21.066-29.470Q-20.872-29.279-20.502-29.279\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(66.005 37.92)\">\u003Cpath d=\"M-31.067-27.529L-33.597-27.529L-33.597-27.809Q-32.629-27.809-32.629-28.018L-32.629-31.637Q-33.022-31.449-33.644-31.449L-33.644-31.730Q-33.227-31.730-32.863-31.831Q-32.499-31.931-32.243-32.177L-32.117-32.177Q-32.052-32.160-32.035-32.092L-32.035-28.018Q-32.035-27.809-31.067-27.809L-31.067-27.529M-28.976-27.737Q-28.976-28.243-28.846-28.751Q-28.716-29.258-28.478-29.720Q-28.241-30.181-27.906-30.602L-27.260-31.415L-28.073-31.415Q-28.658-31.415-29.054-31.407Q-29.451-31.398-29.475-31.378Q-29.577-31.261-29.656-30.735L-29.922-30.735L-29.676-32.259L-29.410-32.259L-29.410-32.239Q-29.410-32.171-29.334-32.128Q-29.259-32.085-29.181-32.078Q-28.989-32.054-28.794-32.048Q-28.600-32.041-28.408-32.039Q-28.217-32.037-28.018-32.037L-26.597-32.037L-26.597-31.849Q-26.607-31.801-26.617-31.791L-27.673-30.468Q-27.892-30.195-28.015-29.882Q-28.138-29.570-28.196-29.221Q-28.254-28.872-28.268-28.541Q-28.282-28.209-28.282-27.737Q-28.282-27.587-28.381-27.488Q-28.480-27.389-28.627-27.389Q-28.777-27.389-28.876-27.488Q-28.976-27.587-28.976-27.737M-25.455-27.843Q-25.335-27.727-25.158-27.685Q-24.980-27.642-24.765-27.642Q-24.525-27.642-24.315-27.751Q-24.105-27.861-23.951-28.043Q-23.797-28.226-23.698-28.459Q-23.531-28.886-23.531-29.706Q-23.681-29.412-23.944-29.233Q-24.207-29.053-24.525-29.053Q-24.959-29.053-25.306-29.262Q-25.653-29.470-25.851-29.831Q-26.050-30.192-26.050-30.615Q-26.050-30.950-25.920-31.239Q-25.790-31.528-25.559-31.742Q-25.329-31.955-25.029-32.066Q-24.730-32.177-24.399-32.177Q-23.541-32.177-23.185-31.463Q-22.830-30.749-22.830-29.792Q-22.830-29.375-22.958-28.947Q-23.086-28.520-23.343-28.165Q-23.599-27.809-23.961-27.599Q-24.324-27.389-24.765-27.389Q-25.219-27.389-25.537-27.577Q-25.855-27.765-25.855-28.189Q-25.855-28.339-25.756-28.438Q-25.657-28.537-25.506-28.537Q-25.438-28.537-25.371-28.510Q-25.305-28.483-25.260-28.438Q-25.216-28.394-25.188-28.327Q-25.161-28.260-25.161-28.189Q-25.161-28.059-25.241-27.961Q-25.322-27.864-25.455-27.843M-24.484-29.279Q-24.190-29.279-23.975-29.457Q-23.760-29.634-23.652-29.910Q-23.544-30.185-23.544-30.475Q-23.544-30.520-23.546-30.547Q-23.548-30.574-23.551-30.609Q-23.548-30.619-23.546-30.626Q-23.544-30.633-23.544-30.643Q-23.544-31.145-23.743-31.545Q-23.941-31.945-24.399-31.945Q-24.966-31.945-25.159-31.586Q-25.352-31.227-25.352-30.615Q-25.352-30.229-25.298-29.946Q-25.243-29.662-25.048-29.470Q-24.853-29.279-24.484-29.279M-21.012-27.737Q-21.012-28.243-20.882-28.751Q-20.752-29.258-20.514-29.720Q-20.277-30.181-19.942-30.602L-19.296-31.415L-20.109-31.415Q-20.694-31.415-21.090-31.407Q-21.487-31.398-21.511-31.378Q-21.613-31.261-21.692-30.735L-21.958-30.735L-21.712-32.259L-21.446-32.259L-21.446-32.239Q-21.446-32.171-21.371-32.128Q-21.295-32.085-21.217-32.078Q-21.025-32.054-20.831-32.048Q-20.636-32.041-20.444-32.039Q-20.253-32.037-20.055-32.037L-18.633-32.037L-18.633-31.849Q-18.643-31.801-18.653-31.791L-19.709-30.468Q-19.928-30.195-20.051-29.882Q-20.174-29.570-20.232-29.221Q-20.290-28.872-20.304-28.541Q-20.318-28.209-20.318-27.737Q-20.318-27.587-20.417-27.488Q-20.516-27.389-20.663-27.389Q-20.813-27.389-20.913-27.488Q-21.012-27.587-21.012-27.737\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(139.982 37.92)\">\u003Cpath d=\"M-31.067-27.529L-33.597-27.529L-33.597-27.809Q-32.629-27.809-32.629-28.018L-32.629-31.637Q-33.022-31.449-33.644-31.449L-33.644-31.730Q-33.227-31.730-32.863-31.831Q-32.499-31.931-32.243-32.177L-32.117-32.177Q-32.052-32.160-32.035-32.092L-32.035-28.018Q-32.035-27.809-31.067-27.809L-31.067-27.529M-30.032-28.606Q-30.032-29.047-29.729-29.368Q-29.427-29.689-28.976-29.881L-29.215-30.021Q-29.485-30.181-29.651-30.439Q-29.816-30.697-29.816-30.995Q-29.816-31.347-29.611-31.619Q-29.406-31.890-29.085-32.034Q-28.764-32.177-28.422-32.177Q-28.101-32.177-27.778-32.061Q-27.455-31.945-27.243-31.704Q-27.031-31.463-27.031-31.128Q-27.031-30.766-27.275-30.503Q-27.519-30.239-27.899-30.062L-27.499-29.826Q-27.304-29.713-27.145-29.544Q-26.986-29.375-26.899-29.166Q-26.812-28.958-26.812-28.725Q-26.812-28.322-27.046-28.018Q-27.280-27.714-27.654-27.551Q-28.029-27.389-28.422-27.389Q-28.808-27.389-29.177-27.526Q-29.546-27.662-29.789-27.939Q-30.032-28.216-30.032-28.606M-29.584-28.606Q-29.584-28.319-29.415-28.096Q-29.246-27.874-28.977-27.758Q-28.709-27.642-28.422-27.642Q-27.984-27.642-27.622-27.859Q-27.260-28.076-27.260-28.483Q-27.260-28.684-27.388-28.862Q-27.516-29.040-27.694-29.139L-28.716-29.734Q-28.955-29.624-29.153-29.458Q-29.351-29.293-29.468-29.077Q-29.584-28.862-29.584-28.606M-29.061-30.735L-28.142-30.202Q-27.834-30.362-27.632-30.595Q-27.431-30.827-27.431-31.128Q-27.431-31.367-27.576-31.557Q-27.721-31.747-27.954-31.846Q-28.186-31.945-28.422-31.945Q-28.644-31.945-28.873-31.875Q-29.102-31.805-29.259-31.648Q-29.416-31.490-29.416-31.261Q-29.416-30.947-29.061-30.735M-24.440-27.389Q-25.076-27.389-25.440-27.734Q-25.804-28.079-25.939-28.604Q-26.074-29.129-26.074-29.754Q-26.074-30.779-25.718-31.478Q-25.363-32.177-24.440-32.177Q-23.514-32.177-23.162-31.478Q-22.810-30.779-22.810-29.754Q-22.810-29.129-22.945-28.604Q-23.080-28.079-23.442-27.734Q-23.804-27.389-24.440-27.389M-24.440-27.614Q-24.002-27.614-23.789-27.989Q-23.575-28.363-23.526-28.830Q-23.476-29.296-23.476-29.874Q-23.476-30.427-23.526-30.855Q-23.575-31.282-23.787-31.617Q-23.999-31.952-24.440-31.952Q-24.782-31.952-24.985-31.745Q-25.188-31.538-25.276-31.226Q-25.363-30.913-25.385-30.597Q-25.407-30.280-25.407-29.874Q-25.407-29.457-25.385-29.115Q-25.363-28.773-25.274-28.425Q-25.185-28.076-24.980-27.845Q-24.775-27.614-24.440-27.614M-19.122-27.529L-21.651-27.529L-21.651-27.809Q-20.684-27.809-20.684-28.018L-20.684-31.637Q-21.077-31.449-21.699-31.449L-21.699-31.730Q-21.282-31.730-20.918-31.831Q-20.554-31.931-20.297-32.177L-20.171-32.177Q-20.106-32.160-20.089-32.092L-20.089-28.018Q-20.089-27.809-19.122-27.809\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M-68.537 15.15h219.332\"\u002F>\u003Cpath stroke=\"none\" d=\"m153.395 15.15-4.16-2.08 1.56 2.08-1.56 2.08\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\">\u003Cg transform=\"translate(191.321 45.362)\">\u003Cpath d=\"M-33.530-28.490L-33.530-30.681L-34.233-30.681L-34.233-30.935Q-33.877-30.935-33.635-31.168Q-33.393-31.400-33.282-31.748Q-33.170-32.095-33.170-32.451L-32.889-32.451L-32.889-30.978L-31.713-30.978L-31.713-30.681L-32.889-30.681L-32.889-28.506Q-32.889-28.185-32.770-27.957Q-32.651-27.728-32.370-27.728Q-32.190-27.728-32.073-27.851Q-31.956-27.974-31.903-28.154Q-31.850-28.334-31.850-28.506L-31.850-28.978L-31.569-28.978L-31.569-28.490Q-31.569-28.236-31.674-27.996Q-31.780-27.756-31.977-27.603Q-32.174-27.451-32.432-27.451Q-32.748-27.451-33-27.574Q-33.252-27.697-33.391-27.931Q-33.530-28.166-33.530-28.490M-28.991-27.529L-30.768-27.529L-30.768-27.826Q-30.495-27.826-30.327-27.873Q-30.159-27.920-30.159-28.088L-30.159-30.224Q-30.159-30.439-30.215-30.535Q-30.272-30.631-30.385-30.652Q-30.498-30.674-30.745-30.674L-30.745-30.970L-29.545-31.056L-29.545-28.088Q-29.545-27.920-29.399-27.873Q-29.252-27.826-28.991-27.826L-28.991-27.529M-30.432-32.451Q-30.432-32.642-30.297-32.773Q-30.163-32.904-29.967-32.904Q-29.846-32.904-29.743-32.841Q-29.639-32.779-29.577-32.675Q-29.514-32.572-29.514-32.451Q-29.514-32.256-29.645-32.121Q-29.776-31.986-29.967-31.986Q-30.166-31.986-30.299-32.119Q-30.432-32.252-30.432-32.451M-26.561-27.529L-28.416-27.529L-28.416-27.826Q-28.143-27.826-27.975-27.873Q-27.807-27.920-27.807-28.088L-27.807-30.224Q-27.807-30.439-27.870-30.535Q-27.932-30.631-28.051-30.652Q-28.170-30.674-28.416-30.674L-28.416-30.970L-27.225-31.056L-27.225-30.322Q-27.112-30.537-26.918-30.705Q-26.725-30.873-26.487-30.965Q-26.248-31.056-25.995-31.056Q-25.034-31.056-24.858-30.345Q-24.674-30.674-24.346-30.865Q-24.018-31.056-23.639-31.056Q-22.463-31.056-22.463-29.978L-22.463-28.088Q-22.463-27.920-22.295-27.873Q-22.127-27.826-21.858-27.826L-21.858-27.529L-23.713-27.529L-23.713-27.826Q-23.440-27.826-23.272-27.871Q-23.104-27.916-23.104-28.088L-23.104-29.963Q-23.104-30.349-23.229-30.576Q-23.354-30.802-23.706-30.802Q-24.010-30.802-24.266-30.640Q-24.522-30.478-24.670-30.209Q-24.819-29.939-24.819-29.642L-24.819-28.088Q-24.819-27.920-24.649-27.873Q-24.479-27.826-24.209-27.826L-24.209-27.529L-26.065-27.529L-26.065-27.826Q-25.791-27.826-25.623-27.873Q-25.456-27.920-25.456-28.088L-25.456-29.963Q-25.456-30.349-25.581-30.576Q-25.706-30.802-26.057-30.802Q-26.362-30.802-26.618-30.640Q-26.873-30.478-27.022-30.209Q-27.170-29.939-27.170-29.642L-27.170-28.088Q-27.170-27.920-27-27.873Q-26.831-27.826-26.561-27.826L-26.561-27.529M-21.413-29.283Q-21.413-29.763-21.180-30.179Q-20.948-30.595-20.538-30.845Q-20.127-31.095-19.651-31.095Q-18.920-31.095-18.522-30.654Q-18.123-30.213-18.123-29.482Q-18.123-29.377-18.217-29.353L-20.666-29.353L-20.666-29.283Q-20.666-28.873-20.545-28.517Q-20.424-28.162-20.153-27.945Q-19.881-27.728-19.452-27.728Q-19.088-27.728-18.791-27.957Q-18.495-28.185-18.393-28.537Q-18.385-28.584-18.299-28.599L-18.217-28.599Q-18.123-28.572-18.123-28.490Q-18.123-28.482-18.131-28.451Q-18.194-28.224-18.332-28.041Q-18.471-27.857-18.663-27.724Q-18.854-27.591-19.073-27.521Q-19.291-27.451-19.530-27.451Q-19.901-27.451-20.239-27.588Q-20.577-27.724-20.844-27.976Q-21.112-28.228-21.262-28.568Q-21.413-28.908-21.413-29.283M-20.659-29.591L-18.698-29.591Q-18.698-29.896-18.799-30.187Q-18.901-30.478-19.118-30.660Q-19.334-30.841-19.651-30.841Q-19.952-30.841-20.182-30.654Q-20.413-30.466-20.536-30.175Q-20.659-29.884-20.659-29.591\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmr8\" font-size=\"8\">\u003Cg transform=\"translate(44.505 -35.408)\">\u003Cpath d=\"M-31.659-27.529L-34.041-27.529L-34.041-27.826Q-33.717-27.826-33.475-27.873Q-33.233-27.920-33.233-28.088L-33.233-32.431Q-33.233-32.603-33.475-32.650Q-33.717-32.697-34.041-32.697L-34.041-32.994L-31.096-32.994Q-30.752-32.994-30.397-32.894Q-30.041-32.795-29.747-32.603Q-29.452-32.412-29.270-32.127Q-29.088-31.841-29.088-31.482Q-29.088-31.009-29.399-30.674Q-29.709-30.338-30.174-30.166Q-30.639-29.994-31.096-29.994L-32.463-29.994L-32.463-28.088Q-32.463-27.920-32.221-27.873Q-31.979-27.826-31.659-27.826L-31.659-27.529M-32.491-32.431L-32.491-30.263L-31.315-30.263Q-30.627-30.263-30.289-30.539Q-29.952-30.814-29.952-31.482Q-29.952-32.146-30.289-32.422Q-30.627-32.697-31.315-32.697L-32.088-32.697Q-32.307-32.697-32.399-32.654Q-32.491-32.611-32.491-32.431M-26.370-27.529L-28.350-27.529L-28.350-27.826Q-28.081-27.826-27.913-27.871Q-27.745-27.916-27.745-28.088L-27.745-30.224Q-27.745-30.439-27.807-30.535Q-27.870-30.631-27.987-30.652Q-28.104-30.674-28.350-30.674L-28.350-30.970L-27.182-31.056L-27.182-30.271Q-27.104-30.482-26.952-30.668Q-26.799-30.853-26.600-30.955Q-26.401-31.056-26.174-31.056Q-25.928-31.056-25.737-30.912Q-25.545-30.767-25.545-30.537Q-25.545-30.381-25.651-30.271Q-25.756-30.162-25.913-30.162Q-26.069-30.162-26.178-30.271Q-26.288-30.381-26.288-30.537Q-26.288-30.697-26.182-30.802Q-26.506-30.802-26.721-30.574Q-26.936-30.345-27.032-30.006Q-27.127-29.666-27.127-29.361L-27.127-28.088Q-27.127-27.920-26.901-27.873Q-26.674-27.826-26.370-27.826L-26.370-27.529M-25.065-29.283Q-25.065-29.763-24.832-30.179Q-24.600-30.595-24.190-30.845Q-23.780-31.095-23.303-31.095Q-22.573-31.095-22.174-30.654Q-21.776-30.213-21.776-29.482Q-21.776-29.377-21.870-29.353L-24.319-29.353L-24.319-29.283Q-24.319-28.873-24.198-28.517Q-24.077-28.162-23.805-27.945Q-23.534-27.728-23.104-27.728Q-22.741-27.728-22.444-27.957Q-22.147-28.185-22.045-28.537Q-22.038-28.584-21.952-28.599L-21.870-28.599Q-21.776-28.572-21.776-28.490Q-21.776-28.482-21.784-28.451Q-21.846-28.224-21.985-28.041Q-22.123-27.857-22.315-27.724Q-22.506-27.591-22.725-27.521Q-22.944-27.451-23.182-27.451Q-23.553-27.451-23.891-27.588Q-24.229-27.724-24.497-27.976Q-24.764-28.228-24.914-28.568Q-25.065-28.908-25.065-29.283M-24.311-29.591L-22.350-29.591Q-22.350-29.896-22.452-30.187Q-22.553-30.478-22.770-30.660Q-22.987-30.841-23.303-30.841Q-23.604-30.841-23.834-30.654Q-24.065-30.466-24.188-30.175Q-24.311-29.884-24.311-29.591M-21.245-27.537L-21.245-28.759Q-21.245-28.787-21.213-28.818Q-21.182-28.849-21.159-28.849L-21.053-28.849Q-20.983-28.849-20.967-28.787Q-20.905-28.466-20.766-28.226Q-20.627-27.986-20.395-27.845Q-20.163-27.705-19.854-27.705Q-19.616-27.705-19.407-27.765Q-19.198-27.826-19.061-27.974Q-18.924-28.123-18.924-28.369Q-18.924-28.623-19.135-28.789Q-19.346-28.955-19.616-29.009L-20.237-29.123Q-20.643-29.201-20.944-29.457Q-21.245-29.713-21.245-30.088Q-21.245-30.455-21.043-30.677Q-20.842-30.900-20.518-30.998Q-20.194-31.095-19.854-31.095Q-19.389-31.095-19.092-30.888L-18.870-31.072Q-18.846-31.095-18.815-31.095L-18.764-31.095Q-18.733-31.095-18.706-31.068Q-18.678-31.041-18.678-31.009L-18.678-30.025Q-18.678-29.994-18.704-29.965Q-18.729-29.935-18.764-29.935L-18.870-29.935Q-18.905-29.935-18.932-29.963Q-18.959-29.990-18.959-30.025Q-18.959-30.424-19.211-30.644Q-19.463-30.865-19.862-30.865Q-20.217-30.865-20.500-30.742Q-20.784-30.619-20.784-30.314Q-20.784-30.095-20.582-29.963Q-20.381-29.830-20.135-29.787L-19.510-29.674Q-19.081-29.584-18.772-29.287Q-18.463-28.990-18.463-28.576Q-18.463-28.006-18.862-27.728Q-19.260-27.451-19.854-27.451Q-20.405-27.451-20.756-27.787L-21.053-27.474Q-21.077-27.451-21.112-27.451L-21.159-27.451Q-21.182-27.451-21.213-27.482Q-21.245-27.513-21.245-27.537M-16.077-27.529L-17.854-27.529L-17.854-27.826Q-17.581-27.826-17.413-27.873Q-17.245-27.920-17.245-28.088L-17.245-30.224Q-17.245-30.439-17.301-30.535Q-17.358-30.631-17.471-30.652Q-17.584-30.674-17.831-30.674L-17.831-30.970L-16.631-31.056L-16.631-28.088Q-16.631-27.920-16.485-27.873Q-16.338-27.826-16.077-27.826L-16.077-27.529M-17.518-32.451Q-17.518-32.642-17.383-32.773Q-17.248-32.904-17.053-32.904Q-16.932-32.904-16.829-32.841Q-16.725-32.779-16.663-32.675Q-16.600-32.572-16.600-32.451Q-16.600-32.256-16.731-32.121Q-16.862-31.986-17.053-31.986Q-17.252-31.986-17.385-32.119Q-17.518-32.252-17.518-32.451M-13.760-27.451Q-14.241-27.451-14.649-27.695Q-15.057-27.939-15.295-28.353Q-15.534-28.767-15.534-29.256Q-15.534-29.748-15.276-30.164Q-15.018-30.580-14.586-30.818Q-14.155-31.056-13.663-31.056Q-13.041-31.056-12.592-30.619L-12.592-32.248Q-12.592-32.463-12.655-32.558Q-12.717-32.654-12.834-32.675Q-12.952-32.697-13.198-32.697L-13.198-32.994L-11.975-33.080L-11.975-28.271Q-11.975-28.060-11.913-27.965Q-11.850-27.869-11.733-27.847Q-11.616-27.826-11.366-27.826L-11.366-27.529L-12.616-27.451L-12.616-27.935Q-13.081-27.451-13.760-27.451M-13.694-27.705Q-13.354-27.705-13.061-27.896Q-12.768-28.088-12.616-28.384L-12.616-30.216Q-12.764-30.490-13.026-30.646Q-13.288-30.802-13.600-30.802Q-14.225-30.802-14.508-30.355Q-14.791-29.908-14.791-29.248Q-14.791-28.603-14.539-28.154Q-14.288-27.705-13.694-27.705M-10.858-29.283Q-10.858-29.763-10.625-30.179Q-10.393-30.595-9.983-30.845Q-9.573-31.095-9.096-31.095Q-8.366-31.095-7.967-30.654Q-7.569-30.213-7.569-29.482Q-7.569-29.377-7.663-29.353L-10.112-29.353L-10.112-29.283Q-10.112-28.873-9.991-28.517Q-9.870-28.162-9.598-27.945Q-9.327-27.728-8.897-27.728Q-8.534-27.728-8.237-27.957Q-7.940-28.185-7.838-28.537Q-7.831-28.584-7.745-28.599L-7.663-28.599Q-7.569-28.572-7.569-28.490Q-7.569-28.482-7.577-28.451Q-7.639-28.224-7.778-28.041Q-7.916-27.857-8.108-27.724Q-8.299-27.591-8.518-27.521Q-8.737-27.451-8.975-27.451Q-9.346-27.451-9.684-27.588Q-10.022-27.724-10.289-27.976Q-10.557-28.228-10.707-28.568Q-10.858-28.908-10.858-29.283M-10.104-29.591L-8.143-29.591Q-8.143-29.896-8.245-30.187Q-8.346-30.478-8.563-30.660Q-8.780-30.841-9.096-30.841Q-9.397-30.841-9.627-30.654Q-9.858-30.466-9.981-30.175Q-10.104-29.884-10.104-29.591M-5.151-27.529L-7.006-27.529L-7.006-27.826Q-6.733-27.826-6.565-27.873Q-6.397-27.920-6.397-28.088L-6.397-30.224Q-6.397-30.439-6.459-30.535Q-6.522-30.631-6.641-30.652Q-6.760-30.674-7.006-30.674L-7.006-30.970L-5.815-31.056L-5.815-30.322Q-5.702-30.537-5.508-30.705Q-5.315-30.873-5.077-30.965Q-4.838-31.056-4.584-31.056Q-3.416-31.056-3.416-29.978L-3.416-28.088Q-3.416-27.920-3.247-27.873Q-3.077-27.826-2.807-27.826L-2.807-27.529L-4.663-27.529L-4.663-27.826Q-4.389-27.826-4.221-27.873Q-4.053-27.920-4.053-28.088L-4.053-29.963Q-4.053-30.345-4.174-30.574Q-4.295-30.802-4.647-30.802Q-4.959-30.802-5.213-30.640Q-5.467-30.478-5.614-30.209Q-5.760-29.939-5.760-29.642L-5.760-28.088Q-5.760-27.920-5.590-27.873Q-5.420-27.826-5.151-27.826\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(44.505 -35.408)\">\u003Cpath d=\"M-1.959-28.490L-1.959-30.681L-2.662-30.681L-2.662-30.935Q-2.306-30.935-2.064-31.168Q-1.822-31.400-1.711-31.748Q-1.599-32.095-1.599-32.451L-1.318-32.451L-1.318-30.978L-0.142-30.978L-0.142-30.681L-1.318-30.681L-1.318-28.506Q-1.318-28.185-1.199-27.957Q-1.080-27.728-0.799-27.728Q-0.619-27.728-0.502-27.851Q-0.385-27.974-0.332-28.154Q-0.279-28.334-0.279-28.506L-0.279-28.978L0.002-28.978L0.002-28.490Q0.002-28.236-0.103-27.996Q-0.209-27.756-0.406-27.603Q-0.603-27.451-0.861-27.451Q-1.177-27.451-1.429-27.574Q-1.681-27.697-1.820-27.931Q-1.959-28.166-1.959-28.490M3.100-25.537Q2.487-25.994 2.084-26.629Q1.682-27.263 1.487-28.009Q1.291-28.756 1.291-29.529Q1.291-30.302 1.487-31.049Q1.682-31.795 2.084-32.429Q2.487-33.064 3.100-33.521Q3.112-33.525 3.119-33.527Q3.127-33.529 3.139-33.529L3.217-33.529Q3.256-33.529 3.282-33.502Q3.307-33.474 3.307-33.431Q3.307-33.381 3.276-33.361Q2.768-32.908 2.446-32.285Q2.123-31.662 1.983-30.966Q1.842-30.271 1.842-29.529Q1.842-28.795 1.981-28.095Q2.119-27.396 2.444-26.771Q2.768-26.146 3.276-25.697Q3.307-25.677 3.307-25.627Q3.307-25.584 3.282-25.556Q3.256-25.529 3.217-25.529L3.139-25.529Q3.131-25.533 3.121-25.535Q3.112-25.537 3.100-25.537M4.932-29.338L4.932-32.431Q4.932-32.603 4.688-32.650Q4.444-32.697 4.123-32.697L4.123-32.994L6.506-32.994L6.506-32.697Q6.186-32.697 5.942-32.648Q5.698-32.599 5.698-32.431L5.698-29.361Q5.698-28.638 6.041-28.148Q6.385-27.658 7.084-27.658Q7.549-27.658 7.920-27.888Q8.291-28.119 8.500-28.511Q8.709-28.904 8.709-29.361L8.709-32.216Q8.709-32.697 7.901-32.697L7.901-32.994L9.811-32.994L9.811-32.697Q9.002-32.697 9.002-32.216L9.002-29.338Q9.002-28.818 8.748-28.361Q8.494-27.904 8.053-27.633Q7.612-27.361 7.084-27.361Q6.674-27.361 6.293-27.504Q5.912-27.646 5.600-27.916Q5.287-28.185 5.110-28.552Q4.932-28.920 4.932-29.338M10.619-27.451L10.619-29.256Q10.619-29.283 10.651-29.314Q10.682-29.345 10.705-29.345L10.811-29.345Q10.842-29.345 10.871-29.316Q10.901-29.287 10.901-29.256Q10.901-28.474 11.416-28.066Q11.932-27.658 12.741-27.658Q13.037-27.658 13.293-27.808Q13.549-27.959 13.699-28.215Q13.850-28.470 13.850-28.767Q13.850-29.166 13.604-29.470Q13.358-29.775 12.987-29.857L11.866-30.115Q11.526-30.189 11.239-30.410Q10.951-30.631 10.785-30.949Q10.619-31.267 10.619-31.619Q10.619-32.049 10.850-32.404Q11.080-32.759 11.461-32.961Q11.842-33.162 12.268-33.162Q12.518-33.162 12.764-33.103Q13.010-33.045 13.229-32.922Q13.448-32.799 13.612-32.619L13.940-33.115Q13.971-33.162 14.010-33.162L14.057-33.162Q14.084-33.162 14.116-33.131Q14.147-33.099 14.147-33.072L14.147-31.263Q14.147-31.240 14.116-31.209Q14.084-31.177 14.057-31.177L13.955-31.177Q13.924-31.177 13.895-31.207Q13.866-31.236 13.866-31.263Q13.866-31.396 13.823-31.582Q13.780-31.767 13.715-31.922Q13.651-32.076 13.551-32.234Q13.451-32.392 13.362-32.482Q12.932-32.888 12.268-32.888Q11.991-32.888 11.731-32.756Q11.471-32.623 11.313-32.388Q11.155-32.154 11.155-31.873Q11.155-31.517 11.395-31.246Q11.635-30.974 12.002-30.888L13.116-30.634Q13.393-30.568 13.625-30.414Q13.858-30.259 14.028-30.041Q14.198-29.822 14.291-29.564Q14.385-29.306 14.385-29.017Q14.385-28.689 14.260-28.386Q14.135-28.084 13.901-27.847Q13.666-27.611 13.373-27.486Q13.080-27.361 12.741-27.361Q11.725-27.361 11.155-27.904L10.826-27.408Q10.795-27.361 10.756-27.361L10.705-27.361Q10.682-27.361 10.651-27.392Q10.619-27.424 10.619-27.451M16.905-27.529L15.155-27.529L15.155-27.826Q15.854-27.826 16.041-28.306L17.842-33.131Q17.897-33.240 18.010-33.240L18.080-33.240Q18.194-33.240 18.248-33.131L20.139-28.088Q20.217-27.920 20.420-27.873Q20.623-27.826 20.936-27.826L20.936-27.529L18.713-27.529L18.713-27.826Q19.354-27.826 19.354-28.041Q19.354-28.060 19.352-28.070Q19.350-28.080 19.346-28.088L18.881-29.322L16.737-29.322L16.354-28.306Q16.350-28.291 16.344-28.261Q16.338-28.232 16.338-28.209Q16.338-28.068 16.428-27.984Q16.518-27.900 16.651-27.863Q16.783-27.826 16.905-27.826L16.905-27.529M17.811-32.185L16.842-29.619L18.768-29.619L17.811-32.185M21.866-25.529L21.783-25.529Q21.748-25.529 21.723-25.558Q21.698-25.588 21.698-25.627Q21.698-25.677 21.729-25.697Q22.116-26.033 22.399-26.482Q22.682-26.931 22.848-27.431Q23.014-27.931 23.088-28.449Q23.162-28.966 23.162-29.529Q23.162-30.099 23.088-30.615Q23.014-31.131 22.848-31.627Q22.682-32.123 22.403-32.570Q22.123-33.017 21.729-33.361Q21.698-33.381 21.698-33.431Q21.698-33.470 21.723-33.500Q21.748-33.529 21.783-33.529L21.866-33.529Q21.877-33.529 21.887-33.527Q21.897-33.525 21.905-33.521Q22.518-33.064 22.920-32.429Q23.323-31.795 23.518-31.049Q23.713-30.302 23.713-29.529Q23.713-28.756 23.518-28.009Q23.323-27.263 22.920-26.629Q22.518-25.994 21.905-25.537Q21.893-25.537 21.885-25.535Q21.877-25.533 21.866-25.529\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M-60-53.136h199.168\" style=\"stroke-dasharray:3.0,3.0\"\u002F>\u003C\u002Fg>\u003C\u002Fsvg>\u003Cfigcaption class=\"tikz-cap\">The object \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:1em;vertical-align:-0.25em;\">\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\" style=\"margin-right:0.1389em;\">P\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\" style=\"margin-right:0.0278em;\">r\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">es\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">i\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">d\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">e\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">n\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">t\u003C\u002Fspan>\u003Cspan class=\"mopen\">(\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\" style=\"margin-right:0.109em;\">U\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\" style=\"margin-right:0.0576em;\">S\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">A\u003C\u002Fspan>\u003Cspan class=\"mclose\">)\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan> across time, as a four-dimensional entity whose temporal slices are the successive presidents; each slice is that president for the duration of the term.\u003C\u002Ffigcaption>","\u003Csvg style=\"width:100%;max-width:327.855px;height:auto\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\" viewBox=\"-75 -75 245.891 105.985\">\u003Cg stroke=\"currentColor\" style=\"stroke-miterlimit:10;stroke-width:.4\">\u003Cg stroke=\"var(--tk-accent)\">\u003Cpath fill=\"none\" d=\"M-68.737-9.474h48.37V-35.08h-48.37Z\"\u002F>\u003Cg fill=\"var(--tk-accent)\" stroke=\"none\" font-family=\"cmr8\" font-size=\"8\">\u003Cg transform=\"translate(-19.598 2.778)\">\u003Cpath d=\"M-42.728-22.309L-43.798-25.165Q-43.864-25.344-43.995-25.387Q-44.126-25.430-44.384-25.430L-44.384-25.727L-42.704-25.727L-42.704-25.430Q-43.154-25.430-43.154-25.231Q-43.150-25.215-43.148-25.198Q-43.146-25.180-43.146-25.165L-42.353-23.071L-41.642-24.981Q-41.677-25.075-41.677-25.120Q-41.677-25.165-41.712-25.165Q-41.779-25.344-41.909-25.387Q-42.040-25.430-42.294-25.430L-42.294-25.727L-40.704-25.727L-40.704-25.430Q-41.154-25.430-41.154-25.231Q-41.150-25.212-41.148-25.194Q-41.146-25.176-41.146-25.165L-40.314-22.950L-39.560-24.950Q-39.536-25.008-39.536-25.079Q-39.536-25.239-39.673-25.335Q-39.810-25.430-39.978-25.430L-39.978-25.727L-38.591-25.727L-38.591-25.430Q-38.825-25.430-39.003-25.303Q-39.181-25.176-39.263-24.950L-40.247-22.309Q-40.302-22.200-40.415-22.200L-40.474-22.200Q-40.587-22.200-40.630-22.309L-41.489-24.583L-42.345-22.309Q-42.384-22.200-42.505-22.200L-42.560-22.200Q-42.673-22.200-42.728-22.309M-36.294-22.110Q-36.997-22.110-37.398-22.510Q-37.798-22.911-37.943-23.520Q-38.087-24.130-38.087-24.829Q-38.087-25.352-38.017-25.815Q-37.947-26.278-37.753-26.690Q-37.560-27.102-37.202-27.350Q-36.845-27.598-36.294-27.598Q-35.743-27.598-35.386-27.350Q-35.029-27.102-34.837-26.692Q-34.646-26.282-34.575-25.813Q-34.505-25.344-34.505-24.829Q-34.505-24.130-34.648-23.522Q-34.790-22.915-35.191-22.512Q-35.591-22.110-36.294-22.110M-36.294-22.368Q-35.822-22.368-35.589-22.803Q-35.357-23.239-35.302-23.778Q-35.247-24.317-35.247-24.958Q-35.247-25.954-35.431-26.647Q-35.614-27.340-36.294-27.340Q-36.661-27.340-36.882-27.102Q-37.103-26.864-37.198-26.507Q-37.294-26.149-37.320-25.778Q-37.345-25.407-37.345-24.958Q-37.345-24.317-37.290-23.778Q-37.236-23.239-37.003-22.803Q-36.771-22.368-36.294-22.368M-33.450-22.743Q-33.450-22.926-33.314-23.063Q-33.177-23.200-32.986-23.200Q-32.794-23.200-32.661-23.067Q-32.529-22.934-32.529-22.743Q-32.529-22.544-32.661-22.411Q-32.794-22.278-32.986-22.278Q-33.177-22.278-33.314-22.415Q-33.450-22.551-33.450-22.743M-33.450-25.270Q-33.450-25.454-33.314-25.590Q-33.177-25.727-32.986-25.727Q-32.794-25.727-32.661-25.594Q-32.529-25.462-32.529-25.270Q-32.529-25.071-32.661-24.938Q-32.794-24.805-32.986-24.805Q-33.177-24.805-33.314-24.942Q-33.450-25.079-33.450-25.270\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-19.598 2.778)\">\u003Cpath d=\"M-27.688-23.110Q-27.688-23.594-27.286-23.889Q-26.883-24.184-26.333-24.303Q-25.782-24.423-25.290-24.423L-25.290-24.712Q-25.290-24.938-25.405-25.145Q-25.520-25.352-25.717-25.471Q-25.915-25.590-26.145-25.590Q-26.571-25.590-26.856-25.485Q-26.786-25.458-26.739-25.403Q-26.692-25.348-26.667-25.278Q-26.641-25.208-26.641-25.133Q-26.641-25.028-26.692-24.936Q-26.743-24.844-26.835-24.794Q-26.926-24.743-27.032-24.743Q-27.137-24.743-27.229-24.794Q-27.321-24.844-27.372-24.936Q-27.422-25.028-27.422-25.133Q-27.422-25.551-27.034-25.698Q-26.645-25.844-26.145-25.844Q-25.813-25.844-25.460-25.714Q-25.106-25.583-24.878-25.329Q-24.649-25.075-24.649-24.727L-24.649-22.926Q-24.649-22.794-24.577-22.684Q-24.504-22.575-24.376-22.575Q-24.251-22.575-24.182-22.680Q-24.114-22.786-24.114-22.926L-24.114-23.438L-23.833-23.438L-23.833-22.926Q-23.833-22.723-23.950-22.565Q-24.067-22.407-24.249-22.323Q-24.430-22.239-24.633-22.239Q-24.864-22.239-25.016-22.411Q-25.169-22.583-25.200-22.813Q-25.360-22.532-25.669-22.366Q-25.977-22.200-26.329-22.200Q-26.840-22.200-27.264-22.423Q-27.688-22.645-27.688-23.110M-27.001-23.110Q-27.001-22.825-26.774-22.639Q-26.547-22.454-26.254-22.454Q-26.008-22.454-25.784-22.571Q-25.559-22.688-25.424-22.891Q-25.290-23.094-25.290-23.348L-25.290-24.180Q-25.555-24.180-25.840-24.126Q-26.126-24.071-26.397-23.942Q-26.669-23.813-26.835-23.606Q-27.001-23.399-27.001-23.110M-23.497-24.005Q-23.497-24.501-23.247-24.926Q-22.997-25.352-22.577-25.598Q-22.157-25.844-21.657-25.844Q-21.118-25.844-20.727-25.719Q-20.337-25.594-20.337-25.180Q-20.337-25.075-20.387-24.983Q-20.438-24.891-20.530-24.840Q-20.622-24.790-20.731-24.790Q-20.837-24.790-20.928-24.840Q-21.020-24.891-21.071-24.983Q-21.122-25.075-21.122-25.180Q-21.122-25.403-20.954-25.508Q-21.176-25.567-21.649-25.567Q-21.946-25.567-22.161-25.428Q-22.376-25.290-22.506-25.059Q-22.637-24.829-22.696-24.559Q-22.754-24.290-22.754-24.005Q-22.754-23.610-22.622-23.260Q-22.489-22.911-22.217-22.694Q-21.946-22.477-21.547-22.477Q-21.172-22.477-20.897-22.694Q-20.622-22.911-20.520-23.270Q-20.504-23.333-20.442-23.333L-20.337-23.333Q-20.301-23.333-20.276-23.305Q-20.251-23.278-20.251-23.239L-20.251-23.215Q-20.383-22.735-20.768-22.467Q-21.153-22.200-21.657-22.200Q-22.020-22.200-22.354-22.337Q-22.688-22.473-22.948-22.723Q-23.208-22.973-23.352-23.309Q-23.497-23.645-23.497-24.005M-19.137-23.239L-19.137-25.430L-19.840-25.430L-19.840-25.684Q-19.485-25.684-19.243-25.917Q-19.001-26.149-18.889-26.497Q-18.778-26.844-18.778-27.200L-18.497-27.200L-18.497-25.727L-17.321-25.727L-17.321-25.430L-18.497-25.430L-18.497-23.255Q-18.497-22.934-18.378-22.706Q-18.258-22.477-17.977-22.477Q-17.797-22.477-17.680-22.600Q-17.563-22.723-17.510-22.903Q-17.458-23.083-17.458-23.255L-17.458-23.727L-17.176-23.727L-17.176-23.239Q-17.176-22.985-17.282-22.745Q-17.387-22.505-17.585-22.352Q-17.782-22.200-18.040-22.200Q-18.356-22.200-18.608-22.323Q-18.860-22.446-18.999-22.680Q-19.137-22.915-19.137-23.239M-15.774-23.231L-15.774-24.973Q-15.774-25.188-15.837-25.284Q-15.899-25.380-16.018-25.401Q-16.137-25.423-16.383-25.423L-16.383-25.719L-15.137-25.805L-15.137-23.255L-15.137-23.231Q-15.137-22.919-15.083-22.757Q-15.028-22.594-14.878-22.524Q-14.727-22.454-14.407-22.454Q-13.977-22.454-13.704-22.792Q-13.430-23.130-13.430-23.575L-13.430-24.973Q-13.430-25.188-13.493-25.284Q-13.555-25.380-13.674-25.401Q-13.794-25.423-14.040-25.423L-14.040-25.719L-12.794-25.805L-12.794-23.020Q-12.794-22.809-12.731-22.714Q-12.669-22.618-12.549-22.596Q-12.430-22.575-12.184-22.575L-12.184-22.278L-13.407-22.200L-13.407-22.821Q-13.575-22.532-13.856-22.366Q-14.137-22.200-14.458-22.200Q-15.774-22.200-15.774-23.231M-11.641-23.110Q-11.641-23.594-11.239-23.889Q-10.837-24.184-10.286-24.303Q-9.735-24.423-9.243-24.423L-9.243-24.712Q-9.243-24.938-9.358-25.145Q-9.473-25.352-9.670-25.471Q-9.868-25.590-10.098-25.590Q-10.524-25.590-10.809-25.485Q-10.739-25.458-10.692-25.403Q-10.645-25.348-10.620-25.278Q-10.594-25.208-10.594-25.133Q-10.594-25.028-10.645-24.936Q-10.696-24.844-10.788-24.794Q-10.879-24.743-10.985-24.743Q-11.090-24.743-11.182-24.794Q-11.274-24.844-11.325-24.936Q-11.376-25.028-11.376-25.133Q-11.376-25.551-10.987-25.698Q-10.598-25.844-10.098-25.844Q-9.766-25.844-9.413-25.714Q-9.059-25.583-8.831-25.329Q-8.602-25.075-8.602-24.727L-8.602-22.926Q-8.602-22.794-8.530-22.684Q-8.458-22.575-8.329-22.575Q-8.204-22.575-8.135-22.680Q-8.067-22.786-8.067-22.926L-8.067-23.438L-7.786-23.438L-7.786-22.926Q-7.786-22.723-7.903-22.565Q-8.020-22.407-8.202-22.323Q-8.383-22.239-8.587-22.239Q-8.817-22.239-8.969-22.411Q-9.122-22.583-9.153-22.813Q-9.313-22.532-9.622-22.366Q-9.930-22.200-10.282-22.200Q-10.794-22.200-11.217-22.423Q-11.641-22.645-11.641-23.110M-10.954-23.110Q-10.954-22.825-10.727-22.639Q-10.501-22.454-10.208-22.454Q-9.962-22.454-9.737-22.571Q-9.512-22.688-9.378-22.891Q-9.243-23.094-9.243-23.348L-9.243-24.180Q-9.508-24.180-9.794-24.126Q-10.079-24.071-10.350-23.942Q-10.622-23.813-10.788-23.606Q-10.954-23.399-10.954-23.110M-5.579-22.278L-7.411-22.278L-7.411-22.575Q-7.137-22.575-6.969-22.622Q-6.801-22.669-6.801-22.837L-6.801-26.997Q-6.801-27.212-6.864-27.307Q-6.926-27.403-7.045-27.424Q-7.165-27.446-7.411-27.446L-7.411-27.743L-6.188-27.829L-6.188-22.837Q-6.188-22.669-6.020-22.622Q-5.852-22.575-5.579-22.575\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M28.002-46.463h48.37V-72.07h-48.37Z\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr8\" font-size=\"8\">\u003Cg transform=\"translate(85.585 -34.255)\">\u003Cpath d=\"M-42.728-22.309L-43.798-25.165Q-43.864-25.344-43.995-25.387Q-44.126-25.430-44.384-25.430L-44.384-25.727L-42.704-25.727L-42.704-25.430Q-43.154-25.430-43.154-25.231Q-43.150-25.215-43.148-25.198Q-43.146-25.180-43.146-25.165L-42.353-23.071L-41.642-24.981Q-41.677-25.075-41.677-25.120Q-41.677-25.165-41.712-25.165Q-41.779-25.344-41.909-25.387Q-42.040-25.430-42.294-25.430L-42.294-25.727L-40.704-25.727L-40.704-25.430Q-41.154-25.430-41.154-25.231Q-41.150-25.212-41.148-25.194Q-41.146-25.176-41.146-25.165L-40.314-22.950L-39.560-24.950Q-39.536-25.008-39.536-25.079Q-39.536-25.239-39.673-25.335Q-39.810-25.430-39.978-25.430L-39.978-25.727L-38.591-25.727L-38.591-25.430Q-38.825-25.430-39.003-25.303Q-39.181-25.176-39.263-24.950L-40.247-22.309Q-40.302-22.200-40.415-22.200L-40.474-22.200Q-40.587-22.200-40.630-22.309L-41.489-24.583L-42.345-22.309Q-42.384-22.200-42.505-22.200L-42.560-22.200Q-42.673-22.200-42.728-22.309M-34.822-22.278L-37.614-22.278L-37.614-22.575Q-36.552-22.575-36.552-22.837L-36.552-27.005Q-36.982-26.790-37.661-26.790L-37.661-27.087Q-36.642-27.087-36.126-27.598L-35.982-27.598Q-35.907-27.579-35.888-27.501L-35.888-22.837Q-35.888-22.575-34.822-22.575L-34.822-22.278M-33.450-22.743Q-33.450-22.926-33.314-23.063Q-33.177-23.200-32.986-23.200Q-32.794-23.200-32.661-23.067Q-32.529-22.934-32.529-22.743Q-32.529-22.544-32.661-22.411Q-32.794-22.278-32.986-22.278Q-33.177-22.278-33.314-22.415Q-33.450-22.551-33.450-22.743M-33.450-25.270Q-33.450-25.454-33.314-25.590Q-33.177-25.727-32.986-25.727Q-32.794-25.727-32.661-25.594Q-32.529-25.462-32.529-25.270Q-32.529-25.071-32.661-24.938Q-32.794-24.805-32.986-24.805Q-33.177-24.805-33.314-24.942Q-33.450-25.079-33.450-25.270\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(85.585 -34.255)\">\u003Cpath d=\"M-25.290-22.278L-27.672-22.278L-27.672-22.575Q-27.348-22.575-27.106-22.622Q-26.864-22.669-26.864-22.837L-26.864-27.180Q-26.864-27.352-27.106-27.399Q-27.348-27.446-27.672-27.446L-27.672-27.743L-24.727-27.743Q-24.383-27.743-24.028-27.643Q-23.672-27.544-23.378-27.352Q-23.083-27.161-22.901-26.876Q-22.719-26.590-22.719-26.231Q-22.719-25.758-23.030-25.423Q-23.340-25.087-23.805-24.915Q-24.270-24.743-24.727-24.743L-26.094-24.743L-26.094-22.837Q-26.094-22.669-25.852-22.622Q-25.610-22.575-25.290-22.575L-25.290-22.278M-26.122-27.180L-26.122-25.012L-24.946-25.012Q-24.258-25.012-23.920-25.288Q-23.583-25.563-23.583-26.231Q-23.583-26.895-23.920-27.171Q-24.258-27.446-24.946-27.446L-25.719-27.446Q-25.938-27.446-26.030-27.403Q-26.122-27.360-26.122-27.180\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M28.002 27.515h48.37V1.907h-48.37Z\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr8\" font-size=\"8\">\u003Cg transform=\"translate(85.585 39.722)\">\u003Cpath d=\"M-42.728-22.309L-43.798-25.165Q-43.864-25.344-43.995-25.387Q-44.126-25.430-44.384-25.430L-44.384-25.727L-42.704-25.727L-42.704-25.430Q-43.154-25.430-43.154-25.231Q-43.150-25.215-43.148-25.198Q-43.146-25.180-43.146-25.165L-42.353-23.071L-41.642-24.981Q-41.677-25.075-41.677-25.120Q-41.677-25.165-41.712-25.165Q-41.779-25.344-41.909-25.387Q-42.040-25.430-42.294-25.430L-42.294-25.727L-40.704-25.727L-40.704-25.430Q-41.154-25.430-41.154-25.231Q-41.150-25.212-41.148-25.194Q-41.146-25.176-41.146-25.165L-40.314-22.950L-39.560-24.950Q-39.536-25.008-39.536-25.079Q-39.536-25.239-39.673-25.335Q-39.810-25.430-39.978-25.430L-39.978-25.727L-38.591-25.727L-38.591-25.430Q-38.825-25.430-39.003-25.303Q-39.181-25.176-39.263-24.950L-40.247-22.309Q-40.302-22.200-40.415-22.200L-40.474-22.200Q-40.587-22.200-40.630-22.309L-41.489-24.583L-42.345-22.309Q-42.384-22.200-42.505-22.200L-42.560-22.200Q-42.673-22.200-42.728-22.309M-34.829-22.278L-37.989-22.278L-37.989-22.485Q-37.989-22.512-37.966-22.544L-36.614-23.942Q-36.236-24.329-35.988-24.618Q-35.739-24.907-35.566-25.264Q-35.392-25.622-35.392-26.012Q-35.392-26.360-35.525-26.653Q-35.657-26.946-35.911-27.124Q-36.165-27.301-36.521-27.301Q-36.880-27.301-37.171-27.106Q-37.462-26.911-37.607-26.583L-37.552-26.583Q-37.368-26.583-37.243-26.462Q-37.118-26.340-37.118-26.149Q-37.118-25.969-37.243-25.840Q-37.368-25.712-37.552-25.712Q-37.732-25.712-37.861-25.840Q-37.989-25.969-37.989-26.149Q-37.989-26.551-37.769-26.887Q-37.548-27.223-37.183-27.411Q-36.818-27.598-36.415-27.598Q-35.935-27.598-35.519-27.411Q-35.103-27.223-34.851-26.862Q-34.599-26.501-34.599-26.012Q-34.599-25.653-34.753-25.350Q-34.907-25.048-35.159-24.788Q-35.411-24.528-35.761-24.243Q-36.111-23.958-36.279-23.805L-37.208-22.965L-36.493-22.965Q-35.118-22.965-35.079-23.005Q-35.009-23.083-34.966-23.268Q-34.923-23.454-34.880-23.743L-34.599-23.743L-34.829-22.278M-33.450-22.743Q-33.450-22.926-33.314-23.063Q-33.177-23.200-32.986-23.200Q-32.794-23.200-32.661-23.067Q-32.529-22.934-32.529-22.743Q-32.529-22.544-32.661-22.411Q-32.794-22.278-32.986-22.278Q-33.177-22.278-33.314-22.415Q-33.450-22.551-33.450-22.743M-33.450-25.270Q-33.450-25.454-33.314-25.590Q-33.177-25.727-32.986-25.727Q-32.794-25.727-32.661-25.594Q-32.529-25.462-32.529-25.270Q-32.529-25.071-32.661-24.938Q-32.794-24.805-32.986-24.805Q-33.177-24.805-33.314-24.942Q-33.450-25.079-33.450-25.270\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(85.585 39.722)\">\u003Cpath d=\"M-25.290-22.278L-27.672-22.278L-27.672-22.575Q-27.348-22.575-27.106-22.622Q-26.864-22.669-26.864-22.837L-26.864-27.180Q-26.864-27.352-27.106-27.399Q-27.348-27.446-27.672-27.446L-27.672-27.743L-24.727-27.743Q-24.383-27.743-24.028-27.643Q-23.672-27.544-23.378-27.352Q-23.083-27.161-22.901-26.876Q-22.719-26.590-22.719-26.231Q-22.719-25.758-23.030-25.423Q-23.340-25.087-23.805-24.915Q-24.270-24.743-24.727-24.743L-26.094-24.743L-26.094-22.837Q-26.094-22.669-25.852-22.622Q-25.610-22.575-25.290-22.575L-25.290-22.278M-26.122-27.180L-26.122-25.012L-24.946-25.012Q-24.258-25.012-23.920-25.288Q-23.583-25.563-23.583-26.231Q-23.583-26.895-23.920-27.171Q-24.258-27.446-24.946-27.446L-25.719-27.446Q-25.938-27.446-26.030-27.403Q-26.122-27.360-26.122-27.180\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M119.052-9.474h48.37V-35.08h-48.37Z\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr8\" font-size=\"8\">\u003Cg transform=\"translate(176.634 2.733)\">\u003Cpath d=\"M-42.728-22.309L-43.798-25.165Q-43.864-25.344-43.995-25.387Q-44.126-25.430-44.384-25.430L-44.384-25.727L-42.704-25.727L-42.704-25.430Q-43.154-25.430-43.154-25.231Q-43.150-25.215-43.148-25.198Q-43.146-25.180-43.146-25.165L-42.353-23.071L-41.642-24.981Q-41.677-25.075-41.677-25.120Q-41.677-25.165-41.712-25.165Q-41.779-25.344-41.909-25.387Q-42.040-25.430-42.294-25.430L-42.294-25.727L-40.704-25.727L-40.704-25.430Q-41.154-25.430-41.154-25.231Q-41.150-25.212-41.148-25.194Q-41.146-25.176-41.146-25.165L-40.314-22.950L-39.560-24.950Q-39.536-25.008-39.536-25.079Q-39.536-25.239-39.673-25.335Q-39.810-25.430-39.978-25.430L-39.978-25.727L-38.591-25.727L-38.591-25.430Q-38.825-25.430-39.003-25.303Q-39.181-25.176-39.263-24.950L-40.247-22.309Q-40.302-22.200-40.415-22.200L-40.474-22.200Q-40.587-22.200-40.630-22.309L-41.489-24.583L-42.345-22.309Q-42.384-22.200-42.505-22.200L-42.560-22.200Q-42.673-22.200-42.728-22.309M-37.622-22.911Q-37.431-22.637-37.075-22.510Q-36.720-22.383-36.337-22.383Q-36.001-22.383-35.792-22.569Q-35.583-22.755-35.488-23.048Q-35.392-23.340-35.392-23.653Q-35.392-23.977-35.489-24.272Q-35.587-24.567-35.800-24.751Q-36.013-24.934-36.345-24.934L-36.911-24.934Q-36.943-24.934-36.972-24.964Q-37.001-24.993-37.001-25.020L-37.001-25.102Q-37.001-25.137-36.972-25.163Q-36.943-25.188-36.911-25.188L-36.431-25.223Q-36.146-25.223-35.948-25.428Q-35.751-25.633-35.656-25.928Q-35.560-26.223-35.560-26.501Q-35.560-26.880-35.759-27.118Q-35.958-27.356-36.337-27.356Q-36.657-27.356-36.947-27.249Q-37.236-27.141-37.400-26.919Q-37.220-26.919-37.097-26.792Q-36.974-26.665-36.974-26.493Q-36.974-26.321-37.099-26.196Q-37.224-26.071-37.400-26.071Q-37.572-26.071-37.697-26.196Q-37.822-26.321-37.822-26.493Q-37.822-26.860-37.597-27.108Q-37.372-27.356-37.032-27.477Q-36.693-27.598-36.337-27.598Q-35.989-27.598-35.626-27.477Q-35.263-27.356-35.015-27.106Q-34.767-26.856-34.767-26.501Q-34.767-26.016-35.085-25.633Q-35.404-25.251-35.880-25.079Q-35.329-24.969-34.929-24.583Q-34.529-24.196-34.529-23.661Q-34.529-23.204-34.792-22.848Q-35.056-22.493-35.478-22.301Q-35.900-22.110-36.337-22.110Q-36.747-22.110-37.140-22.245Q-37.532-22.380-37.798-22.665Q-38.064-22.950-38.064-23.368Q-38.064-23.563-37.931-23.692Q-37.798-23.821-37.607-23.821Q-37.482-23.821-37.378-23.762Q-37.275-23.704-37.212-23.598Q-37.150-23.493-37.150-23.368Q-37.150-23.173-37.284-23.042Q-37.419-22.911-37.622-22.911M-33.450-22.743Q-33.450-22.926-33.314-23.063Q-33.177-23.200-32.986-23.200Q-32.794-23.200-32.661-23.067Q-32.529-22.934-32.529-22.743Q-32.529-22.544-32.661-22.411Q-32.794-22.278-32.986-22.278Q-33.177-22.278-33.314-22.415Q-33.450-22.551-33.450-22.743M-33.450-25.270Q-33.450-25.454-33.314-25.590Q-33.177-25.727-32.986-25.727Q-32.794-25.727-32.661-25.594Q-32.529-25.462-32.529-25.270Q-32.529-25.071-32.661-24.938Q-32.794-24.805-32.986-24.805Q-33.177-24.805-33.314-24.942Q-33.450-25.079-33.450-25.270\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(176.634 2.733)\">\u003Cpath d=\"M-25.290-22.278L-27.672-22.278L-27.672-22.575Q-27.348-22.575-27.106-22.622Q-26.864-22.669-26.864-22.837L-26.864-27.180Q-26.864-27.352-27.106-27.399Q-27.348-27.446-27.672-27.446L-27.672-27.743L-24.727-27.743Q-24.383-27.743-24.028-27.643Q-23.672-27.544-23.378-27.352Q-23.083-27.161-22.901-26.876Q-22.719-26.590-22.719-26.231Q-22.719-25.758-23.030-25.423Q-23.340-25.087-23.805-24.915Q-24.270-24.743-24.727-24.743L-26.094-24.743L-26.094-22.837Q-26.094-22.669-25.852-22.622Q-25.610-22.575-25.290-22.575L-25.290-22.278M-26.122-27.180L-26.122-25.012L-24.946-25.012Q-24.258-25.012-23.920-25.288Q-23.583-25.563-23.583-26.231Q-23.583-26.895-23.920-27.171Q-24.258-27.446-24.946-27.446L-25.719-27.446Q-25.938-27.446-26.030-27.403Q-26.122-27.360-26.122-27.180\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M-20.167-31.595 25.374-49.02\"\u002F>\u003Cpath stroke=\"none\" d=\"m27.802-49.949-4.628-.456 2.2 1.385-.713 2.5\"\u002F>\u003Cg transform=\"translate(41.863 -22.227)\">\u003Cpath d=\"M-42.648-22.278L-44.238-22.278L-44.238-22.558Q-43.595-22.558-43.438-22.958L-41.794-27.173Q-41.760-27.268-41.647-27.268L-41.565-27.268Q-41.455-27.268-41.414-27.173L-39.695-22.767Q-39.627-22.627-39.437-22.592Q-39.247-22.558-38.974-22.558L-38.974-22.278L-40.973-22.278L-40.973-22.558Q-40.409-22.558-40.409-22.733Q-40.409-22.750-40.411-22.757Q-40.413-22.763-40.416-22.767L-40.837-23.833L-42.795-23.833L-43.137-22.958Q-43.151-22.958-43.151-22.880Q-43.151-22.719-42.988-22.639Q-42.826-22.558-42.648-22.558L-42.648-22.278M-41.814-26.352L-42.682-24.113L-40.939-24.113L-41.814-26.352M-38.338-23.789Q-38.338-24.117-38.203-24.418Q-38.068-24.718-37.832-24.939Q-37.596-25.159-37.292-25.279Q-36.988-25.399-36.663-25.399Q-36.157-25.399-35.809-25.296Q-35.460-25.194-35.460-24.818Q-35.460-24.671-35.558-24.570Q-35.655-24.469-35.802-24.469Q-35.956-24.469-36.055-24.568Q-36.154-24.667-36.154-24.818Q-36.154-25.006-36.014-25.098Q-36.216-25.149-36.656-25.149Q-37.012-25.149-37.241-24.953Q-37.470-24.756-37.571-24.447Q-37.672-24.137-37.672-23.789Q-37.672-23.440-37.545-23.134Q-37.419-22.828-37.164-22.644Q-36.909-22.459-36.554-22.459Q-36.332-22.459-36.147-22.543Q-35.963-22.627-35.828-22.782Q-35.693-22.938-35.635-23.146Q-35.621-23.201-35.566-23.201L-35.453-23.201Q-35.423-23.201-35.400-23.177Q-35.378-23.153-35.378-23.119L-35.378-23.098Q-35.464-22.811-35.652-22.613Q-35.840-22.415-36.104-22.312Q-36.369-22.210-36.663-22.210Q-37.094-22.210-37.482-22.416Q-37.870-22.623-38.104-22.986Q-38.338-23.348-38.338-23.789M-34.790-23.789Q-34.790-24.117-34.655-24.418Q-34.520-24.718-34.284-24.939Q-34.049-25.159-33.744-25.279Q-33.440-25.399-33.115-25.399Q-32.610-25.399-32.261-25.296Q-31.912-25.194-31.912-24.818Q-31.912-24.671-32.010-24.570Q-32.107-24.469-32.254-24.469Q-32.408-24.469-32.507-24.568Q-32.606-24.667-32.606-24.818Q-32.606-25.006-32.466-25.098Q-32.668-25.149-33.109-25.149Q-33.464-25.149-33.693-24.953Q-33.922-24.756-34.023-24.447Q-34.124-24.137-34.124-23.789Q-34.124-23.440-33.997-23.134Q-33.871-22.828-33.616-22.644Q-33.362-22.459-33.006-22.459Q-32.784-22.459-32.599-22.543Q-32.415-22.627-32.280-22.782Q-32.145-22.938-32.087-23.146Q-32.073-23.201-32.018-23.201L-31.906-23.201Q-31.875-23.201-31.853-23.177Q-31.830-23.153-31.830-23.119L-31.830-23.098Q-31.916-22.811-32.104-22.613Q-32.292-22.415-32.557-22.312Q-32.822-22.210-33.115-22.210Q-33.546-22.210-33.934-22.416Q-34.322-22.623-34.556-22.986Q-34.790-23.348-34.790-23.789\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M-20.167-12.96 25.374 4.465\"\u002F>\u003Cpath stroke=\"none\" d=\"m27.802 5.394-3.141-3.43.713 2.5-2.2 1.386\"\u002F>\u003Cg transform=\"translate(41.863 27.01)\">\u003Cpath d=\"M-42.648-22.278L-44.238-22.278L-44.238-22.558Q-43.595-22.558-43.438-22.958L-41.794-27.173Q-41.760-27.268-41.647-27.268L-41.565-27.268Q-41.455-27.268-41.414-27.173L-39.695-22.767Q-39.627-22.627-39.437-22.592Q-39.247-22.558-38.974-22.558L-38.974-22.278L-40.973-22.278L-40.973-22.558Q-40.409-22.558-40.409-22.733Q-40.409-22.750-40.411-22.757Q-40.413-22.763-40.416-22.767L-40.837-23.833L-42.795-23.833L-43.137-22.958Q-43.151-22.958-43.151-22.880Q-43.151-22.719-42.988-22.639Q-42.826-22.558-42.648-22.558L-42.648-22.278M-41.814-26.352L-42.682-24.113L-40.939-24.113L-41.814-26.352M-38.338-23.789Q-38.338-24.117-38.203-24.418Q-38.068-24.718-37.832-24.939Q-37.596-25.159-37.292-25.279Q-36.988-25.399-36.663-25.399Q-36.157-25.399-35.809-25.296Q-35.460-25.194-35.460-24.818Q-35.460-24.671-35.558-24.570Q-35.655-24.469-35.802-24.469Q-35.956-24.469-36.055-24.568Q-36.154-24.667-36.154-24.818Q-36.154-25.006-36.014-25.098Q-36.216-25.149-36.656-25.149Q-37.012-25.149-37.241-24.953Q-37.470-24.756-37.571-24.447Q-37.672-24.137-37.672-23.789Q-37.672-23.440-37.545-23.134Q-37.419-22.828-37.164-22.644Q-36.909-22.459-36.554-22.459Q-36.332-22.459-36.147-22.543Q-35.963-22.627-35.828-22.782Q-35.693-22.938-35.635-23.146Q-35.621-23.201-35.566-23.201L-35.453-23.201Q-35.423-23.201-35.400-23.177Q-35.378-23.153-35.378-23.119L-35.378-23.098Q-35.464-22.811-35.652-22.613Q-35.840-22.415-36.104-22.312Q-36.369-22.210-36.663-22.210Q-37.094-22.210-37.482-22.416Q-37.870-22.623-38.104-22.986Q-38.338-23.348-38.338-23.789M-34.790-23.789Q-34.790-24.117-34.655-24.418Q-34.520-24.718-34.284-24.939Q-34.049-25.159-33.744-25.279Q-33.440-25.399-33.115-25.399Q-32.610-25.399-32.261-25.296Q-31.912-25.194-31.912-24.818Q-31.912-24.671-32.010-24.570Q-32.107-24.469-32.254-24.469Q-32.408-24.469-32.507-24.568Q-32.606-24.667-32.606-24.818Q-32.606-25.006-32.466-25.098Q-32.668-25.149-33.109-25.149Q-33.464-25.149-33.693-24.953Q-33.922-24.756-34.023-24.447Q-34.124-24.137-34.124-23.789Q-34.124-23.440-33.997-23.134Q-33.871-22.828-33.616-22.644Q-33.362-22.459-33.006-22.459Q-32.784-22.459-32.599-22.543Q-32.415-22.627-32.280-22.782Q-32.145-22.938-32.087-23.146Q-32.073-23.201-32.018-23.201L-31.906-23.201Q-31.875-23.201-31.853-23.177Q-31.830-23.153-31.830-23.119L-31.830-23.098Q-31.916-22.811-32.104-22.613Q-32.292-22.415-32.557-22.312Q-32.822-22.210-33.115-22.210Q-33.546-22.210-33.934-22.416Q-34.322-22.623-34.556-22.986Q-34.790-23.348-34.790-23.789\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"m76.572-49.357 39.871 16.205\"\u002F>\u003Cpath stroke=\"none\" d=\"m118.852-32.173-3.07-3.493.661 2.514-2.228 1.34\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"m76.572 4.802 39.871-16.206\"\u002F>\u003Cpath stroke=\"none\" d=\"m118.852-12.382-4.637-.361 2.228 1.34-.662 2.514\"\u002F>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(71.545 14.43)\">\u003Cpath d=\"M-37.525-46.278L-39.658-46.278L-39.658-46.558Q-38.937-46.558-38.937-46.767L-38.937-50.568Q-38.937-50.779-39.658-50.779L-39.658-51.060L-36.992-51.060Q-36.582-51.060-36.161-50.906Q-35.741-50.752-35.457-50.448Q-35.174-50.144-35.174-49.730Q-35.174-49.412-35.341-49.166Q-35.509-48.920-35.785-48.754Q-36.062-48.589-36.384-48.505Q-36.705-48.421-36.992-48.421L-38.246-48.421L-38.246-46.767Q-38.246-46.558-37.525-46.558L-37.525-46.278M-38.274-50.568L-38.274-48.671L-37.187-48.671Q-36.578-48.671-36.264-48.908Q-35.949-49.146-35.949-49.730Q-35.949-50.123-36.095-50.357Q-36.240-50.591-36.512-50.685Q-36.783-50.779-37.187-50.779L-37.908-50.779Q-38.096-50.779-38.185-50.745Q-38.274-50.711-38.274-50.568\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(71.545 14.43)\">\u003Cpath d=\"M-29.986-46.278L-31.620-46.278L-31.620-46.558Q-31.391-46.558-31.242-46.592Q-31.093-46.627-31.093-46.767L-31.093-50.386Q-31.093-50.656-31.201-50.718Q-31.309-50.779-31.620-50.779L-31.620-51.060L-30.540-51.135L-30.540-48.749Q-30.434-48.934-30.256-49.076Q-30.078-49.217-29.870-49.291Q-29.661-49.364-29.436-49.364Q-28.930-49.364-28.646-49.141Q-28.362-48.917-28.362-48.421L-28.362-46.767Q-28.362-46.630-28.214-46.594Q-28.065-46.558-27.839-46.558L-27.839-46.278L-29.470-46.278L-29.470-46.558Q-29.241-46.558-29.092-46.592Q-28.943-46.627-28.943-46.767L-28.943-48.407Q-28.943-48.742-29.063-48.942Q-29.183-49.142-29.497-49.142Q-29.767-49.142-30.001-49.006Q-30.235-48.869-30.374-48.635Q-30.512-48.401-30.512-48.127L-30.512-46.767Q-30.512-46.630-30.362-46.594Q-30.211-46.558-29.986-46.558L-29.986-46.278M-27.293-47.761Q-27.293-48.103-27.158-48.402Q-27.023-48.701-26.783-48.925Q-26.544-49.149-26.226-49.274Q-25.908-49.399-25.577-49.399Q-25.132-49.399-24.732-49.183Q-24.333-48.968-24.098-48.590Q-23.864-48.213-23.864-47.761Q-23.864-47.420-24.006-47.136Q-24.148-46.852-24.392-46.645Q-24.637-46.439-24.946-46.324Q-25.255-46.210-25.577-46.210Q-26.007-46.210-26.409-46.411Q-26.811-46.613-27.052-46.965Q-27.293-47.317-27.293-47.761M-25.577-46.459Q-24.975-46.459-24.751-46.837Q-24.527-47.215-24.527-47.847Q-24.527-48.459-24.762-48.818Q-24.996-49.176-25.577-49.176Q-26.629-49.176-26.629-47.847Q-26.629-47.215-26.404-46.837Q-26.178-46.459-25.577-46.459M-21.602-46.278L-23.205-46.278L-23.205-46.558Q-22.979-46.558-22.830-46.592Q-22.682-46.627-22.682-46.767L-22.682-50.386Q-22.682-50.656-22.789-50.718Q-22.897-50.779-23.205-50.779L-23.205-51.060L-22.128-51.135L-22.128-46.767Q-22.128-46.630-21.978-46.594Q-21.827-46.558-21.602-46.558L-21.602-46.278M-21.007-47.789Q-21.007-48.127-20.867-48.418Q-20.727-48.708-20.482-48.922Q-20.238-49.135-19.934-49.250Q-19.629-49.364-19.305-49.364Q-19.035-49.364-18.772-49.265Q-18.508-49.166-18.317-48.988L-18.317-50.386Q-18.317-50.656-18.425-50.718Q-18.532-50.779-18.843-50.779L-18.843-51.060L-17.767-51.135L-17.767-46.951Q-17.767-46.763-17.712-46.680Q-17.657-46.596-17.556-46.577Q-17.456-46.558-17.240-46.558L-17.240-46.278L-18.348-46.210L-18.348-46.627Q-18.765-46.210-19.390-46.210Q-19.821-46.210-20.193-46.422Q-20.566-46.633-20.786-46.994Q-21.007-47.355-21.007-47.789M-19.332-46.432Q-19.124-46.432-18.937-46.504Q-18.751-46.575-18.597-46.712Q-18.443-46.849-18.348-47.027L-18.348-48.636Q-18.433-48.783-18.578-48.903Q-18.724-49.023-18.893-49.082Q-19.062-49.142-19.243-49.142Q-19.804-49.142-20.072-48.753Q-20.340-48.363-20.340-47.782Q-20.340-47.211-20.106-46.821Q-19.872-46.432-19.332-46.432M-16.591-46.285L-16.591-47.348Q-16.591-47.372-16.564-47.399Q-16.536-47.426-16.512-47.426L-16.403-47.426Q-16.338-47.426-16.324-47.368Q-16.229-46.934-15.982-46.683Q-15.736-46.432-15.323-46.432Q-14.981-46.432-14.728-46.565Q-14.475-46.698-14.475-47.006Q-14.475-47.163-14.569-47.278Q-14.663-47.392-14.802-47.461Q-14.940-47.529-15.107-47.567L-15.689-47.666Q-16.044-47.734-16.317-47.955Q-16.591-48.175-16.591-48.517Q-16.591-48.766-16.480-48.941Q-16.369-49.115-16.182-49.214Q-15.996-49.313-15.781-49.356Q-15.565-49.399-15.323-49.399Q-14.909-49.399-14.629-49.217L-14.414-49.392Q-14.403-49.395-14.397-49.397Q-14.390-49.399-14.379-49.399L-14.328-49.399Q-14.301-49.399-14.277-49.375Q-14.253-49.351-14.253-49.323L-14.253-48.476Q-14.253-48.455-14.277-48.428Q-14.301-48.401-14.328-48.401L-14.441-48.401Q-14.468-48.401-14.494-48.426Q-14.520-48.452-14.520-48.476Q-14.520-48.712-14.626-48.876Q-14.732-49.040-14.914-49.122Q-15.097-49.204-15.330-49.204Q-15.658-49.204-15.914-49.101Q-16.170-48.999-16.170-48.722Q-16.170-48.527-15.988-48.418Q-15.805-48.308-15.576-48.267L-15.002-48.161Q-14.755-48.113-14.542-47.985Q-14.328-47.857-14.191-47.654Q-14.055-47.450-14.055-47.201Q-14.055-46.688-14.420-46.449Q-14.786-46.210-15.323-46.210Q-15.818-46.210-16.150-46.504L-16.417-46.230Q-16.437-46.210-16.464-46.210L-16.512-46.210Q-16.536-46.210-16.564-46.237Q-16.591-46.264-16.591-46.285\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(71.545 14.43)\">\u003Cpath d=\"M-9.105-46.278L-10.657-46.278L-10.657-46.558Q-10.431-46.558-10.282-46.592Q-10.134-46.627-10.134-46.767L-10.134-48.616Q-10.134-48.804-10.182-48.888Q-10.229-48.971-10.327-48.990Q-10.424-49.009-10.636-49.009L-10.636-49.289L-9.580-49.364L-9.580-46.767Q-9.580-46.627-9.448-46.592Q-9.317-46.558-9.105-46.558L-9.105-46.278M-10.376-50.585Q-10.376-50.756-10.253-50.875Q-10.130-50.995-9.959-50.995Q-9.792-50.995-9.669-50.875Q-9.546-50.756-9.546-50.585Q-9.546-50.410-9.669-50.287Q-9.792-50.164-9.959-50.164Q-10.130-50.164-10.253-50.287Q-10.376-50.410-10.376-50.585M-6.777-46.278L-8.411-46.278L-8.411-46.558Q-8.182-46.558-8.033-46.592Q-7.885-46.627-7.885-46.767L-7.885-48.616Q-7.885-48.886-7.992-48.947Q-8.100-49.009-8.411-49.009L-8.411-49.289L-7.351-49.364L-7.351-48.715Q-7.181-49.023-6.876-49.194Q-6.572-49.364-6.227-49.364Q-5.721-49.364-5.437-49.141Q-5.154-48.917-5.154-48.421L-5.154-46.767Q-5.154-46.630-5.005-46.594Q-4.856-46.558-4.631-46.558L-4.631-46.278L-6.261-46.278L-6.261-46.558Q-6.032-46.558-5.883-46.592Q-5.735-46.627-5.735-46.767L-5.735-48.407Q-5.735-48.742-5.854-48.942Q-5.974-49.142-6.288-49.142Q-6.558-49.142-6.793-49.006Q-7.027-48.869-7.165-48.635Q-7.304-48.401-7.304-48.127L-7.304-46.767Q-7.304-46.630-7.153-46.594Q-7.003-46.558-6.777-46.558\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(71.545 14.43)\">\u003Cpath d=\"M-44.179-39.006Q-44.179-39.338-43.956-39.565Q-43.732-39.792-43.388-39.920Q-43.045-40.049-42.672-40.101Q-42.300-40.154-41.995-40.154L-41.995-40.407Q-41.995-40.612-42.103-40.792Q-42.211-40.971-42.392-41.074Q-42.573-41.176-42.781-41.176Q-43.188-41.176-43.424-41.084Q-43.335-41.047-43.289-40.963Q-43.243-40.879-43.243-40.777Q-43.243-40.681-43.289-40.602Q-43.335-40.524-43.416-40.479Q-43.496-40.435-43.585-40.435Q-43.735-40.435-43.836-40.532Q-43.937-40.630-43.937-40.777Q-43.937-41.399-42.781-41.399Q-42.570-41.399-42.320-41.335Q-42.071-41.272-41.869-41.153Q-41.667-41.033-41.541-40.848Q-41.414-40.664-41.414-40.421L-41.414-38.845Q-41.414-38.729-41.353-38.633Q-41.291-38.538-41.178-38.538Q-41.069-38.538-41.004-38.632Q-40.939-38.726-40.939-38.845L-40.939-39.293L-40.673-39.293L-40.673-38.845Q-40.673-38.575-40.900-38.410Q-41.127-38.244-41.407-38.244Q-41.616-38.244-41.753-38.398Q-41.889-38.551-41.913-38.767Q-42.060-38.500-42.342-38.355Q-42.624-38.210-42.949-38.210Q-43.226-38.210-43.510-38.285Q-43.793-38.360-43.986-38.539Q-44.179-38.719-44.179-39.006M-43.564-39.006Q-43.564-38.832-43.463-38.702Q-43.363-38.572-43.207-38.502Q-43.052-38.432-42.887-38.432Q-42.669-38.432-42.460-38.529Q-42.252-38.627-42.124-38.808Q-41.995-38.989-41.995-39.215L-41.995-39.943Q-42.320-39.943-42.686-39.852Q-43.052-39.761-43.308-39.549Q-43.564-39.338-43.564-39.006M-38.588-38.278L-40.191-38.278L-40.191-38.558Q-39.965-38.558-39.816-38.592Q-39.668-38.627-39.668-38.767L-39.668-42.386Q-39.668-42.656-39.775-42.718Q-39.883-42.779-40.191-42.779L-40.191-43.060L-39.114-43.135L-39.114-38.767Q-39.114-38.630-38.964-38.594Q-38.813-38.558-38.588-38.558L-38.588-38.278M-36.325-38.278L-37.928-38.278L-37.928-38.558Q-37.702-38.558-37.554-38.592Q-37.405-38.627-37.405-38.767L-37.405-42.386Q-37.405-42.656-37.513-42.718Q-37.620-42.779-37.928-42.779L-37.928-43.060L-36.851-43.135L-36.851-38.767Q-36.851-38.630-36.701-38.594Q-36.551-38.558-36.325-38.558\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(71.545 14.43)\">\u003Cpath d=\"M-32.970-39.006Q-32.970-39.338-32.747-39.565Q-32.523-39.792-32.179-39.920Q-31.836-40.049-31.463-40.101Q-31.091-40.154-30.786-40.154L-30.786-40.407Q-30.786-40.612-30.894-40.792Q-31.002-40.971-31.183-41.074Q-31.364-41.176-31.572-41.176Q-31.979-41.176-32.215-41.084Q-32.126-41.047-32.080-40.963Q-32.034-40.879-32.034-40.777Q-32.034-40.681-32.080-40.602Q-32.126-40.524-32.207-40.479Q-32.287-40.435-32.376-40.435Q-32.526-40.435-32.627-40.532Q-32.728-40.630-32.728-40.777Q-32.728-41.399-31.572-41.399Q-31.361-41.399-31.111-41.335Q-30.862-41.272-30.660-41.153Q-30.458-41.033-30.332-40.848Q-30.205-40.664-30.205-40.421L-30.205-38.845Q-30.205-38.729-30.144-38.633Q-30.082-38.538-29.969-38.538Q-29.860-38.538-29.795-38.632Q-29.730-38.726-29.730-38.845L-29.730-39.293L-29.464-39.293L-29.464-38.845Q-29.464-38.575-29.691-38.410Q-29.918-38.244-30.198-38.244Q-30.407-38.244-30.544-38.398Q-30.680-38.551-30.704-38.767Q-30.851-38.500-31.133-38.355Q-31.415-38.210-31.740-38.210Q-32.017-38.210-32.301-38.285Q-32.584-38.360-32.777-38.539Q-32.970-38.719-32.970-39.006M-32.355-39.006Q-32.355-38.832-32.254-38.702Q-32.154-38.572-31.998-38.502Q-31.843-38.432-31.678-38.432Q-31.460-38.432-31.251-38.529Q-31.043-38.627-30.915-38.808Q-30.786-38.989-30.786-39.215L-30.786-39.943Q-31.111-39.943-31.477-39.852Q-31.843-39.761-32.099-39.549Q-32.355-39.338-32.355-39.006M-29.047-39.789Q-29.047-40.117-28.912-40.418Q-28.777-40.718-28.541-40.939Q-28.305-41.159-28.001-41.279Q-27.697-41.399-27.372-41.399Q-26.866-41.399-26.517-41.296Q-26.169-41.194-26.169-40.818Q-26.169-40.671-26.266-40.570Q-26.364-40.469-26.510-40.469Q-26.664-40.469-26.763-40.568Q-26.863-40.667-26.863-40.818Q-26.863-41.006-26.722-41.098Q-26.924-41.149-27.365-41.149Q-27.720-41.149-27.949-40.953Q-28.178-40.756-28.279-40.447Q-28.380-40.137-28.380-39.789Q-28.380-39.440-28.254-39.134Q-28.127-38.828-27.873-38.644Q-27.618-38.459-27.262-38.459Q-27.040-38.459-26.856-38.543Q-26.671-38.627-26.536-38.782Q-26.401-38.938-26.343-39.146Q-26.329-39.201-26.275-39.201L-26.162-39.201Q-26.131-39.201-26.109-39.177Q-26.087-39.153-26.087-39.119L-26.087-39.098Q-26.172-38.811-26.360-38.613Q-26.548-38.415-26.813-38.312Q-27.078-38.210-27.372-38.210Q-27.802-38.210-28.190-38.416Q-28.578-38.623-28.812-38.986Q-29.047-39.348-29.047-39.789M-25.499-39.789Q-25.499-40.117-25.364-40.418Q-25.229-40.718-24.993-40.939Q-24.757-41.159-24.453-41.279Q-24.149-41.399-23.824-41.399Q-23.318-41.399-22.969-41.296Q-22.621-41.194-22.621-40.818Q-22.621-40.671-22.718-40.570Q-22.816-40.469-22.963-40.469Q-23.116-40.469-23.216-40.568Q-23.315-40.667-23.315-40.818Q-23.315-41.006-23.175-41.098Q-23.376-41.149-23.817-41.149Q-24.173-41.149-24.402-40.953Q-24.631-40.756-24.731-40.447Q-24.832-40.137-24.832-39.789Q-24.832-39.440-24.706-39.134Q-24.579-38.828-24.325-38.644Q-24.070-38.459-23.715-38.459Q-23.492-38.459-23.308-38.543Q-23.123-38.627-22.988-38.782Q-22.853-38.938-22.795-39.146Q-22.781-39.201-22.727-39.201L-22.614-39.201Q-22.583-39.201-22.561-39.177Q-22.539-39.153-22.539-39.119L-22.539-39.098Q-22.624-38.811-22.812-38.613Q-23-38.415-23.265-38.312Q-23.530-38.210-23.824-38.210Q-24.255-38.210-24.643-38.416Q-25.031-38.623-25.265-38.986Q-25.499-39.348-25.499-39.789M-21.992-39.813Q-21.992-40.134-21.867-40.423Q-21.742-40.712-21.517-40.935Q-21.291-41.159-20.996-41.279Q-20.700-41.399-20.382-41.399Q-20.054-41.399-19.792-41.299Q-19.531-41.200-19.355-41.018Q-19.179-40.835-19.085-40.577Q-18.991-40.319-18.991-39.987Q-18.991-39.895-19.073-39.874L-21.329-39.874L-21.329-39.813Q-21.329-39.225-21.045-38.842Q-20.761-38.459-20.194-38.459Q-19.873-38.459-19.604-38.652Q-19.336-38.845-19.247-39.160Q-19.240-39.201-19.165-39.215L-19.073-39.215Q-18.991-39.191-18.991-39.119Q-18.991-39.112-18.998-39.085Q-19.111-38.688-19.481-38.449Q-19.852-38.210-20.276-38.210Q-20.714-38.210-21.114-38.418Q-21.513-38.627-21.753-38.994Q-21.992-39.361-21.992-39.813M-21.322-40.083L-19.507-40.083Q-19.507-40.360-19.604-40.612Q-19.702-40.865-19.900-41.021Q-20.098-41.176-20.382-41.176Q-20.659-41.176-20.873-41.018Q-21.086-40.859-21.204-40.604Q-21.322-40.349-21.322-40.083M-18.403-38.285L-18.403-39.348Q-18.403-39.372-18.376-39.399Q-18.348-39.426-18.324-39.426L-18.215-39.426Q-18.150-39.426-18.136-39.368Q-18.041-38.934-17.795-38.683Q-17.549-38.432-17.135-38.432Q-16.793-38.432-16.540-38.565Q-16.287-38.698-16.287-39.006Q-16.287-39.163-16.381-39.278Q-16.475-39.392-16.614-39.461Q-16.752-39.529-16.920-39.567L-17.501-39.666Q-17.856-39.734-18.130-39.955Q-18.403-40.175-18.403-40.517Q-18.403-40.766-18.292-40.941Q-18.181-41.115-17.995-41.214Q-17.808-41.313-17.593-41.356Q-17.378-41.399-17.135-41.399Q-16.721-41.399-16.441-41.217L-16.226-41.392Q-16.216-41.395-16.209-41.397Q-16.202-41.399-16.192-41.399L-16.140-41.399Q-16.113-41.399-16.089-41.375Q-16.065-41.351-16.065-41.323L-16.065-40.476Q-16.065-40.455-16.089-40.428Q-16.113-40.401-16.140-40.401L-16.253-40.401Q-16.281-40.401-16.306-40.426Q-16.332-40.452-16.332-40.476Q-16.332-40.712-16.438-40.876Q-16.544-41.040-16.727-41.122Q-16.909-41.204-17.142-41.204Q-17.470-41.204-17.726-41.101Q-17.983-40.999-17.983-40.722Q-17.983-40.527-17.800-40.418Q-17.617-40.308-17.388-40.267L-16.814-40.161Q-16.568-40.113-16.354-39.985Q-16.140-39.857-16.004-39.654Q-15.867-39.450-15.867-39.201Q-15.867-38.688-16.233-38.449Q-16.598-38.210-17.135-38.210Q-17.631-38.210-17.962-38.504L-18.229-38.230Q-18.249-38.210-18.277-38.210L-18.324-38.210Q-18.348-38.210-18.376-38.237Q-18.403-38.264-18.403-38.285M-15.238-38.285L-15.238-39.348Q-15.238-39.372-15.211-39.399Q-15.183-39.426-15.159-39.426L-15.050-39.426Q-14.985-39.426-14.971-39.368Q-14.876-38.934-14.630-38.683Q-14.384-38.432-13.970-38.432Q-13.628-38.432-13.375-38.565Q-13.122-38.698-13.122-39.006Q-13.122-39.163-13.216-39.278Q-13.310-39.392-13.449-39.461Q-13.587-39.529-13.755-39.567L-14.336-39.666Q-14.691-39.734-14.965-39.955Q-15.238-40.175-15.238-40.517Q-15.238-40.766-15.127-40.941Q-15.016-41.115-14.830-41.214Q-14.643-41.313-14.428-41.356Q-14.213-41.399-13.970-41.399Q-13.556-41.399-13.276-41.217L-13.061-41.392Q-13.051-41.395-13.044-41.397Q-13.037-41.399-13.027-41.399L-12.975-41.399Q-12.948-41.399-12.924-41.375Q-12.900-41.351-12.900-41.323L-12.900-40.476Q-12.900-40.455-12.924-40.428Q-12.948-40.401-12.975-40.401L-13.088-40.401Q-13.115-40.401-13.141-40.426Q-13.167-40.452-13.167-40.476Q-13.167-40.712-13.273-40.876Q-13.379-41.040-13.562-41.122Q-13.744-41.204-13.977-41.204Q-14.305-41.204-14.561-41.101Q-14.818-40.999-14.818-40.722Q-14.818-40.527-14.635-40.418Q-14.452-40.308-14.223-40.267L-13.649-40.161Q-13.403-40.113-13.189-39.985Q-12.975-39.857-12.839-39.654Q-12.702-39.450-12.702-39.201Q-12.702-38.688-13.068-38.449Q-13.433-38.210-13.970-38.210Q-14.466-38.210-14.797-38.504L-15.064-38.230Q-15.084-38.210-15.112-38.210L-15.159-38.210Q-15.183-38.210-15.211-38.237Q-15.238-38.264-15.238-38.285M-10.456-38.278L-12.008-38.278L-12.008-38.558Q-11.782-38.558-11.634-38.592Q-11.485-38.627-11.485-38.767L-11.485-40.616Q-11.485-40.804-11.533-40.888Q-11.581-40.971-11.678-40.990Q-11.776-41.009-11.988-41.009L-11.988-41.289L-10.931-41.364L-10.931-38.767Q-10.931-38.627-10.800-38.592Q-10.668-38.558-10.456-38.558L-10.456-38.278M-11.728-42.585Q-11.728-42.756-11.605-42.875Q-11.482-42.995-11.311-42.995Q-11.143-42.995-11.020-42.875Q-10.897-42.756-10.897-42.585Q-10.897-42.410-11.020-42.287Q-11.143-42.164-11.311-42.164Q-11.482-42.164-11.605-42.287Q-11.728-42.410-11.728-42.585M-9.004-38.278L-9.270-38.278L-9.270-42.386Q-9.270-42.656-9.378-42.718Q-9.486-42.779-9.797-42.779L-9.797-43.060L-8.717-43.135L-8.717-40.965Q-8.508-41.156-8.223-41.260Q-7.937-41.364-7.640-41.364Q-7.322-41.364-7.025-41.243Q-6.727-41.122-6.505-40.906Q-6.283-40.691-6.156-40.406Q-6.030-40.120-6.030-39.789Q-6.030-39.344-6.269-38.980Q-6.509-38.616-6.902-38.413Q-7.295-38.210-7.739-38.210Q-7.934-38.210-8.124-38.266Q-8.313-38.322-8.474-38.427Q-8.635-38.531-8.775-38.692L-9.004-38.278M-8.689-40.623L-8.689-39.006Q-8.552-38.746-8.312-38.589Q-8.071-38.432-7.794-38.432Q-7.500-38.432-7.288-38.539Q-7.076-38.647-6.943-38.839Q-6.809-39.030-6.751-39.269Q-6.693-39.508-6.693-39.789Q-6.693-40.148-6.787-40.452Q-6.881-40.756-7.108-40.949Q-7.336-41.142-7.701-41.142Q-8.002-41.142-8.269-41.006Q-8.535-40.869-8.689-40.623M-3.726-38.278L-5.329-38.278L-5.329-38.558Q-5.104-38.558-4.955-38.592Q-4.806-38.627-4.806-38.767L-4.806-42.386Q-4.806-42.656-4.914-42.718Q-5.022-42.779-5.329-42.779L-5.329-43.060L-4.253-43.135L-4.253-38.767Q-4.253-38.630-4.102-38.594Q-3.952-38.558-3.726-38.558L-3.726-38.278M-3.173-39.813Q-3.173-40.134-3.048-40.423Q-2.923-40.712-2.697-40.935Q-2.472-41.159-2.176-41.279Q-1.881-41.399-1.563-41.399Q-1.235-41.399-0.973-41.299Q-0.712-41.200-0.536-41.018Q-0.360-40.835-0.266-40.577Q-0.172-40.319-0.172-39.987Q-0.172-39.895-0.254-39.874L-2.510-39.874L-2.510-39.813Q-2.510-39.225-2.226-38.842Q-1.942-38.459-1.375-38.459Q-1.053-38.459-0.785-38.652Q-0.517-38.845-0.428-39.160Q-0.421-39.201-0.346-39.215L-0.254-39.215Q-0.172-39.191-0.172-39.119Q-0.172-39.112-0.178-39.085Q-0.291-38.688-0.662-38.449Q-1.033-38.210-1.457-38.210Q-1.894-38.210-2.294-38.418Q-2.694-38.627-2.933-38.994Q-3.173-39.361-3.173-39.813M-2.503-40.083L-0.688-40.083Q-0.688-40.360-0.785-40.612Q-0.883-40.865-1.081-41.021Q-1.279-41.176-1.563-41.176Q-1.840-41.176-2.053-41.018Q-2.267-40.859-2.385-40.604Q-2.503-40.349-2.503-40.083\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(71.545 14.43)\">\u003Cpath d=\"M-42.082-30.305L-43.063-32.804Q-43.124-32.947-43.242-32.982Q-43.360-33.016-43.576-33.016L-43.576-33.296L-42.096-33.296L-42.096-33.016Q-42.475-33.016-42.475-32.855Q-42.475-32.845-42.461-32.804L-41.747-30.972L-41.074-32.677Q-41.104-32.749-41.104-32.777Q-41.104-32.804-41.132-32.804Q-41.193-32.951-41.311-32.983Q-41.429-33.016-41.641-33.016L-41.641-33.296L-40.243-33.296L-40.243-33.016Q-40.619-33.016-40.619-32.855Q-40.619-32.824-40.612-32.804L-39.857-30.866L-39.170-32.616Q-39.149-32.667-39.149-32.722Q-39.149-32.862-39.262-32.939Q-39.375-33.016-39.515-33.016L-39.515-33.296L-38.295-33.296L-38.295-33.016Q-38.500-33.016-38.655-32.910Q-38.811-32.804-38.883-32.616L-39.788-30.305Q-39.823-30.210-39.935-30.210L-40.004-30.210Q-40.113-30.210-40.151-30.305L-40.933-32.308L-41.720-30.305Q-41.754-30.210-41.867-30.210L-41.935-30.210Q-42.044-30.210-42.082-30.305\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(71.545 14.43)\">\u003Cpath d=\"M-38.018-31.761Q-38.018-32.103-37.883-32.402Q-37.748-32.701-37.508-32.925Q-37.269-33.149-36.951-33.274Q-36.633-33.399-36.302-33.399Q-35.857-33.399-35.458-33.183Q-35.058-32.968-34.823-32.590Q-34.589-32.213-34.589-31.761Q-34.589-31.420-34.731-31.136Q-34.873-30.852-35.117-30.645Q-35.362-30.439-35.671-30.324Q-35.980-30.210-36.302-30.210Q-36.732-30.210-37.134-30.411Q-37.536-30.613-37.777-30.965Q-38.018-31.317-38.018-31.761M-36.302-30.459Q-35.700-30.459-35.476-30.837Q-35.252-31.215-35.252-31.847Q-35.252-32.459-35.487-32.818Q-35.721-33.176-36.302-33.176Q-37.354-33.176-37.354-31.847Q-37.354-31.215-37.129-30.837Q-36.903-30.459-36.302-30.459M-32.245-30.278L-33.981-30.278L-33.981-30.558Q-33.752-30.558-33.603-30.592Q-33.455-30.627-33.455-30.767L-33.455-32.616Q-33.455-32.886-33.562-32.947Q-33.670-33.009-33.981-33.009L-33.981-33.289L-32.952-33.364L-32.952-32.657Q-32.822-32.965-32.580-33.164Q-32.337-33.364-32.019-33.364Q-31.800-33.364-31.629-33.240Q-31.458-33.115-31.458-32.903Q-31.458-32.766-31.558-32.667Q-31.657-32.568-31.790-32.568Q-31.927-32.568-32.026-32.667Q-32.125-32.766-32.125-32.903Q-32.125-33.043-32.026-33.142Q-32.316-33.142-32.516-32.946Q-32.716-32.749-32.809-32.455Q-32.901-32.161-32.901-31.881L-32.901-30.767Q-32.901-30.558-32.245-30.558L-32.245-30.278M-29.206-30.278L-30.809-30.278L-30.809-30.558Q-30.583-30.558-30.435-30.592Q-30.286-30.627-30.286-30.767L-30.286-34.386Q-30.286-34.656-30.394-34.718Q-30.501-34.779-30.809-34.779L-30.809-35.060L-29.732-35.135L-29.732-30.767Q-29.732-30.630-29.582-30.594Q-29.432-30.558-29.206-30.558L-29.206-30.278M-28.611-31.789Q-28.611-32.127-28.471-32.418Q-28.331-32.708-28.087-32.922Q-27.842-33.135-27.538-33.250Q-27.234-33.364-26.909-33.364Q-26.639-33.364-26.376-33.265Q-26.113-33.166-25.921-32.988L-25.921-34.386Q-25.921-34.656-26.029-34.718Q-26.137-34.779-26.448-34.779L-26.448-35.060L-25.371-35.135L-25.371-30.951Q-25.371-30.763-25.316-30.680Q-25.262-30.596-25.161-30.577Q-25.060-30.558-24.845-30.558L-24.845-30.278L-25.952-30.210L-25.952-30.627Q-26.369-30.210-26.995-30.210Q-27.425-30.210-27.798-30.422Q-28.170-30.633-28.391-30.994Q-28.611-31.355-28.611-31.789M-26.937-30.432Q-26.728-30.432-26.542-30.504Q-26.355-30.575-26.202-30.712Q-26.048-30.849-25.952-31.027L-25.952-32.636Q-26.038-32.783-26.183-32.903Q-26.328-33.023-26.497-33.082Q-26.666-33.142-26.848-33.142Q-27.408-33.142-27.676-32.753Q-27.945-32.363-27.945-31.782Q-27.945-31.211-27.711-30.821Q-27.477-30.432-26.937-30.432M-24.195-30.285L-24.195-31.348Q-24.195-31.372-24.168-31.399Q-24.141-31.426-24.117-31.426L-24.007-31.426Q-23.942-31.426-23.929-31.368Q-23.833-30.934-23.587-30.683Q-23.341-30.432-22.927-30.432Q-22.585-30.432-22.333-30.565Q-22.080-30.698-22.080-31.006Q-22.080-31.163-22.174-31.278Q-22.268-31.392-22.406-31.461Q-22.544-31.529-22.712-31.567L-23.293-31.666Q-23.648-31.734-23.922-31.955Q-24.195-32.175-24.195-32.517Q-24.195-32.766-24.084-32.941Q-23.973-33.115-23.787-33.214Q-23.601-33.313-23.385-33.356Q-23.170-33.399-22.927-33.399Q-22.514-33.399-22.233-33.217L-22.018-33.392Q-22.008-33.395-22.001-33.397Q-21.994-33.399-21.984-33.399L-21.933-33.399Q-21.905-33.399-21.881-33.375Q-21.857-33.351-21.857-33.323L-21.857-32.476Q-21.857-32.455-21.881-32.428Q-21.905-32.401-21.933-32.401L-22.045-32.401Q-22.073-32.401-22.098-32.426Q-22.124-32.452-22.124-32.476Q-22.124-32.712-22.230-32.876Q-22.336-33.040-22.519-33.122Q-22.702-33.204-22.934-33.204Q-23.262-33.204-23.519-33.101Q-23.775-32.999-23.775-32.722Q-23.775-32.527-23.592-32.418Q-23.409-32.308-23.180-32.267L-22.606-32.161Q-22.360-32.113-22.146-31.985Q-21.933-31.857-21.796-31.654Q-21.659-31.450-21.659-31.201Q-21.659-30.688-22.025-30.449Q-22.391-30.210-22.927-30.210Q-23.423-30.210-23.754-30.504L-24.021-30.230Q-24.041-30.210-24.069-30.210L-24.117-30.210Q-24.141-30.210-24.168-30.237Q-24.195-30.264-24.195-30.285M-20.531-29.048Q-20.531-29.082-20.504-29.109Q-20.234-29.338-20.085-29.661Q-19.937-29.984-19.937-30.340L-19.937-30.377Q-20.046-30.278-20.210-30.278Q-20.391-30.278-20.511-30.398Q-20.630-30.517-20.630-30.698Q-20.630-30.873-20.511-30.992Q-20.391-31.112-20.210-31.112Q-19.954-31.112-19.834-30.873Q-19.714-30.633-19.714-30.340Q-19.714-29.940-19.884-29.569Q-20.053-29.198-20.350-28.942Q-20.381-28.921-20.408-28.921Q-20.449-28.921-20.490-28.962Q-20.531-29.003-20.531-29.048\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(71.545 14.43)\">\u003Cpath d=\"M-16.059-30.285L-16.059-31.348Q-16.059-31.372-16.031-31.399Q-16.004-31.426-15.980-31.426L-15.871-31.426Q-15.806-31.426-15.792-31.368Q-15.696-30.934-15.450-30.683Q-15.204-30.432-14.790-30.432Q-14.449-30.432-14.196-30.565Q-13.943-30.698-13.943-31.006Q-13.943-31.163-14.037-31.278Q-14.131-31.392-14.269-31.461Q-14.408-31.529-14.575-31.567L-15.156-31.666Q-15.512-31.734-15.785-31.955Q-16.059-32.175-16.059-32.517Q-16.059-32.766-15.947-32.941Q-15.836-33.115-15.650-33.214Q-15.464-33.313-15.248-33.356Q-15.033-33.399-14.790-33.399Q-14.377-33.399-14.097-33.217L-13.881-33.392Q-13.871-33.395-13.864-33.397Q-13.857-33.399-13.847-33.399L-13.796-33.399Q-13.769-33.399-13.745-33.375Q-13.721-33.351-13.721-33.323L-13.721-32.476Q-13.721-32.455-13.745-32.428Q-13.769-32.401-13.796-32.401L-13.909-32.401Q-13.936-32.401-13.962-32.426Q-13.987-32.452-13.987-32.476Q-13.987-32.712-14.093-32.876Q-14.199-33.040-14.382-33.122Q-14.565-33.204-14.797-33.204Q-15.125-33.204-15.382-33.101Q-15.638-32.999-15.638-32.722Q-15.638-32.527-15.455-32.418Q-15.272-32.308-15.043-32.267L-14.469-32.161Q-14.223-32.113-14.009-31.985Q-13.796-31.857-13.659-31.654Q-13.522-31.450-13.522-31.201Q-13.522-30.688-13.888-30.449Q-14.254-30.210-14.790-30.210Q-15.286-30.210-15.618-30.504L-15.884-30.230Q-15.905-30.210-15.932-30.210L-15.980-30.210Q-16.004-30.210-16.031-30.237Q-16.059-30.264-16.059-30.285M-12.935-31.761Q-12.935-32.103-12.800-32.402Q-12.665-32.701-12.425-32.925Q-12.186-33.149-11.868-33.274Q-11.550-33.399-11.219-33.399Q-10.774-33.399-10.374-33.183Q-9.975-32.968-9.740-32.590Q-9.506-32.213-9.506-31.761Q-9.506-31.420-9.648-31.136Q-9.790-30.852-10.034-30.645Q-10.279-30.439-10.588-30.324Q-10.897-30.210-11.219-30.210Q-11.649-30.210-12.051-30.411Q-12.453-30.613-12.694-30.965Q-12.935-31.317-12.935-31.761M-11.219-30.459Q-10.617-30.459-10.393-30.837Q-10.169-31.215-10.169-31.847Q-10.169-32.459-10.404-32.818Q-10.638-33.176-11.219-33.176Q-12.271-33.176-12.271-31.847Q-12.271-31.215-12.046-30.837Q-11.820-30.459-11.219-30.459\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(71.545 14.43)\">\u003Cpath d=\"M-4.621-30.278L-6.211-30.278L-6.211-30.558Q-5.568-30.558-5.411-30.958L-3.767-35.173Q-3.733-35.268-3.620-35.268L-3.538-35.268Q-3.428-35.268-3.387-35.173L-1.668-30.767Q-1.600-30.627-1.410-30.592Q-1.220-30.558-0.947-30.558L-0.947-30.278L-2.946-30.278L-2.946-30.558Q-2.382-30.558-2.382-30.733Q-2.382-30.750-2.384-30.757Q-2.386-30.763-2.389-30.767L-2.810-31.833L-4.768-31.833L-5.110-30.958Q-5.124-30.958-5.124-30.880Q-5.124-30.719-4.961-30.639Q-4.799-30.558-4.621-30.558L-4.621-30.278M-3.787-34.352L-4.655-32.113L-2.912-32.113\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(71.545 14.43)\">\u003Cpath d=\"M-34.960-22.278L-36.543-22.278L-36.543-22.558Q-36.314-22.558-36.165-22.592Q-36.017-22.627-36.017-22.767L-36.017-26.386Q-36.017-26.656-36.124-26.718Q-36.232-26.779-36.543-26.779L-36.543-27.060L-35.463-27.135L-35.463-23.847L-34.478-24.616Q-34.273-24.753-34.273-24.903Q-34.273-24.947-34.314-24.982Q-34.355-25.016-34.400-25.016L-34.400-25.296L-33.036-25.296L-33.036-25.016Q-33.525-25.016-34.044-24.616L-34.601-24.182L-33.624-22.958Q-33.422-22.712-33.289-22.635Q-33.156-22.558-32.869-22.558L-32.869-22.278L-34.301-22.278L-34.301-22.558Q-34.113-22.558-34.113-22.671Q-34.113-22.767-34.267-22.958L-35.001-23.867L-35.483-23.488L-35.483-22.767Q-35.483-22.630-35.335-22.594Q-35.186-22.558-34.960-22.558L-34.960-22.278M-30.674-22.278L-32.308-22.278L-32.308-22.558Q-32.079-22.558-31.930-22.592Q-31.782-22.627-31.782-22.767L-31.782-24.616Q-31.782-24.886-31.889-24.947Q-31.997-25.009-32.308-25.009L-32.308-25.289L-31.248-25.364L-31.248-24.715Q-31.078-25.023-30.773-25.194Q-30.469-25.364-30.124-25.364Q-29.618-25.364-29.334-25.141Q-29.051-24.917-29.051-24.421L-29.051-22.767Q-29.051-22.630-28.902-22.594Q-28.753-22.558-28.528-22.558L-28.528-22.278L-30.158-22.278L-30.158-22.558Q-29.929-22.558-29.780-22.592Q-29.632-22.627-29.632-22.767L-29.632-24.407Q-29.632-24.742-29.751-24.942Q-29.871-25.142-30.185-25.142Q-30.455-25.142-30.690-25.006Q-30.924-24.869-31.062-24.635Q-31.201-24.401-31.201-24.127L-31.201-22.767Q-31.201-22.630-31.050-22.594Q-30.900-22.558-30.674-22.558L-30.674-22.278M-27.981-23.761Q-27.981-24.103-27.846-24.402Q-27.711-24.701-27.472-24.925Q-27.232-25.149-26.914-25.274Q-26.597-25.399-26.265-25.399Q-25.821-25.399-25.421-25.183Q-25.021-24.968-24.787-24.590Q-24.553-24.213-24.553-23.761Q-24.553-23.420-24.694-23.136Q-24.836-22.852-25.081-22.645Q-25.325-22.439-25.634-22.324Q-25.944-22.210-26.265-22.210Q-26.696-22.210-27.097-22.411Q-27.499-22.613-27.740-22.965Q-27.981-23.317-27.981-23.761M-26.265-22.459Q-25.663-22.459-25.440-22.837Q-25.216-23.215-25.216-23.847Q-25.216-24.459-25.450-24.818Q-25.684-25.176-26.265-25.176Q-27.318-25.176-27.318-23.847Q-27.318-23.215-27.092-22.837Q-26.867-22.459-26.265-22.459\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(71.545 14.43)\">\u003Cpath d=\"M-22.780-22.305L-23.761-24.804Q-23.822-24.947-23.940-24.982Q-24.058-25.016-24.274-25.016L-24.274-25.296L-22.794-25.296L-22.794-25.016Q-23.173-25.016-23.173-24.855Q-23.173-24.845-23.159-24.804L-22.445-22.972L-21.772-24.677Q-21.802-24.749-21.802-24.777Q-21.802-24.804-21.830-24.804Q-21.891-24.951-22.009-24.983Q-22.127-25.016-22.339-25.016L-22.339-25.296L-20.941-25.296L-20.941-25.016Q-21.317-25.016-21.317-24.855Q-21.317-24.824-21.310-24.804L-20.555-22.866L-19.868-24.616Q-19.847-24.667-19.847-24.722Q-19.847-24.862-19.960-24.939Q-20.073-25.016-20.213-25.016L-20.213-25.296L-18.993-25.296L-18.993-25.016Q-19.198-25.016-19.353-24.910Q-19.509-24.804-19.581-24.616L-20.486-22.305Q-20.521-22.210-20.633-22.210L-20.702-22.210Q-20.811-22.210-20.849-22.305L-21.631-24.308L-22.418-22.305Q-22.452-22.210-22.565-22.210L-22.633-22.210Q-22.742-22.210-22.780-22.305M-18.463-22.285L-18.463-23.348Q-18.463-23.372-18.436-23.399Q-18.408-23.426-18.384-23.426L-18.275-23.426Q-18.210-23.426-18.196-23.368Q-18.101-22.934-17.855-22.683Q-17.608-22.432-17.195-22.432Q-16.853-22.432-16.600-22.565Q-16.347-22.698-16.347-23.006Q-16.347-23.163-16.441-23.278Q-16.535-23.392-16.674-23.461Q-16.812-23.529-16.980-23.567L-17.561-23.666Q-17.916-23.734-18.190-23.955Q-18.463-24.175-18.463-24.517Q-18.463-24.766-18.352-24.941Q-18.241-25.115-18.055-25.214Q-17.868-25.313-17.653-25.356Q-17.438-25.399-17.195-25.399Q-16.781-25.399-16.501-25.217L-16.286-25.392Q-16.275-25.395-16.269-25.397Q-16.262-25.399-16.252-25.399L-16.200-25.399Q-16.173-25.399-16.149-25.375Q-16.125-25.351-16.125-25.323L-16.125-24.476Q-16.125-24.455-16.149-24.428Q-16.173-24.401-16.200-24.401L-16.313-24.401Q-16.340-24.401-16.366-24.426Q-16.392-24.452-16.392-24.476Q-16.392-24.712-16.498-24.876Q-16.604-25.040-16.786-25.122Q-16.969-25.204-17.202-25.204Q-17.530-25.204-17.786-25.101Q-18.043-24.999-18.043-24.722Q-18.043-24.527-17.860-24.418Q-17.677-24.308-17.448-24.267L-16.874-24.161Q-16.628-24.113-16.414-23.985Q-16.200-23.857-16.064-23.654Q-15.927-23.450-15.927-23.201Q-15.927-22.688-16.293-22.449Q-16.658-22.210-17.195-22.210Q-17.690-22.210-18.022-22.504L-18.289-22.230Q-18.309-22.210-18.336-22.210L-18.384-22.210Q-18.408-22.210-18.436-22.237Q-18.463-22.264-18.463-22.285\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(71.545 14.43)\">\u003Cpath d=\"M-10.385-22.278L-12.518-22.278L-12.518-22.558Q-11.797-22.558-11.797-22.767L-11.797-26.568Q-11.797-26.779-12.518-26.779L-12.518-27.060L-9.852-27.060Q-9.442-27.060-9.021-26.906Q-8.601-26.752-8.317-26.448Q-8.034-26.144-8.034-25.730Q-8.034-25.412-8.201-25.166Q-8.369-24.920-8.645-24.754Q-8.922-24.589-9.244-24.505Q-9.565-24.421-9.852-24.421L-11.106-24.421L-11.106-22.767Q-11.106-22.558-10.385-22.558L-10.385-22.278M-11.134-26.568L-11.134-24.671L-10.047-24.671Q-9.438-24.671-9.124-24.908Q-8.809-25.146-8.809-25.730Q-8.809-26.123-8.955-26.357Q-9.100-26.591-9.372-26.685Q-9.643-26.779-10.047-26.779L-10.768-26.779Q-10.956-26.779-11.045-26.745Q-11.134-26.711-11.134-26.568\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fsvg>\u003Cfigcaption class=\"tikz-cap\">Possible worlds and accessibility. From the actual world \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.5806em;vertical-align:-0.15em;\">\u003C\u002Fspan>\u003Cspan class=\"mord\">\u003Cspan class=\"mord mathnormal\" style=\"margin-right:0.0269em;\">w\u003C\u002Fspan>\u003Cspan class=\"msupsub\">\u003Cspan class=\"vlist-t vlist-t2\">\u003Cspan class=\"vlist-r\">\u003Cspan class=\"vlist\" style=\"height:0.3011em;\">\u003Cspan style=\"top:-2.55em;margin-left:-0.0269em;margin-right:0.05em;\">\u003Cspan class=\"pstrut\" style=\"height:2.7em;\">\u003C\u002Fspan>\u003Cspan class=\"sizing reset-size6 size3 mtight\">\u003Cspan class=\"mord mtight\">0\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"vlist-s\">​\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"vlist-r\">\u003Cspan class=\"vlist\" style=\"height:0.15em;\">\u003Cspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>, agent \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.6833em;\">\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">A\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>&#39;s accessible worlds are those consistent with what \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.6833em;\">\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">A\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan> knows; \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.6833em;\">\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">A\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan> knows \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.6833em;\">\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\" style=\"margin-right:0.1389em;\">P\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan> iff \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.6833em;\">\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\" style=\"margin-right:0.1389em;\">P\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan> holds in every one of them. A world where \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.7278em;vertical-align:-0.0833em;\">\u003C\u002Fspan>\u003Cspan class=\"mord\">2\u003C\u002Fspan>\u003Cspan class=\"mspace\" style=\"margin-right:0.2222em;\">\u003C\u002Fspan>\u003Cspan class=\"mbin\">+\u003C\u002Fspan>\u003Cspan class=\"mspace\" style=\"margin-right:0.2222em;\">\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.6444em;\">\u003C\u002Fspan>\u003Cspan class=\"mord\">2\u003C\u002Fspan>\u003Cspan class=\"mspace\" style=\"margin-right:0.2778em;\">\u003C\u002Fspan>\u003Cspan class=\"mrel\">=\u003C\u002Fspan>\u003Cspan class=\"mspace\" style=\"margin-right:0.2778em;\">\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.6444em;\">\u003C\u002Fspan>\u003Cspan class=\"mord\">5\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan> is accessible to no agent.\u003C\u002Ffigcaption>",1785117810042]