نتایج جستجو برای: projective dimension

تعداد نتایج: 128118  

Journal: :Transactions of the American Mathematical Society 1991

2008
Svetlana Todorova Topalova Stela Dimitrova Zhelezova

1.1 Projective spaces and spreads. A projective space is a geometry consisting of a set of points and a set of lines, where each line is a subset of the point set, such that the following axioms hold: • Any two points are on exactly one line. • Let A, B, C, D be four distinct points no three of which are collinear. If the lines AB and CD intersect each other, then the lines AD and BC also inter...

2006
GIULIO CAVIGLIA MANOJ KUMMINI

For an ideal I in a polynomial ring over a field, a monomial support of I is the set of monomials that appear as terms in a set of minimal generators of I. Craig Huneke asked whether the size of a monomial support is a bound for the projective dimension of the ideal. We construct an example to show that, if the number of variables and the degrees of the generators are unspecified, the projectiv...

2002
Alberto Corso Claudia Polini Bernd Ulrich

manuscripta mathematica manuscript No. Abstract. The core of a projective dimension one module is computed explicitly in terms of Fitting ideals. In particular, our formula recovers previous work by R. Mohan on integrally closed torsionfree modules over a two-dimensional regular local ring.

2009
KIYOSHI IGUSA Gordana Todorov

The finitistic dimension conjecture says that the projective dimension of finitely generated modules over an Artin algebra is bounded when finite. The conjecture is known for algebras of representation dimension 3, for modules of Loevey length 2 and for stratifying systems with at most 2 indecomposable modules of infinite projective dimension (Huard, Lanzilotta, Mendoza [4]). We would like to i...

2009
SIAMAK YASSEMI

We prove versions of results of Foxby and Holm about modules of finite (Gorenstein) injective dimension and finite (Gorenstein) projective dimension with respect to a semidualizing module. We also verify two special cases of a question of Takahashi and White.

Journal: :journal of algebraic systems 2013
moharram aghapournahr

let $r$ be a commutative noetherian ring with non-zero identity and $fa$ an ideal of $r$. let $m$ be a finite $r$--module of finite projective dimension and $n$ an arbitrary finite $r$--module. we characterize the membership of the generalized local cohomology modules $lc^{i}_{fa}(m,n)$ in certain serre subcategories of the category of modules from upper bounds. we define and study the properti...

2007
C. Douglas Haessig

In this brief note, we will investigate the number of points of bounded height in a projective variety defined over a function field, where the function field comes from a projective variety of dimension greater than or equal to 2. A first step in this investigation is to understand the p-adic analytic properties of the height zeta function. In particular, we will show that for a large class of...

2003
Qi Zhang QI ZHANG

Two conjectures relating the Kodaira dimension of a smooth projective variety and existence of number of nowhere vanishing 1-forms on the variety are proposed and verified in dimension 3. §

2008
DMITRI ORLOV D. ORLOV

In this paper we prove that the dimension of the bounded derived category of coherent sheaves on a smooth quasi-projective curve is equal to one. We also discuss dimension spectrums of these categories. 2000 Math. Subj. Class. 18E30, 14F05.

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->