Module:Category tree/topic cat/data/Mathematics

From The Languages of David J. Peterson
Jump to navigation Jump to search

Documentation for this module may be created at Module:Category tree/topic cat/data/Mathematics/documentation

local labels = {}

labels["formal sciences"] = {
	description = "{{{langname}}} terms related to the [[formal science]]s, the study of non-physical systems and abstractions.",
	parents = {"sciences"},
}

labels["mathematics"] = {
	description = "default",
	parents = {"formal sciences"},
}

labels["algebra"] = {
	description = "default",
	parents = {"mathematics"},
}

labels["algebraic geometry"] = {
	description = "default",
	parents = {"geometry", "algebra"},
}

labels["analysis"] = {
	description = "default",
	parents = {"mathematics"},
}

labels["applied mathematics"] = {
	description = "default",
	parents = {"mathematics"},
}

labels["arithmetic"] = {
	description = "default",
	parents = {"mathematics", "applied sciences"},
}

labels["calculus"] = {
	description = "default",
	parents = {"mathematical analysis"},
}

labels["category theory"] = {
	description = "default",
	parents = {"mathematics"},
}

labels["coding theory"] = {
	description = "default",
	parents = {"information theory"},
}

labels["combinatorics"] = {
	description = "default",
	parents = {"mathematics"},
}

labels["complex analysis"] = {
	description = "default",
	parents = {"mathematics"},
}

labels["functional analysis"] = {
	description = "default",
	parents = {"mathematical analysis"},
}

labels["fuzzy logic"] = {
	description = "default",
	parents = {"logic"},
}

labels["game theory"] = {
	description = "default",
	parents = {"mathematics"},
}

labels["geometry"] = {
	description = "default",
	parents = {"mathematics"},
}

labels["graph theory"] = {
	description = "default",
	parents = {"mathematics", "visualization"},
}

labels["group theory"] = {
	description = "default",
	parents = {"algebra"},
}

labels["information theory"] = {
	description = "default",
	parents = {"applied mathematics"},
}

labels["linear algebra"] = {
	description = "default",
	parents = {"algebra"},
}

labels["logic"] = {
	description = "default",
	parents = {"formal sciences", "philosophy"},
}

labels["mathematical analysis"] = {
	description = "default",
	parents = {"mathematics"},
}

labels["measure theory"] = {
	description = "default",
	parents = {"mathematics"},
}

labels["number theory"] = {
	description = "default",
	parents = {"mathematics"},
}

labels["numerical analysis"] = {
	description = "default",
	parents = {"mathematical analysis"},
}

labels["probability"] = {
	description = "default",
	parents = {"mathematics"},
}

labels["probability theory"] = {
	description = "default",
	parents = {"mathematical analysis", "probability"},
}

labels["ring theory"] = {
	description = "default",
	parents = {"algebra"},
}

labels["set theory"] = {
	description = "default",
	parents = {"mathematics"},
}

labels["shapes"] = {
	description = "{{{langname}}} terms related to [[shape]]s",
	parents = {"geometry"},
}

labels["topology"] = {
	description = "default",
	parents = {"mathematics"},
}

labels["trigonometry"] = {
	description = "default",
	parents = {"mathematics"},
}

return labels