This project catalogues the so-called Coffin problems: mathematical problems that in the 1960s, 1970s, and 1980s were administered at the entrance examinations of some Soviet universities for the purpose of preventing the enrolment of applicants who were deemed undesirable, category which mainly included people of Jewish descent. The problems were given at the oral exams to the 'undesirable' candidates.
This repository's goal is to exhaustively catalogue these problems, and to provide solutions. Some problems also admit interesting generalisations, which are also catalogued.
For historical information on the topic, consult the historical references.
Download in PDF format:
Alternate download options are also available, for downloading separately the problem statements and the solutions.
Other formats are also provided:
- minimal PDF: PDF file without introduction, table of contents, and references;
- EPUB MathML: reflowable ebook, with math content in MathML format;
- EPUB SVG: reflowable ebook, with math content rendered as SVG;
Note
At the moment, EPUB files are problematic:
- EPUB files with MathML are not provided, due to issues in generating them;
- EPUB files with SVG are provided, but they exhibit some formatting issues.
| Minimal PDF | EPUB MathML | EPUB SVG | ||
|---|---|---|---|---|
| Problems | Download | Download | [Not available] | Download |
| Solutions | Download | Download | [Not available] | Download |
| Problems and solutions | Download | Download | [Not available] | Download |
The same are also available for the generalisations of the problems:
| Minimal PDF | EPUB MathML | EPUB SVG | ||
|---|---|---|---|---|
| Problems | Download | Download | [Not available] | Download |
| Solutions | Download | Download | [Not available] | Download |
| Problems and solutions | Download | Download | [Not available] | Download |
The current number of documented problems is: 111.
Currently, not all solutions have been written.
The problems have been categorised by topic, as follows:
- Evaluations (4 problems): problems that ask to determine the value of an expression;
- Comparisons (6 problems): problems that ask to determine which of two numbers is greater than the other;
- Equations (13 problems): problems that ask to solve an equation or system of equations over the real or complex numbers;
- Inequations (6 problems): problems that ask to solve an inequation;
- Algebra and Number Theory (13 problems): problems in Algebra or in Number Theory;
- Analysis (7 problems): problems in Analysis;
- Plane Geometry (27 problems): problems in planar Euclidean Geometry;
- Solid Geometry (21 problems): problems in 3D Geometry;
- Geometric constructions (12 problems): problems that ask to perform constructions via only straightedge and compass;
- Other problems (2 problems): problems that do not fit in any specific category.
More details are provided in CONTRIBUTING.md.
Important
Please, when opening an issue or leaving a comment about a coffin problems, hide in an expandable block of text any information pertaining to the solution of the problem, so that people who wish to solve the problems independently don't get accidental hints.
A non-exhaustive list of welcomed contributions:
- Submit coffin problems that are not already documented here.
- Submit additional references, sources, or other resources that corroborate some of the already documented coffin problems.
- Submit additional historical references.
- Help digitising and/or translating the historical documents used as sources: see the dedicated repository
resources. - Report errors, inaccuracies, etc.
- Suggest improvements in the wording throughout the document.
- Propose additional solutions to problems, or improvements to the existing ones.
- Suggest possible improvements to the LaTeX source code.
- Sift through the references to see if any of them contain any information that was missed.
- Sift through user discussions about relevant topics to see if there is any new information. See here for details.
- Help to identify and contact people that might have useful information.
See CONTRIBUTING.md for more details.
A TeX distribution is needed.
Some features are not available in TeX distribution versions prior to 2024;
for compiling with those older versions, the branch alt is provided (and the build instructions are the same).
More info
This project makes use of the LaTeX package l3sys-query
for reading the first-level subdirectories inside src/problems/ without requiring shell escape.
In the branch alt, those subdirectories are renamed to only numbers to make them accessible with a standard \loop macro.
The following command, run from within the src directory, generates the "default" PDF file,
containing the original problems (with the statements in the first part of the document, and the solutions in the second part):
latexmk main.texThe resulting file is placed in the output directory (outside of src),
and the intermediate auxiliary files are placed in the build directory (outside of src).
Note
If the build process is carried out in a Docker container, the output directory should be mounted to the container in order to get access to the generated output files.
Similarly, the build directory needs to be mounted in order to have access to the logs and the other auxiliary files.
Compilation is possible with the pdfLaTeX and LuaLaTeX compilation engines; the engine used by default is LuaLaTeX.
To compile with pdfLaTeX, set the -pdflatex option when running latexmk:
latexmk -pdflatex main.texor change $pdf_mode = 4 to $pdf_mode = 1 in the latexmkrc file (located in the src directory).
Warning
ebook generation is currently not reliable.
Note
The following instructions utilize the tex4ebook command,
which is generally already included with TeX distributions.
It is recommended to have tidy installed,
which, if available, is used by tex4ebook.
For generating an ebook in EPUB3 format, run this command from within the src directory:
tex4ebook --build-dir ../build_epub3 --output-dir ../output -f epub3 main.tex mathmlThis generates the document in EPUB version 3, with mathematical notation encoded in the MathML format.
Important
The MathML-encoded results are currently broken:
the generated documents have incomplete formulas, and messed up text and formatting,
or fail to build entirely.
Encoding Maths content as svg or png produces more usable results,
though some issues persist.
For SVG Maths, use this command:
tex4ebook --build-dir ../build_ebook_svg --output-dir ../output -f epub main.tex svgFor PNG Maths, use this command:
tex4ebook --build-dir ../build_ebook_png --output-dir ../output -f epub main.tex pngNote
The epub option in the above two commands can be replaced by any format among epub, epub3, mobi, azw, azw3;
but in order to generate ebooks in mobi, azw and azw3 formats,
calibre needs to be installed,
because tex4ebook uses the command ebook-convert, provided by calibre.
Note
The commands described above use pdfTeX as engine.
Compilation with LuaTeX is currently not working.
In any case, to use LuaTeX as engine anyway, use tex4ebook -l in place of tex4ebook in the commands.
Various compilation options are available for customising the document. They are identified by the following keywords:
ORIGINAL: to print the original problemsGENERALISED: to print the generalised problemsALL: to print both the original and the generalised problems (equivalent to setting bothORIGINALandGENERALISED)
Note
ORIGINAL is enabled by default if none among GENERALISED and ALL is set.
-
UNCATEGORISED: to not subdivide the problems into categories by topic -
NUMBERCATEGORIES: to make the categories sections numbered (only has effect ifUNCATEGORISEDis not set) -
GLOBALNUMBERING: to number the problems globally instead of within sections (this is automatic ifUNCATEGORISEDis set) -
NOSOLUTIONS: to not print the solutions -
ONLYSOLUTIONS: to only print the solutions
Warning
Setting both NOSOLUTIONS and ONLYSOLUTIONS will result in an empty document.
-
NOSOURCES: to omit printing the sources at each problem statement -
MOREREFS: to print additional references for further reading (at the end of the document, after the main references) -
FORUMREFS: to print references to user discussions (at the end of the document, after the other references) -
MINIMAL: to omit introduction, table of contents, sources, and references
To specify the desired options when building the document as a PDF,
use the following command to compile, replacing each "OPTION" with a desired option from the above list
(any number of options can be specified with this syntax):
latexmk -g -usepretex='\def\OPTION{} \def\OPTION{}' main.texTo specify options in ebook generation,
add "" "" '\\def\\OPTION{} \\def\\OPTION{}'
at the end of the tex4ebook command, like this:
tex4ebook --build-dir ../build_ebook_svg --output-dir ../output -f epub -e main.tex svg "" "" '\\def\\OPTION{} \\def\\OPTION{}'Important
Make sure to enclose the string of options in single quotes,
or escape the backslashes if using double quotes: "\\\\def\\\\OPTION{} \\\\def\\\\OPTION{}".
Make sure that the string containing the options is the fifth positional argument;
if omitting the svg or png or mathml argument, then an extra empty string "" is needed in its place.
Some examples
- to get the generalised problems:
latexmk -g -usepretex='\def\GENERALISED{}' main.textex4ebook -B ../build_ebook_svg -d ../output -f epub main.tex svg "" "" '\\def\\GENERALISED{}'- to get the statements of the original problems, without the solutions:
latexmk -g -usepretex='\def\NOSOLUTIONS{}' main.textex4ebook -B ../build_ebook_svg -d ../output -f epub main.tex svg "" "" '\\def\\NOSOLUTIONS{}'- to get the solutions to the generalised problems:
latexmk -g -usepretex='\def\GENERALISED{} \def\ONLYSOLUTIONS{}' main.textex4ebook -B ../build_ebook_svg -d ../output -f epub main.tex svg "" "" '\\def\\GENERALISED{} \\def\\ONLYSOLUTIONS{}'- to get a minimal document, containing both original and generalised problems, without subdividing the problems by topic:
latexmk -g -usepretex='\def\ALL{} \def\UNCATEGORISED{} \def\MINIMAL{}' main.textex4ebook -B ../build_ebook_svg -d ../output -f epub main.tex svg "" "" '\\def\\ALL{} \\def\\UNCATEGORISED{} \\def\\MINIMAL{}'PDF builds are reproducible.
In order to reproduce a PDF build,
use the same TeX distribution, version, and engine as the target file,
set the environment variable SOURCE_DATE_EPOCH to match that of the target build
(and consider setting FORCE_SOURCE_DATE=1 too),
set the same compilation options (if any),
and use the same -jobname:
SOURCE_DATE_EPOCH=0 FORCE_SOURCE_DATE=1 latexmk -g -usepretex='\def\OPTION{} \def\OPTION{}' main.tex -jobname="jobname"All the required parameters are kept up-to-date here.
The PDF files are conformant with the PDF/A-4f standard, and the accessibility standards PDF/UA-2 and WTPDF-1.0 (Well-Tagged PDF); their PDF version is PDF 2.0.
When building the project from source, by default the standard is set to PDF/A-2u, with PDF version PDF 1.7.
For building PDFs satisfying the other standards (PDF/A-4f, PDF/UA-2, WTPDF-1.0, PDF 2.0)
use the compilation option TAGPDF (together with any other desired compilation options):
latexmk -g -usepretex='\def\TAGPDF{}' main.texNote
A TeX distribution version from 2025 or later is required for this. Additionally, compilation needs to be performed with LuaLaTeX (not with PDFLaTeX).
It is also possible to build PDF files satisfying
the PDF/A-3a standard
and the accessibility standard PDF/UA-1,
under PDF version PDF 1.7;
to do so, set the compilation option PDFAA (together with any other desired compilation options):
latexmk -g -usepretex='\def\PDFAA{}' main.texNote
A TeX distribution version from 2025 or later is required for this. Additionally, compilation needs to be performed with LuaLaTeX (not with PDFLaTeX).
Verifying that a PDF file is conformant to certain PDF standards can be done with VeraPDF, either online at https://demo.verapdf.org/, or locally. To test a PDF file locally, run the following command (note that it requires VeraPDF to be installed):
verapdf --flavour 0 --format text path/to/file.pdfThe project can be contacted at:
- project email address: coffin-problems@proton.me
- maintainer: luciano.spettoli@protonmail.com
This work is made available without restrictions. See LICENSE.
Note
The references are also available in bib format in the file references.bib
-
Tanya Khovanova, Alexey Radul: Jewish Problems, 2011. (Preprint of Killer Problems).
- doi: 10.48550/arXiv.1110.1556
- URL: https://arxiv.org/abs/1110.1556 (archived here)
-
Tanya Khovanova, Alexey Radul: Killer Problems, 2012. In The American Mathematical Monthly, volume 119.10, pages 815–823.
-
Tanya Khovanova: Main list of math "coffin" problems, 2005.
- URL: https://www.tanyakhovanova.com/Coffins/coffinsmain.html (archived here)
-
Tanya Khovanova: Math “coffin” submitted by others, 2008.
- URL: https://www.tanyakhovanova.com/Coffins/othercoffins.html (archived here)
-
Jay Egenhoff: Math as a tool of anti-semitism, 2014. In The Mathematics Enthusiast, volume 11.3, article 11, pages 649–664.
-
Alexander Khaniyevich Shen: Entrance examinations to the Mekh-mat, 1994. In The Mathematical Intelligencer, volume 16.4, pages 6–10.
- doi: 10.1142/9789812701169_0008
- URL: http://www.3038.org/press/shen.pdf (archived here)
- Russian version: https://www.lirmm.fr/~ashen/alexander-shen.narod.ru/vershik.pdf (archived here) and at https://alexander-shen.narod.ru/vershik.pdf (archived here)
-
Ilan Vardi: Mekh-Mat entrance examinations problems, 2000. (The final version of the document is contained in You failed your math test, Comrade Einstein by Mikhail Arkadyevich Shifman, at pages 22–95).
- doi: 10.1142/9789812701169_0001
- URL: https://www.lix.polytechnique.fr/Labo/Ilan.Vardi/mekh-mat.ps, (archived here); PDF version: https://www.tanyakhovanova.com/Coffins/Vardi-solutions.pdf (archived here)
-
Boris Ilyich Kanevsky, Valery Anatolievich Senderov: Intellectual Genocide: entrance examinations for Jews at MGU, MFTI, MIFP, 1980. (Available in You failed your math test, Comrade Einstein by Mikhail Arkadyevich Shifman, at pages 129–152).
- doi: 10.1142/9789812701169_0004
- Russian version: https://www.lirmm.fr/~ashen/senderov/ig-text.pdf (archived here)
- Original typewritten document: https://www.lirmm.fr/~ashen/senderov/ig-color.djvu (archived here)
-
Grigory Abelevich Freiman: It seems I am a Jew, 1980 (Southern Illinois University Press).
- URL: https://archive.org/details/freiman-english-it-seems-i-am-a-jew and https://www.lirmm.fr/~ashen/senderov/freiman-english.pdf (archived here)
- Russian version: https://archive.org/details/freiman-rus-tex and https://www.lirmm.fr/~ashen/senderov/freiman-rus-tex.pdf (archived here)
-
Melvyn Bernard Nathanson: Appendix B, 1979, to It seems I am a Jew by Grigory Abelevich Freiman, 1980, pages 95–96.
-
Moscow Helsinki Group: Discrimination against Jews in University Admissions, 1979.
- URL: https://www.lirmm.fr/~ashen/senderov/mhg-112+pril.pdf (archived here)
-
Boris Ilyich Kanevsky, Valery Anatolievich Senderov: Admission results of graduates of six Moscow Schools to the Faculty of Mechanics and Mathematics at Moscow State University, 1979; appendix to Discrimination against Jews in University Admissions by Moscow Helsinki Group.
-
Aleksandr Sergeyevich Demidov: On entrance examinations (conclusions and proposals based on analysis of documentary data).
- URL: https://www.lirmm.fr/~ashen/senderov/demidov.pdf (archived here)
-
Edward Vladimirovich Frenkel: Love and Math: the heart of hidden reality, 2013 (Basic Books), chapter 3.
- URL of the relevant excerpt: https://www.newcriterion.com/issues/2012/10/the-fifth-problem-math-anti-semitism-in-the-soviet-union
- Russian version: https://inosmi.ru/20121111/202009718.html (archived here)
- Book webpage: https://www.edwardfrenkel.com/lovemath/
- ISBN: 978-0-465-06995-8
-
Mikhail Arkadyevich Shifman: You failed your math test, Comrade Einstein, 2005 (World Scientific).
- doi: 10.1142/5791
- URL: https://www-users.cse.umn.edu/~shifman/EinsteinBook.pdf (archived here)
- ISBN: 978-9-812-56358-3
-
Mikhail Arkadyevich Shifman: Through the prizm of time — Angles of reflection, Epilogue to “Comrade Einstein”.
- URL: https://www-users.cse.umn.edu/~shifman/Epilogue_12_28_2016.pdf (archived here)
- Updated version: https://www.lirmm.fr/~ashen/senderov/shifman2020.pdf (archived here) and https://www.academia.edu/23377054/; another updated version, differing only in the last two pages, is available at https://www.academia.edu/101548394/
-
Sergei Tabachnikov: Review of “You failed your math test, Comrade Einstein” by M. Shifman, 2020. In The Mathematical Intelligencer, volume 42, pages 83–87.
-
User "arbat" on LiveJournal, 2003.
- URL: https://bbb.livejournal.com/787297.html?thread=2688609#t2688609
(archived here,
here,
and here).
See also: https://bbb.livejournal.com/787297.html?thread=2698081#t2698081 (archived here and here), and https://bbb.livejournal.com/787297.html?thread=2708577#t2708577 (archived here and here), and https://bbb.livejournal.com/787297.html?thread=2733921#t2733921 (archived here and here).
- URL: https://bbb.livejournal.com/787297.html?thread=2688609#t2688609
(archived here,
here,
and here).
-
User "azb1958" on LiveJournal, 2013.
- URL: https://azb1958.livejournal.com/34112.html (archived here). See also https://azb1958.livejournal.com/34112.html?thread=141376#t141376 (archived here)
-
Vladimir Kelman, 2013.
- URL: https://kerosinka.livejournal.com/1633.html?thread=383329#t383329 (archived here, here, here, and here)
-
User "nieuwe_zijde" on Blogger, 2009.
-
Selected entrance examination problems at the Faculty of Mechanics and Mathematics of Moscow State University in 1979.
- URL: https://www.lirmm.fr/~ashen/senderov/zadachi-1979-color.djvu (archived here)
-
Selected entrance examination problems at the Faculty of Mechanics and Mathematics of Moscow State University in 1982.
- URL: https://www.lirmm.fr/~ashen/senderov/zadachi-1982.djvu (archived here)
-
Selected entrance examination problems at the Faculty of Mechanics and Mathematics of Moscow State University in 1986.
- URL: https://www.lirmm.fr/~ashen/senderov/zadachi-1986-color.djvu (archived here)
For a more complete historical overview, below are some additional resources.
Note
These additional resources are also listed in bib format in the file further_reading.bib.
-
Alexander Khaniyevich Shen: Materials related to entrance exams. Collection of many resources.
- URL: https://www.lirmm.fr/~ashen/senderov/ (archived here)
-
Gina Bari Kolata: Anti-semitism alleged in Soviet Mathematics, 1978. In Science, volume 202.4373, pages 1167–1170.
-
Gina Bari Kolata: A program to aid Soviet Jewish mathematicians, 1978. In Science, volume 202.4373, page 1168.
- doi: 10.1126/science.202.4373.1168
- URL: https://www.science.org/doi/10.1126/science.202.4373.1168 (archived here)
-
George Greene: Problems, 1979 (in response to Anti-semitism alleged in Soviet Mathematics by Gina Bari Kolata). In Science, volume 203.4380, page 501.
- doi: 10.1126/science.203.4380.501.b
- URL: https://www.science.org/doi/10.1126/science.203.4380.501.b (archived here)
-
Gina Bari Kolata: Response: Problems, 1979 (in response to Problems by George Greene). In Science, volume 203.4380, page 501.
- doi: 10.1126/science.203.4380.501.c
- URL: https://www.science.org/doi/10.1126/science.203.4380.501.c (archived here)
-
Lev Semyonovich Pontryagin: Soviet anti-semitism: reply by Pontryagin, 1979 (in response to Anti-semitism alleged in Soviet Mathematics by Gina Bari Kolata). In Science, volume 205.4411, pages 1083–1084.
-
Lipman Bers, R. H. Bing, Henri Cartan, P. D. Lax, Saunders Mac Lane, Deane Montgomery, Georges de Rham, Marshall Stone, Oscar Zariski: An unpublished reply, 1980. In Science, volume 208.4439, page 6.
- doi: 10.1126/science.208.4439.6.c
- URL: https://www.science.org/doi/10.1126/science.208.4439.6.c (archived here)
-
Alexander Lichtman: Moscow's new wave of anti-semitism, 1980.
- URL: https://www.csmonitor.com/1980/0430/043032.html (archived here)
-
Alexey Savelyev: Memo to a Jew entering the Faculty of Mechanics and Mathematics of Moscow State University.
- URL: https://arzamas.academy/materials/1148 (also here)
-
Andrei Reznikov: A few reminiscences about some peculiarities of getting a mathematical education in Moscow in the 80s, 2007.
- URL: https://u.math.biu.ac.il/~reznikov/pap/Haifa-conf.pdf (archived here), and https://drive.google.com/file/d/1IsxJY4jBm_p-DYu-YXpO6W6u5lXw2EzT (archived here)
-
Anatoly Moiseevich Vershik: Admission to the mathematics faculty in Russia in the 1970s and 1980s, 1994. In The Mathematical Intelligencer, volume 16.4, pages 4–5.
- doi: 10.1142/9789812701169_0007
- URL: http://www.3038.org/press/vershik.pdf (archived here)
-
Mark E. Saul: Kerosinka: an episode in the history of Soviet Mathematics, 1999. In The Notices of the American Mathematical Society, volume 46.10, pages 1217–1220.
- URL: https://www.ams.org/notices/199910/fea-saul.pdf (archived here)
-
George Geza Szpiro: Bella Abramovna Subbotovskaya and the “Jewish People’s University”, 2007. In The Notices of the American Mathematical Society, volume 54.10, pages 1326–1330.
- doi: 10.1090/mbk/073/14
- URL: https://www.ams.org/notices/200710/tx071001326p.pdf (archived here)
-
Valery Anatolievich Senderov: Without partaking of the Buffalo — In memory of Bella Abramovna Subbotovskaya, 2011.
-
Bella Subbotovskaya and her University (Bella Subbotovskaya Memorial Conference), Haifa, 2007.
-
Wikipedia: Bella Abramovna Subbotovskaya.
- Russian page: https://ru.wikipedia.org/wiki/Субботовская,_Белла_Абрамовна
- English page: https://en.wikipedia.org/wiki/Bella_Subbotovskaya
-
Jewish Agency: Anti-semitism in Soviet Science: research and memories — In memory of Bella Subbotovskaya.
-
Wikipedia: Antisemitism in Soviet Mathematics. In particular, see the cited references. The Russian page is very thorough and cites many sources.
-
Ilya Polyak: Notes on anti-semitism in Soviet Science, 2003.
- URL: https://proza.ru/2003/12/24-97 (archived here)
-
Alexander Kostinsky, Vladimir Gubailovsky: Discrimination in admission to higher education institutions in the Soviet Union, 2005.
- URL: https://www.svoboda.org/a/126672.html (archived here and here)
-
Yuli Kosharovsky: We are Jews again: Jewish activism in the Soviet Union, Volume 2, Part 5, chapter 31.
-
Mikhail Anatolyevich Tsfasman: The fate of Mathematics in Russia, 2009.
-
Natalia Demina, Yuliy Sergeevich Ilyashenko: "In Russia it is necessary to preserve all healthy, original forms of science and education", 2009.
-
Natalia Demina, Yuliy Sergeevich Ilyashenko: The «Black 20th Anniversary» of the Faculty of Mechanics and Mathematics of Moscow State University, 2009.
-
Leonid Kostyukov: Witness of the Black Years, 2009.
-
Leonid Kostyukov: Refrigerator and wheelbarrow, 2011.
-
Natalia Demina, Anatoly Moiseevich Vershik: Through the eyes of a mathematician, 2013.
-
Joseph Polterovich: Valery Senderov, righteous of the world, 2012.
-
Natalia Demina, Valery Anatolievich Senderov: Against the tide, 2014.
-
Mikhail Arkadyevich Shifman, Boris Ilyich Kanevsky, Konstantin Sonin: Senderov — fighter against intellectual genocide, 2012.
-
Anna Rudnitskaya: Prince Myshkin is against anti-semites, 2012.
-
Pavel Protsenko: Valery Senderov needs help: help the modern «Prince Myshkin»!, 2012.
- URL: https://graniru.org/blogs/free/entries/207860.html (archived here)
-
Pavel Protsenko: Only mercy is constant: help Valery Senderov, 2012.
- URL: https://graniru.org/blogs/free/entries/208635.html (archived here)
-
Jewish Heroes: Boris Kanevsky, 2021.
- URL: https://www.jewishheroes.live/heroes/kanevskiy-boris (archived here); see also https://www.jewishheroes.live/kanevskiy-boris
-
Moscow Helsinki Group: Members of the MHG (1976–1982) — Meyman Naum Natanovich.
-
Canadian Mathematical Society: Three Honoured for Outstanding Research Achievements, 2009.
- URL: https://www2.cms.math.ca/MediaReleases/2009/res-prizes#jw (archived here)
-
Karl Grandin (editor): Andre Geim — Biographical, 2010 (The Nobel Foundation). Also contained in Nobel Lectures in Physics (2006–2010) by Lars Brink (editor), 2014 (World Scientific), at pages 297–309.
- URL: https://www.nobelprize.org/prizes/physics/2010/geim/biographical/ (archived here)
- Book: https://archive.org/details/nobel-lectures-in-physics-1942-1962-by-nobel-foundation%2D%7A%2D%6C%69%62%2E%6F%72%67/
- Book ISBN: 978-981-4612-67-8 and 978-981-4612-68-5
-
Natalia Demina, Andre Geim: «I — European citizen», 2016.
-
Igor Pak: College admissions I. Discrimination and lies, Jews and Harvard, 2012.
-
Mark Ginsburg: Pogroms in Russian Mathematics, 2014. In Time and Place, volume 2.30.
- URL: https://reading-hall.ru/publication.php?id=9699 (archived here)
-
Natalya Frolova: «I behaved incorrectly at the exam – like a Jew». How in the USSR, the fifth column prevented people from entering the Faculty of Mechanics and Mathematics at Moscow State University, 2020.
- URL: https://theins.ru/confession/234674 (archived here)
-
Natalya Frolova: «Are they going to take us – straight to Auschwitz?» Anti-semitism at Moscow State University in the Soviet era in the memoirs of human rights activists, 2020.
- URL: https://theins.ru/knigi/234677 (archived here)
-
Bella Kerdman: Unfinished book, 2000.
-
Asya Entova All too familiar discrimination, 2008.
- URL: https://asya.rjews.net/politik/081200-diskrim.shtml (archived here)
-
Tanya Khovanova: A Hole for Jews, 2009.
- URL: https://blog.tanyakhovanova.com/2009/03/a-hole-for-jews/ (archived here)
-
Tanya Khovanova: The Defining Moment, 2009.
- URL: https://blog.tanyakhovanova.com/2009/09/the-defining-moment/ (archived here)
-
Tanya Khovanova: A Math Exam’s Hidden Agenda, 2011.
-
Tanya Khovanova: The Hidden Agenda Revealed, 2011.
-
Tanya Khovanova: The Oral Exam, 2011.
- URL: https://blog.tanyakhovanova.com/2011/05/the-oral-exam/ (archived here)
-
Tanya Khovanova: Arnold’s Advice, 2022.
- URL: https://blog.tanyakhovanova.com/2022/04/arnolds-advice/ (archived here)
-
Yevgeni Berkovich: Mikhail Tsalenko.
- URL: https://z.berkovich-zametki.com/avtory/calenko/ (archived here)
-
Yevgeni Berkovich: Editor's word, in "Notes on Jewish History" issue 34, 2003. In Notes on Jewish History, Number 34.
- URL: https://berkovich-zametki.com/Nomer34/Redakt0.htm (archived here)
-
Mikhail Shamshonovich Tsalenko: Facts that it is preferable not to remember, in "Notes on Jewish History" issue 142, 2009 (written in 1988). (See also the comments).
- URL: https://berkovich-zametki.com/2011/Zametki/Nomer7/Calenko1.php (archived here)
-
Mikhail Shamshonovich Tsalenko: Episodes of life, in "Notes on Jewish History" issue 144, 2011.
- URL: https://berkovich-zametki.com/2011/Zametki/Nomer9/Calenko1.php (archived here)
-
Vladimir Ilyich Babitsky: Smoke of the Fatherland, in "Notes on Jewish History" issue 161, 2013.
-
Mikhail Shamshonovich Tsalenko: A look back from the blind eyes — Time for change, in "Seven Arts" number 43,5, 2013.
- URL: https://7iskusstv.com/2013/Nomer5/Calenko1.php (archived here)
-
Mikhail Shamshonovich Tsalenko: A look back from the blind eyes — Last month of Summer, in "Seven Arts" number 43.6, 2013.
- URL: https://7iskusstv.com/2013/Nomer6/Calenko1.php (archived here)
-
Mikhail Arkadyevich Shifman: Notes from the old Phystech, in "Seven Arts" number 172.11, 2024.
- URL: https://7i.7iskusstv.com/y2024/nomer11/mashifman/ (archive here)
-
Julia Schulman, Michael Hsieh: Coffin Problems — How Soviet anti-Semitism buried Jewish scientists, 2021.
-
Alexander Taratorin: Flying over Moscow – 5. Part 1, 2005.
-
Ilya Volodarsky: Soviet College Admission — My Dad's Story (1970), 2013.
-
Boris Maftsir: Episode 5. The glass walls of Soviet Jews – where one can study – and where one cannot, 2025.
-
Jessica Ravitz: Shining light on Emory school's past anti-semitism prompts healing – and, for one man, questions, 2012.
-
Svetlana Reiter: «I have no business in this synagogue» «31 controversial issues» of Russian history: internationalism and the «fifth column», 2014.
- URL: https://lenta.ru/articles/2014/03/17/paragraph5 (archived here)
-
Alina Adams: The Nesting Dolls, 2020 (HarperCollins). Fictional story inspired by the real historic events.
- URL: https://www.bookbrowse.com/mag/btb/index.cfm/book_number/4131/the-nesting-dolls (archived here)
- ISBN: 978-0-06-291094-3
Relevant user discussions and forum posts.
Note
These references are also listed in bib format in the file discussions.bib.
-
Alexander Khaniyevich Shen: Some more texts by Senderov and others, 2014.
-
russhatter: Memoirs about coffins and Mekh-Mat, 2009.
- URL: https://russhatter.livejournal.com/124217.html (archived here)
-
taki_net: Remembering the bloody Mekh-Mat, 2009.
- URL: https://taki-net.livejournal.com/573156.html (archived here)
-
Boris Lvin: A long and sad memoir about failure to enter Leningrad State University + a small reflection, 2003.
- URL: https://bbb.livejournal.com/787297.html (archive: page 1, page 2)
-
Boris Lvin: Again about entering universities, 2003.
- URL: https://bbb.livejournal.com/787891.html (archived here)
-
cema: About Jews in Kerosinka, 2003.
- URL: https://kerosinka.livejournal.com/1633.html (archived here and here)
-
sTHINKs, 2010.
- URL: https://sthinks.livejournal.com/111250.html (archived here)
-
Dina Safyan: Per aspera ad astra, 2013.
-
Dima Shkolnik: Witness from the other side, 2003.
- URL: https://scolar.livejournal.com/71769.html (archived here)
-
Lilya Polenova: atorin [Alexander Taratorin] recounts how he entered the University, 2005.
- URL: https://polenova.livejournal.com/8679.html (archive: page 1, page 2, page 3)
-
Alexander Khaniyevich Shen: letter from Shafarevich, early 1990s, 2017.
- URL: https://a-shen.livejournal.com/106775.html (archived here)
-
Alexander Khaniyevich Shen: in memory of Valery Anatolyevich Senderov (continued), 2014.
- URL: https://a-shen.livejournal.com/72572.html (archived here)
-
Anatoly Vorobey: A quick look at LiveJournal: Jewish quotas, 2003.
- URL: https://avva.livejournal.com/831661.html (archived here and here)
-
ipain: series 1 - Experiments with the "cleansing" situation. Material and experiments, 2003.
- URL: https://ipain.livejournal.com/177018.html (archived here)
-
ipain: there is not a single interview with a single employee of the "anti-Jewish department" of the KGB, 2003.
- URL: https://ipain.livejournal.com/177695.html (archived here)
-
mariko_11: Mathematician Bella Subbotovskaya, 2013.
- URL: https://womantory.livejournal.com/225848.html (archived here and here)
-
greenbat: The topic of national quotas for higher education during the Soviet era, 2003.
- URL: https://greenbat.livejournal.com/101851.html (archived here)
-
sasha_br: Once again on anti-semitism, 2012.
- URL: https://sasha-br.livejournal.com/80500.html (archived here and here)
-
Konstantin Sonin: For those who like to delve into the distant past, 2012.
- URL: https://ksonin.livejournal.com/467920.html (archive: page 1, page 2, page 3)
-
Konstantin Sonin: My admission to Moscow State University, 2017.
- URL: https://ksonin.livejournal.com/627754.html (archive: page 1, page 2)
-
Tatiana Mikhailova: On discrimination, 2012.
- URL: https://tatiana-mikhail.livejournal.com/63806.html (archived here)
-
azb1958: named after A. A. Zhdanov, 2013.
- URL: https://azb1958.livejournal.com/34112.html (archived here)
-
Andrey Rakovsky: State anti-Semitism in the USSR — Episode one. Discriminatory quotas for Jews in universities, 2009.
- URL: https://a-rakovskij.livejournal.com/265100.html (archived here)
-
Alexander Khaniyevich Shen: note to historians, 2011.
- URL: https://a-shen.livejournal.com/22135.html (archive: page 1, page 2)
-
Alexander Khaniyevich Shen: I saw several links to my old text about the entrance exams, 2013.
- URL: https://a-shen.livejournal.com/45925.html (archived here)
-
Mikhail Arkadyevich Shifman: A meaningless post. Preamble (written on the plane), 2013.
- URL: https://traveller2.livejournal.com/354839.html (archive: page 1, page 2; also here)
-
Mikhail Arkadyevich Shifman: Continuation of the meaningless post (and I am writing on the plane again), 2013.
- URL: https://traveller2.livejournal.com/356025.html (archived here; more recent: page 1, page 2)
-
Andrei Vladlenovich Zelevinsky: About the Mekh-mat and more, 2009.
- URL: https://avzel.blogspot.com/2009/07/blog-post_30.html (archived here)
-
kamen_jahr: I'm looking for: documents regarding the state anti-semitism in the USSR (from 1953), 2009.
- URL: https://ru-history.livejournal.com/1752751.html (archived here)
-
Misha Verbitsky: "People's University" (1978 - 82), 2005.
- URL: https://lj.rossia.org/users/tiphareth/649498.html (archived here)
-
bravchick: When did they stop taking Jews to the Mekh-Mat?, 2012.
- URL: https://bravchick.livejournal.com/66265.html (archive: page 1, page 2)
-
Mikhail Arkadyevich Shifman: Vadim Knizhnik, 2012.
- URL: https://traveller2.livejournal.com/275323.html (archived here)
-
Mikhail Arkadyevich Shifman: More on Vadim Knizhnik, 2017.
- URL: https://traveller2.dreamwidth.org/663683.html (archived here and here)
-
Mikhail Arkadyevich Shifman: It is time to say good bye. Variations on the theme, 2013.
- URL: https://traveller2.livejournal.com/356617.html (archived here)
-
experiment8or: Participating in a flash mob: career guidance, 2013.
- URL: https://experiment8or.livejournal.com/172565.html (archived here)
-
medovoy: How it was done in Dolgoprudny, 2013.
- URL: https://medovoy.livejournal.com/713.html (archived here)
-
Alexander Alexandrovich Kirillov Jr.: Lupanov, 2006.
- URL: https://aa-kir.livejournal.com/21176.html (archived here)
-
taki_net: "The best Soviet education in the world", 2011.
- URL: https://taki-net.livejournal.com/1154824.html (archived here)
-
Anton Nossik: Startup: thank you Joseph Goebbels for our happy childhood, 2014.
-
yigal_s: licking old wounds, 2006.
- URL: https://yigal-s.livejournal.com/282328.html (archived here)
-
shkrobius: Anti-antisemite, 2012.
- URL: https://shkrobius.livejournal.com/389866.html (archived here)
-
sumlenny: Read this detailed explanation of why the USSR collapsed, 2012.
-
Discussion about Soviet College Admission — My Dad's Story (1970) by Ilya Volodarsky.
- URL: https://news.ycombinator.com/item?id=5340553 (archived here)
-
Discussion about The Fifth problem: math and anti-Semitism in the Soviet Union (excerpt from Love and Math) by Edward Frenkel.
- URL: https://news.ycombinator.com/item?id=4752047 (archived here)
-
Another discussion about The Fifth problem: math and anti-Semitism in the Soviet Union (excerpt from Love and Math) by Edward Frenkel.
- URL: https://news.ycombinator.com/item?id=6999846 (archived here)
-
Discussion about Jewish problems by Tanya Khovanova.
- URL: https://news.ycombinator.com/item?id=4759642 (archived here)
-
Was there discrimination against Jewish people at the entrance exams to the most prestigious universities in the USSR?, 2013.
- URL: https://history.stackexchange.com/questions/8774/ (archived here)